.chld {
	width: 130px; 
	BACKGROUND-COLOR: #ffffff; 
	border: 1px solid #888888; 
}

.prnt {
	padding: 1px;
}

tr.lightBg {
	background-color: #ffffff;
}
tr.heavyBg {
	background-color: #e7e9ec;
	border-top-width: 1px;
	border-top: 1px solid #888888;
}

table.iframe {
	width: 99%;
	height: 99%;
	padding: 5px;
}

a.removeFrame {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 13px;
	font-color: #2e8cfb;
}

div.advDiv {
	background-image:url(images/advDiv.png); 
	background-repeat: norepeat;
	width: 110px;
	height: 47px;
	vertical-align: middle;
	text-align: center;
}

body {font:11px Verdana,Arial; background-image: url(images/bg.png); margin:0; padding:0}

.form {
	border-color:#0066cc;
	border-width:1px;
	border-style:solid; 
}

.formM {
	border-color:#888888;
	border-width:1px;
	border-style:solid; 
}

table.mainTable {
	margin-top: 40px;
}	

table.fatBorderTable {
	background-color: #fff;
}	

td.mainTableTopSide {
	background-image:url(images/ts.png); 
	background-repeat:repeat-x; 
	
}


td.mainTableBottomSide {
	background-image:url(images/bs.png); 
	background-repeat:repeat-x; 
	
}

td.mainTableRightSide {
	background-image:url(images/rs.png); 
	background-repeat:repeat-y; 
	
}

td.mainTableLeftSide {
	background-image:url(images/ls.png); 
	background-repeat:repeat-y; 
	
}

a.site {
	border: 0px;
	border-style: none;
}

div.footerLine {
	height: 1px;
	background-color:#4a596a;
	width: 100%;
}

div.stats {
	background-color:#d5d5d5;
	text-align: left;
	width: 250px;
	padding: 5px;
}


a.orange:active {
	color: #FF6600;
}
a.orange:visited {
	color: #FF6600;
}
a.orange{
	color: #FF6600;
}
a.orange:hover {
	color: #4A596A;
}	

a.nav {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	/*border: 1px solid #0066cc;*/
	border: 1px solid #0066cc;
	border-top: 1px solid #0066cc!important;
	border-top-width: 1px;
	color: #2E8CFB;
	background-color:#FFF;
}
a.nav:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	/*border: 1px solid #0066cc;*/
	border: 1px solid #0066cc;
	border-top: 1px solid #0066cc!important;
	border-top-width: 1px;
	color: #2E8CFB;
	background-color:#FFF;
}


a.nav:hover {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #fff;
	background-color:#2E8CFB;
}

a.navActive {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #fff;
	background-color:#2E8CFB;
}

table.box {
	border-color:#0066cc;
	border-width:1px;
	border-style:solid; 
	background-color:#e5e5e5;
	width: 50%;
	margin-left: 50px;
	padding: 10px;
 }
table.box90 {
	border-color:#0066cc;
	border-width:1px;
	border-style:solid; 
	background-color:#e5e5e5;
	padding: 10px;
 } 
table.box90 input {
	margin-top: 2px;
	width: 90px;
	padding: 2px;


 } 
table.box90 td {
	padding: 15px 1px 7px 1px;

 } 
table.box90 td font{
	margin: 20px 1px 2px 1px;

 }
font

div.pageTitle {
	font-weight: bold;
	width: 50%;
	margin-left: 50px;
	padding: 10px;
 } 


/* Stars Rating */

	.star-rating{
		list-style:none;
		margin-left:5px!important;
		padding:0px!important;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(images/alt_star.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(images/alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(images/alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
.searchbutton {
	BORDER-RIGHT: #4A596A 1px solid;
	PADDING-RIGHT: 0.2em;
	BORDER-TOP: #4A596A 1px solid;
	PADDING-LEFT: 0.2em;
	BACKGROUND: #4A596A;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #4A596A 1px solid;
	COLOR: #fff;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #4A596A 1px solid;
	font-weight: bold;
}
.inputbutton {
	BORDER-RIGHT: #1957bc 1px solid; PADDING-RIGHT: 0.2em; BORDER-TOP: #1957bc 1px solid; PADDING-LEFT: 0.2em; BACKGROUND: #4A596A; PADDING-BOTTOM: 0px; BORDER-LEFT: #1957bc 1px solid; COLOR: #fff; PADDING-TOP: 0px; BORDER-BOTTOM: #1957bc 1px solid
}
.topsearch {
	WIDTH: 140px! important;
	PADDING-TOP: 1px;
	color: #2E8CFB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	

