@charset "utf-8";
html {
SCROLLBAR-BASE-COLOR: #FFF79A;
SCROLLBAR-ARROW-COLOR: #F6FF00;
}
body {
	margin:0px;
	padding: 0px;
	color: #626262;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #000000;
}

div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;	
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

a:active {text-decoration: none;color:#FFF79A}
a:link {text-decoration:none;color:#FFF79A}
a:visited {text-decoration:none;color:#FFF79A}
a:hover {color:#F6FF00;text-decoration:underline}

/* -------------------------------------------------------------------
 float
------------------------------------------------------------------- */

br.clr {
	clear: both;
	font-size: 0px;
	line-height: 0px;	
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* -------------------------------------------------------------------
 input text, select box, check box
------------------------------------------------------------------- */
input {	
	vertical-align: middle;
}

.textfiled{
	padding: 2px;
	background: #000000;
	border: 1px solid #8F8F8F;	
	color: #626262;
	vertical-align: middle;
}

.textfiled_y{
	padding: 2px;
	background: #000000;
	border: 1px solid #8F8F8F;	
	color: #FFF79A;
	vertical-align: middle;
}

.txtContact {
	width: 300px;
	background: #272727;
	border: 2px solid #585858;	
	color: #FFFFFF;
	vertical-align: middle;
}

.txtLogin {
	width: 120px;
	background: #FFFF8C;
	border: 2px solid #000000;	
	color: #000000;
	vertical-align: middle;
}

.select_box {
	padding: 1px;
	background: #000000;
	outline:none;
	border-top: 1px solid #8F8F8F;
	border-bottom: 1px solid #8F8F8F;
	border-left: 1px solid #8F8F8F;
	border-right: 1px solid #8F8F8F;
	color:#626262;
	vertical-align: middle;
}

.check_box {
	border:none;
}

.textarea {
	margin-top:5px;
	padding: 2px;
	width: 380px;
	height: 200px;
	background: #272727;
	border: 2px solid #585858;	
	color: #FFFFFF;
	vertical-align: middle;
	scrollbar-base-color: #272727 ;
	scrollbar-face-color: #272727 ;
	scrollbar-arrow-color: #272727 ;
	scrollbar-3dlight-color: #272727 ;
	scrollbar-highlight-color: #272727 ;
	scrollbar-shadow-color: #272727 ;
	scrollbar-darkshadow-color: #272727 ;
}

.button {
	background:url(../images/bg_title_left.gif) repeat-x;
	height: 32px;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	cursor: pointer;
}

.img_row_product {
	padding: 5px;
	border: 1px solid #454545;	
}

/* -------------------------------------------------------------------
 image
------------------------------------------------------------------- */


/* -------------------------------------------------------------------
layout
------------------------------------------------------------------- */
div#wrap-top {
	padding: 0px;
	margin: 0px;
	height: 120px;
	background:url(../images/bg.gif) top repeat-x;
}

div#wrap {
	width: 777px;	
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: left;
}
/*\*/
* html div#wrap { padding:0px !important; }
/**/

div#wrap .navigation{
	padding-bottom:12px;
	font-weight: bold;
}

div#wrap .navigation a:link,
div#wrap .navigation a:active,
div#wrap .navigation a:visited{
	padding-bottom: 10px;
	color: #9BDC00;
	font-weight: normal;
	text-decoration: none;
}

div#wrap-menu {
	width: 777px;
	margin: 0px auto;
	text-align: left;
}

div#wrap-menu .link a:link,
div#wrap-menu .link a:active,
div#wrap-menu .link a:visited{
	color: #949494;
	font-weight: bold;
	text-decoration: none;
}

div#wrap-menu .advert{
	padding: 7px;
	background: url(../images/bg_dot.gif);
}

div#wrap-footer {
	margin-top: 20px;
	border-top: 2px solid #5E5E5E;
	background:url(../images/bg_top_banner.gif) ;
}

.navation {
	text-transform: uppercase;
}

.row_dot {
	background:url(../images/hr_1.jpg) left repeat-y;
	text-align:center;
}

.row_dot_1 {
	background:url(../images/hr_1.jpg) left repeat-y;
	height: 30px;
}

.line_dot {
	background:url(../images/hr.gif) bottom repeat-x;
}

/* -------------------------------------------------------------------
header
------------------------------------------------------------------- */

div#ct-area {
	width: 777px;
	margin: 0px auto;
	margin-bottom: 10px;
}

div#ct-left {
	float: left;
	width: 294px;
	text-align: left;
}

div#ct-main {	
	float: left;
	margin-left: 20px;
	margin-top: 27px;
	width: 460px;
	text-align: left;
}

div#ct-area:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ct-area { display:inline-block; }
/*\*/
* html div#ct-area { height:1%; }
div#ct-area { display:block; }
/**/

/* -------------------------------------------------------------------
BOX
------------------------------------------------------------------- */
.boxLogin {
	background:url(../images/bg_box_login.jpg)  repeat-x;
	height:225px;
	vertical-align:top;
}

.boxLogin p{
	color:#FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;
}

.boxLogin .contentLogin {
	float:left;
}
 
.boxLogin .contentLogin p {
	color:#000000;
	text-align:left;
	padding-top: 10px;
	padding-left: 10px;
	text-transform: none;
}
.boxLogin .contentLogin p a:link,
.boxLogin .contentLogin p a:active,
.boxLogin .contentLogin p a:visited{
	color: #FF4224;
	font-weight: bold;
	text-decoration:none;
}

.boxLogin .contentLogin p.last {
	padding-top:7px;
}

* html .boxLogin .contentLogin p.last {
	padding-top:4px;
}

.boxLogin .buttonLogin {
	float:left;
	padding-top:10px;
	padding-left:6px;
}

.content_main {
	padding: 5px;
	padding-top: 20px;
	border: none;
	font-size: 11px;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #4A4A4A;
}

.boxMember {
	background:url(../images/bg_box.gif) top left no-repeat #000000;
}

.bg_box_title {
	background:url(../images/bg_title_left.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.bg_box_title_main {
	background:url(../images/bg_title_main.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.title_box {
	padding-top: 12px;
	padding-left:10px;
}

.title_box a:link,
.title_box a:active,
.title_box a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}

.tblDot{
	padding: 7px;
	background: url(../images/bg_dot.gif);
	color: #FFFFFF;
}

.tabMemberActive {
	width: 147px;
	height: 32px;
	background:url(../images/tabTitleMember_active.gif) no-repeat;
	font-weight: bold;
	text-align:center;
}

.tabMemberNormal {
	width: 147px;
	height: 32px;
	background:url(../images/tabTitleMember_normal.gif) no-repeat;
	font-weight: bold;
	text-align:center;
}

.tabExamActive {
	width: 147px;
	height: 32px;
	background:url(../images/tabTitleExam_active.gif) no-repeat;
	font-weight: bold;
	text-align:center;
}

.tabExamNormal {
	width: 145px;
	height: 32px;
	background:url(../images/tabTitleExam_normal.gif) no-repeat;
	font-weight: bold;
	text-align:center;
}

/* -------------------------------------------------------------------
box play main
------------------------------------------------------------------- */
.img_title_play_main {
		height:51px;
		margin:-15px 0px 0px !important;
		position:absolute;
}

.title_play_main {
	padding-top: 11px;
	padding-left: 58px;
}

/*\*/
* html .img_title_play_main { margin:-15px 0px 0px !important; }
/**/

/*################# PAGE ####################################*/
.pagelink {

	background: #000000;

	border: 1px solid #5E5E5E;

	padding: 1px 5px 1px 5px;

}
.pagecur {

	background: #000000;


	padding: 1px 5px 1px 5px;

	font-weight: bold;

	color: #FFFFFF;
}

/* -------------------------------------------------------------------
font
------------------------------------------------------------------- */
.text {
	text-align: justify;
	line-height: 20px;
}
.font_title {
	color: #FFFFFF;
	font-weight: bold;
	font-size:14px;
	padding-bottom:15px;
	text-decoration:none;
	text-transform: uppercase;
}

.font_red {
	color: #FF0C00;
}

.font_yellow {
	color: #F6FF00;
	text-decoration:none;
}
.font_yellow a:link,
.font_yellow a:active,
.font_yellow a:visited{
	color: #FFF79A;
	text-decoration:none;
}

.font_w_nort {
	color: #FFFFFF;
	font-style:italic;
	text-decoration:none;
}
.font_w_nort a:link,
.font_w_nort a:active,
.font_w_nort a:visited{
	color: #FFFFFF;
	font-style:italic;
	text-decoration:none;
}

.font_white {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	
}
.font_white a:link,
.font_white a:active,
.font_white a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.font_red {
	color: #FF000C;
}

.font_normal {
	color: #9B9B9B;
}

.font_contact {
	color: #C2C2C2;
	font-weight: bold;
}

.font_italic {
	font-style:italic
}

.font_footer a:link,
.font_footer a:active,
.font_footer a:visited{
	color: #FFF79A;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}

/*-------------------------------- font shopping ---------------------*/

-->
/*********************************    Menu     *********************************************/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	margin-top:2px;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {	
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {	
	border-top:none;
}

/* each TR.item is one menu item */
.transMenu .item {	    
    font-size:11px;
    font-family:tahoma;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
		border:1px solid #A43F3F;
		cursor:pointer;
		cursor:hand;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=0);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=0);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#FCFCE3;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
}

INPUT.press {
	BORDER-RIGHT: #330000 2px solid; BORDER-TOP: #ff6699 2px solid; FONT-WEIGHT: bold; FONT-SIZE: 10pt; BORDER-LEFT: #ff6699 2px solid; CURSOR: hand; COLOR: #ffffff; BORDER-BOTTOM: #330000 2px solid; FONT-FAMILY: vedena; BACKGROUND-COLOR: #990000
}
INPUT.presschangecolor {
	BORDER-RIGHT: #330000 2px solid; BORDER-TOP: #3d82f4 2px solid; FONT-WEIGHT: bold; FONT-SIZE: 10pt; BORDER-LEFT: #3d82f4 2px solid; CURSOR: hand; COLOR: #FFFFFF; BORDER-BOTTOM: #330000 2px solid; FONT-FAMILY: vedena; BACKGROUND-COLOR: #1a52b8
}