
body { 

	background:#000000; 

	font-family: Verdana, Tahoma; 

	line-height:1.4em; 

	color:#000000;
	
	font-size:11px;
	
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

table {
	font-family: Verdana, Tahoma;
	font-size: 12px;
}

.titleBG {
	font-family: 'Arial Black', Gadget, sans-serif, Tahoma, Verdana;
	font-size: 12pt;
	//font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	padding-left:20px;
	padding-top:8px;
}

.titleBGimg {
	background-image: url(/images/title_bg.gif);
	background-repeat:repeat-x;
}
h3 {
	font-size:22px;
	line-height:1em;
	color:#544c3e;
	font-weight:normal;

}

h1 {
	font-size:16px;
	//line-height:1em;
	color:#C4084F;
	font-weight:bold;
}

.hprg {

	color: #33CCCC;
	font-size: 18px;
	font-style: italic;

}

a {
	color:#CC0000; 
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}


.txtbeyaz {
	color:#FFFFFF; 
}


.link1 { 
	color:#000000;
	font-weight:bold;
	text-decoration:none;

}

	.link1:hover {

		color:#FA6A14;
		font-weight:bold;
		text-decoration:none;

	}

.link2 { 

	color:#DFDFDF;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;

}

	.link2:hover {

		font-size: 10px;
		color:#666666;
		font-weight:bold;
		text-decoration:none;

	}

.linkWhite:link { 
color : #ffffff;
text-decoration : none;
font-weight:bold;
} 
.linkWhite:visited { 
color : #ffffff;
text-decoration : none;
font-weight:bold;
} 
.linkWhite:hover { 
color : #FFB21E;
text-decoration : none;
font-weight:bold;
} 
.linkWhite:active { 
color : #000000;
text-decoration : none;
font-weight:bold;
}

.warnYellow {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF99;
	height:20px;
	padding:4px;
}
.warnRed {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #DA1307;
	height:20px;
	padding:4px;
}
.warnGreen {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #009900;
	height:20px;
	padding:4px;
}

.nav {

		float:right;

		padding-top:50px;

	}

.nav li {

			display:inline;

		}

.nav li a {

				background:url(/images/nav-bg.gif) left top repeat-x;

				font-size:15px;

				float:left;

				color:#484848;

				text-decoration:none;

				line-height:1.2em;

				padding:11px 0 5px 0;

				margin-left:20px;

			}

.nav li a:hover {

				color:#666666;

			}
			
.navm {

				font-size:15px;

				color:#666666;

				text-decoration:none;

			}

.navm:hover {

				font-size:15px;

				color:#993399;

				text-decoration:none;

			}
				

.menuNone {
font-size:15px;
text-decoration:none;
color:#666666;
background: #FFFFFF;
cursor:pointer;
text-align:center;
vertical-align:middle;
}

.menuOver {
font-size:15px;
text-decoration:none;
color:#FFFFFF;
background: #80287e;
cursor:pointer;
text-align:center;
vertical-align:middle;
}

input, select, textarea { 

	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	vertical-align:middle;

	font-weight:normal;

}

.footerline {

background:url(/images/line-hor.gif) left bottom repeat-x;
height:4px;

}


.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(star_small.gif);
	line-height: 10px;
	height: 10px;
}