/* 
HTML Selectors
*/
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;

}

td {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color:#888888;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #888888;
	margin: 0px;
	padding: 0px 0px 2px;

	width: 100%;
	font-variant: normal;
	letter-spacing: 1px;
}
h2 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	margin: 0px;
	padding: 0px 0px 2px;
	/*border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0D2F76; */
	width: 100%;
	letter-spacing: 1px;
}

h3 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 3px 0px;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	width: 100%;
}
h4, h5 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4A47B5;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	margin: 5px 0px;
	padding: 0px 0px 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	width: 100%;
	vertical-align: text-bottom;
	text-align: right;
}

ul {
	list-style-type: square;
}  

textarea {
	font-size: 9pt;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color:#888888
}
input {
	font-size: 9pt;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color:#888888
}
select {
	font-size: 9pt;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color:#888888
}
	
p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}


img {
	border: 0px none;
}

div {
	margin: 0px;
	padding: 0px;
}
b, strong {
color:#888888; 
}

.highlighted {

	font-weight: bold;
}




/* PSUEDO Links and such...

*/


a:link, a:visited, a:active {
	color: #888888;
	text-decoration: underline;
}

a:hover {
	color: #D0103A;
	text-decoration: none;
}



a.ripcoSubNav:link, a.ripcoSubNav:visited, a.ripcoSubNav:active {
color:#888888;
font-size:10pt;
text-decoration:none;
}

a.ripcoSubNav:hover {
	color: #D0103A;
	text-decoration: none;
}

a.ripcoSubNavSub:link, a.ripcoSubNavSub:visited, a.ripcoSubNavSub:active {
color:#888888;
font-size:9pt;
text-decoration:none;
}

a.ripcoSubNavSub:hover {
	color: #D0103A;
	text-decoration: none;
}


h6 a:link, h6 a:visited, h6 a:active {
	color: #0D2F76;
	text-decoration: none;
}

h6 a:hover {
	color: #990000;
	text-decoration: none;
}

copyright a:link, copyright a:visited, copyright a:active {
	color: #0D2F76;
	text-decoration: none;
}

copyright a:hover {
	color: #990000;
	text-decoration: none;
}


a.registration:link, a.registration:visited, a.registration:active
{
	color: #4A47B2;
}
a.registration:hover
{
	color: #4A47B2;
	text-decoration:underline
}

/* 
CSS Selectors
*/
.content {
	vertical-align: top;
	padding-right:10px;
	margin: 0px;
	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}


.zsHide {
	display: none;
}

.topNav {
	background-image: url(../images/topNav_BG4.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4A47B5;
	padding: 5px;
}

.mainNavRules {
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(../images/mainNav_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #333333;
	height: 100px;
	background-position: left bottom;
	vertical-align: top;
}

.footer {
	font-weight: bold;
	color: #666666;
	background-color: #B9B9B9;
	text-align: center;
}

.mainNavHeader {
	padding: 5px 5px 5px 1px;
	font-size: 11px;
	height: 14px;
	text-indent: 2px;
	background-color: #333333;
	vertical-align: middle;
}

.statsNavHeader {
	padding: 5px 5px 5px 1px;
	font-size: 11px;
	height: 14px;
	text-indent: 2px;
	background-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}

.statsNavRules {
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(../images/mainNav_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-color: #333333;
	height: 100px;
	background-position: left bottom;
}

.statsNavElement {
	color: #FFFFFF;
	background-color: #666666;
	text-indent: 2px;
	
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px 5px 5px 1px;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.rollOverDetail {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #e8e8e8;
	border: 1px dashed #000000;
	vertical-align: top;
}
.blueBorder {
	border: 1px solid #0D2F76;
}

.whiteBorder {
	border: 1px solid #FFFFFF;
}

.CCCCCCBorder {
	border: 1px solid #CCCCCC;
}

.ripcoBlue {	color: #0D2F76;
}


.featureListing {
	background-color: #666666;
	padding: 2px;
}
.featureBold {
	font-weight: bold;
	color: #FFFFFF;
}
.featureCopy {
	color: #FFFFFF;
}

.featureSpacer {
	margin: 0px;
	padding: 0px;
	height: 5px;
	
}

.listingNav {
	
	text-indent: 10px;
	border-bottom: 1px solid #1A51A1;
	border-top: 1px solid #1A51A1;
	border-right: 1px solid #1A51A1;
	padding: 10px 10px 10px 1px;
	

}

.listingBoldName {
	font-weight: bold;
	color: #333333;
}
.whitetitle {  
	color: #FFFFFF;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold
}

.white {
	color: #FFFFFF;
	font-size: 10px;
}


.loginBorder  {
	border:1px dotted #666666; padding-left:7px; padding-right:7px; background-color:#f4f4f4; 
}


.mfBlue {
	color: #4A47B2;
}

.red {
	color: #FF0000;
}

.green {
	color: #006600;
}
.outerTable {
	width: 100%;
	height: 100%;
}

.navBackG {
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0D2F76;
}
.webTableProps {
	border: 1px solid #0D2F76;
	/*background-image: url(/images/bkgrnd_2.gif);
	background-repeat: repeat; */
}
.contentFrame {
	margin: 4px;
	padding: 10px 4px 4px;
}
.imageRules {
	border: 1px solid #0D2F76;
}
.divImagePlaceholder {
	margin-left: 20px;
}
.imageCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;

	text-align: left;
	background-color: #efefef;
	border-left: 1px solid #0D2F76;
	border-right: 1px solid #0D2F76;
	border-bottom: 1px solid #0D2F76;
	padding: 4px;
}


.copyright {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: normal;
	letter-spacing: 1px;
	font-weight: bold;
}


.topSpacer {
	display: block;
	height: 10px;
}

.bottomSpacer {
	display: block;
	height: 10px;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0D2F76;
}
.imageListingResults {
	border: 1px solid #666666;
	margin: 2px;
	padding: 2px;
	background-color: #CCCCCC;
}
.listingSpacer {
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	display: table-cell;
	height: 1px;
	background-position: left center;
}
.listingspacer {
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	display: table-cell;
	height: 1px;
	background-position: left center;
}
.tenantRepPaddingRight {
	padding-right:5px;
}

.headListingResults {
	border: 1px dashed #003399;
}

.listingTools {
	background-color: #f4f4f4;
	padding: 1px;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0D2F76;
	border-right-color: #0D2F76;
	border-left-color: #0D2F76;
}
.ripcoBackgroundBlue {
	background-color: #0D2F76;
	font-weight: bold;
	color: #FFFFFF;
}

.listingDetailTitle {  
	padding-right:3px;
	width:10%;
}

 .ripcoRed {
 color: #D0103A;
}

.ripcoBlue {
color: #001D77;
}