

table{
	
	width: 100%;
	border-spacing: 10px;
    border-collapse: separate;
    color:#000000;
}

table#coursebranchblock{
	
	width: 100%;
	border-spacing: 10px;
    border-collapse: separate;
    color:#ffffff;
    display:block;
}

table#otherdetails{
	
	width: 100%;
	border-spacing: 10px;
    border-collapse: separate;
    color:#ffffff;
    display: none;
}

#coursebranchblock td{
	padding: 0 10px 0 25px
}

#otherdetails td{
	padding: 0 10px 0 25px
}

th,td{
	height: 36px;
}

.llabel{
	width: 130px;
	text-align: left;
}

.exlabel{
	width: 130px;
	text-align: left;
	padding-left: 50px
}

.clabel{
	width: 70px;
	text-align: center;
}

.qlabel{
	width: 90px;
	text-align: center;
}

.cerlabel{
	width: 140px;
	text-align: center;
}


.qtext{
	width: 90px;
	text-align: center;
}

table#studentprofile{
	width: 90%;
	
    color:#000000;
    background: #ffffff;
    border: 1px solid black;
    border-radius:6px;
    margin-bottom: 10px;
    display: none;
}



table#studentprofile th,td{
	padding: 5px 0;
}

.sname{
	font-size: larger;
	font-weight: bold;
	color: #800000;
}

.sother{
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-top: 12px;
	
}

th.profile{
	background-color: #ffffff
}

td.profile{
	background-color: #ffffff;
	color: black;
}
td.photo{
	width: 130px;
	background-color: #ffffff;
	padding: 20px	
}

td.otherdetails{
	padding:15px 10px 15px 25px;
	
}

table.info{
	width: 60%;
	height: auto;
}

table.employeeprofile{
	width: 90%;
	height: auto;
}

table.info,.employeeprofile {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}

table.info th,.employeeprofile th {
	background-color: #c3dde0;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.info tr,.employeeprofile tr {
	background-color: #d4e3e5;
}

table.info td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #a9c6c9;
	text-align: center;
}

table.employeeprofile td {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #a9c6c9;
	text-align: left;
}


table.qualtable{
	color: #000000;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #a9c6c9;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.qualtable td{
	text-align: center;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.qualtable th{
	text-align: center;
	font-weight: bold;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #a9c6c9;
}

td.tdkr{
	font-weight: bold;
	width: 20%;
}

#usertablebody tr{
	background-color: #d4e3e5;
}

#usertablebody tr:hover{
	background-color: #ffff66;
}
