Ôªø.main_style
	{
	font-family: Arial ;
	font-size: small;
	color:Navy ;
	line-height:130%;
	margin: 2px 10px 10px 10px;
	}

.all_caps
	{
	font-size:small;
	text-transform: uppercase;
	line-height:normal;
	}

.tiny_text
	{
	font-size:x-small;
	line-height:100%;
	}

#fixedtipdiv
	{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	}

.reorder_style li
	{
    list-style-type:none;
    margin-left:-35px;		 
	}
	
.layout
	{ 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none 0 white; 
	border-collapse: collapse; 
	}
	
/* 
.layout td
	{ 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none 0 white; 
	border-collapse: collapse; 
	}
*/
	
.modal_back 
	{ 
	background-color:Gray; 
	filter:alpha(opacity=70);
	opacity:0.7; 
	}

.modal_pop 
	{ 
	background-color:#ffffdd;
	border-width:3px; 
	border-style:solid;
	border-color:Gray; 
	padding:3px;
	}

 a.subtle_links:link 
	{ 
	text-decoration: none; 
	color: gray;
	}
	
 a.subtle_links:visited 
	{ 
	text-decoration: none; 
	color: gray;
	}

 a.subtle_links:hover 
	{
	text-decoration: underline;
	color: red;
	} 
	
 a.subtle_links:active 
	{
	text-decoration: underline;
	color: red;
	} 
	
 a.prominent_links:link 
	{ 
	text-decoration: none; 
	}
	
 a.prominent_links:visited 
	{ 
	text-decoration: none; 
	}

 a.prominent_links:hover 
	{
	text-decoration: underline;
	} 
	
 a.prominent_links:active 
	{
	text-decoration: underline;
	} 
	
.compact
	{
	line-height: 100%; 
	}
	
.menu_whole
	{
	text-align: left;
	font-size: Medium;
	text-decoration: none;
	padding: 0px 15px 0px 10px;
	}
.menu_tab_default  
	{
	text-align: center;
	color:white;
	border: solid 2px silver;
	background: silver; 
	padding: 0px 15px 0px 10px;
	}
.menu_tab_selected  
	{
	text-align: center;
	color:navy;
	font-weight: bold;
	border: solid 2px silver;
	border-bottom: solid 2px white;
	padding: 0px 15px 0px 10px;
	background: white; 
	}
.menu_tab_hover 
	{
	text-align: center;
	color: Red;
	border: solid 2px silver;
	background: white; 
	padding: 0px 15px 0px 10px;
	}


.main_menu_whole
	{
	text-align: left;
	font-size: Medium;
	text-decoration: none;
	padding: 0px 15px 0px 10px;
	}
.main_menu_tab_default  
	{
	text-align: center;
	color:white;
	border: solid 2px #557EA2;
	border-bottom: solid 3px #557EA2;
	background: silver; 
	padding: 0px 15px 0px 10px;
	}
.main_menu_tab_selected  
	{
	text-align: center;
	color:navy;
	font-weight: bold;
	border: solid 2px #557EA2;
	border-bottom: solid 3px white;
	padding: 0px 15px 0px 10px;
	background: white; 
	}
.main_menu_tab_hover 
	{
	text-align: center;
	color: blue;
	border-top: solid 2px #557EA2;
	border-left: solid 2px #557EA2;
	border-right: solid 2px #557EA2;
	background: white; 
	padding: 0px 15px 0px 10px;
	}

.cust_calendar .ajax__calendar_container 
	{
    border:1px solid navy;
    background-color: lemonchiffon;
    color: red;
	}
	
.light_gray_text
	{
	color:gray
	}
	
/*Hover Menu*/
.popupMenu {
	padding:10px 10px 10px 10px;
	visibility:hidden;
}

.popupHover {
}
	
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(FilledStar.png);
}

.emptyRatingStar {
    background-image: url(EmptyStar.png);
}

.savedRatingStar {
    background-image: url(SavedStar.png);
}


	
