@charset "utf-8";
/* CSS Document */

table.table01{ 
	border-collapse:collapse; 
	border:1px dashed #819B1C; 
	color: #360;
	font-size:12px;
}
table.table01 tr td{
	vertical-align:top;
}
table.table01 tr td div#head{ 
	background: url(../images/menuHeader.png); 
	color:#FFFFFF; 
	text-align:center; 
	font-size:16px;
	font-weight:bold;
	padding:5px;		
}

table.payment{
	font-size:14px;
	font-weight:bold;		
}
table.payment tr td#left{
	text-align:right;
	color: #336600;
	width:50%;
	vertical-align:top;
}
table.payment tr td#left2{
	text-align:right;
	color:#336600;
	width:35%;
	vertical-align: middle;
}
table.payment tr td#both{
	text-align:center;
	color: #003399;
	vertical-align: middle;
	font-size:15px;
	font-weight:bold;
	border-bottom:2px solid #9966CC;
	padding-top:15px;
}

table#regist{
	width:430px;
}

table#profil{
	border-collapse:collapse;
	border:1px dashed #9966CC;		
}
table#profil tr td{
	vertical-align:top;
}
table#profil tr td div#head{
	background: #9966CC; 
	color:#FFFFFF; 
	text-align:center; 
	font-size:16px;
	font-weight:bold;
	padding:5px;	
}
/*---------------------------------------------*/
table#regist tr td#regist-left{
	width:45%;
	vertical-align:top;
}

table#admin-login{
	width:45%;
	border:2px solid #66CC00;
	border-collapse: collapse;
}
table#admin-login tr#header{
	text-align:center;
	font-weight:bold;
	background:url(../images/menuHeader.png);
	height:30px;
	color:#FFFFFF;
}


table#section{
	border:1px solid #669900;
	border-collapse:collapse;
	}

table#section tr#sec{
	background:#EAFEE2;	
	}
	table#section tr#sec td{
		border-bottom:none;
		padding:5px;
		}

table#section tr#ques td{
	padding:5px;
	border-bottom:1px solid #690;
	}

table#login-box{
	font-size:14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding:3px;
	color: #0099FF;
	font-weight:bold;
	border-collapse:collapse;	
}

table#login-box tr td{
	background:#FFF;
	padding:2px;
}

table#login-box a:link,
table#login-box a:visited{
	color: #FFCCFF;
	font-size:10px;
	font-weight: bold;
}

table#tableLogin{
	/*border-collapse:collapse;*/
	border:2px solid #0099CC;
	
}

/* myTable*/
table#myTable{
	border:none;
	border-collapse:collapse;
}

table#myTable thead tr{
	background: #09F;
	color: #fff;
	/*padding:5px;*/
}

table#myTable thead tr th{
	background: url(../images/rowHeader.png);	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	padding:5px;
	color: #FFFFFF;
	height:20px;
}

table#myTable tbody tr#even td,
table#myTable tbody tr#odd td{
	border-bottom:1px solid #0099FF;
}

table#myTable tbody tr#even{
	background-color: #E7F2FE;/**/
	color: #09F;
	font-weight: bold;
	font-size:12px;
}

table#myTable tbody tr#odd{
	background-color: #FFF;/**/
	color: #09F;
	font-weight: bold;
	font-size:12px;
}

table#myTable tbody tr#even:hover,
table#myTable tbody tr#odd:hover{
	background-color: #D7EAFD;
	color: #006699;
}

table#myTable tr td a.ordering{	
	display:inline;
}

table#myTable a:link,
table#myTable a:visited{
	color: #09F;
	text-decoration: none;
	font-size:12px;
	display:block;
}

table#myTable a:hover{
	color: #0099CC;
	text-decoration:underline;
}

table#myTable img{
	border:none;
}


/*-----------  myTable01 -----------------*/

table#myTable01{
    margin:5px;	
	border:1px solid #8CCDF4;
	border-collapse:collapse;
}

table#myTable01 thead tr{
	background: #9966CC;
	color: #fff;
	/*padding:5px;*/
}

table#myTable01 thead tr th{
	/*background: url(../images/rowHeader.png);	*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	padding:5px;
	color: #FFFFFF;
	height:15px;
	
}

table#myTable01 tbody tr#even{
	/*background-color: #EAF4C4;*/
	color: #336600;
	font-weight: bold;
	font-size:12px;
	border-bottom:1px dashed #0099CC;
}

table#myTable01 tbody tr#odd{
	/*background-color:#DDEDA5;*/
	color: #336600;
	font-weight: bold;
	font-size:12px;
	border-bottom:3px dashed #0099CC;
}

table#myTable01 tbody tr#even:hover,
table#myTable01 tbody tr#odd:hover{
	/*background-color: #eee;*/
	color: #09F;
}

table#myTable01 a:link,
table#myTable01 a:visited{
	color: #0066FF;
	text-decoration: underline;
	font-size:12px;
}

table#myTable01 a:hover{
	color: #0099FF;
	text-decoration:underline;
}

table#myTable01 img{
	border:none;
}

/*----------------*/
.datatable01{
	border:none;
	border:1px solid #CCC;
	/*border-collapse:collapse;*/
}

.datatable01 thead tr{
	background: #FFF;
	color: #fff;
	/*padding:5px;*/
}

.datatable01 thead tr th{
	background: #CCCCCC;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	padding:5px;
	color: #fff;
	height:20px;
}

.datatable01 tbody tr#even{
	background-color: #E9E9E9;
	color: #336600;
	font-weight: bold;
	font-size:12px;
}

.datatable01 tbody tr#odd{
	background-color: #F8F8F8;
	color: #336600;
	font-weight: bold;
	font-size:12px;
}

.datatable01 tbody tr#even:hover,
.datatable01 tbody tr#odd:hover{
	background-color: #E1E1E1;
	color: #336600;
}

.datatable01 a:link,
.datatable01 a:visited{
	color: #06c;
	text-decoration: underline;
	font-size:14px;
}

.datatable01 a:hover{
	color: #9900CC;
	text-decoration:underline;
}

.datatable01 img{
	border:none;
}

/*----------------*/

/* content-table */
.content-table{
	border:1px solid #09F;
	/*border-collapse:collapse;*/
}

.content-table thead tr{
	background: #FFF;
	color: #fff;
	/*padding:5px;*/
}

.content-table thead tr th{
	background: #09F;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	padding:2px;
	color: #FFF;
	height:20px;
}

.content-table tbody tr#even{
	background-color: #E2FEFE;
	color: #336600;
	/*font-weight: bold;
	font-size:11px;*/
}

.content-table tbody tr#odd{
	background-color: #FFFFFF;
	color: #336600;
	/*font-weight: bold;
	font-size:11px;*/
}

.content-table tbody tr#even:hover,
.content-table tbody tr#odd:hover{
	background-color: #D3EBFE;
	color: #FFF;
}

.content-table a:link,
.content-table a:visited{
 	font-family:"Times New Roman", Times, serif;
	color: #09F;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
	display:block;
}

.content-table a:hover{
	color: #09F;
	text-decoration:underline;
}

.content-table img{
	border:none;
}

/***********************************
                table03
 ***********************************/

.table03{	
	border: none;
}

.table03 tr th{
	background:url(../images/menuHeader.png);
	padding:3px 5px;
	color: #0099FF;
	font-size:16px;
	color:#fff;
	text-align:center;
}

.table03 tr td{
	background-color: #FFF;
	padding:3px 5px;
	color: #0099FF;
	border-bottom:1px dashed #DDD;
	text-align:left;
}

.table03 tr td#no-bg{
	background-color: #FFFFFF;
}

.table03 tr td#title_{
	font-weight:bold;	
	padding: 3px 3px 3px 5px;
	text-align:right;
	color: #FF6600;
}

.table03 tr td#none{	
	padding: 3px 3px 3px 5px;
}

/***********************************
                table04
 ***********************************/
.table04{	
	border: none;
}

.table04 tr th{
	background:url(../images/menuHeader.png);
	padding:3px 5px;
	color: #0099FF;
	font-size:16px;
	color:#fff;
	text-align:center;
}

.table04 tr td{
	padding:3px 5px;
	color: #990000;
	border-bottom:1px dashed #0099FF;
}

.table04 tr td#title_{
	font-weight:bold;	
	padding: 3px 3px 3px 5px;
	text-align: right;
	color: #9900CC;
}

/***********************************
                table05
 ***********************************/

.table05{	
	border: none;
	font-size:12px;
}

.table05 tr th{
	background:url(../images/menuHeader.png);
	padding:3px 5px;
	color: #0099FF;
	font-size:16px;
	color:#fff;
	text-align:center;
}

.table05 tr td{
	background-color: #FFF;
	padding:3px 5px;
	color: #0099FF;
	border-bottom:1px dashed #DDD;
	text-align:left;
}

.table05 tr td#no-bg{
	background-color: #FFFFFF;
}

.table05 tr td#title_{
	font-weight:bold;	
	padding: 3px 3px 3px 5px;
	text-align:right;
	color:#09C;
}

.table05 tr td#none{	
	padding: 3px 3px 3px 5px;
}

/***********************************
                profile
 ***********************************/
.profile{	
	border: none;
	margin:30px 0 20px 0;
	background:url(../images/icons/icon-student-big.png) top right no-repeat;/*student_images/fnd.jpg*/
}

.profile tr th{
	/*background:url(../images/menuHeader.png);*/
	padding:10px 5px 3px 50px;
	font-size:16px;
	text-align: left;	
}

.profile tr th div.title{
	line-height:1em;
	color: #FF6600;
	font-weight:bold;
	letter-spacing:-.05em;
	position:relative;	
	width:90%;
	font-size:24px;
	padding-top:8px;
}

.profile tr th div.title span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:90%;
	background:url(../images/gradient_2.png) repeat-x;
}

.profile tr td div#break{
	border-top:2px solid #99CC00;
	width:98%;
}

.profile tr td{
	padding:3px 5px;
	color: #006699;
	border-bottom:1px dashed #ddd;
	font-weight:bold;
}

.profile tr td#title_{
		
	padding: 3px 3px 3px 5px;
	text-align: right;
	color: #09F;
	border:1px dashed #FFF;/*#E1EFFD*/
	font-size:14px;
}

/***********************************
            front-profile
 ***********************************/
.front-profile{	
	border: none;
	margin:10px 0 0 2px;
	background:url(../images/icons/icon-student-big.png) top right no-repeat;
}

.front-profile tr td{
	padding:0;
	color: #9933CC;
	font-weight:600;
}

.front-profile tr td#title_{
	font-weight:bold;	
	padding: 3px 3px 3px 5px;
	text-align: right;
	color: #CC0066;
	font-size:13px;
}

/***********************************
          registration-table
 ***********************************/
.registration-table{	
	border: none;
	font-size:14px;
}

.registration-table tr th{
	/*background:url(../images/menuHeader.png);*/
	padding:10px 5px 3px 50px;
	font-size:16px;
	text-align: left;	
}

.registration-table tr th div.title{
	line-height:1em;
	color: #FF6600;
	font-weight:bold;
	letter-spacing:-.05em;
	position:relative;	
	width:90%;
	font-size:24px;
	padding-top:8px;
}

.registration-table tr th div.title span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:90%;
	background:url(../images/gradient_2.png) repeat-x;
}

.registration-table tr td div#break{
	border-top:2px solid #9c0;
	width:98%;
}

.registration-table tr td{
	padding:3px 5px;
	color: #555;
	/*border-bottom:1px dashed #DDD;*/
}

.registration-table tr td#title_{
	font-weight:bold;	
	padding: 3px 3px 3px 5px;
	text-align: right;
	color: #09F;
	border-bottom:none;
}

/********************************
      Commission Withdrawal 
*********************************/

table.commission{
	font-size:12px;
	border-collapse:collapse;
	border:1px solid #0099FF;
	margin-top:15px;
	color: #06F;
}

table.commission tr td{
	padding:5px;
	text-align:left;
	background-color: #FFF;
	border-bottom:1px dashed #ADD9FC;
	border-left:none;
	border-right:none;
}

table.commission tr td#comm-title{
	vertical-align:top;
	text-align:right;
	font-weight:bold;
	color:#09F;
}

table.commission tr th {
	font-weight:bold;
	background: url(../images/bg/button-bg.jpg);
	font-size:14px;
	color: #FFF;
	text-align:center;
	padding:5px;
	border-bottom:none;
}