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


body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
img{
	border:none;	
}
.clear{
	clear:both;	
}
#footer{
	margin-top:20px;
	Color:#FFF;
	background:#9db9f9;
	height:30px;
	padding-top:10px;
	width:100%;
	font-weight:bold;
}
#container{
	width:100%;	
	min-height:900px;
}

#wrapper{
	width:900px;
	margin: 0 auto;
	min-width:870px;
}
#logo{
	margin-bottom:10px;
}
#banner{
	float:left;
}
#login_div{
	width:300px;
	float:left;
	margin-top:-290px;
	margin-left:-19px;
}

#banner img{
}
.custom_bullets{
	list-style-image:url(../images/bullets.jpg);
}

.custom_bullets li{
		margin-top:5px;
		font-weight:bold;
}
/*[if IE]

[endif]*/

.box{
	background:url(../images/banner_box.png) no-repeat;
	padding:21px 20px 21px 21px;
	overflow:auto;
}
.box_video{
	background:url(../images/video_box.png) no-repeat;
	padding:5px 20px 21px 21px;
	height:540px;
}
.box1 h3{
	margin:18px 0 5px 0;
	font-weight:normal;
	font-size:18px;
	font-weight:bold;
}
.left_top{
	background:url(../images/left_top.png) no-repeat;
	height:14px;
	width:330px;
}
.left_bot{
	background:url(../images/left_bot.png) no-repeat;
	height:20px;
	width:330px;
}
.left_mid{
	padding:0 15px 15px;
	width:295px;
	min-height:300px;
	background:url(../images/left_mid.png) repeat-y;
}
.left_mid h2{
	margin:0;	
}
.box_mid form{
	margin-left:15px;	
}
.box_mid label{
	margin-bottom:10px;	
}
.box_mid select{
	margin-bottom:10px;
}
.box_mid input{
	margin-bottom:10px;	
}

#content{
}
#left{
	width:330px;
	min-height:360px;
	float:left;
	margin-left:-6px;
}

#right{
	padding:2px 11px 0 14px;
	margin-top:7px;
	background:url(../images/right_box.png) no-repeat;
	width: 522px;
	height:360px;
	float:left;
}
#right p{
		font-size:14px;
}
#right_work{
	margin-top:7px;
	background:url(../images/right_box.png) no-repeat;
	width: 550px;
	height:360px;
	float:left;
	padding:0 0 0 15px;
}
#right_work_box{
	margin-top:7px;
	width: 550px;
	float:left;
	padding:0 0 0 15px;
}
#right_work_box h2{
	margin:0 0 7px 10px;
	

}
.workbox{
	background:url(../images/small-banner.png) no-repeat;	
	width:900px;
	height:150px;
}
.box_top{
	width:558px;
	height:17px;
	background:url(../images/box_top.png) no-repeat;
}
.box_mid{
	width:558px;
	background:url(../images/box_mid.png) repeat-y;
}
.box_mid h3{
	margin:0 0 0 15px;	
}
.box_bottom{
	height:20px;
	width:558px;
	background:url(../images/box_bot.png) no-repeat;
}
/*FORM STYLE */

legend{
	font-size:16px;
	font-weight:bold;
	
}

fieldset{
	border:none;
}

label{
	display:block;
	font-weight:bold;
}


/* Login Form */
#login{
	background:url(../images/paper_fold.png) no-repeat 4px 0;	
	padding:14px 5px 5px;
}

.submit{
	background-color:#516ff1;
	color:#FFF;
	font-weight:bold;
	border:none;
	margin: 5px 10px;
	float:right;
}

a.submit{
		background-color:#516ff1;
	color:#FFF !important;
	font-weight:bold;
	border:none;
	margin: 5px 10px;
	float:right;
	padding:3px;
	text-decoration:none !important;
	font-size: 1em;
	 font-family: Arial,Helvetica,sans-serif;
	
	
}

#blue_box{
	background:#00F;	
	padding:5px;
}
#white_box{
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#FFF;
}

#login form{
	width:270px;
	overflow:auto;

}

/*-----------Text-----------*/
@font-face {
	font-family: Arial Rounded MT Bold;
	src: url('../includes/round.ttf');
}
/*-----------Text-----------*/
#login legend{
	padding-top:5px;
    font-family: Arial Rounded MT Bold;
    font-size: 28px;
	font-style:italic;
}

#login label{
    font-family: Arial Rounded MT Bold;
    font-size: 18px;
	padding-bottom:5px;
	font-style:italic;

}

#login input[type='text'],#login input[type='password']{
   -moz-box-shadow:inset 0 0 3px #888;
   -webkit-box-shadow:inset 0 0 3px #888;
   box-shadow:inset 0 0 3px #888;
   border:solid 1px #888;
   background:none;
   height: 21px;
   padding: 2px;
   width: 231px
}

/* -- Table -- */
.DataTable {
 
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    margin: 5px;
    text-align: left;
    width: 100%;
}
.DataTable th {
    border-bottom: 2px solid #6678B1;
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
}
.DataTable td {
    color: #666699;
    padding: 9px 8px;
	 border-bottom: 1px dashed #6678B1;
}
.DataTable tbody tr:hover td {
    color: #000099;
	background-color:#CED3FF
}

#Admin_menu {
	background-color:#9DB9F9;
	padding:8px;
	margin-bottom:10px;

}

#Admin_menu ul{
	padding:0;
	margin:0;
}

#Admin_menu li {
	display:inline;
	padding-right:5px;
	border-right: 1px solid;
	margin-right:5px;
}

#Admin_menu li a{
	color: #00F;
	font-weight:bold
}




.form {
	width: 860px;
	padding: 20px;
	background: #f0f0f0;
	overflow:auto;
	/* Border style */
    border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
	box-shadow: 2px 2px 2px #cccccc;
}
label {
	font-family: Arial, Verdana;	
	display: block;
	float: left;
	font-weight: bold;
	margin-right:10px;
	text-align: right;
	width: 120px;

	font-size: 12px;

}
.input,textarea {
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #b9bdc1;
	width: 500px;
	color: #797979;
}

.field{
	margin-bottom:20px;
	overflow:auto;
}

.hint {
	display:none;
}

em.forminfo{
	
	display: block;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin:12px;
}

.field:hover .hint {
	position: absolute;
	display: block;
	margin: -30px 0 0 455px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.button {
	float: right;
	margin:10px 55px 10px 0;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	/* Background gradient */
    background: #a5b8da;
	background: -moz-linear-gradient  (top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient  (linear, 0% 0%, 0% 100%,  from(#a5b8da), to(#7089b3));
	/* Border style */
    border: 1px solid #5c6f91;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;
}

/* -- Error Box --- */

#error_box{
	background-color: #3E3E3E;
	padding:10px;
	  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:15px;
	
}

#error_box span{
	font-weight:bold;
	color:#F00;
}

#error_box ul{
	margin-left:15px;
	margin-top:5px;
}

#error_box li{
	padding-bottom:5px;
	color:#FFF
}	

.warning {
	color:#F00;
}	

/* -- Successfull Box -- */

#message_box{
	background-color: #3E3E3E;
	padding:10px;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:15px;
	color: #0C0;
	margin: 10px 0;
	font-weight:bold;
}