/* CSS Document */
body{
	background:#d2f3f7;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
p,h1,h2,h3{margin:0px;}
h1{
	font-size:1.3em;
}
h2{
	font-size:1.3em;
	font-weight:normal;
}
#container{
	margin:0px auto;
	width:930px;
}
#wrapper{
	background:#05747e url(../images/cont-bg.gif) repeat-y;
	width:930px;
	float:left;
}
#main-cont{
	width:880px;
	float:left;
	position:relative;
	left:28px;
	margin-top:20px;
	background:url(../images/circle.gif) no-repeat 0% 20px;
}
#header{
	background:url(../images/menontheside-logo.gif) no-repeat 10px 0px;
	width:880px;
	height:76px;
	float:left;
}
#header a{
	display:block;
	width:437px;
	height:76px;
	margin-left:10px;
}
#main-bg{
	background:url("../images/main-img.png") no-repeat top center;
	float:left;
	width:880px;
	height:358px;
}
* html #main-bg{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/main-img.png", sizingMethod="scale");
}
#player{
	position:relative;
	float:left;
	width:350px;
	height:262px;
	left:20px;
	top:45px;
	background:#000;
	text-align:center;
}
#player div{
	padding:12px 0px 0px 0px;
}
#info{
	position:relative;
	top:45px;
	left:40px;
	float:left;
	width:220px;
	color:#050507;
}
#info p{
	font-size:.7em;
}
#search{
	position:relative;
	background:#fff;
	top:20px;
	float:left;
	width:200px;
	color:#050507;
	border:2px solid #6384fd;
}
#search div{
	padding:10px;
}
.blue{
	font-size:1.5em;
	color:#202cd4;
	font-weight:bold;
}
.green{
	font-size:1em;
	color:#00f9aa;
	font-weight:bold;
}

.txtbox{
	width:80px;
	background:#ffffa0;
}

.button{
	background:url(../images/search.gif) no-repeat;
	width:80px;
	height:20px;
	border:none;
}
#attract{
	position:relative;
	top:50px;
	left:20px;
	float:left;
	width:100%;
	font-weight:bold;
	color:#000;
}
#thumbbg{
	background:url(../images/thumbbg.gif) no-repeat;
	width:880px;
	height:122px;
	margin-top:15px;
	float:left;
}
#thumb{
	width:470px;
	float:left;
	height:122px;
}
#thumb ul{
	margin:0px;
	margin-top:12px;
	margin-left:22px;
	list-style:none;
	padding:0px;
}
#thumb li{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	width:112px;
}
#free{
	float:left;
	width:190px;
	margin-top:32px;
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:1.20em;
	line-height:26px;
}
#join{
	float:left;
	width:165px;
	height:46px;
	margin-top:32px;
}
#join a{
	display:block;
	width:165px;
	height:46px;
}
#login{
	float:left;
	margin-top:10px;
	width:165px;
	height:46px;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}
#login a{
	color:#202cd4;
}
#privacy{
	font-family:"Times New Roman", Times, serif;
	font-size:1.25em;
	font-weight:normal;
	text-align:center;
}
#faq{
	float:left;
}
#faq div{
	margin:15px;
}
#footer{
	background:url(../images/footer.gif) no-repeat;
	height:60px;
	float:left;
	width:100%;
	text-align:center;
	color:#000;
	font-weight:bold;
	line-height:45px;
}

/* * * * Modal window * * * */
#ModalWindowContainer{
  /*background-image:url("../images/loginbg.png");*/
  background-color:#FFFFFF;
  width: 575px;
/*  background-repeat:no-repeat;*/
  font-family:Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:1.1em;
  }
  
.modalDialog_transparentDivs{	
	filter:alpha(opacity=65);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#2B3744;
	z-index:0;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:0px solid #000;	
	padding:0px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */
	background:#d2f3f7;

}


table.information {
	padding: 5px;
	margin: 10px auto;
	border: 1px solid black;
	background-repeat: repeat-y;
}

div.content {
	padding: 20px; 
	clear: both;
}

div.contentHolder {
	background-color: white;
	margin: 10px auto; 
	border: 2px solid #CCCCCC; 
/*	width: 600px;	*/
	color: black;
}

td.title {
	font-weight: bold;
	width: 200px;
	font-size:12px;
}

.required {
	color: #CC0000;
	font-weight: bold;
	font-size:12px;
}

div.instructions {
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

td {
	padding: 5px;
	color: #330000;
	font-size:12px;
}

input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-color: #666666;
	padding: 2px;
}

input.required {
	color: maroon;
	font-weight: 500;
}

.txtbox1
{
	background:#ffffa0;
}

div.rightnote {
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 10px 0px;
}

td.buttons {
	text-align: center;
}

input.button {
	background-color: #660000;
	color: white;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 10px;
}

input.buttondefault {
	background-color: #660000;
	color: white;
	padding: 5px 10px;	
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

div.menuitem {
	color: white;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 10px;
	float: left;
	clear: none;
	border-right: 1px solid #CCCCCC;
}

div.selected {
	background-color: #FF3300;
}

div.menubar {
	width: 600px;
	background-image: url(images/menubar.png);
	height: 30px;
	background-repeat: no-repeat;
}

a.menuitem {
	text-decoration: none;
	color: white;
}

div.menuitemright {
	float: right;
	clear: none;
	color: white;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 10px;
	border-left: 1px solid #CCCCCC;	
}

td.error {
	font-weight: bold;
	color: red;
	font-size: 10px;
}

div.profileHeader {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: maroon;
	font-weight: bold;
}

div.profileSection {
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999999;
	margin-top: 10px;
	font-weight: bold;
}

.bluefont
{
	font-size:10px;
	font-weight:bold;
	color:#000066;
	padding:10px;
}
/************EOS*************/

