
@charset "utf-8";
/* CSS Document */

/*@font-face {
    font-family: "TradeGothicW01-BoldCn20 675334";
    src: url("../fonts/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix") format("embedded-opentype"), url("../fonts/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype");
}*/

@font-face {
    font-family: "DV-TTSurekh";
    src: url("../../fonts/DVSR0BTT.TTF") format("truetype"), url("../../fonts/DVSR0ITT.TTF") format("truetype"), url("../../fonts/dvsr0ntt.ttf") format("truetype"), url("../../fonts/DVSR0XTT.TTF") format("truetype");
}

@font-face {
    font-family: "Shusha";
    src: url("../../fonts/Shusha.ttf") format("truetype");
}

html
{
	height: 100%;
}

body 
{
	margin:0px;
    padding:0px;
    background-color:#fff;
    font-family:Arial,Verdana,Sans-Serif;
    height: 100%;
}

/* header */

#dvheaderbg
{
	background:#fff;
	height: 95px;
}

#dvheader {
    
    margin: 0 auto;
    max-width: 480px;
    min-width: 320px;
    width: 100%; 
    min-height: 100%;
    position: relative;
    border-left-style:dotted;
    border-right-style:dotted;
    overflow:hidden;
	border:none;
}

#dvheader-logolink {
    width: 100%;
}

#dverplogo 
{
	padding:50px 0px 0px 10px;
	background: url("../images/logo/iCampusbuddy.JPG") no-repeat scroll center center;
    float: left;
    height: 40px;
    width:100px;
}

#dvschlogo 
{
	/*padding: 10px 10px 0px 10px;
	background: url("../images/logo/hillspring_logo.png") no-repeat scroll center center;*/
	float: right;
	background:url("../images/logo/vibgyor_logo.jpg") no-repeat scroll center center transparent;
	/*height: 85px;
	width: 150px;
	padding:50px 0px 0px 10px;*/
	height: 50px;
    width:170px;
}


#dverplinks 
{
	float: right;
    height: 108px;
}

#dvmenubg
{
	height: 30px;
    margin: 0 auto;
    background-color: #503922;
    
    max-width: 480px;
    min-height: 100%;
    min-width: 320px;
    position: relative;
    width: 100%;
}

.dvmenubtn
{
    min-height: 100%;
}

.dvmenubtn a
{
    min-height: 100%;
    color: #FFF;
    text-decoration: none;
    float:left;
    padding:5px;
}

.dvmenubtn img
{
	box-shadow: 0px 0px 9px rgba(255,255,255,0.40);
	border-radius: 3px 3px 3px 3px;
    
    -moz-box-shadow:    0px 0px 9px rgba(255,255,255,0.40);
	-webkit-box-shadow: 0px 0px 9px rgba(255,255,255,0.40);
	
    height: 29px;
    width: 36px;
    margin:3px;
    margin-left:8px;
    
    vertical-align: middle;
}

#dvmenu
{
    
    background-color: #fff;
    /*box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
	border-radius: 3px 3px 3px 3px;
	
	-moz-box-shadow:    1px 1px 4px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);*/
	
	position: absolute;
	width:70%;
	float:left;
	z-index: 1;
	
	-webkit-box-shadow: -5px 7px 20px rgb(0 0 0 / 23%); 
	box-shadow: -5px 7px 20px rgb(0 0 0 / 23%);
	border-radius: 0px 0px 0px 10px;
}

#dvmenu ul
{
	position: relative;
	margin-top:5px;
	list-style-image:url("../images/component/listarraow.png");
	list-style-position:inside;
	width:100%;
	padding-left:0;
	list-style: none;
	margin:0px;
}

#dvmenu li
{
	float: none; 
	position: relative;
	width:100%;
	text-align:left;
	color:#000;
	font-weight:bold;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
	
	-moz-box-shadow:    1px 1px 4px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
	
	/*padding:3px 0 3px 10px;*/
	padding: 12px 0 12px 10px;
}

#dvmenu li:hover 
{
	/*background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	width:97%;*/
}

#dvmenu li a 
{
	color: #000;
    text-decoration: none;
    width: 75%;
    /*width:250px;*/
    height:25px;
    display: inline-block;
}


#closemenu
{
	cursor:pointer;
	color:#000;
	font-weight:bold;
}

#closemenu:hover
{
	cursor:pointer;
	color:#FFF;
	font-weight:900;
}

#main-menu {
    
    height: 27px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
   
}

/* header */

/* login */
   
/* login */

/* content */

#dvContent
{
	width: 100%;
    height:auto;
    min-height: 100%;
    /*overflow:auto;*/
}

.dvinContent {
    max-width: 480px;
    min-width: 320px;
    width: 100%; 
    min-height: 100%;
    border-left-style:dotted;
    border-right-style:dotted;
    padding: 10px 0 0;
	border:none;
}

.hrheading
{
	background: none repeat scroll 0 0 #9E0F15;
    border: medium none;
    height: 1px;
    margin-bottom: 15px;
}
.spseparater
{
	border: medium none;
	border-top: 1px outset #25B5F8;
    width:100%;
    height: 1px;
}

.spseparatermain
{
	border: medium none;
	border-top: 1px outset #FF0000;
    width:100%;
    height: 1px;
    margin:2px;
}
.clear { clear: both; height: 45px; }
.page
{
	/*box-shadow:0px 0px 5px 	#888888;*/
	
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	
	padding: 0px 5px;
	border-radius: 10px;  
	display: inline-table;
	/*margin:5px;*/
	width:95%;
	height:460px;
	overflow: visible;
}


.profilpic 
{
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	/*box-shadow:0px 0px 5px 	#888888;*/
	
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	
	border-radius: 10px;  
	
	margin:5px 5px 5px 5px;
	
	width:18%;
	/*height:135px;display: inline-table;*/
	vertical-align:middle;
	
	max-width:320px;
	overflow:hidden;
	
	float:left;
}

.profilpic_student
{
	float:left;
	height:130px;
	width:100px;
	vertical-align:middle;
    overflow: hidden;
    border:8px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	margin-left: 20px;
    margin-right: 15px;
    margin-top: 40px;
}

.profilpic_classmates
{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	/*box-shadow:0px 0px 5px 	#888888;*/
	
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	
	display: inline-Block;
	float:left;
	/*margin:7px;
	height:150px;
	vertical-align:middle;
	float:left;*/
	margin:2%;
	
	overflow:hidden;
	width:25%;
	/*height:135px;*/
	vertical-align:middle;
	
	max-width:320px;
    overflow: hidden;
    height:145px;
}

.profilpic_teacher
{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	/*box-shadow:0px 0px 5px 	#888888;*/
	
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	
	display: inline-Block;
	float:left;
	margin:2%;
	overflow:hidden;
	width:25%;
	/*height:135px;*/
	vertical-align:middle;
	
	max-width:320px;
    overflow: hidden;
    height:145px;
}


.profilpic_teacher img, .profilpic_classmates img
{
	padding:5px;	
	width:75px;
}

.profilpic_student_attendance
{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	
	display: inline-Block;
	float:left;
	/*margin:7px;
	height:150px;
	vertical-align:middle;
	float:left;*/
	margin : 10px 21px 15px 21px;
	max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    min-width: 200px;
    overflow: hidden;
}

#imdprfpic
{	
	/*height:80px;*/
	width:74%;
}

.profilpicstyle2
{
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	/*box-shadow:0px 0px 5px 	#888888;*/
	
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	
	border-radius: 10px;  
	display: inline-table;
	margin:5px 5px 5px 5px;
	width:80px;
	height:80px;
	vertical-align:middle;
}

.profilpicstyle3 
{
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	/*box-shadow:0px 0px 5px 	#888888;*/
	
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	
	border-radius: 10px;  
	display: inline-block;
	margin:5px 5px 5px 5px;
	
	width:auto;
	vertical-align:middle;
	
	max-width:320px;
	overflow:hidden;
}

.profilpic img
{
	padding:5px 10px;
}

.profilbgd
{
	width:77%;
	float: left;
	padding-left:0px;
}
.placeselector
{
	vertical-align:middle;
	
	max-width:320px;
	overflow:hidden;
	
	position:absolute;
	
	/*border:solid 3px #000;*/
	height:320px;
	width:320px;
}

.placeselectorinner
{
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	/*box-shadow:0px 0px 5px 	#888888;*/
	
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	
	border-radius: 10px;  
	/*display: inline-block;*/
	margin:5px 5px 5px 5px;
	
	vertical-align:middle;
	
	max-width:320px;
	overflow:hidden;
	
	position:absolute;
	
	background:none;
	
	border:solid 3px #000;
	width:97%;
	height:97%;
	
}

.dvfrm
{
	color: #444444; text-decoration: none;
}

.dvrow
{
	overflow: auto;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 100%;
    overflow-y:hidden;
    overflow-x:hidden;
}

.dvrow2
{
	overflow: auto;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 100%;
    overflow-y:hidden;
    overflow-x:hidden;
}

.dvrow3
{
	padding-bottom: 2px;
    padding-top: 2px;
    width: 95%;
    overflow-y:hidden;
    overflow-x:hidden;
}

.dvrow label
{
	color: #444444;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-left: 5px;
    width: 150px;
    text-align:left;
}

.dvhdrow
{
	overflow: inherit;
    padding-bottom: 4px;
    padding-top: 0px;
    width: 95%;
}

.dvblankrow
{
	height:18px;
}

.dvhdrow label
{
	color: #444444;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding:5px 20px 5px 10px;
    text-align:left;
    
    /*-webkit-box-shadow: 0 4px 9px rgba(0,0,0,0.3) ;
	-moz-box-shadow: 0 4px 9px rgba(0,0,0,0.3) ;
	-ms-box-shadow: 0 4px 9px rgba(0,0,0,0.3) ;
	-o-box-shadow: 0 4px 9px rgba(0,0,0,0.3) ;
	box-shadow: 0 4px 9px rgba(0,0,0,0.3) ;*/
}

/*dvrow input[type="text"], input[type="password"]*/

.txtstyle1 {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #C6C6C6;
    height: 13px;
    padding: 5px;
    text-align: left;
    width:50%;
    font-size:11px;
}

.txtstyle2 {
    border: 1px solid #AACCE5;
    clear: both;
    height: 20px;
    overflow-y: hidden;
    padding: 3px;
    width:98%;
    border-radius: 2px 2px 2px 2px;
    outline: medium none;
    overflow: auto;
    resize:vertical;
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;  font-size: 14px;
}

/*.dvrow input[type="button"], input[type="submit"] */

.btnstyle1
{
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 25px;
	margin: 5px 0 5px 15px;
	font-size:14px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 75px;
	font-size:12px;
}

/*.dvrow input[type="button"]:hover, input[type="submit"]:hover */

.btnstyle1:hover
{
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}

.btnstyle3
{
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 40px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	
}
.btnstyle3:hover
{
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}

.btnstyle4
{
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 40px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	
}
.btnstyle4:hover
{
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}

.labelstyle1
{
	color: #444444;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-left: 5px;
    width: 150px;
    text-align:left;
}

.labelstyle2
{
	color: #444444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding-left: 5px;
    width: 150px;
    text-align:left;
}

.fileuploadstyle1
{
	font-size:11px;
}

.fileuploadstyle1 input[type="button"]/*, input[type="submit"]*/
{
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 20px;
	width: 20px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	
}

.fileuploadstyle1 input[type="button"]:hover/*, input[type="submit"]:hover*/
{
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}

.sptxt1
{
	color: #404040;
    
    font-size: 4em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 37px;
    text-align: center;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);"SD Georgia Light",*/
    text-shadow: 0 1px 0 #FFFFFF;
    word-spacing: 0;
	
}

.sptxt2
{
	color: #404040;
    
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    text-shadow: 0 1px 0 #FFFFFF;
    letter-spacing: -0.045em;
    word-spacing: -0.05em;
    
    position: relative !important;
    top: 0.2em !important;
    vertical-align: baseline !important;
}
.sptxt3
{
	color: #404040;
    
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 37px;
    text-align: justify;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);"SD Georgia Light",*/
    text-shadow: 0 1px 0 #FFFFFF;
    word-spacing: 0;
    float:left;
    text-align:center;
    width:100%;
}
.sptxt4
{
	color: #404040;
    
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 37px;
    text-align: justify;
    text-shadow: 0 1px 0 #FFFFFF;
    word-spacing: 0;
    text-align:left;
    width:220px;
}
.sptxt5
{
	color: #404040;
    
    font-size: 1.2em;
    font-weight: lighter;
    letter-spacing: 0;
    line-height: 25px;
    text-align: justify;
    text-shadow: 0 1px 0 #FFFFFF;
    word-spacing: 0;
    text-align:left;
    width:220px;
    float:left;
}
.sptxt6
{
	color: #404040;
    
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    text-align: justify;
    text-shadow: 0 1px 0 #FFFFFF;
    word-spacing: 0;
    text-align:left;
    width:220px;
}
.sptxt7
{
	color: #404040;
    
    font-size: 3em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 37px;
    text-align: justify;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);"SD Georgia Light",*/
    text-shadow: 0 1px 0 #FFFFFF;
    word-spacing: 0;
    
    position: relative !important;
    top: 0.2em !important;
    vertical-align: baseline !important;
}
.sptxt8
{
	color: #404040;
    font-size: 0.7em;
    font-weight: normal;
    letter-spacing: 0;
    text-align: justify;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);"SD Georgia Light",*/
    text-shadow: 0 1px 0 #FFFFFF;
    word-spacing: 0;
    float:left;
    width:100%;
    line-height: 25px;
}


.deletable
{
}

.modulename1
{
	/*background: url("../images/bg/stroke.jpg") no-repeat scroll left top;*/
	height:45px;
	margin-top:3px;
}

.homelink
{
	background: url("../images/component/back.jpg") no-repeat scroll left top;
	color: #444444;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 21px;
    float:right;
    display:none;
}

.dvinprofile
{
	
}

#dvprf_main
{
	box-shadow:0 0 9px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
	width:auto;
	height:182px;
}
.dvrow .tbl 
{
	border: none;
    width:100%;
}

.tbl
{
	border: none;
    width:100%;
    margin-bottom:30px;
}

.tbl tr
{
	display: block;
	border-bottom: thin inset #25B5F8;
}

.tbl tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}


.tbl td
{
	width:100%;
	padding:7px;
	display: inline-block;
}

.tbl tr td a {
		display: block; padding: 0px 40px 0px 0px;
		color: #444444; text-decoration: none; border:none;
		width:90%;
		min-height:38px;
		
		background-image: url("../images/component/listarraow.png");
		background-repeat: no-repeat;
		background-position: 95% 0.8em;		
	}

.tbl tr td a:hover {
	padding: 0px 40px 0px 0px;
	color: #fff;
	width:90%;
}

.tbl tr td img {
		border:none;
		padding:0px 10px 0px 0px;
		vertical-align:middle;
		height: 40px;
		/*width: 50px;*/
	}

.tbl2
{
	border: medium none;
    width:95%;
    margin: 0px 0 30px 0;
}

.dvrow .tbl2 
{
	border: none;
    width:100%;
}

.tbl2 tr
{
	display: inline-block;
	border-bottom: thin inset #25B5F8;
	width:100%;
	

}

.tbl2 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}


.tbl2 td
{
	width:100%;
	padding:7px;
	border:none;
}

.tbl2 tr td a {
		display: block; padding: 4px 40px 4px 0px;
		color: #444444; text-decoration: none; border:none;
		width:90%;
		
		background-image: url("../images/component/listarraow.png");
		background-repeat: no-repeat;
		background-position: 95% .4em;		
	}

.tbl2 tr td a:hover {
	padding: 4px 40px 4px 0px;
	color: #fff;
	width:90%;
}

.tbl2 tr td:hover {
	color: #fff;
}

.tbl2 tr td img {
		border:none;
		padding:0px 15px 0px 5px;
		vertical-align:middle;
	}

.tbl12
{
	border: medium none;
    width:95%;
    margin: 0px 0 30px 0;
}

.dvrow .tbl12 
{
	border: none;
    width:100%;
}

.tbl12 tr
{
	display: inline-block;
	border-bottom: thin inset #25B5F8;
	width:100%;
	

}

.tbl12 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}


.tbl12 td
{
	width:100%;
	padding:7px;
	border:none;
}

.tbl12 tr td a {
		display: block; padding: 4px 40px 4px 0px;
		color: #444444; text-decoration: none; border:none;
		width:90%;
		
		/*background-image: url("../images/component/listarraow.png");*/
		background-repeat: no-repeat;
		background-position: 95% .4em;		
	}

.tbl12 tr td a:hover {
	padding: 4px 40px 4px 0px;
	color: #fff;
	width:90%;
}

.tbl12 tr td:hover {
	color: #fff;
}

.tbl12 tr td img {
		border:none;
		padding:0px 15px 0px 5px;
		vertical-align:middle;
	}
	
/*.tbl3
{
	border: medium none;
    width:85%;
    margin: 10px 0 30px 0;
}
.tbl3 th
{
	color: #FFF;
    font-size: 13px;
    font-weight: bold;
    padding:3px;
    background-color:#1050B6;
    height:40px;
}

.tbl3 td
{
	color: #444444;
    font-size: 12px;
    padding:3px;
    border-style:groove;
    /*border-left:none;
    border-right:none;
    border-bottom:none;
    border-top:none;
}

.tbl3 tr
{
	border-bottom: thin inset #25B5F8;
	width:100%;
}

.tbl3 td:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	
	color:#fff;
}*/

.tbl3
{
	border: medium none;
    width:100%;
    margin: 10px 0 30px 0;
}
.tbl3 th
{
	color: #fff;
    font-size:12px;
    background-color:#505050;
    border:solid thin #fff;
    height:30px;
}

.tbl3 tr
{
	border-bottom: thin inset #25B5F8;
	width:100%;
}

.tbl3 td
{
	background: none repeat scroll 0 0 #FFFFFF;
    border-style: groove;
    color: #444444;
    font-size: 10px;
    font-weight: bolder;
    min-width: 32px;
    max-width: 32px;
    padding: 15px 5px;
    text-align: center;
   /* width: 50px;*/
    word-wrap: break-word;
}

.tbl3 td:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	
	color:#fff;
}
.panel-box2
{
	background-color:#FFFFFF;
	border-radius:10px;
	padding:10px;
	box-shadow:0 2px 10px 0 rgb(0,0,0);
	box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);
	margin-top: 5px;margin-bottom: 5px;
}
/*Contents*/
.tbl4
{
	border: none;
    width:95%;
    margin-bottom:30px;
    
    
}

.tbl4 tr
{
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	/*box-shadow:0px 0px 5px 	#888888;*/
	text-align:center;
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	text-align:center;
	
	
	display: inline-block;
	margin:5px 5px;
	
	width:30%;
	height:130px;
	min-height: 130px;
	vertical-align:middle;
	
	max-width:320px;
}

.tbl4 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}


.tbl4 td
{
	width:100%;
	height:auto;
	padding:5px;
	display: inline-block;
	text-align:center;
}

.tbl4 tr td a {
		display: block; padding: 0px 0px 0px 0px;
		color: #444444; text-decoration: none; border:none;
		background-repeat: no-repeat;
		background-position: 95% .4em;
		width:97%;
		overflow:hidden;
		height:120px;
		max-height:120px;
	}

.tbl4 tr td a:hover {
	padding: 0px 0px 0px 0px;
	color: #fff;
	width:97%;
}

.tbl4 tr td img {
		
	/*box-shadow:0px 0px 5px 	#888888;*/
	display: inline-table;
	margin:2px 5px 5px 5px;
	max-width:320px;
	width:76px;
	overflow:hidden;
	}
	
	
.tbl14
{
	border: none;
    width:95%;
    margin-bottom:30px;
}

.tbl14 tr
{
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	/*box-shadow:0px 0px 5px 	#888888;*/
	text-align:center;
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	text-align:center;
	
	
	display: inline-block;
	/*margin:5px 5px;*/
	margin:0px;
	
	width:30%;
	height:130px;
	min-height: 130px;
	vertical-align:middle;
	
	max-width:320px;
	border-radius:10px;
}

.tbl14 td
{
	width:100%;
	height:auto;
	padding:5px;
	display: inline-block;
	text-align:center;
}

.tbl14 tr td a {
		display: block; padding: 0px 0px 0px 0px;
		/*color: #444444; */
		color: #000;
		text-decoration: none; border:none;
		background-repeat: no-repeat;
		background-position: 95% .4em;
		width:97%;
		overflow:hidden;
		height:120px;
		max-height:120px;
	}


.tbl14 tr td img {
		
	/*box-shadow:0px 0px 5px 	#888888;*/
	display: inline-table;
	margin:2px 5px 5px 5px;
	max-width:320px;
	width:76px;
	overflow:hidden;
	}
		
/*Contents*/

.gridedis
{
	float:right;
	margin-top:5px;
	cursor:pointer;
}

#dvresult .tbl2 tr:hover
{
	background:Transparent;
	color:#444444;
}

#dvresult .tbl2 tr td:hover
{
	color:#444444;
}

#dvmag .tbl2 tr:hover
{
	background:Transparent;
	color:#444444;
}

#dvmag .tbl2 tr td:hover
{
	color:#444444;
}

#dvmag .tbl2 tr td
{
	color:#444444;
	display:inline-block;
}

#gvadmdiary tr:hover
{
	background:Transparent;
	color:#444444;
}

#gvadmdiary  tr td:hover
{
	color:#444444;
}

#gvadmdiary  tr td
{
	color:#444444;
	display:inline-block;
}

.quetxt
{
	width:90%;
	font-family:Arial,Verdana,Sans-Serif;
}
.quetxt label
{
	width:90%;
	font-weight:bold;
	font-size:17px;
}	

.tbl2 label
{
	padding-left:20px;
}	

#lblop
{
	padding-left:10px;
	width:100px;
	display:inline-block;
}

#graphbg
{
	background-color:#990000;
	filter:alpha(opacity=10); 
   -moz-opacity: 0.1; 
   opacity: 0.1;
   width:50%; 
   display:inline-block;
   height:20px;
}
#graphcolor
{
	background-color:#990000;
	height:20px;
	display:inline-block;
}

#lbl
{
	font-family: Helvetica, Arial, sans-serif;  font-size: 14px;font-weight:bold;
	padding-left:0px;
	width:100%;
}

.textareastyle1 {
    border: 1px solid #AACCE5;
    clear: both;
    min-height:50px;
    height: 50px;
    overflow-y: hidden;
    padding: 3px;
    max-width:98%;
    width:98%;
    border-radius: 2px 2px 2px 2px;
    outline: medium none;
    overflow: auto;
    resize:vertical;
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;  font-size: 14px;
}

.textareastyle2 {
    border: 1px solid #AACCE5;
    clear: both;
    min-height:30px;
    height: 30px;
    overflow-y: hidden;
    padding: 3px;
    max-width:86%;
    width:86%;
    border-radius: 2px 2px 2px 2px;
    outline: medium none;
    overflow: auto;
    resize:none;
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;  font-size: 14px;
}

#submitmsg {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 25px;
	margin: 0;
	
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 80px;
}	

.btnstyle2
{
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 25px;
	margin: 0;
	
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 80px;
}
	
.cbostyle1
{	
	background-color: #EEEEEE;
    border: 1px solid #C6C6C6;
    height: 22px;
    margin: 5px 0 0 5px;
    padding: 3px 6px;
    width: 200px;
    float:left;
    font-size:11px;
}
/*loader*/
.loaderml , .loadermlpop
		{
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
			background:#000;
			opacity: .20;
			filter:alpha(opacity=0);
			z-index:50;
			
		}

#dvpopup
{
	
	width:100%;
	height:100%;
	position:absolute;
	z-index:51;
}
.dvstudent
{
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    height: 130px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-top: 7px;
    vertical-align: middle; 
}
.image
{	
	height: 60px;
    margin-left: 5px;
    margin-top: 102px;
    width: 55px;
}
.ui-datepicker { width: 15px; padding: .2em .2em 0;}
.label
{
	
	
	vertical-align:bottom;
	width:150px;
	
	
}

.loadermail , .loadermailpop
		{
			position:absolute;
			top: 40% !important;
			left:42% !important;
			
			z-index:51;
			padding:10px;
			opacity: 1;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			/*-moz-box-shadow:5px 5px 5px #444444;
			-webkit-box-shadow:5px 5px 5px #444444;
			box-shadow:5px 5px 5px #444444;*/
			
		}


.close
		{
			float:right;
			margin-right:6px;
			cursor:pointer;
		}
/*loader*/
/**/
#modules ul {
    /*list-style: none;*/
    position: relative;
	display: inline-table;
	padding-left:0px;
	margin-top:5px;
	width:95%;
	list-style-image:url("../images/component/listarraow.png");
	list-style-position:95% .8em;
}

#modules li
{
	float: none; 
	border: medium none;
	border-top: 1px outset #25B5F8;
	position: relative;
	width:100%;
	text-align:left;
	
}

#modules li:hover {
			
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
		
#modules li a {
		display: block; padding: 12px 40px;
		color: #444444; text-decoration: none;
		
		background-image: url("../images/component/listarraow.png");
		background-repeat: no-repeat;
		background-position: 95% .8em;		
	}

#modules li a:hover {
	padding: 12px 40px;
	color: #fff;
	
	background-image: url("../images/component/listarraow2.jpg");
	background-repeat: no-repeat;
	background-position: 95% .8em;
}

/*
#menu
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

ul#menu, ul#menu ul {
	
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
	padding: 3px;
  
	float: none; 
	border: medium none;
	border-top: 1px outset #25B5F8;
	position: relative;
	width:98%;
	text-align:left;
}
ul#menu ul li {
	padding: 3px 0px 0px 15px;
  
	float: none; 
	border: medium none;
	border-top: 1px outset #25B5F8;
	position: relative;
	width:93%;
	text-align:left;
}

ul#menu li a {
  background: #3366CC;
  color: #fff;	
  padding: 0.1em;
  font-size: 16px;
}

ul#menu li a:hover {
   background: #3366CC;
  
  -webkit-box-shadow: 0 3px 11px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 3px 11px rgba(0,0,0,0.9);
	-ms-box-shadow: 0 3px 11px rgba(0,0,0,0.9);
	-o-box-shadow: 0 3px 11px rgba(0,0,0,0.9);
	box-shadow: 0 3px 11px rgba(0,0,0,0.9);
}

ul#menu li ul li a {
  background:none;
	font-size:14px;
	padding:0;
	margin:0;
	color: #000;
	padding:5px 0px 5px 0px;
}

ul#menu li ul li a:hover {
	background:none;
	font-size:14px;
	padding:10;
	margin:0;
	color:#fff;
	
	
}
*/
	
#menu
{
	font-size: 16px;
}

ul#menu, ul#menu ul 
{
	
	/*float: left;*/
    list-style-type: none;
    margin: 0;
   /* overflow: hidden;
    padding: 0 0 0 5px;
    width: 94%;*/
    padding: 0;
  overflow:auto;
}

ul#menu a 
{
  display: block;
  text-decoration: none;	
}

ul#menu li {
	padding: 3px;  
	float: none; 
	border: medium none;
	border-top: 1px outset #25B5F8;
	position: relative;
	width:98%;
	text-align:left;
	overflow:auto;
	min-height:58px;
}
ul#menu ul li {
	padding: 3px;
  
	float: none; 
	border: medium none;
	border-top: 1px outset #25B5F8;
	position: relative;
	width:92.8%;
	text-align:left;
}

ul#menu li a {	
  padding: 0;
  margin:0;
  width:auto;
  font-size: 15px;
  font-weight:bold;
  overflow:auto;
  
}

ul#menu li a:hover {
 /* background: #3366CC;
  
  -webkit-box-shadow: 0 3px 11px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 3px 11px rgba(0,0,0,0.9);
	-ms-box-shadow: 0 3px 11px rgba(0,0,0,0.9);
	-o-box-shadow: 0 3px 11px rgba(0,0,0,0.9);
	box-shadow: 0 3px 11px rgba(0,0,0,0.9);*/
}

ul#menu li ul
{
	height:auto;
	overflow:auto;
	padding:05px;
	margin:-11px 3px 0px 9px;
	float:left;
	width:93.2%;
	background:#fff; 
	border:dotted 1px;
	padding:05px 0;
}

ul#menu li ul li
{
	font-size:14px;
	font-weight:bold;
	float:left;
	border:none;
	border-color: #D4D4D4;
    border-image: none;
    border-style: outset inset inset outset;
    border-width: 3px;
    box-shadow: 0 0 05px rgba(0, 0, 0, 0.50);
    margin:5px 0 5px 8px;
}

ul#menu li ul li a
{
	background:none;
	font-size:14px;
	padding:0;
	margin:0;
	color:#803300;
	padding:05px 05px;
}

ul#menu li ul li a:hover 
{
	background:none;
	font-size:14px;
	padding:10;
	margin:0;
	color:#803300;
	padding:05px 05px;
}
	

.postrec {
    
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    padding: 5px 7px 5px 6px;
    width:83%;
    font-family: Helvetica, Arial, sans-serif;  font-size: 0.9em; 
}

/* fields */

/* content */

/* footer */

#dvfooter
{
	height:37px;
	margin: 0 auto;
    background-color: #503922;
    bottom:0;
    
	max-width: 480px;
    min-width: 320px;
    width: 100%; 
    min-height: 100%;
    position: relative;
}

#dvpoweredby 
{
	background: url("../images/logo/edulearninfosystemslogo.jpg") no-repeat scroll center center #FFFFFF;
    height: 37px;
    width:200px;
    padding:0px 2px;
}
/* footer */

/* PopUp */

/* PopUp */

.tdstyle2
{
	display: inline-block;
    overflow-y: auto;
    text-align: left;
    word-wrap: break-word;
}

#tblatt th,td
{
	padding: 2px;
}

.tbl6
{
	border: medium none;
    width:95%;
    margin: 0px 0 30px 0;
}

.dvrow .tbl6 
{
	border: none;
    width:100%;
}

.tbl6 tr
{
	display: inline-block;
	/*border-bottom: thin inset #25B5F8;
	border-left: thin inset #25B5F8;
	border-right: thin inset #25B5F8;
	border-top: thin inset #25B5F8;*/
	width:100%;
	
	background-color:#FFFFFF;
	border-radius:10px;
	padding:10px;
	box-shadow:0 2px 10px 0 rgb(0,0,0);
	box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);
	margin-bottom:10px;
}
/*
.tbl6 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}*/


.tbl6 td
{
	width:100%;
	padding:7px;
	border:none;
}

.tbl6 tr td a {
		display: block; padding: 4px 40px 0px 0px;
		color: #444444; text-decoration: none; border:none;
		width:90%;
		
		/*background-image: url("../images/component/listarraow.png");*/
		background-repeat: no-repeat;
		background-position: 95% 2.4em;
		font-size: 14px;		
		font-weight:600;
	}

.tbl6 tr td a:hover {
	padding: 4px 40px 0px 0px;
	color: #fff;
	width:90%;
}

.tbl6 tr td:hover {
	color: #fff;
}

.tbl6 tr td img {
		border:none;
		padding:0px 15px 0px 5px;
		vertical-align:middle;
	}
.tbl7
{
	border: none;
    width:98%;
    margin-bottom:30px;
    
}

.tbl7 tr
{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
	/*box-shadow:0px 0px 5px 	#888888;*/
	text-align:center;
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	text-align:center;
	 
	display: block;
	margin: 5px 5px 5px 5px;
	float:left;
	width:120px;
	height:120px;
	vertical-align:middle;
	
	/*overflow:hidden;*/
}

.tbl7 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	color: #fff;
	cursor:pointer;
}


.tbl7 td
{
	/*width:100%;
	height:auto;
	/*padding:10px;
	display: inline-block;*/
	text-align:center;	
}

.tbl7 td:hover
{
	color:#fff;
}

.tbl7 tr td a 
{
	/*color: #444444;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height:20px;*/
}

.tbl7 tr td a:hover 
{
	color:#fff;	
}

.tbl7 tr td img 
{
		
	/*box-shadow:0px 0px 5px 	#888888;*/
	display: inline-table;
	margin:15px 0 0 19px;
	max-width:320px;
	overflow:hidden;
	}
	

.FRow
{
    /*background-color: #ffffe0b0!important;*/
    background-color: #00c4ff!important;
    
}
.AltRow
{
    /*background-color: #90ee9052!important;*/
    background-color: #00c4ff4a!important;
}


.tbl18
{
	border: none;
    width:100%;
    margin-bottom:30px;
    float: left;
}

.tbl18 tr
{
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.35);*/
	/*box-shadow:0px 0px 5px 	#888888;*/
	text-align:center;
	/*-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	text-align:center;
	 
	display: block;
	margin: 5px 5px 5px 5px;
	float:left;
	width:80px;
	height:100px;
	vertical-align:middle;
	
	/*overflow:hidden;*/
}

.tbl18 tr:hover {
	/*background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	color: #fff;*/
	cursor:pointer;
}


.tbl18 td
{
	/*width:100%;
	height:auto;
	/*padding:10px;
	display: inline-block;*/
	text-align:center;	
}

.tbl18 td:hover
{
	/*color:#fff;*/
}

.tbl18 tr td a 
{
	/*color: #444444;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height:20px;*/
}

.tbl18 tr td a:hover 
{
	/*color:#fff;	*/
}

.tbl18 tr td img 
{
		
	/*box-shadow:0px 0px 5px 	#888888;*/
	display: inline-table;
	margin:15px 0 0 19px;
	max-width:320px;
	overflow:hidden;
}
		
	
	
.assignment
{
	background:url("../Img/Big/my-assingmentsbig.png") no-repeat;
	background-position: center;
	border: medium none;
    color: #444444;
    display: block;
    font-size: 18px;
    margin-left: 0px;
    max-width: 188px;
    min-width: 165px;
    padding: 145px 0 0;
    text-align: center;
    text-decoration: none;
    line-height:10px;
}

.assignment_level1
{
	background-position: center;
	border: medium none;
    color: #444444;
    display: block;
    font-size: 18px;
    margin-left: 0px;
    max-width: 188px;
    min-width: 165px;
    text-align: center;
    text-decoration: none;
    line-height:10px;
}

.assignment_level1 a
{
	background:url("../Img/Big/my-assingmentsbig.png") no-repeat;
	background-position: center;
	border: medium none;
    color: #444444;
    display: block;
    font-size: 18px;
    max-width: 188px;
    min-width: 165px;
    min-height: 165px;
    text-align: center;
    text-decoration: none;
    line-height:10px;
}


.homework
{
	background:url("../Img/my-assingments.png") no-repeat;
	background-position: center;
	border: medium none;
    color: #444444;
    display: block;
    font-size: 12px;
    font-weight:bold;
    margin-left: 1px;
    margin-top: -12px;
    max-width: 120px;
    min-width: 120px;
    padding: 100px 0 0;
    text-align: center;
    text-decoration: none;
}

.homework2
{
	background:url("../Img/my-assingments.png") no-repeat;
	/*background-position: center;*/
	border: medium none;
    color: #444444;
    display: block;
    font-size: 12px;
    font-weight:bold;
    margin-left: 1px;
    max-width: 120px;
    min-width: 50px;
    padding: 35px 0 0;
    text-align: center;
    text-decoration: none;
    background-size: 50px 30px;
}

.newsletter
{
	background:url("../Img/newsletter_v2.png") no-repeat;
	background-position: center;
	border: medium none;
    color: #444444;
    display: block;
    font-size: 12px;
    font-weight:bold;
    margin-left: 1px;
    margin-top: -12px;
    max-width: 120px;
    min-width: 120px;
    padding: 100px 0 0;
    text-align: center;
    text-decoration: none;
}

/*#myTable2
{
	display: inline-block;
    overflow-x: auto;
    overflow-y: auto;
    text-align: left;
    width: 50px;
    word-wrap: break-word;
}

#myTable2 th,td
{
	display: inline-block;
    overflow-x: scroll;
    overflow-y: auto;
    text-align: left;
    width: 50px;
    word-wrap: break-word;
}*/

.backlink
{
	background: url("../images/component/backtogrd.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-weight: 600;
    height:42px;
    width:90px;
}

.lable_content
{
	font-size:11px;
	float:left;
	text-align:left;
	font-weight:bold;
}

.popupbg
{
	position:fixed;
	top:0;
	bottom:0%;
	left:0;
	right:0%;
	background-color: #A9D3D9;
	background: rgba(169,211,217,0.7);
	filter:alpha(opacity=70);
	z-index:1001;
	width:100%; 
	height: 100%;
}




.tbl8
{
	border: medium none;
    width:100%;
    margin: 10px 0 0px 0;
}
.tbl8 th
{
	color: #fff;
    font-size:14px;
    background-color:#505050;
    border:solid thin #fff;
    height:25px;
}

.tbl8 tr
{
	border-bottom: thin inset #25B5F8;
	width:100%;
}

.tbl8 tr:hover
{
	background:#f4f4f4;
}

.tbl8 td
{
	border:1px solid #444444;
    color: #444444;
    font-size: 14px;
    font-weight:bold;
    padding: 8px 5px 8px 5px;
    text-align:center;
    vertical-align:text-top;
    word-wrap:break-word;
    /*background:#fff;
    border-left:none;
    border-right:none;
    border-bottom:none;
    border-top:none;*/
}

.tbl8 td:hover 
{
	
}
.megattachments
{
	background-image: url("../images/component/listarraow.png");
    background-position: 100% 0.6em;
    background-repeat: no-repeat;
    border: medium none;
    color: #444444;
    display: inline;
    font-size: 16px;
    
    text-decoration: none;
    width: 100%;
}
.attachment
{
	background-image: url("../images/attachment.png");
    background-repeat: no-repeat;
    float: right;
    height: 18px;
    width: 24px;
}

.attachment:hover
{
	text-decoration:underline;
}

.dvthreads
{
	color:#444444;
	float:right;
	cursor:pointer;
	padding-right:05px;
	font-size:14px;
}
.inboxphoto
{
	border: 1px solid #537CA6;
	margin: 5px;
	height:45px;
	float:left;
}
.dvtabs
{
	height:40px;
	padding:05px 0 05px 0px;
}

.dvtab
{
	/*background: #bdf url(../images/tab1.jpg);*/
	background: #bdf;
    display: block;
    float: left;
    height: 2em;
    text-decoration: none;
    width: 170px;
    margin: 0 0 0 2px;
    width:105px;
    height:38px;
    /*border:none;*/
border-radius:5px 5px 0 0;	
}

.dvtab:hover
{
	/*background: #bdf url(../images/tab2.jpg);
    display: block;
    float: left;
   
    text-decoration: none;
    
    margin: 0 0 0 2px;
    cursor:pointer;*/
    
}

.activetab
{
	/*background: #bdf url(../images/tab2.jpg);*/
	background: #bdf url(../images/tab2strip.jpg) repeat-x;
    display: block;
    float: left;
    height: 2em;
    text-decoration: none;
    width: 170px;
    color:#fff;
    font-weight-bold
    margin: 0 0 0 2px;
    cursor:pointer;
    width:105px;
    height:38px;
    border-radius:5px 5px 0 0;
}

#tabs span 
{
    display: block;
    line-height: 2.5em;
    font-size:15px;
    font-weight:bold;
    color:#fff;
}

.abc
{
	overflow:hidden; 
	word-wrap:break-word;
	/*background-color:#C8DCFF; 
	border-bottom: 1px solid #6297F4;
	border-left: 1px solid #6297F4;*/
}

.tbl9
{
	border: medium none;
    width:100%;
    margin: 0px 0 5px 0;
}

.tbl9 tr
{
	display: inline-block;
	/*border-bottom: thin inset #25B5F8;*/
	width:98%;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}

.tbl9 tr:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}


.tbl9 td
{
	border: 1px solid #444;
    margin-right: 20px;
    margin-left:6px;
    padding: 0;
    width: 90%;
}

.tbl9 tr td a 
{
	display: block; padding: 4px 40px 4px 0px;
	color: #444444; text-decoration: none; border:none;
	width:100%;
	background-image: url("../images/component/listarraow.png");
	background-repeat: no-repeat;
	background-position: 100% .6em;
	font-size:16px;
	
}

.tbl9 tr td a:hover 
{
	padding: 4px 40px 4px 0px;
	color:#444444;
	width:100%;
}

.tbl9 tr td:hover 
{
	color: #fff;
}

.tbl9 tr td img
{
	border:none;
	padding:0px 15px 0px 5px;
	vertical-align:middle;
}
.hidden {
    display: none!important;
}
.dv_selfthread
{	
	background-color: #fff;
	float: right;
	padding: 5px;
	margin: 5px 0px 10px 0px;
}

.dv_selfthread .dv_arrow_thread
{
	background-image:url("../images/arrow_self_thread2.png");
	background-repeat:no-repeat;
	padding-top:10px;
	float:right;
	height:23px;
	width:19px;
	margin-right:-20px;
	margin-top:-1px;
}

.dv_selfthread .dv_header
{
	background:#444;
	height:22px;
	width:100%;
}

.dv_otherthread
{	
	background-color:#fff;
	float:left;
	padding: 5px 0px 10px 0px;
}

.dv_otherthread .dv_arrow_thread
{
	background-image:url("../images/arrow_other_thread2.png");
	background-repeat:no-repeat;
	margin-top:-1px;
	margin-left:-19px;
	float:left;
	height:23px;
	width:19px;
}

.dv_otherthread .dv_header
{
	background:#16A7FE;
	height:20px;
	width:100%;
	border-bottom:1px solid #444;
	
}


.dvMarksheetRecord
{
	background:none;
	font-size:14px;
	padding:0;
	margin:0;
	color:#fff;
}

.dvMarksheetRecord:hover
{
	background:none;
	font-size:14px;
	padding:0;
	margin:0;
	color:#fff;
	-moz-box-shadow:3px 3px 3px #b7b7b7;
	-webkit-box-shadow:3px 3px 3px #b7b7b7;
	box-shadow:3px 3px 3px #b7b7b7;		
}



.dvMarksheetRecord_text
{
	color: #803300;
    display: block;
    height: auto;
    overflow: hidden;
    text-align: center;
    word-wrap: break-word;
}


.accordian_bg_left
{
	background:url("../images/accordian_bg_left2.png");
	background-repeat:no-repeat;
	width:12px;
	height:58px;
	float:left;
}

.accordian_bg_middle
{
	background: #424242 none;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#343434));
	background: -moz-linear-gradient(top, #505050, #343434);
	background: -ms-linear-gradient(top, #505050, #343434);
	background: -o-linear-gradient(top, #505050, #343434);
	width:80%;
	height:47px;
	float:left;
	padding:0px;
}

.accordian_bg_right
{
	background:url("../images/accordian_bg_right2.png");
	background-repeat:no-repeat;
	width:12px;
	height:58px;
	float:left;
}

.dv_mandatorystar
{
	color:Red;
	float:left;
	font-size:16px;
	font-weight:bolder;
	margin-top:-4px;
}

.lable_heading
{
	font-size:15px;
	font-weight:bold;
	float:left;
}

.lable_content
{
	font-size:12px;
	float:left;
	text-align:left;
	font-weight:bold;
}

.note_txt
{
	font-size:12px;
	font-weight:bold;
	color:#de2203;
	padding:05px 0 0 10px;
	text-align:left;
}

.popup
{
	background: #fff none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.40);
	
	width:100%;
	margin:0px auto;
	display: block;
	margin: 0px;
	padding: 05px;
	position:fixed;
}

.popupbg
{
	position:fixed;
	top:0;
	bottom:0%;
	left:0;
	right:0%;
	background-color: #A9D3D9;
	background: rgba(169,211,217,0.7);
	filter:alpha(opacity=70);
	z-index:1001;
	width:100%; 
	height: 100%;
}

.dvPreferredContact
{
	overflow: auto;
    border: dotted 2px;
    margin-top:7px;
    width:98%;
}

.dvPreferredContactRow
{
	overflow: auto;
    width: 100%;
}

.dvPreferredContactCell
{
	overflow: auto;
    width: 15%;
    font-size:12px;
	font-weight:bold;
	float:left;
	border-right: dotted 2px;
	padding:02px;
	min-height:20px;
	text-align:center;
}

.separater1
{
	border-top: 2px dotted #000000;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
}

.attachments_popup
{
	overflow: auto;
}

.attachments_popup_bg
{
	width:100%;
	height:100%;
	background:#000;
	opacity: .20;
	filter:alpha(opacity=0);
	z-index:40;
	position:fixed;
	top:0px;
	left:0px;
	
}

.attachments_popup_content
{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	background:#FFF;
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.55);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=150, Color='#c5c6c9')";
	display: inline-Block;
	float:left;
	max-height: 200px;
    max-width: 500px;
    min-height: 200px;
    min-width: 500px;
    overflow: auto;
    position:fixed;
    top:40%;
    left:28%;
    z-index:150;
}


.dvCountImg
{
	width:64px;
	height:64px;
	float:right;
	padding:0;
	cursor:pointer;
}
.dvUpdateImg
{
	width:85px;
	height:36px;
	float:right;
	padding:0;
	cursor:pointer;
}


																		
/*-----------------------------------------------------------------------Start Circular---------------------------------------------------------------- */
.dvCircular
{
	border:double 12px;
	overflow:auto;
	min-height:710px;
	margin:10px 15px;
	padding:10px 18px;
}

.dvCirHdr
{
	overflow:hidden;
}

.dvCirFtr
{
	overflow:hidden;
}

.dvCirCtnt
{
	overflow:auto;
	margin:25px 0;
	min-height:460px;
}

.dvCirLbl
{
	font-size:18px;
	font-weight:bold;
	color:#000;
	float: left;
	width: 135px;
	text-align: left;
}

.dvCirVal
{
	font-size:18px;
	color:#000;
	float:left;
}

.dvCirVal a
{
	font-size:16px;
	color:#ff0000;
	float:left;
	text-align:left;
	padding:05px;
}

#dvCirNm
{
	overflow:auto;
	float:left;	
}

#dvCirDt
{
	overflow:auto;
	float:right;	
}

#dvCirSub
{
	overflow:auto;
	float:left;
	margin:10px 0 0 0;
}

#dvCirSub .dvCirVal
{
	text-decoration:underline;
	font-weight:bold;
	/*width: 788px;*/
	text-align: left;
}

#dvCirSalt
{
	text-align: left;
	float:left;
	font-size: 18px;
	color: #000;
	margin:30px 0 10px 0;
	font-weight:bold;
}

.dvCirPara
{
	text-align: left;
	float:left;
	font-size: 16px;
	color: #000;
	margin:10px 0;
}

.dvCirPara2
{
	text-align: left;
	font-size: 16px;
	color: #000;
	margin:5px 0;
}

#dvThanks
{
	text-align: left;
	float:left;
	font-size: 16px;
	color: #000;	
	margin: 50px 0 0 0;
}

#dvSign
{
	text-align: left;
	float:left;
	font-size: 16px;
	color: #000;
	margin:20px 0 0 0;
	width:220px;
}
/*-----------------------------------------------------------------------End Circular---------------------------------------------------------------- */

.dvtabs
{
	/*height:40px;*/
	padding:05px 0 0 9px;
	overflow:hidden;
}

.dvtabna
{
	background: #bdf url(../images/tab1strip.jpg) repeat-x;
    display: block;
    float: left;
    text-decoration: none;
    margin: 0 0 0 2px;
    width:20%;
    height:100%;
    border-radius:5px 5px 0 0;
    /*cursor:pointer;*/
}

.dvImageHolder
{
	float: left;
    height: 205px;
    margin: 1% 4%;
    overflow: hidden;
    position: relative;
    width: 160px;
}

.dvImageHolder span
{
	text-align:center;
	font-size:14px;
	font-family:Arial;
}

.dvImageHolder .btnstyle1
{
	position:absolute;
	top:80%;
	left:0%;
	width:100%;
	font-size:12px;
	margin-left:0;
}


.dvPrdThumbImg
{
	height:158px;
	width:158px;
	background-size: 140px;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	float:left; 
	position:absolute;
	border:solid 1px;
}


.dvPrdThumbImg input
{
	height:100%;
	width:100%;	
	opacity:0;
	cursor:pointer;
}
.dvstptab
{	
    display: block;
    float: left;
    text-decoration: none;
    margin: 0 0 0 2px;
    width:20%;
    height:100%;
    border-radius:0px 0px 0 0;
    color:#444444;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    /*cursor:pointer;*/
}

.dvstptab_current
{	
	display: block;
    float: left;
    text-decoration: none;
    margin: 0 0 0 2px;
    width:20%;
    height:100%;
    border-radius:0px 0px 0 0;
    color:red;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    /*cursor:pointer;*/
}



.dvtab:hover
{
	/*background: #bdf url(../images/tab2strip.jpg) repeat-x;*/
}

.activetab
{
	background: #bdf url(../images/tab2strip.jpg) repeat-x;
    display: block;
    float: left;
    text-decoration: none;
    margin: 0 0 0 2px;
    /**cursor:pointer;*/
    width:20%;
    height:100%;
    border-radius:5px 5px 0 0;
}

#tabs span 
{
    display: block;
    line-height: 2.5em;
    font-size:15px;
    font-weight:bold;
    color:#fff;
}

.abc
{
	overflow:hidden; 
	word-wrap:break-word;
	/*background-color:#C8DCFF; 
	border-bottom: 1px solid #6297F4;
	border-left: 1px solid #6297F4;*/
}


.btnstyle5
{
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px;
	height: 32px;
	margin: 5px 0 5px 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 190px;
	font-size:13px;
	font-weight:bold;
}

.dvThheader
{
	background-color: #003366;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    padding: 5px;
    text-align:left;
}

.dvThheader:hover
{
	background-color: #003366;
}


    @keyframes gradient {
  0% {
    background: radial-gradient(circle at center, rgba( 255, 125 , 125, 0 ) 0%, #fff 0%, #fff 100%);
  }
  25% {
    background: radial-gradient(circle at center, rgba( 255, 125, 125, 0.3 ) 24%, #fff 25%, #fff 100%);
  }
  50% {
    background: radial-gradient(circle at center, rgba( 255, 125, 125, 0.5 ) 49%, #fff 50%, #fff 100%);
  }
  75% {
    background: radial-gradient(circle at center, rgba( 255, 125, 125, 0.8 ) 74%, #fff 75%, #fff 100%);
  }
  100% {
    color: #fff;
    background: radial-gradient(circle at center, #f88 99%, #fff 100%, #fff 100%);
  }
}


.button {
  outline: none;
}
.button:active {
  /* set time duration to your needs */
  animation: gradient 100ms;
}
.cbtn
{

}
.cbtn2
{

}
.cbtn3
{

}
.cbtn4
{

}
.cbtn5
{

}
.cbtn6
{

}
.btn:focus, .btn:active:focus, .btn.active:focus
{
outline:none!important;
}