@media print 					{
	.noprint{
		display:none;
		visibility:hidden;
	}
	.printable{
		display: block;
		visibility: visible;
	}
}

/*----- HTML TAG -----*/
BODY							{
	margin: 0px 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 150%;
	background:#DBDAC8 url(../images/page_bg_pat.gif) repeat;
}

FORM							{
	margin: 0px;
	padding: 0px;
}

TABLE							{
	empty-cells: show;
}

A								{
	color:#1F9EC4;
	text-decoration:none;
}

A:hover								{
	color:#336699;
	text-decoration:none;
}

h1								{
	font-family:"Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	line-height:20px;
	direction:rtl;
	margin:0;
	padding:0;
}

h2								{
	font-family:"Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	line-height:18px;
	text-align:right;
	direction:rtl;
	margin:0;
	padding:0;
}
/*------------- ID Base --------------*/
#PageHolder {
	margin:0px auto 0px auto;
	width:952px;
	background-color:#EEEDE4;
}

#Header {
	background:url(../images/header.jpg) no-repeat left top; 
	height:190px;
}

#MenuBg {
	background:url(../images/menu-bg.gif) repeat-x left top; 
	height:30px;
}

#MenuSep {
	background:url(../images/menu-sep.gif) no-repeat right top;
	width:1px;
	height:30px;
}

#MenuContent {
	color:#FFFFFF;
	text-align:center;
}
#MenuContent A {
	color:#FFFFFF;
	cursor:pointer;
}

#MenuContent A:hover {
	color:#CCC;
}
#SiteMap {
	background:url(../images/sitemap-icon.gif) no-repeat 60px 5px;
	color:#FFF;
}
#SiteMap A {
	color:#FFF;
	cursor:pointer;
}

#SiteMap A:hover {
	color:#CCC;
}
/*---------------------------------------*/

/*--------------Left Box----------------*/
.LeftBoxTL {
	background:url(../images/left-box/tl.gif) no-repeat left top; 
	width:15px; 
	height:14px;
}
.LeftBoxT {
	background:url(../images/left-box/t.gif) repeat-x left top;
}
.LeftBoxTR {
	background:url(../images/left-box/tr.gif) no-repeat left top; 
	width:15px;
}
.LeftBoxL {
	background:url(../images/left-box/l.gif) repeat-y left top;
}
.LeftBoxR {
	background:url(../images/left-box/r.gif) repeat-y left top;
}
.LeftBoxDL {
	background:url(../images/left-box/dl.gif) no-repeat left top; 
	height:14px;
}
.LeftBoxD {
	background:url(../images/left-box/d.gif) repeat-x left top;
}
.LeftBoxDR {
	background:url(../images/left-box/dr.gif) no-repeat left top;
}
/*--------------End Left Box----------------*/

/*--------------Main Box----------------*/
DIV.Title {
	background:url(../images/main-box/t.gif) repeat-x left top;
}
DIV.Title .TitleR {
	background:url(../images/main-box/title_tr.gif) no-repeat right top; 
}
DIV.Title .TitleL {
	background:url(../images/main-box/title_tl.gif) no-repeat left top;
	padding: 8px 50px 8px 0;
	text-align:right;
	color:#FFF;
}

DIV.MainBox {
	padding: 8px 8px 0 8px;
	border-left: 1px solid #F1F1EF;
	border-right: 1px solid #F1F1EF;
}

DIV.BottomCurve {	
	background:url(../images/main-box/d.gif) repeat-x bottom;
}
DIV.BottomCurve B{	
	display:block;
	background: url(../images/main-box/dl.gif) no-repeat left top;
}
DIV.BottomCurve I{	
	display:block;
	background: url(../images/main-box/dr.gif) no-repeat right top;
	height: 9px;
}
.title_arrow{
	
}
.title_arrow{
	background:url(../images/title-arrow.png) no-repeat right 2px; 
	padding-right:15px; 
	font-weight:bold; 
	font-size:10px;
	padding-bottom:5px;
	margin-top:15px	
}
.subTitle{
	background:url(../images/faq-arrow.gif) no-repeat right 8px;
	padding-right:10px;
	cursor:pointer;
	direction:rtl;
	margin-right:15px	
}
.subTitle A{
	color:#000
		
}
.title_arrow A{
	color:#000
}
.text UL{
	margin-top:0	
}
.text{
	margin-top:15px;
	text-align:justify;
	direction:rtl;
	line-height:190%;	
}
.picFrame{
	float:right;
	padding:5px 5px 0 7px	
}
.picBorder{
	margin-bottom:30px;
	background:#F2F2F2;
	text-align:center;
	padding:5px 7px 0 5px	;	
	float:right;
	width:190px;
	height:290px;
}
.picBorder IMG{
	border:1px solid #ccc;
	padding:2px;
	background:#FFF	;
	margin-top:5px
}
/*--------------End Main Box----------------*/

/*--------------Footer Box----------------*/
.FooterBoxTL {
	background:url(../images/footer-box/tl.gif) no-repeat left top; 
	width:9px; 
	height:8px;
}
.FooterBoxT {
	background:url(../images/footer-box/t.gif) repeat-x left top;
}
.FooterBoxTR {
	background:url(../images/footer-box/tr.gif) no-repeat left top; 
	width:9px;
}
.FooterBoxL {
	background:url(../images/footer-box/l.gif) repeat-y left top;
}
.FooterBoxR {
	background:url(../images/footer-box/r.gif) repeat-y left top;
}
.FooterBoxDL {
	background:url(../images/footer-box/dl.gif) no-repeat left top; 
	height:8px;
}
.FooterBoxD {
	background:url(../images/footer-box/d.gif) repeat-x left top;
}
.FooterBoxDR {
	background:url(../images/footer-box/dr.gif) no-repeat left top;
}
/*--------------End Footer Box----------------*/

/*--------------Right Box----------------*/
.RightBoxTL {
	background:url(../images/right-box/tl.gif) no-repeat left top; 
	width:15px; 
	height:14px;
}
.RightBoxT {
	background:url(../images/right-box/t.gif) repeat-x left top;
}
.RightBoxTR {
	background:url(../images/right-box/tr.gif) no-repeat left top; 
	width:15px;
}
.RightBoxL {
	background:url(../images/right-box/l.gif) repeat-y left top;
}
.RightBoxR {
	background:url(../images/right-box/r.gif) repeat-y left top;
}
.RightBoxDL {
	background:url(../images/right-box/dl.gif) no-repeat left top; 
	height:14px;
}
.RightBoxD {
	background:url(../images/right-box/d.gif) repeat-x left top;
}
.RightBoxDR {
	background:url(../images/right-box/dr.gif) no-repeat left top;
}
/*--------------End Right Box----------------*/

.StaticRightMenu A {
	display:block;
	background:url(../images/rightmenu.gif) no-repeat left top;
	width:205px;
	height:27px;
	padding-bottom:5px;
	color:#909090;
}
.StaticRightMenuSelected A {
	display:block;
	background:url(../images/rightmenu.gif) no-repeat left -32px;
	width:205px;
	height:27px;
	padding-bottom:5px;
	color:#909090;
}
.StaticRightMenu A:hover {
	background:url(../images/rightmenu.gif) no-repeat left -32px;
}

.DynamicRightMenu A {
	display:block;
	background:url(../images/rightmenu.gif) no-repeat left -64px;
	width:205px;
	height:27px;
	padding-bottom:5px;
	color:#909090;
}
.DynamicRightMenuSelected A {
	display:block;
	background:url(../images/rightmenu.gif) no-repeat left -32px;
	width:205px;
	height:27px;
	padding-bottom:5px;
	color:#909090;
}
.DynamicRightMenu A:hover {
	background:url(../images/rightmenu.gif) no-repeat left -32px;
}

/*--------------Right Title Box----------------*/
.RightTitleBoxL {
	background:url(../images/picday-box/title-box/l.gif) no-repeat left top;
	width:10px;
}
.RightTitleBoxM {
	background:url(../images/picday-box/title-box/m.gif) repeat-x left top;
	text-align:right;
	color:#FFF;
	font-weight:bold;
	padding-right:5px;
}
.RightTitleBoxR {
	background:url(../images/picday-box/title-box/r.gif) no-repeat left top;
	width:32px;
	height:19px;
	
}
/*--------------End Right Title Box----------------*/

/*--------------Pic Day Box----------------*/
.PicDayBoxTL {
	background:url(../images/picday-box/tl.gif) no-repeat left top; 
	width:10px; 
	height:10px;
}
.PicDayBoxT {
	background:url(../images/picday-box/t.gif) repeat-x left top;
}
.PicDayBoxTR {
	background:url(../images/picday-box/tr.gif) no-repeat left top; 
	width:10px;
}
.PicDayBoxL {
	background:url(../images/picday-box/l.gif) repeat-y left top;
}
.PicDayBoxR {
	background:url(../images/picday-box/r.gif) repeat-y left top;
}
.PicDayBoxDL {
	background:url(../images/picday-box/dl.gif) no-repeat left top; 
	height:10px;
}
.PicDayBoxD {
	background:url(../images/picday-box/d.gif) repeat-x left top;
}
.PicDayBoxDR {
	background:url(../images/picday-box/dr.gif) no-repeat left top;
}
/*--------------End Pic Day Box----------------*/

/*------------ Text Box ----------------*/
.TB-TL {
	background:url(../images/text-box/tl.gif) no-repeat right top;
	width:10px;
	height:10px;
}

.TB-T {
	background:url(../images/text-box/t.gif) repeat-x left top;
}

.TB-TR {
	background:url(../images/text-box/tr.gif) no-repeat left top;
	width:10px;
}

.TB-L {
	background:url(../images/text-box/l.gif) repeat-y right top;
}

.TB-R {
	background:url(../images/text-box/r.gif) repeat-y left top;
}

.TB-DL {
	background:url(../images/text-box/dl.gif) no-repeat right top;
	height:10px;
}

.TB-D {
	background:url(../images/text-box/d.gif) repeat-x left top;
}

.TB-DR {
	background:url(../images/text-box/dr.gif) no-repeat left top;
}
/*------------------------------------------*/

.MainBoxTitle {
	text-align:right;
	color:#FFFFFF;
	font-weight:600;
	direction:rtl;
}
.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}

/*--COMBINE--*/
.fontCRed {
	color:#FF0000;
}
/*----------*/

.educationPro {  
    background-color:#3A4B66;
    display:none;
    width:165px;
    position:absolute;
    color: #787878;
    border: 2px solid #7E94B6;
	padding:4px;
	text-align:right;
	cursor:pointer;
	margin: 0;
	margin-right: expression('-12px');
}

.ArrowBulletlink{
	background:url(../images/blue_arrow_fa.gif) no-repeat right 4px;
	padding-right:15px;
	text-align:right;
}

.sepSubMenu {
	border-bottom:1px dashed #888;
	padding-bottom:5px;
}

TABLE.courseDetail TH{
	font-weight: normal;
	padding: 1px 2px 1px 2px;
	text-align: center;
}

TABLE.courseDetail TR.r1{
	background-color: #F0F0F0;
}

TABLE.courseDetail TR.r2{
	background-color: #FAFAFA;
}

TABLE.courseDetail TD{
	padding: 3px;
	margin: 0;
	text-align:center;
	color:#383838;
}

.agentdetail {
	font-weight:600; 
	font-size:10px; 
	color:#333333;
}

TABLE.agentturnover{
	text-align:center;
}

TABLE.agentturnover TR.r1 {
	background-color:#999999;
}

TABLE.agentturnover TR.r2 {
	background-color:#d4d4d4;	
}

TABLE.agentturnover TD.t1 {
	border-top:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	color:#FFFFFF;
	height:30px;
}

TABLE.agentturnover TD.t2 {
	border-right:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC;
	height:30px;
}

TABLE.agentturnover TD.t3 {
	border-right:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	color:#FFFFFF;
	height:30px;
}

TABLE.agentturnover TD.t4 {
	border:1px solid #CCCCCC; 
	color:#FFFFFF;
	border-top:1px solid #CCCCCC; border-left:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; color:#FFFFFF; text-align:center;
	height:30px;
}

TABLE.agentturnover TD.t5 {
	border-top:1px solid #CCCCCC; 
	border-left:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	color:#FFFFFF;
	height:30px;
}

TABLE.agentturnover TD.t6 {
	border-right:1px solid #CCCCCC; 
	border-left:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	height:30px;
}

TABLE.agentturnover TD.t7 {
	border-left:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	height:30px;
}


A.splink:link, A.splink:visited, A.splink:active{
	color:#666666;
}

A.splink:hover{
	color:#1f9ec4;
}

table.list{
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
table.list th{
	padding:0 5px 0 15px;
}
table.list th.top{
	padding:0;
	background:url(../images/admin/images.gif) repeat-x center -143px; 
	height:25px;
	text-align:right;
}

table.list td{
	height:26px;
	text-align:right;
}

table.list tr.r1{
	background:#FAFAFA;
}
table.list tr.r2{
	background:#ffffff;
}
table.list tr.rover{
	color:#FFF;
	background:#6699FF; 
}
table.list tr.ron{
	background:#FFFF99;
	color:#333333;
}
.panel{
	background:url(../images/admin/images.gif) repeat-x center -146px; 
	height:22px;
	text-align:right;
	color:#333333;
	font-family:Tahoma;
	padding:5px 10px;
	border:0;
}

.yellowarrow {
	background:url(../images/faq-arrow.gif) no-repeat right 8px;
	padding-right:10px;
}

.yellowarrow A{
	color:#000;
}

.yellowarrow A:hover{
	color:#666;
}

.bullet {
	padding-right:25px; 
	padding-top:5px;
}

.bullet A {
	color:#3C4560;
}

.bullet A:hover {
	color:#666;
}

.subarrow {
	padding-right:45px; 
	padding-top:5px;
}

.subarrow A{
	color:#59678E;
}

.subarrow A:hover{
	color:#666;
}

.titleArrow {
	background:url(../images/title-arrow.png) no-repeat right 2px; 
	padding-right:15px; 
	font-weight:bold; 
	font-size:10px;
	padding-bottom:5px;
}

.arrowTitle {
	background:url(../images/title-arrow.png) no-repeat right 3px; 
	padding-right:15px;
	padding-bottom:5px;
}
.agencyBtn, .loginbtn {
	background:url(../images/button.gif) no-repeat left top;
	width:113px;
	height:20px;
	border:0px;
	cursor:pointer;
	color:#666666;
	font-weight:bold;
	padding-bottom:2px;
	font-size:11px;
	font-family:tahoma;
}
.loginbtn {
	background:url(../images/login-button.gif) no-repeat left top;
	width:90px;
	height:20px;	
}

TABLE.signUp TD {
	text-align:right;
}
TABLE.signUp INPUT, TABLE.signUp TEXTAREA, TABLE.signUp SELECT {
	font-size:11px;
	font-family:Tahoma;
}
.redBg {
	background:#FF0000;
	color:#FFFFFF;
}

.messageok{
	direction:rtl;
	border:2px solid #136D35;
	background:#DAF4DC;
	padding:10px;
	width:300px;
	color:#136D35 !IMPORTANT;
	text-align:center;
}
.messageer{
	direction:rtl;
	border:2px solid #a70d0d;
	background:#F0E1E1;
	padding:10px;
	width:300px;
	color:#CA0000 !IMPORTANT;
	text-align:center;
}
.messagewr{
	direction:rtl;
	border:2px solid #E8B53C;
	background:#F5F2DE;
	padding:10px;
	width:300px;
	color:#151515 !IMPORTANT;
	text-align:center;
}

TABLE TH.hleft{
	background:url(../images/table/tl.gif) no-repeat left top;
}
TABLE TH.hright{
	background:url(../images/table/tr.gif) no-repeat right top;
	padding-right:10px;
	height:22px;
	text-align:right;
}
TABLE TH.hcont{
	background:url(../images/table/t.gif) repeat-x right top;
}

DIV.fieldTitle {
	float:right;
	width:90px;
}

DIV.fieldContent {
	float:right;
	width:130px;
}

DIV.fieldContent INPUT[type=text], DIV.fieldContent INPUT[type=password]{
	width:140px;
}

DIV.fieldContent SELECT {
	width:143px;
}

DIV.yellowBullet {
	background:url(../images/bullet.gif) no-repeat right 2px;
	padding-right:15px;
	padding-bottom:10px;
	float:right;
	width:290px;
}

DIV.clearBoth {
	clear:both;
	height:1px;
	overflow:hidden;
}

DIV.lineClear {
	clear:both;
	padding:3px 0;
}

DIV.dashedLine {
	border-bottom:1px dashed #666666;
	margin:0 20px 15px 20px;
}

.languageTable INPUT {
	font-size:11px;
	font-family: Tahoma;
	height:17px;
	border:none;
}
.languageTable TD {
	border: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

TABLE.signUp TD {
	text-align:right;
}
TABLE.signUp INPUT, TABLE.signUp TEXTAREA, TABLE.signUp SELECT {
	font-size:11px;
	font-family:Tahoma;
}
.redBg {
	background:#FF0000;
	color:#FFFFFF;
}

.messageok{
	direction:rtl;
	border:2px solid #136D35;
	background:#DAF4DC;
	padding:10px;
	width:300px;
	color:#136D35 !IMPORTANT;
	text-align:center;
}
.messageer{
	direction:rtl;
	border:2px solid #a70d0d;
	background:#F0E1E1;
	padding:10px;
	width:300px;
	color:#CA0000 !IMPORTANT;
	text-align:center;
}
.messagewr{
	direction:rtl;
	border:2px solid #E8B53C;
	background:#F5F2DE;
	padding:10px;
	width:300px;
	color:#151515 !IMPORTANT;
	text-align:center;
}

TABLE TH.hleft{
	background:url(../images/table/tl.gif) no-repeat left top;
}
TABLE TH.hright{
	background:url(../images/table/tr.gif) no-repeat right top;
	padding-right:10px;
	height:22px;
	text-align:right;
}
TABLE TH.hcont{
	background:url(../images/table/t.gif) repeat-x right top;
}
.spWhite {
	color:#FFFFFF;
}
.redStar {
	color:#C30000;
}

/*--------------Home----------------*/
.loginHome{
	padding-top:30px
}
.loginHome A{
	background:url(../images/home/login.png) no-repeat left top;
	height:195px;
	width:347px;
	display:block;
}
.loginHome A:hover{
	background-position:left bottom;
}
#homeMenu{
	background:url(/images/home/box.gif) no-repeat left top;
	height:348px;	
	text-align:right;
	width:482px;
	direction:rtl
}
#homeMenu DIV{
	width:441px;
	padding:2px 10px 0 0	
}
#homeMenu DIV A{
	display:block;
	height:48px;
}
#homeMenu A:hover{
	background-position:right bottom;
}
#schedule{
	background:url(../images/home/menu/schedule.jpg) no-repeat right top;
}
#view{
	background:url(../images/home/menu/view.jpg) no-repeat right top;
}
#placement{
	background:url(../images/home/menu/placement.jpg) no-repeat right top;
}
#online{
	background:url(../images/home/menu/online.jpg) no-repeat right top;
}
#seminar{
	background:url(../images/home/menu/seminar.jpg) no-repeat right top;
}
#save{
	background:url(../images/home/menu/save.jpg) no-repeat right top;
}
/*--------------Home----------------*/
.list_table TR.row1{
	background:#E0E0E0
}
.list_table .row2{
	background:#FFF
}
.list_table TD{
	border: 1px solid #DADADA;
	padding-right:5px
}

.circle-title{
	background:url(../images/bullet.gif) no-repeat right 5px; padding:3px 15px 0 0; color:#0AA6B6; cursor:pointer;height:22px;margin-right:5px	
}

