/* CSS Document */

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFFFFF;
}

img {border:0;}

a {
	outline:none;
}

a:link {
	color: #2E6EC4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2E6EC4;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #2E6EC4;
}


.fl{float:left;}
.fr{float:right;}
.mauto{margin:0 auto;}
.cb{clear:both;}

.mt10{margin-top:10px;}
.mr10{margin-right:10px;}
.mb10{margin-bottom:10px;}
.ml10{margin-left:10px;}

.mt5{margin-top:5px;}
.mr5{margin-right:5px;}
.mb5{margin-bottom:5px;}
.ml5{margin-left:5px;}

.mt15{margin-top:15px;}
.mr15{margin-right:15px;}
.mb15{margin-bottom:15px;}
.ml15{margin-left:15px;}

.mt20{margin-top:20px;}
.mr20{margin-right:20px;}
.mb20{margin-bottom:20px;}
.ml20{margin-left:20px;}


#mainwrap{
	margin:auto;
	min-height:100%;
	margin:60px 0 0 0;
}

#logo{
	width:188px;
	height:73px;
	margin:0 auto 30px auto;
}

#login-bg{
	background:url(../images/login-bg.jpg) no-repeat left top;
	height:379px;
	width:980px;
	margin:0 auto;
}

#login-box{
	float:right;
	margin:33px 34px 0 0;
	width:434px;
	height:311px;
}

#login-box h1{
	font-size:20px;
	text-align:center;
	margin:0 0 0 0;
	padding:0;
}

.inst{font-size:11px;}


#login-content{
	border-radius: 3px;
	background:#D8E6F0;
	padding:10px;
	margin:20px 0 0 0;
}


/*header*/

#header{
	position:fixed;
	padding:0;
	top:0;
	right:0;
	left:0;
	margin:0;
	z-index:100000;
	background:url(../images/header-bg.gif) repeat-x;
}

#head-cont-wrap{
	margin:5px 0 0 0;
	padding:0 20px 0 20px;
}



#header-left-wrap{
	float:left;
	height:50px;
}




#header-mid-wrap{
	float:left;
	margin-left:16%;
	margin-top:12px;
}


.wtime{
	background:#2158a0;
	color:#FFF;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:6px 0;
	font-style:italic;
}

.clock_date{background:url(../images/glyphicons-halflings-white.png) no-repeat -190px -121px; padding:0 5px 0 0; margin-left:10px;}
.clock_icn{background:url(../images/glyphicons-halflings-white.png) no-repeat -48px -25px; border-right:1px solid #5a90d5; padding:0 5px; margin-left:10px;}
.date{border-right:1px solid #1e4f90; box-shadow: 1px 0 0 #3869aa;}
.date:last-child{ border-right:none; box-shadow: none;}

.date_header{border-right:1px solid #1e4f90; box-shadow: 1px 0 0 #3869aa; padding: 6px 14px;}

.icn_date{
	background:url(../images/glyphicons-halflings-white.png) no-repeat -48px -25px;
}


#header-right-wrap{
	float:right;
	height:42px;
	line-height:42px;
	margin:0 20px 0 0;
}


/*dashboard*/

#dashboard-buttons ul{
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}


#dashboard-buttons li {
	float:left;
	margin:0 8px 8px 0;
	font-size:11px;
}

#dashboard-buttons li a {
	display:block;
	width:88px;
	padding:50px 0 0;
	height:30px;
	text-align:center;
	background-position:50% 8px;
	background-color:#F5FAFF;
	background-repeat:no-repeat;
	border:#D7EBFD solid 1px;
	color:#666;
	text-decoration:none;
	outline: 0px none;
	border-radius:3px;
}

#dashboard-buttons li a:hover {
	background-color:#FFF;
	border-color:#DCDFE3;
	color:#333;
	text-decoration:none;
}



#dashboard-buttons li span.notify{
	position:relative;
	float:right;
	background:#EC5D59;
	color:#FFF;
	margin:-78px 5px 5px 5px;
	padding:5px;
	width:10px;
	height:10px;
	border-radius:10px;
	line-height:10px;
	text-align:center;
}



#dashboard-buttons li a.dbicn_admin_config {
	background-image:url('../images/dbicn_config.png');
}

#dashboard-buttons li a.dbicn_staff {
	background-image:url('../images/dbicn_staff.png');
}

#dashboard-buttons li a.dbicn_students {
	background-image:url('../images/dbicn_students.png');
}

#dashboard-buttons li a.dbicn_academics {
	background-image:url('../images/dbicn_academics.png');
}

#dashboard-buttons li a.dbicn_fee {
	background-image:url('../images/dbicn_fee.png');
}

#dashboard-buttons li a.dbicn_hostel {
	background-image:url('../images/dbicn_hostel.png');
}

#dashboard-buttons li a.dbicn_health_rec {
	background-image:url('../images/dbicn_health_rec.png');
}

#dashboard-buttons li a.dbicn_ext_car {
	background-image:url('../images/dbicn_extra_car.png');
}


#dashboard-buttons li a.dbicn_msgs {
	background-image:url('../images/dbicn_messages.png');
}

#dashboard-buttons li a.dbicn_sms {
	background-image:url('../images/dbicn_sms.png');
}


#dashboard-buttons li a.dbicn_tuck {
	background-image:url('../images/dbicn_tuck.png');
}

#msgs-n-req {
	padding:0;
	margin:5px 0 0 0;
}

#msgs-n-req ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:left;
}

#msgs-n-req li {
	padding:5px 0 10px 5px;
	border-bottom: 1px dotted #E7E7E7;
}

.alternate {
	background-color:#F9F9F9;
}

#msgs-n-req li a{
	text-decoration:none;
}

#msgs-n-req li:hover{
	background:#EBF5FF;
}


#msgs-n-req li div.req_action{
	display: none;
	float:right;
	margin:5px 25px 0 0;
}


#msgs-n-req li:hover div.req_action{
	display: block;
}

#msgs-n-req li a p.frm {
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}


#msgs-n-req li a p.mbody {
	padding:0;
	margin:0;
	color:#333;
}

#msgs-n-req li p.frm {
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}

#msgs-n-req li p.mbody {
	padding:0 0 5px 0;
	margin:0;
	color:#333;
}

#msgs-n-req li p.subj {
	padding:0 0 5px 0;
	margin:0;
	color:#333;
	font-weight:bold;
	font-size:13px;
}


.time-stamp{
	font-size:11px;
	color:#999;
	font-weight:normal;
	margin-left:10px;
}



.dgaccess{
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

fieldset {
    border: 0;
}

/*all icon links*/


a.icn-link-blu{
	-moz-box-shadow:inset 0px 1px 0px 0px #4d86d0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4d86d0;
	box-shadow:inset 0px 1px 0px 0px #4d86d0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3065aa), color-stop(1, #0f3665) );
	background:-moz-linear-gradient( center top, #3065aa 5%, #0f3665 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3065aa', endColorstr='#0f3665');
	background-color:#3065aa;
	border-radius:3px;
	border:1px solid #2d61a6;
	display:inline-block;
	padding:5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #0c2f52;
	margin:0 10px 0 0;
	height:14px;
	line-height:14px;
	color:#FFF;
}


a:hover.icn-link-blu{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f3665), color-stop(1, #3065aa) );
	background:-moz-linear-gradient( center top, #0f3665 5%, #3065aa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f3665', endColorstr='#3065aa');
	background-color:#0f3665;
	color:#FFF;
	text-decoration:none;
}

a:active.icn-link-blu{
	top:1px;
	position:relative;
}


i{
	width:14px;
	height:14px;
	line-height:14px;
	display:inline-block;
	padding:0 5px 0 0;
	vertical-align: text-top;
}


a.icn-link-orng {
	background-color:#F8B24F;
	border-radius:3px;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	margin:0;
	padding:5px 8px 5px 5px;
	height:15px;
	line-height:15px;
}

a:hover.icn-link-orng  {
	background-color:#F89406;
}

a.icn-link-grn {
	background-color:#61C261;
	border-radius:3px;
	display:inline-block;
	color:#FFF;
	padding:5px;
	text-decoration:none;
	margin:0;
	height:15px;
	line-height:15px;
}

a:hover.icn-link-grn  {
	background-color:#51A351;
}

a.icn-link-red {
	background-color:#EC5D59;
	border-radius:3px;
	display:inline-block;
	color:#FFF;
	padding:5px;
	text-decoration:none;
	margin:0;
	height:15px;
	line-height:15px;
}

a:hover.icn-link-red  {
	background-color:#BD362F;
}


.icn_user{
	background:url(../images/glyphicons-halflings-white.png) no-repeat -168px 0px;
}
.icn_logout{
	background:url(../images/glyphicons-halflings.png) no-repeat -384px 0px;
}

.icn_pass{
	background:url(../images/glyphicons-halflings.png) no-repeat -360px -144px;
}

.icn_profile{
	background:url(../images/glyphicons-halflings.png) no-repeat -168px 0px;
}

.icn_tot_student{
	background:url(../images/glyphicons-halflings.png) no-repeat -168px 1px;
}

.icn_tot_staff{
	background:url(../images/glyphicons-halflings.png) no-repeat -432px -144px;
}

.icn_tot_fee{
	background:url(../images/glyphicons_halflings_more.png) no-repeat -169px -168px;
}

.icn_msg{
	background:url(../images/glyphicons-halflings-white.png) no-repeat -72px 0px;
}

.icn_task{
	background:url(../images/glyphicons-halflings-white.png) no-repeat -384px -144px;
}

.icn_setting{
	background:url(../images/glyphicons-halflings-white.png) no-repeat -430px 0px;
}

.icn_refresh{
	background:url(../images/glyphicons-halflings-white.png) no-repeat -240px -24px;
}

.icn_add{
	background:url(../images/glyphicons-halflings-white.png) no-repeat -405px -97px;
}

.icn_add_black{
	background:url(../images/glyphicons-halflings.png) no-repeat -405px -97px;
}

.icn_notes{
	background:url(../images/glyphicons-halflings.png) no-repeat -235px -120px;
}

.icn_timesheets{
	background:url(../images/glyphicons-halflings.png) no-repeat -264px -24px;
}

.icn_view{
	background:url(../images/glyphicons-halflings.png) no-repeat -48px 0px;
}

.icn_payroll{
	background:url(../images/glyphicons-halflings.png) no-repeat -360px -120px;
}

.icn_close{
	background:url(../images/glyphicons-halflings.png) no-repeat -384px 0px;
}

.icn_reopen{
	background:url(../images/glyphicons-halflings.png) no-repeat -214px -24px;
}

.icn_report{
	background:url(../images/glyphicons-halflings.png) no-repeat -264px -24px;
}

.icn_assign{
	background:url(../images/glyphicons-halflings.png) no-repeat -144px -72px;
}

.icn_link_pdf{
	background:url(../images/pdf.png) no-repeat left top;
}

.icn_link_doc{
	background:url(../images/doc.png) no-repeat left top;
}

.icn_lock {
	background:url(../images/lock.png) no-repeat left top;
	display:inline-block;
	width: 16px;
	height:16px;
}

.icn_unlock {
	background:url(../images/unlock.png) no-repeat left top;
	display:inline-block;
	width: 16px;
	height:16px;
}

.icn_pdf {
	background:url(../images/pdf.png) no-repeat left top;
	display:inline-block;
	width: 16px;
	height:16px;
}

.icn_doc {
	background:url(../images/doc.png) no-repeat left top;
	display:inline-block;
	width: 16px;
	height:16px;
}

.icn_xls {
	background:url(../images/xls.png) no-repeat left top;
	display:inline-block;
	width: 16px;
	height:16px;
}

.icn_txt {
	background:url(../images/txt.png) no-repeat left top;
	display:inline-block;
	width: 16px;
	height:16px;
}

.icn_view_wht{
	background:url(../images/glyphicons-halflings-white.png) no-repeat -49px 0px;
}

.icn_up{
	background:url(../images/glyphicons-halflings.png) no-repeat -288px -120px;
}

.icn_down{
	background:url(../images/glyphicons-halflings.png) no-repeat -312px -120px;
}

.icn_edit{
	background:url(../images/glyphicons-halflings.png) no-repeat 0px -72px;
}

.icn_remove{
	background:url(../images/glyphicons-halflings.png) no-repeat -458px 0px;
}

.icn_rec_active{
	background:url(../images/glyphicons-halflings-white.png) no-repeat -286px 0px;
}

.icn_rec_inactive{
	background:url(../images/glyphicons-halflings-white.png) no-repeat -310px 0px;
}

.icon-block {
	background:url(../images/block.png) no-repeat left top;
	display:inline-block;
	width: 16px;
	height:16px;
}

.icon-unblock {
	background:url(../images/unblock.png) no-repeat left top;
	display:inline-block;
	width: 16px;
	height:16px;
}

.icon-ok{background:url(../images/glyphicons-halflings.png) no-repeat -192px -96px;}

/*bread crumb navigation*/

#bc_nav{
	height:25px;
	line-height:20px;
	background:url(../images/bcnav-bg.gif) repeat-x;
	font-size:11px;
	padding:3px 20px 0 20px;
}

#bc_nav span.bc_act{
	font-weight:bold;
	background:url(../images/bcnav-div.gif) no-repeat left;
	padding: 0 0 0 10px;
	margin:0 10px 0 0;
	color:#999;
	text-transform:uppercase;
}

#bc_nav span.bc_link a{
	font-weight:bold;
	background:url(../images/bcnav-div.gif) no-repeat left;
	padding: 0 0 0 10px;
	margin:0 10px 0 0;
	color:#666;
	text-transform:uppercase;
}

#bc_nav span.bc_link a:hover{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

#bc_nav span.bc_link_home a{
	font-weight:bold;
	background:url(../images/bcnav-home.gif) no-repeat left 0;
	padding: 0 0 0 15px;
	margin:0 10px 0 0;
	color:#666;
	text-transform:uppercase;
}

#bc_nav span.bc_link_home a:hover{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

#bc_nav span.bc_link_act a{
	font-weight:bold;
	background:url(../images/bcnav-div.gif) no-repeat left;
	padding: 0 0 0 15px;
	margin:0 10px 0 0;
	color:#666;
	text-transform:uppercase;
}

#bc_nav span.bc_link_act a:hover{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

body,html{height:100%;}

#contwrap{
	margin:130px 20px auto 20px;
	min-height:100%;
	height:auto !important; 
	height:100%; 
	min-height:100%;
}

#db_left-wrap{
	width:65%;
	float:left;
}

#db_right-wrap{
	width:35%;
	float:right;
}


#box{
	border: 1px solid #C9E1F8;
	border-radius:3px;
	padding:5px;
}

#box h2{
	padding:0 0 5px 0;
	margin:0 0 0 0;
	font-size:14px;
	color:#666;
	font-weight:bold;
	border-bottom: 1px dotted #C9E1F8;
}

#box.stats p{
	padding:10px 0 5px 5px;
	margin:0;
	border-bottom: 1px dotted #E7E7E7;
}

.nos{
	padding:2px 4px 2px 4px;
	background:#75ABC5;
	color:#FFF;
	margin:0 0 0 10px;
	border-radius:3px;
}



/*page heading*/

#page_head{
	margin-bottom:10px;
	padding-bottom:15px;
	background:url(../images/page-head-bg.gif) repeat-x bottom;
	height:25px;
}


#page_head h1{
	padding:0;
	margin:0;
	font-size:25px;
	color:#666;
	font-weight:normal;
	text-transform:capitalize
}




/*sorting*/

#sorting{
	height:25px;
	margin-bottom:20px;
	padding-bottom:15px;
	background:url(../images/sorting-bg.gif) repeat-x bottom;
}


#sorting input[type="text"]{
	border:1px solid #B8D7F4;
	border-top:1px solid #89ACCC;
	padding:4px 3px;
	outline: none;
	border-radius: 3px;
}

 
#sorting input[type=text]:focus, textarea:focus {
  border: 1px solid rgba(132, 187, 243, 1);
  box-shadow:0 0 2px #9ecaed;
}



/*tables*/



.table{
	width:100%;
	max-width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
}

.table th,.table td{
	padding:8px;
	line-height:18px;
	text-align:left;
	vertical-align:top;
	border-top:1px solid #C9E1F8
}

.table th{
	font-weight:bold;
}


.table th p{
	float:left;
	margin:0;
	padding:0;
}

.table th img{
	float:right;
	margin-top:2px;
}

.table thead th{
	vertical-align:bottom;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F7FBFE), color-stop(1, #D8E6F0) );
	background:-moz-linear-gradient( center top, #F7FBFE 5%, #D8E6F0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7FBFE', endColorstr='#D8E6F0');
}
.table-bordered{
	border:1px solid #C9E1F8;
	border-collapse:separate;
	*border-collapse:collapsed;
	border-left:0;
	border-radius:4px;
}
.table-bordered th,.table-bordered td{
	border-left:1px solid #C9E1F8;
}

.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td{
	border-top:0
}

.table-bordered tbody tr:nth-child(odd) td,
.table-bordered tbody tr:nth-child(odd) th{
	background-color:#FBFDFF;
}
.table tbody tr:hover td,.table tbody tr:hover th{
	background-color:#FFFCEA;
}

/*pagination*/

#pagination_wrap{
	width:50%;
}

.pagination_label{
	height:17px;
	line-height:17px;
	margin-right:15px;
	float:right;
}

.pagination{
	padding: 0;
	float:right;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding:1px;
}

.pagination a, .pagination a:visited{
	padding: 3px 5px;
	border: 1px solid #C9E1F8;
	text-decoration: none; 
	color: #2D62A6;
	background:#C9E1F8;
	border-radius: 3px;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2B66A5;
	color: #FFF;
	font-weight: bold;
	background-color: #2D62A6;
}

.pagination a.currentpage{
	background-color: #2D62A6;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #C9E1F8;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: bold;
}

/*footer*/

#footer{
	border-top:1px solid #CCC;
	box-shadow:inset 0px 1px 0px 0px #FFF;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FCF8F8), color-stop(1, #CCC) );
	background:-moz-linear-gradient( center top, #FCF8F8 5%, #CCC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCF8F8', endColorstr='#CCC');
	height:30px;
	line-height:30px;
	color:#666;
	width:100%;
	margin:30px 0 0 0;
	font-size:11px;
}

#last_mod{
	background:#DFDFDF;
	border-radius:3px;
	border:1px solid #CBCBCB;
	font-size:11px;
	padding:5px;
	margin:0 70px 0 0;
}


#footer_cont_wrap{
	padding:0 20px;
}

#footer_cont_wrap p{
	text-align: center;
	padding:0;
	margin:0;
}

#footer_cont_wrap a{
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

#footer_cont_wrap a:hover{
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

/*page scroll*/

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:25px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}

.scrolldwn{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    top:140px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}


/*tabs*/

.tab_menu { padding: 0; margin:0; clear: both; position:relative;}
.tab_menu li { display: inline; }

.tab_menu li a { 
	background: #dfdfdf; 
	border-top:1px solid #dfdfdf; 
	border-right:1px solid #dfdfdf; 
	border-botom:1px solid #FFF;
	border-left:1px solid #dfdfdf;
	padding: 10px;
	margin:0 3px -1px 3px;
	float:left; 
	text-decoration: none;
	color: #000; 
	font-weight: bold;
	border-radius:3px;
}

.tab_menu li.tab_active a { 
	background: #FFF;
	border-top:1px solid #DCDCDC; 
	border-right:1px solid #DCDCDC; 
	border-botom:1px solid #FFF;
	border-left:1px solid #DCDCDC;
}

.tab_content { 
	float: left; 
	clear: both;
	background:; 
	padding: 10px 0 0 0; 
	border-top:1px solid #DCDCDC; 
 }
 
 
 /*gallery*/
 
.gall{
	width:260px !important;
	height:250px;
	float:left;
	margin:0 10px 10px 0;
}

 
.gall a img{
	max-width:260px;
	max-height:250px;
}

.gall .gctrls{
	width:240px;
	padding:10px;
	display:none;
	color:#FFF;
	background-color: rgba(0,0,0,0.80);
	position:absolute;
	margin-top:215px;
}

.gall .gctrls a, .gall .gctrls a:hover{
	color:#FFF;
	text-decoration:none;
}

.gall:hover .gctrls{
	width:240px;
	padding:10px;
	display:block;
	color:#FFF;
	background-color: rgba(0,0,0,0.80);
	position:absolute;
	margin-top:215px;
}


.ppic{
	width:160px !important;
	height:150px;
	float:left;
	margin:0 10px 10px 0;
}

 
.ppic a img{
	max-width:160px;
	max-height:150px;
}

.ppic .gctrls a, .ppic .gctrls a:hover{
	color:#FFF;
	text-decoration:none;
}


.ppic .gctrls{
	width:140px;
	padding:10px;
	display:none;
	color:#FFF;
	background-color: rgba(0,0,0,0.80);
	position:absolute;
	margin-top:115px;
}

.ppic:hover .gctrls{
	width:140px;
	padding:10px;
	display:block;
	color:#FFF;
	background-color: rgba(0,0,0,0.80);
	position:absolute;
	margin-top:115px;
}


/*parents login nov-26-13*/
#contwrap_parent_login{
	margin:20px 20px auto 20px;
	min-height:100%;
	height:auto !important; 
	height:100%; 
	min-height:100%;
}


#parent_log_wrapper{
	width:30%;
	float:left;
	margin-right:40px;
}

#plog_buttons ul{
	padding:0;
	margin:0;
}

#plog_buttons li{
	padding:0;
	margin:0;
	list-style:none;
}

#plog_buttons li a span{
	margin:0 10px 0 0;
}

#parent_log_wrapper #plog_buttons li a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	height:80px;
	line-height:80px;
	margin:0 0 15px 0;
	font-size:18px;
	padding:0 0 0 20px;
}

#parent_log_wrapper.stdnt #plog_buttons li a:hover, #parent_log_wrapper.aced #plog_buttons li a:hover, #parent_log_wrapper.schl #plog_buttons li a:hover{
	border:1px solid #DCDFE3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#FFF;
	text-decoration:none;
	color:#666;
}

#parent_log_wrapper.stdnt #plog_buttons li a{
	border:1px solid #B3DAEE;
	background:#D9EDF7;
	color:#64A1BF;
}

#parent_log_wrapper.aced #plog_buttons li a{
	border:1px solid #BCECBC;
	background:#DBF6DB;
	color:#75AE75;
}

#parent_log_wrapper.schl #plog_buttons li a{
	border:1px solid #FCE1BB;
	background:#FFF0DB;
	color:#F0AA47;
}

.nrm{margin-right:none !important;}


#alert {
	opacity: 1;
	background: #1F1F1F;
	padding: 10px;
	border-radius: 2px;
	color: #FFF;
}
#alert.warn {
	background:#ec5d59;
}
#alert.succ {
	background:#61c261;
}
#alert span{
	width:14px;
	height:14px;
	line-height:14px;
	display:inline-block;
	vertical-align: text-top;
	cursor:pointer;
	float:right;
	margin-left:10px;
}


.vcard > ul {list-style:none;margin:10px 10px 10px 10px;overflow:hidden;padding: 0px !important;}
.vcard > ul > li:first-child {border-top:1px dashed #dcdcdc}
.vcard > ul > li {padding:8px;border-bottom:1px dashed #dcdcdc;overflow:hidden;}
.vcard .item-key {float:left;color:#OOO; font-weight:bold;}
.vcard .vcard-item {margin-left:120px}
.vcard .v-heading {background:#F0F9FF;font-weight:700}
.vcard .v-heading span {font-weight:100;font-size:11px;color:#666}
.list_a li {background: url(../images/green.png) no-repeat;padding-left:20px; margin-bottom: 2px;}

/*Autosuggetion Styles */

#result {
	height:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	margin-bottom:10px;
	background-color:#FFFF99;
}
.suggestionsBox {
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 250px;
	padding:0px;
	background-color: #000;
	border-top: 3px solid #000;
	color: #fff;
	z-index:999;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom:1px dotted #666;
	cursor: pointer;
}
.suggestionList ul li:hover {
	background-color: #FC3;
	color:#000;
}
.suggestionList ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0;
	margin:0;
}

#suggest {
	position:relative;
}


.blink_text
{
    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
}

@-moz-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}