/* CSS Document */

body {
	background : url(../images/bg2.jpg) #000000 repeat-x;
	 MARGIN: 0px 0px;
	 SCROLLBAR-FACE-COLOR: #000000; 
	 SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	 SCROLLBAR-SHADOW-COLOR: #003333;
	 SCROLLBAR-3DLIGHT-COLOR: #999999;
	 SCROLLBAR-ARROW-COLOR: #ffffff;
	 SCROLLBAR-TRACK-COLOR: #cccccc;
	 SCROLLBAR-DARKSHADOW-COLOR: #666666;
	 SCROLLBAR-BASE-COLOR:#ccccff; 
	 text-align:center;
}



td {

FONT-FAMILY: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
}

a {
COLOR: #aae1fb;
text-decoration: underline;
}

A:link{
COLOR: #005780;
text-decoration: underline;
}

A:visited{
COLOR: #a7e3ff;
}

A:active{
COLOR: #01a4f1;
}

A:hover{
COLOR: #dfdfdf;
}




.red {
COLOR: red;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
font-size: 9pt;
}

.red_font {
COLOR: red;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
font-size: 12pt;
}

.errortext {
color: red;
font-weight: bold;
}

.error {
color: red;
border: solid 2px red;
}


input.error {
color: black;
border: solid 2px red;
}

#select_error {
color: black;
border: solid 2px red;
}

textarea.error {
color: black;
border: solid 2px red;
}


.solid {
BORDER-RIGHT: #586192 3px solid; BORDER-TOP: #586192 3px solid; BORDER-LEFT: #586192 3px solid; BORDER-BOTTOM: #586192 3px solid;
}


.content {
background : url(../images/content_bg.jpg) #00a1ec repeat-x;
COLOR: white;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
font-size: 10pt;


}

 .tabb { font-weight:bold; font-size:14px; font-family:verdana, arial, helvetica, sans-serif;}
 .tab { font-weight:bold; font-size:12px; font-family:verdana, arial, helvetica, sans-serif;TEXT-ALIGN: center}
 .tan {FONT-SIZE: 12px; COLOR: red; FONT-FAMILY: verdana, arial, helvetica, sans-serif; TEXT-ALIGN: center}
 .tann {FONT-SIZE: 14px; COLOR: navy; FONT-FAMILY: verdana, arial, helvetica, sans-serif; TEXT-ALIGN: center}
 .tanc {FONT-WEIGHT: bold;FONT-SIZE: 10px; COLOR: navy; FONT-FAMILY: verdana, arial, helvetica, sans-serif; TEXT-ALIGN: center;}

 
 .form {
font-weight: normal;
COLOR: white;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
font-size: 9pt;

}
 .form_bk {
font-weight: normal;
COLOR: black;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
font-size: 9pt;

}


div#hold { 
  position:relative; width:564px; height:40px; 
  border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid;

  z-index:1000; 
  }
div#wn { 
  position:absolute; left:0; top:0;
  width:564px; height:40px; z-index:1;
  clip:rect(0, 564px, 40px, 0); overflow:hidden;
    margin:0px auto;
    border-right: #CC0000 0px solid; border-top: #CC0000 0px solid; border-left: #CC0000 0px solid; border-bottom: #CC0000 0px solid;
  }
div#cnt { position:absolute;
width:564px; height:40px; 

 }

/* width of table = number of items * scroller width 
   Setting width on table and width and height on table cell needed
   for this example because images vary in size and don't fill scroller space
*/
table#imgTbl { width:2820px }
table#imgTbl td {
  width:564px; height:40px; 
  vertical-align:middle;
  text-align: center;
  
  FONT-SIZE: 12px; COLOR: red; FONT-FAMILY: verdana, arial, helvetica, sans-serif; TEXT-ALIGN: center
  }
  
  .big {
COLOR: #FFFFFF;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
font-size: 12pt;
font-weight: BOLD;
}

.bk {
font-weight: normal;
COLOR: black;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
font-size: 9pt;

}

.white {
font-weight: normal;
color : #fff;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
font-size: 12px;
}
.white a, .white a:link, .white a:visited, .white a:active { 
color : #fff;
text-decoration : none;
} 
.white a:hover { 
color : #98deff;
text-decoration : underline;
}