*{
margin:0;
padding:0;
}
body{
background:white;
font-family: Helvetica, Arial, "sans-serif";
background-color: #E3E3D9;
}
#header{
width:100%;
/*background:url(../images/bg-top.jpg) repeat-x;;*/
background:url(../images/headin.jpg) repeat;
}
#header-wrap{
width:1148px;
margin:auto;
height:122px;
}
#header-wrap h1{
background:url(../images/logo.png) no-repeat;
height:98px;
width:181px;
text-indent:-99999px;
float:left;
margin-top:15px;

}
#header-wrap h1 a{
height:98px;
width:181px;
}
#header-nav{
float:right;
margin-top:54px;
}
#header-nav h6{
color:#fff;
width:229px;

padding-left:35px;
padding-top:15px;
padding-bottom:5px;

}
#header-nav ul li {
list-style:none;
float:left;
}
#header-nav ul li a{
float:left;
height:32px;
width:131px;
background:url(../images/button-top.png) no-repeat;;
text-align:center;
line-height:32px;
margin-left:4px;
color:#09387d;
text-decoration:none;
font-size:14px;
}
#header-nav ul li:hover a{
color:#1b64ce;
}
#wrapper{
width:99%;
margin:0 auto;
margin-top:2px;
height:610px;
background-color:#E3E3D9;
}
#info{
	margin-left:50px;
	width:600px;
	}
	#info hr{
		width:600px;
		margin-bottom:30px;
	}
	#info table{
		width:600px;
	}
	#info table thead{
		background-color:#09387C;
	}
	#info table thead th{
		font-size:18px;
		color:#FFF;
	     width:100px;
		font-style:italic;
		font-weight:normal;
		text-align:left;
		
	}
		#info table tbody td {
			width:100px;}
	#info table tbody td a img{
		float:left;
	}
#content{
	
width: 100%;
float:right;
height:auto;
min-height:400px;
}

#content h2
 {
	 font-size:18px;
	  margin-left: 20px;
    margin-top: 23px;
	margin-bottom:15px;
	 
 }
 #menu{
width:100%;
height:50px;
background:url(../images/nav_bg.png) repeat-x;
font-size:14px;
line-height:35px;
margin-top:0px;
color:#dbdbdb;
float:left;
}
#menu ul
 {
	 list-style-type:none;
	 padding-left:14px;
	 
 }
 #menu ul li
  {
	  float:left;
	  padding-top: 8px;
	  padding-right:20px;
	  
  }
  #menu ul li a
   {
	   text-decoration:none;
	   font-weight:bold;
	   color:#000;
	   font-size:14px;
	   
   }
   #menu ul li a:hover
    {
		text-decoration:underline;
		color:red;
		
	}
#wrapper .left{
/*height:35px;
/*width:12px;
background:url(../images/heading-bar-left.png) no-repeat;
float:left;
}
#wrapper .right{
height:35px;
/*width:12px;
background:url(../images/heading-bar-right.png) no-repeat;
float:right;*/
}
#sidebar{
float:left;
width:191px;
}
#sidebar h2{
width:159px;
height:38px;
background:url(../images/heading-bar-bg.jpg) repeat-x;
font-size:14px;
line-height:35px;
color:#fff;
margin-left:25px;
padding-left:8px;
}
#sidebar span{
float:left;
height:35px;
width:25px;
background:url(../images/heading-bar-arrow.png) no-repeat;
}
#sidebar ul li{
list-style:none;
padding:5px; 
border-bottom:1px dotted #c6c7ca;

}
#sidebar ul li a{
background:url(../images/list-b.png) no-repeat left center;
padding-left:20px;
text-decoration:none;
color:#505050;
font-size:14px;
}
#sidebar ul li:last-child{
border:none;
}
#sidebar ul li:hover a,
#sidebar ul li.active a{
color:#f00;
}
.row{
overflow:hidden;
width:100%;
margin:15px 0px;
}
a .obj{
color:#09387d;
}
.obj{
float:left;
width:122px;
height:122px;
border:1px solid #83b5fd;
margin:10px 9px;
text-align:center;
}
a:hover .obj{
background:#f5f9fe;
}
.obj img{
height:79px;
width:78px;
margin:5px;
}
.obj p{
font-size:12px;
color:#09387d;
}

/* footer */
#footer{
clear:both;
width:100%;
height:45px;
background:#303030;
padding-top:20px;
}
#footer-wrap{
width:950px;
margin:auto;
color:#fff;
}
#footer-wrap p.cpyrt{
width:950px;
text-align:center;
font-size:10px;
}
#footer-wrap p.author{
width:950px;
text-align:center;
font-size:10px;
}
#footer-wrap a{
font-size:10px;
color:#fff;
}
/* login area */
#login{
width:382px;
margin:auto;
margin-top:20px;
}
#login-wrap{
clear:both;
width:382px;
height:184px;
background:url(../images/login_areabox.png) no-repeat;;
margin:0 auto;
}
#login-wrap h3{
color:white;
padding:6px 20px;
font-size:18px;
}

/* tutor style */
h3{
color:#2a538e;
font-size:16px;
margin-top:15px;
margin-bottom:10px;
}
#frm{
height:100%;
width:100%;
margin:0 auto;
overflow:hidden;
background-color:#fff;
border-radius:4px;
padding: 10px;
}
.dis p
 {
	 margin-bottom:10px;
	 padding-left:10px;
	 /*
	 border-bottom:1px solid #c4c4c4;
	 
	 */
	 
 }
#frm h3
 {
	 color:#000;
	 border-bottom:1px solid #D2D0D0;
	 padding-left:5px;
	 
 }
 
 #frm .full
  {
	  float:left;
	  padding-left:10px;
	  padding-bottom:20px;
  }
  hr{
	  display:none;
  }
  
  #frm .full .label
   {
	   font-size:11px;
   }
   #frm .full .inputs
    {
		
		
	}
	
.add2 {
    color:#fff;
    width:100px;
    height:30px;
    border-radius:7px;
    background-image:url(../images/btn_07.png);
    color:#000;
    border:none;
    bax-shadow:5px 2px 2px;
    margin-top:13px;
    -webkit-appearance: none;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
    box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
}
.cstat {
    width:120px;
    padding:2px;
    background:#f8f8f8;
    border-radius:2px;
}
.errors {
    background:#fff;
    color:black;
    font-size:14px;
    padding-bottom:10px;
    padding-top:10px;
    font-weight:bold;
    border-radius:4px;
    padding-left:10px;
    width:450px;
    margin:0 auto;
    margin-bottom:20px;
}
.col{
/*width:340px;*/
width:477px;
float:left;
font-size:12px;
margin-right:15px;
margin-left:15px;
margin-bottom:20px;
}
ul.col li{
list-style:none;
padding:4px 0px;
}
label{
float:left;
height:28px;
width:115px;
font-size:12px;
line-height:28px;
color:#494947;
}
#changePass{
	width:400px;
}
#change .label{
	float:left;
	width:130px;
}
#change .value{
	float:left;
	width:170px;
}

input{
height:28px;
width:240px;
background:#f8f8f8;
border:1px solid #d2d2d2;
border-radius:4px;
}
input[type="checkbox"]
 {
	 background:#f8f8f8;
     border:1px solid #d2d2d2;
     border-radius:4px;
 }
.small-input{
height:28px;
width:70px;
background:#f8f8f8;
border:1px solid #d2d2d2;
border-radius:4px;

}
textarea{
	background:#f8f8f8;
border:1px solid #d2d2d2;
border-radius:4px;}
#btn{
float:left;
/*margin-right: 220px;*/
}
#btn1{
float:left;
margin-left:-440px;
}

.add{
background:#d52018;
color:white;
width:78px;
height:24px;
border-radius:4px;
}
.add1{
	background:#d52018;
color:white;
width:78px;
height:10px;
border-radius:4px;
}
input.add, input.clear{
text-align:center;
text-decoration:none;
line-height:24px;
margin-left:10px;
margin-top:15px;
border:none;
margin-bottom:20px;
cursor:pointer;
}
#personnaldetails input.add, #personnaldetails input.clear{
text-align:center;
text-decoration:none;
line-height:24px;
margin-left:10px;
margin-bottom:0px;
margin-top:0px;
border:none;
cursor:pointer;
}
input.add:hover, input.clear:hover{
background:#e31a10;}
.clear{
background:#d52018;
color:white;
width:78px;
height:24px;
border-radius:4px;
}
#data{
clear:both;
margin-top:10px;
margin-bottom:30px;
width:100%;
margin:0 auto;
}

ul#title{
width:100%;
height:37px;
background:#353F47;
line-height:37px;
font-size:12px;
}
#data ul#title li {
list-style:none;
float:left;
width:18.3%;
border-right:1px solid #2368ce;
color:white;
text-align:center;
}
ul.values{
list-style:none;

height:37px;
line-height:37px;
/*overflow:hidden;*/
}
#data ul#title li:last-child,ul.values li:last-child{border:none;}
ul.values li{
float:left;
border-right:1px solid #2368ce;
color:#3d3d3d;
font-size:11px;
width:17.6%;
text-align:left;
padding-left:7px;
}
ul.even li{
background:#fff;
}
ul.odd li{
background:#e6edf9;
}
#data ul#title li.action{
width:58px;
}

ul.values li.action{
width:58px;
text-align:center;
}
ul.values li.action img{
padding:0 5px;}

#data{
clear:both;
margin-top:10px;
margin-bottom:30px;
background-color:#fff;
border-radius:4px;

}
#data h2
 {
	border-bottom:1px solid #D2D0D0;
	padding-top:3px;
	padding-bottom:4px;
	padding-top: 10px;

 }
 
 #data1{
clear:both;
margin-top:10px;
margin-bottom:30px;
background-color:#fff;
border-radius:4px;

}
#data1 h2
 {
	border-bottom:1px solid #D2D0D0;
	padding-top:3px;
	padding-bottom:4px;
	padding-top: 10px;

 }

.small_courses a {
	font-size:12px;
}

.small_status{
	font-size:12px;
}
#title{
/*width:150px;*/
height:25px;
background:#000000;
line-height:25px;
font-size:10px;

color:white;
text-align:left;
padding-left:10px;
}
#data #title .small  {
width:40px;
border-right:1px solid #E3E3D9;
color:white;
font-size:10px;
text-align:center;
}
#data #title .small-x  {
width: 42px;
font-size:10px;
border-right:1px solid #E3E3D9;
color:white;
text-align:center;
}
#data #title .small-xx  {
width: 26px;
font-size:10px;
border-right:1px solid #E3E3D9;
color:white;
text-align:center;

}
#title .small-dd
 {
	 width:30px;
	 border-right:1px solid #E3E3D9;
	 color:white;
	 text-align:center;
	 font-size:10px;
	 
 }



#data #title .big{
width: 152px;
font-size:14px;
border-right:1px solid #E3E3D9;
color:white;
text-align:center;

}


.values{
width:750px;
height:37px;
line-height:37px;
}
.values .small{
border-right:1px solid #E3E3D9;
color:#3d3d3d;
font-size:12px;
width: 374px;
text-align:left;
padding-left:7px;
}
.values .small-x{
border-right:1px solid #E3E3D9;
color:#3d3d3d;
font-size:12px;
width:50px;
text-align:left;
padding-left:7px;
}
.values .small-xx{
border-right:1px solid #E3E3D9;
color:#3d3d3d;
font-size:12px;
width:10px;
text-align:center;
/*padding-left:7px;*/
padding:7px;
}

.values .big{
border-right:1px solid #E3E3D9;
color:#3d3d3d;
font-size:12px;
/*width:96px;*/
text-align:left;
padding-left:7px;
}

.values .action a{
/*width:51px;*/
text-align:center;
	display:inline-block;
}
.values .action img {
padding:0 5px;}

#topic{
	margin-left:50px;
	margin:0 auto;
}
#search{
	
	width:900px;
	height:100px;
}
#registdate{
	background-color:#999;
	width:350px;
	height:100px;
	float:left;
}
#registdate p{
	text-align:center;
	border-bottom:1px solid #666;
}
#assignmentdate{
	background-color:#999;
	width:350px;
	height:100px;
	float:left
	
	}
	#assignmentdate p{
	text-align:center;
	border-bottom:1px solid #666;
}
#personnaldetails
{
	border:none;
}
#personnaldetais tr{
	border:none;
	padding:0;
}
#col{
    padding-left: 10px;
    font-size: 12px;
    background-color: #333;
    font-family: sans-serif;
    font-variant: normal;
    color: white;
    width: 134px;
    height: 24px;
}
#col tr{
	padding-bottom:5px;
}
#col1{
	padding-left:10px;
	width:134px;
	background-color:#333;
	font-weight:300px;
	font-size:12px;
	color:white;
}
.form-control.hwidth{
    width: 52%;
}

#col2{
padding-left:10px;	
font-size:12px;
}
#regist{
	background-color:#09C;
	width:900px;
}
#regist #first{
	width:800px;
	background-color:#333;
	height:700px;
}
#regist #first #first-1 label{
	width:100px;
	float:left;
}
#regist #first #first-1 input{
	margin-left:50px;
	width:600px;
	float:left;
}
.sbg{
	float: left;
color: rgb(44, 44, 44);
background: #f1f1f1;
width: 213px;
height: 200px;
padding: 5px;
margin-left: 20px;
margin-bottom: 10px;
padding-top:25px;
}
}
.sbg div{width:5px;height:10px;}
.sbg label{
color:rgb(100, 100, 100);
font-weight:bold;
padding-left:10px;
width:50px;
}
.sbg input{
width:150px;
margin-bottom:10px;

}
.notassign{
	background-color:#da251d;
	color:white;
	padding-left:3px;
	padding-right:3px;
	margin-left: 25px;
	
}
.assign{
	background-color:#0C0;
	padding-left:3px;
	padding-right:3px;
	margin-left: 25px;
	
	
}
.as{
	background-color:#CCC;
	padding-left:3px;
	padding-right:3px
	
}
.tut{
	background-color:#666;
	color:white;
	padding-left:3px;
	padding-right:3px;
	margin-left:25px
}
.trbg{
height:100px;
padding:5px;
background:#cdcdcd;

}
#check{
	margin-right:10px;
	margin-left:10px;
}
.name
{
	padding-right:80px;
}
#studenassignment
 {
	 font-size:12px;
	 
 }
 #studenassignment table
  {
	  border-collapse:collapse;
	  
  }
 #studenassignment td
  {
	  line-height:25px;
	  border-right:1px solid #d2d2d2;
	  
  }
 #stassignhead
  {
	  
	  font-size:14px;
  }
#note
 {
	 background-color:#066;
	 width:800px;
	 height:auto; 
	
 }
 #note #notecontent
  {
	  background-color:#306;
	  width:200px;
	  float:left;
	   clear:left;
  }
  #note #note-edit
   {
	background-color:#930;  
	width:50px;
	float:left;
	 
   }
   #note #edit-time
    {
		background-color:#003;
		width:220px;
		float:left;
		 
	
	}
	#nte
	 {
		 font-size:12px;
	 }
	.high
	 {
		 background-color:#eaeaea;
		 color:black;
		 
		 
	 }
	 .error
	  {
		  
		  color:red;
		  margin-left:80px;
		  font-weight:bold;
		  font-style:italic;
	  }
	  
	  .edit
       {
	    width:30px;
        height:20px;
		display:inline-block;
		background:url(../images/edit-icon.png) no-repeat;
        border:none;
        
        margin-top:7px;
        cursor:pointer;
 }
 .cancel
  {
	  width:30px;
        height:20px;
		background:url(../images/delete-icon.png) no-repeat;
        border:none;
		display:inline-block;
		margin-top:10px;
        cursor:pointer;
  }
	.update
	 {
		width:30px;
        height:20px;
		display:inline-block;
		background:url(../images/update-icon.png) no-repeat;
        border:none;
        margin-left:10px;
        
        cursor:pointer;
 
	 }
	 
	 .upload{
     width:40px;

	  background:url(../images/upload-btn.png) no-repeat;
	  border:none;
	  padding-bottom:15px;
	  
	  
	  cursor:pointer;
}
	 #main
	 {
		width:800px; 
		margin-top:20px;
		height:40px;
		
	 }
	 #main #main-left
	  {
		  
		  width:700px;
		  float:left;
		  background-color:blue;
		  text-align:left;
	  }
	  #main #main-right
	   {
		width:100px; 
		float:left;  
		text-align:right;
	   }
	   p.breadcrumb
	    {
			display:inline-block;
			margin-left:20px;
			margin-top:20px;
			background-color:#CCC;
			font-size:12px;
			background-color:#ACACAC;
			
			
		}
		
		.tablestyle tr:nth-child(even) 
		   {
			/* background: #D7D7D7;*/
			background:#FFFFFF;
			line-height:10px;
			}
        .tablestyle tr:nth-child(odd) 
		{
			background: #F2F1F1;
			line-height:20px;
			
         }

.cour tr:nth-child(even)
 {
	 background-color:#FFF;
	 
 }
 .cour tr:nth-child(odd)
  {
	  background-color:#fff;
	  
  }
  
  #class .small-xx
   {
	   border-right:1px solid #E3E3D9;
	   
   }
   
   #class .big
    {
		border-right:1px solid #E3E3D9;
	}
	
	#class.smal-x
	 {
		 border-right:1px solid #E3E3D9;
	 }
	 
	 .even .small-dd
	  {
		  border-right:1px solid #E3E3D9;
		  padding-left:10px;
		  padding:5px;
		  width:50px;
		  
	  }
	  .even .big
	   {
		   border-right:1px solid #E3E3D9;
		   padding-left:10px;
		   width:230px;
		   
	   }
	   .even .small-x
	    {
		border-right:1px solid #E3E3D9;
		   padding-left:10px;	
		   width:100px;
		}
		.even .small-xx
	    {
		border-right:1px solid #E3E3D9;
		   padding-left:10px;	
		}
		.course_url
		 {
			width: 100%;
			height: auto;
			min-height: 163px;
			overflow: hidden;
			margin-top: 42px;
			 
		 }
		 
		.course_url .left_url
		 {
			width: 871px;
background-color: #fff;
/* float: left; */
border-radius: 5px;
margin: 0 auto;
		 }
		 
		 
		 
		 .course_url .right_url
		  {
			 background-color: #fff;
width:1160px;
/* float: right; */
border-radius: 5px;
margin: 0 auto;
		  }
		  
		  .course_url h3
		   {
			  font-size: 18px;
			  margin-left: 5px;
			  margin-top: 5px;
			  margin-bottom: 15px;
			  border-bottom:1px solid #c4c4c4;
			   
		   }
		   
		 #ui-tabs-2 table
		  {
			  border-collapse:collapse; 
		  }
		  #ui-tabs-2 table tr.heading
		   {
			   background-color:#999;
			   color:#fff;
			   
		   }
		   #ui-tabs-2 table tr:nth-child(2n+1)
		    {
				background-color:#F2F1F1;
				color:black;
				
			}
			 #ui-tabs-2 table tr.heading
		   {
			   background-color:#999;
			   color:#fff;
			   
		   }
		   #frm table
		    {
				border-collapse: collapse;
				margin-left: 10px;
				margin-bottom: 10px;
				/*width: 866px;*/
				
			}
			#frm table tr.heading
			 {
				 background-color:#999;
			   color:#fff;
			   height:30px;
				 
			 }
			 #frm table thead tr
			  {
				  background-color:#000;
				  
			  }
			 #frm table tr:nth-child(2n+1)
			  {
				 background-color:#F2F1F1;
				color:black; 
			  }
			  	#frm table tr.heading
			 {
				background-color: #999;
				color: #fff;
				height: 30px;
				font-size: 13px;
				text-align: left;
				 
			 }
			 .main-wrap
			  {
				  width:900px;
				  min-height:400px;
				  height:auto;
				  padding-bottom:80px;
				  
			  }
			 .repeat
			  {
				  
				padding: 10px;
				margin-bottom: 20px;
				border-bottom: 2px solid;
				height: auto;
				overflow: hidden;
				  
			  }
			  .repeat .left
			   {
				   width: 893px;
                  float: left;
				   
			   }
			   .repeat .left p
			    {
					font-size: 13px;
                    line-height: 21px;
				}
			   .repeat .right
			    {
					width:276px;
					float:right;
					font-weight:bold;
				
					
				}
				.repeat p
				 {
					/*padding:10px 0px;*/
					 
				 }
				 
				 .video_managments
				  {
					width: 666px;
					background-color: #fff;
					border: 1px solid #c4c4c4;
					border-radius: 5px;
					margin-left: 10px;
					margin-bottom: 10px;  
					margin-top:10px;
				  }
				  .video_managments h2
				   {
					   border-bottom:1px solid #c4c4c4;
					   
				   }
				   
				   hr {
    height:1px;
    border:none;
    background-color:rgb(220,220,220)
}

.answer {
    display:none;
}
.answer p
 {
	font-size:11px; 
 }

h2 {
    line-height:24px;
    font-size:18px;
    font-weight:700;
    color:rgb(100,150,200);
    padding-left:24px;
    cursor:pointer;
    background-image:url('../img/open.png');
    background-position:left;
    background-repeat:no-repeat;
}

h2.close {
    background-image:url('../img/close.png');
}
.topic
 {
	margin-top:1px;
	margin-bottom:1px;
 }
 .upper
  {
	   width: 100%;
	  height: 46px;
	  margin-bottom: 10px;
	  border: 1px solid #c4c4c4;
	  
  }
  .upper table tr td
   {
	   font-size:12px;
	   
   }
 
  .upper .upper-left
   {
	 width: 400px;
     float: left;  
	 width: 400px;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 15px;
   }
   .upper .upper-right
    {
		float: right;
		margin-right:20px;
	}
.uniq
{


}
.uniq thead
{
background-color:black;
color:#fff;
font-size:14px;
height:20px;

}

.uniq tbody
{

}
.uniq tbody tr
{
line-height:20px;

}
.uniq tbody tr:nth-child(odd)
{
background: #F2F1F1;
}
.fees
{
width:300px;
}
.fees .left{
width:200px;
float:left;
margin-bottom:10px;
}
.fees .right
{
margin-bottom:10px;
}
.pagination{
padding:5px 0 10px 0;
}
.pagination>center>a{
background: #333;
margin: 2px;
padding: 2px;
color:#fff;
font-weight: bold;
text-decoration:none;
border-radius:2px;
}
.pagination>center>a:hover{
color: #216ed9;
background: #fff;
}
.actve{
color: #216ed9 !important;
background: #fff !important;
}