/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/
.HeaderLeft {
	background-image:url(headerbackleft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:207px;

}

.RedScetionBar {
	background-color: #BF0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}

.MenuLeft {
width:190px;
background-image:url(menuback.jpg);
background-position:top left;
background-repeat:repeat-y;

}

.MenuImages {
	margin-left:16px;
}

.CarSearchBox {
	border: 0px solid #01aef0;
}

.ListingTable {
	border-style:solid;
	border-color:#01aef0;
	border-width:3px;
}
.ListingTitle {
	font-size:14px;
	font-weight:bold;
	background-color:#01aef0;
	color:#000000;
	padding:5px;
	height:20px;
}
.ListingDetails {
	font-size:14px;
	background-color:#FFFFFF;
	color:#000000;
	padding:3px;
	height:50px;
}

.BlueTabTitle, H2:BlueTabTitle  {
background-image:url(tabcheckerd.jpg);
background-position:top right;
background-repeat:no-repeat;
color:#FFFF00;
padding-left:10px;

}

.BlueLineTitle {
	font-weight:bold;
}


.QuickSearchTitle {
	color: #BF0000;
	background-color: #ffffff;
	font-weight:bold;
	font-size:16px;
}
.QuickSearchLinks {
	color: #BF0000;
	background-color: #ffffff;
	font-weight:bold;
	font-size:14px;
}

.SearchVerticalLabel, .SearchVertical {
	font-size:12px;
	color:#000000;
}

.YellowBorder {
	border:1px solid #666600;
}

.Breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;

}

Body
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

/* text style used for most text rendered by modules */



.Normal, P, DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;	
}

STRONG {
}

H1  {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 24px;
	line-height:normal;
	font-weight:bold;
	margin-bottom:0px;
	color:#BF0000;
}



H2  {
	font-family: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
	COLOR: #BF0000;
	line-height: normal;
	margin-bottom:0px;
}


H3  {
	font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; FONT-SIZE: 16px; MARGIN-BOTTOM: 1px; COLOR: #BF0000; margin-bottom:0px;}


H4  {
	font-family: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN-BOTTOM: 1px; COLOR: #BF0000; margin-bottom:0px;}

H5  {
	font-family: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	MARGIN-BOTTOM: 1px;
	COLOR: #BF0000;
	margin-bottom:0px;
}

.FormLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:25px;

}

.FormInput {	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;

}

.FormLabelSmall {	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;

}

.FormInputSmall {	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}

.ContentPane {
	padding:10px;
}

A:link  {
	color: #BF0000;
	text-decoration:none;
	font-weight:bold;

	
}

A:visited   {
	color: #BF0000;
	text-decoration:none;
	font-weight:bold;	
	
}

A:active    {
	color: #BF0000;
	text-decoration:none;
	font-weight:bold;
}

A:hover {
	color: #BF0000;
	text-decoration:underline;
		font-weight:bold;
}

/* ==========================
    CSS STYLES FOR houseMenu
   ==========================
*/
 
/* Horizontal Menu */
#houseMenu { /* menu wrapper div */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	width:100%;
	vertical-align:middle;
	background-color: transparent;	
}

#houseMenu ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 9999;
	vertical-align:middle;	
}

#houseMenu a { /* all links, inside of list items */
	display: block;
	color : #FFFFFF;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight : bold;
	text-decoration : none;
	padding: 10px 9px 0px 9px;
	line-height: normal;
	text-align: left;
	height:20px;
	vertical-align:middle;	
	width:100px;
	background-image:url(taboff.jpg);
}

#houseMenu li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 50px;
	height:40px;
	vertical-align:middle;	
}

#houseMenu li a:hover {
	color : #FFFFFF;

}

#houseMenu li ul { /* second-level lists */
	position: absolute;
	/*background: transparent;*/
	width: 180px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
	white-space: nowrap;
	z-index: 7777;
}

#houseMenu li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -21px 0 0 162px;
	white-space: nowrap;
	z-index: 8888;
}

#houseMenu li:hover ul ul, 
#houseMenu li:hover ul ul ul, 
#houseMenu li.sfhover ul ul, 
#houseMenu li.sfhover ul ul ul {
	left: -9999px;

}

#houseMenu li:hover ul, 
#houseMenu li li:hover ul, 
#houseMenu li li li:hover ul, 
#houseMenu li.sfhover ul, 
#houseMenu li li.sfhover ul, 
#houseMenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#houseMenu li li,
#houseMenu li li li,
#houseMenu li li li li { /* all items under the top level */
	position: relative;
	background-color:#333333;
	list-style-type: none;
	opacity: .95;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	width: 180px;

}

#houseMenu li li a { /* all item links under the top level */
background-color:#333333;
color:#FFFFFF;
line-height:20px;
text-align:left;
	width: 180px;
}

#houseMenu li li a:hover {
	color:#FFFF00;
	background-color:#333333;
}

#houseMenu iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;
}


/* HouseMenu2 */
/* Horizontal Menu */
#houseMenu2 { /* menu wrapper div */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	width:100%;
	vertical-align:middle;
	background-color: transparent;	
}

#houseMenu2 ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 9999;
	vertical-align:middle;	
}

#houseMenu2 a { /* all links, inside of list items */
	display: block;
	color : #BF0000;
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight : bold;
	text-decoration : none;
	padding: 10px 9px 0px 9px;
	line-height: normal;
	text-align: left;
	height:20px;
	vertical-align:middle;	
}

#houseMenu2 li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 50px;
	height:40px;
	vertical-align:middle;	
}

#houseMenu2 li a:hover {
	color : #000000;

}

#houseMenu2 li ul { /* second-level lists */
	position: absolute;
	/*background: transparent;*/
	width: 180px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
	white-space: nowrap;
	z-index: 7777;
}

#houseMenu2 li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -21px 0 0 162px;
	white-space: nowrap;
	z-index: 8888;
}

#houseMenu2 li:hover ul ul, 
#houseMenu2 li:hover ul ul ul, 
#houseMenu2 li.sfhover ul ul, 
#houseMenu2 li.sfhover ul ul ul {
	left: -9999px;

}

#houseMenu2 li:hover ul, 
#houseMenu2 li li:hover ul, 
#houseMenu2 li li li:hover ul, 
#houseMenu2 li.sfhover ul, 
#houseMenu2 li li.sfhover ul, 
#houseMenu2 li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#houseMenu2 li li,
#houseMenu2 li li li,
#houseMenu2 li li li li { /* all items under the top level */
	position: relative;
	background-color:#333333;
	list-style-type: none;
	opacity: .95;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	width: 180px;

}

#houseMenu2 li li a { /* all item links under the top level */
background-color:#333333;
color:#FFFFFF;
line-height:20px;
text-align:left;
	width: 180px;
}

#houseMenu2 li li a:hover {
	color:#FFFF00;
	background-color:#333333;
}

#houseMenu2 iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;
}


/* Border Classes */

.leftborder {


}
.rightborder {


}

.PlaceAdHeader {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	border-bottom:1px solid #BF0000;
	COLOR: #BF0000;
}
.PlaceAdInput {
	font-size:14px;
	color:#000000;
}
.PlaceAdCheckBoxes {
	font-size:12px;
	color:#000000;
}
.PlaceAdLabel {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}


/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
	padding:0px;
	border:0px;	

}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 30px;
	padding:0px;
	border:0px;

}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align:center;
	padding-top:10px;
	background-image:url(taboff.jpg);

}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #000000;
	border: #EEEEEE 0px solid;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #FFFFFF;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	padding-top:10px;
	height:30px;
	background-image:url(taboff.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:10px;	
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

.MainMenu_LeftActive {
	height:30px;
	width:17px;
	background-image:url(tabonleft.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
}
.MainMenu_RightActive {
	height:30px;
	width:17px;
	background-image:url(tabonright.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}
.MainMenu_Idle {
	height:30px;
	background-image:url(taboff.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:10px;
}
.MainMenu_LeftIdle {
	width:17px;
	height:30px;	
	background-image:url(taboffleft.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
}
.MainMenu_RightIdle {
	width:17px;
	height:30px;	
	background-image:url(taboffright.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}

.MainMenu_Active {
	background-image:url(tabon.jpg);
	background-position:top;
	background-repeat:repeat-x;	
}

.optionsdisplay {
background-image:url(/images/FileManager/files/ok.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:20px;
padding-right:5px;
font-size:12px;
color:#666666;
}
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

