/*
CSS Credit: http://www.templatemo.com/
*/

html {
	background: #0a2035;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: #0a2035 url(images/templatemo_bd_bg.jpg) repeat-x top;
}

a {color: #1dd678; text-decoration:none; }

a:hover { color: #18ac61; text-decoration:none; }

#templatemo_container {
	width: 940px;
	margin: auto;
}

#templatemo_header {
	width: 940px;
	height: 78px;
	background:url(images/templatemo_header.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
/* Login Form */
#templatemo_login {
	float: right;
	width: 355px;
	height: 35px;
	margin: 25px 40px 0 0;
}
#templatemo_login label {
	color: #37b2f8;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 5px 0 0;
	padding: 0;
	display: block;
	width: 80px;
	float: left;
}

#templatemo_login .textfield {
	width: 77px;
	height: 14px;
	background: url(images/templatemo_textbox.gif) no-repeat;
	border: none;
	color: #0f62b1;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 5px 0 0;
	padding: 5px 5px;
}


#templatemo_login .button {
	background: url(images/templatemo_button.jpg) no-repeat; 
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 47px;
	color: #fff;
	margin: 0;
	padding: 0;
}

/*End Of Log In*/

#templatemo_content {
	
	width: 100%;
	
}

* html #templatemo_content {
	
	margin-top: -2px;

}

#templatemo_left_content {
	
	float: left;
	background: #0a2035 url(images/templatemo_left_bg.jpg) top no-repeat;
	width: 358px;
	display: inline;

}

/* Menu */

.templatemo_menu {

	float: right;
	width: 211px;
	margin: 20px 65px 35px 0;
	padding: 0;
	display: inline;

}

.templatemo_menu ul {

	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 211px;

}

.templatemo_menu li a {

	display: block;
	height: 27px;
	padding: 7px 0 0 50px;
	margin: 5px 0 0 0;
	color: #fff;
	font-weight: bold;
	background: url(images/templatemo_menu.gif) no-repeat;	
	text-decoration:none;

}

.templatemo_menu li a:hover, .templatemo_menu li .current {

	background: url(images/templatemo_menu_current.gif) no-repeat;	
	text-decoration:none;
	color: #00FFFF;

}
/* End of Menu */

.templatemo_section {

	float: right;
	background: url(images/templatemo_left_section_button.jpg) bottom center no-repeat;
	width: 300px;
	margin: 0 30px 5px 0;
	padding: 0;
	display: inline;

}


* html .templatemo_section {
	margin: 0;
}

.templatemo_icon_home {
	
	background: url(images/student.png) no-repeat top left;
	width: 100%;
	min-height: 95px;
	margin: 30px 0 0 0;
	padding: 0;
	
}

.templatemo_section h1{
	
	font-family: Tahoma;
	font-size: 11px;
	color: #37b2f8;
	margin: 0 0 0 85px;
	padding: 0;
}

.templatemo_section p{
	
	font-family: Tahoma;
	font-size: 11px;
	color: #94d8ff;
	text-align: justify;
	margin: 0 30px 0 85px;
	padding: 0;
	
}
.templatemo_icon_cube {
	
	background: url(images/system.png) no-repeat top left;
	width: 100%;
	min-height: 109px;
	margin: 30px 0 0 0;
	padding: 0;
	
}

.templatemo_icon_tick {
	
	background: url(images/trade.png) no-repeat top left;
	width: 100%;
	min-height: 102px;
	margin: 30px 0 0 0;
	padding: 0;
	
}

.templatemo_section_bottom_line {
	
	clear: both;
	background: url(images/templatemo_left_bottom.jpg) no-repeat center;
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
	
}


#templatemo_right_content {
	
	float: right;
	background: url(images/templatemo_right_bg.jpg) repeat-y;
	width: 582px;
	margin: 0;
	padding: 0;
	
}

#templatemo_right_content #content_area {

	width: 475px;	
	margin: 0 0 0 47px;
	padding: 0;
	min-height:710px;
	
}

#content_area .title {
	
	width: 100%;
	height: 15px;
	color: #62c2ff;
	background: url(images/title_line.jpg) bottom repeat-x;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 0 0 15px 0;

}


#content_area p.content {
	
	font-family: Arial;
	font-size: 12px;
	color: #9bcdff;
	text-align: justify;
	margin: 15px 0 0 0;
	padding: 0;
	
}

#content_area .thumbs {
	
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0 ;

}

#content_area .thumbs img {
	margin: 0 4px 0 4px;
	padding: 0;
}

#content_area img.icon {
	border:none;
	margin-right:5px;


}

#templatemo_right_content_bottom {
	
	float: right;
	background: url(images/templatemo_right_bottom.jpg) no-repeat;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 582px;
	height: 48px;
	margin: 0;
	padding: 30px 0 0 0;
	
}

#templatemo_right_content_bottom a{

	text-decoration: none;
	color: #fff;

}

#templatemo_right_content_bottom a:hover{

	text-decoration: underline;
	color: #fff;

}

.clear_with_height {

	clear: both;
	height: 1px;

}

a.letolt{
clear:both;
}

/*form*/


div.form-container {
margin-top:35px;
margin-left: 10px;
padding: 5px;
border: #fff 1px solid;
 }

p.legend {
 margin-bottom: 1em;
 }
p.legend em {
 color: #fff;
 font-style: normal;
 }

div.errors {
margin: 0 0 10px 0;
background-image:url(images/error.jpg);
background-position:top left;
background-repeat:no-repeat;
display:none; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; margin-left:15px;}
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #fff 1px solid; }
div.form-container form legend { font-weight: bold; color: #fff; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; color:#fff; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input { border: 1px solid #8C8C8C;}
div.form-container textarea { border: 1px solid #8C8C8C;}
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none;  }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 0px; }
div.buttonrow  input:hover{
color:#ece63d;
}
div.form-container .button{
	display:block;
	text-decoration: none;
	color: #fff;
	border:1px solid #ccc;
	padding: 3px 4px 3px 4px;
	margin-right:5px;
	font: 11px Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	background:#1E4B77;
	background-repeat:repeat-x;
	
}
/*form*/

div.video{
margin-top:20px;
}
div.kifejt{
position:relative;
margin-top:15px;
margin-bottom:15px;
background:#d6f9e2;
border:1px solid #0fb54a;
padding:5px;
}

div.kifejt p{
position:relative;
font-size:15px;
font-weight:bold;
margin-bottom:10px;
color:#0e507f;
}