/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
body {
	background-color: #000000;
	background-image: url(../img/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
.txt-div {
	color: #7D9399;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:3px;
}
.form-div {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:3px;
}
.form-field {
	border: thin solid #36505E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #354D5B;
}
.txt-blc {
	color: #FFFFFF;
	font-size: 11px;
}
.txt-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #f8a616;
}
#yellow-line {
	background-image: url(../img/yellow-px.gif);
	background-position: top;
	background-repeat: repeat-x;
	height:5px;
	width:630px;
	margin-left:2px;
}
.frame {
	background-color:#69808a;
	padding:4px;
	border:0px;
}
#more {
  margin-top:5px;
  margin-left:2px;
}

/* --------- Tool Tip --------- */
.tool-tip {
	color: #fff;
	width: 282px;
	z-index: 13000;
	margin-top:94px;
}
 
.tool-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
	color: #f8a616;
	padding: 5px;
	background: url(../img/bubble.png) top left;
}
 
.tool-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	background: url(../img/bubble.png) bottom right;
}
/* --------- Tool Tip --------- */

/* --------- Preloader -------- */
#preloader {
	position:absolute;
	background-color: #FFFFFF;
	height:100%;
	width:100%;
	display:none;
	z-index:100;
}

#preloadIMG {
	position:absolute;
	left:50%;
	width:20px;
	margin-left:-10px;
	height:20px;
	top:150px;
}
/* ------ end preloader ------- */

/* --------- ModalBox -------- */
div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index:15000;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
z-index:15000;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../img/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}
/* ------- END ModalBox ------ */