﻿body
	{
	background-color: #c5ded8;
	font-family:Trebuchet MS, Sans-Serif, Arial;
	font-size: 11px;
	line-height: 14px;
	color: #027283;
	margin: 0px;
	}
table, table table
	{
	font-family: Trebuchet MS, Sans-Serif, Arial;
	font-size: 11px;
	line-height: 14px;
	color: #027283;
	}
a	{
	font-family: Trebuchet MS, Sans-Serif, Arial;
	font-weight:bold;
	font-size: 11px;
	line-height: 14px;
	color: #027283;
	text-decoration: none;
	}
asp
	{
		font-family: Trebuchet MS, Sans-Serif, Arial;
	font-size: 11px;
	line-height: 14px;
	}
	
a.highlight { color: #6abdd1; }
a.small { font-size:10px;font-family: Trebuchet MS, Sans-Serif, Arial;}
a:hover { color: #38a7c1; }

input.text
	{
	background-color:white;
	border: solid 1px #027283;
	
	}
select, select option
	{
	background-color:white;
	/*border: solid 1px #027283;
	margin: 4px;*/
	}
.top_banner_bg
	{
	background-image: url(../images/top_banner_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.top_banner_shadow
	{
	background-image: url(../images/top_banner_shadow.gif);
	background-repeat: repeat-x;
	}
.bottom_border
	{
	background-image: url(../images/border_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.right_border
	{
	background-image: url(../images/border_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
.top_border
	{
	background-image: url(../images/border_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
.left_border
	{
	background-image: url(../images/border_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	}
.green
	{
	background-color: #c5ded8;
	}
.white
	{
	background-color: white;
	}
.body_bg_2
	{
	background-image: url(../images/body_bg_2.gif);
	height: 398px;
	width: 100%;
	}
.panel
	{
	width:200px;
	color:black;
	font-family: Trebuchet MS, Sans-Serif, Arial;
	font-size: 11px;
	line-height: 14px;
	padding: 4px 4px 0px 4px;
	line-height: 10px;
	}
p.small
	{
	font-size:10px;
	margin:1px;
	}
.black
	{
	color:Black;
	font-size:11px;
	}
.red { color:Red; }
.heading
	{
	color: #4195a2;
	font-size:14px;
	font-weight:bold;
	line-height: 25px;
	}
.heading2
	{
	color: #4195a2;
	font-size:12px;
	font-weight:bold;
	line-height: 20px;
	}
.gray_box
	{
	border: solid 1px silver;
	background-color: White;
	width: 475px;
	color: Black;
	}
.light_gray_bg
	{
	background-color: #f5f5f5;
	}
	
	/* AJAX Rating control */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/buttons/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../images/buttons/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/buttons/SavedStar.png);
}

/* These are to fix some rendering issues with some AJAX controls in IE */
.ajax__tab_default .ajax__tab_inner .ajax__tab_default .ajax__tab_tab .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab .ajax__tab_xp .ajax__tab_active .ajax__tab_tab .ajax__tab_xp .ajax__tab_inner .ajax__tab_xp .ajax__tab_tab .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner .ajax__tab_xp .ajax__tab_active .ajax__tab_inner
{
    height: 100%;
}

.AdTopPage
{
	background-color: #1F5965
;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 5px;
background-color: #1f5965;
color: #FFFFFF;
font-family:Trebuchet MS, Sans-Serif, Arial;
font-size:12px;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.popupMenu 
{
	padding:5px;
	
	visibility:hidden;
	background-color:White;
	opacity:.9;
	filter: alpha(opacity=90);
	
}

     

.popupHover {
	
	
	color:#38a7c1;
}
.popupHover1 {
	
	 width:20px;
	 height:20px;
}