INPUT		{font-family: tahoma, sans-serif; FONT-SIZE: 11px}
FORM 		{font-family: tahoma, sans-serif; FONT-SIZE: 11px}
.tabborder {
	border-bottom: #C3BDBD 1px solid;
	border-left: #C3BDBD 1px solid;
	border-right: #C3BDBD 1px solid;
	border-top: #C3BDBD 1px solid;
}

.tab {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color:#444444;
	padding: 4px;
	border: #C3BDBD 1px solid;
}
.menu {
border-collapse:collapse;
}
.tab-menu{
	background-color: #ffffff;
	color:#000000;
                cursor: hand;
}


.tab-menu-over{
	color:#f43322;
                cursor: hand;
}


.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center;
position: relative;
z-index: 30;
}

.tooltip span.top{padding: 30px 8px 0;
    background: url(/images/bt.gif) no-repeat top;
z-index:30;
}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(/images/bt.gif) no-repeat bottom;
z-index:30;
}

.tooltip span.bottom{padding:3px 8px 15px;
    background: url(/images/bt.gif) no-repeat bottom;
z-index: 30;
}

.tooltip b.top{
	padding: 30px 8px 0;
	text-decoration:underline;
	font:12px arial;
	font-weight: bold;
	background: url(/images/bt.gif) no-repeat top;
	z-index: 30;
}

.open-table{
                border: 1px solid #C5C8D0;
	color: #444444;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	text-align:left;
	padding : 5px;
}
.smalltext {
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
}
table.topics     {width: 100%;}

td.phptable         {
	border: 1px solid #C5C8D0;
	padding : 5px;
	text-align: left;
}

table.phptable    {width: 100%}

td.codetable    {
	padding : 5px;
	text-align: left;
	COLOR: #0D2938;
}
table.codetable    {width: 100%}
.stat .head    {
	color: #000000;
	text-align: center;
}
.stat .head2    {
	text-align: center;
}
.stat .subhead    {
	padding-left: 15px;
	text-align: left;
}
.calendar{
background:#ffffff;
border: #636465 1px solid;
cursor: hand;
}
.calendar_today{
background:#ffffff;
border: #ff6465 1px solid;
cursor: hand;
}
.calendar_month{
background:#ffffff;
cursor: hand;
}
.calendar_empty{
background:#ffffff;
}
.calendar_over{
background:#e4e3e2;
border: #636465 1px solid;
cursor: hand;
}
/* STAR RATING */
	.star-rating{
		list-style:none;
		margin-left:5px!important;
		padding:0px;
		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: 3;
		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;
	}
