/* 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;
}

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;}

.lh25{line-height:25px}

.label {
	border-radius:3px;
	padding:2px 4px 2px 4px;
	background-color:#abbac3;
	color:#FFFFFF;
}

.green{background-color:#61C261;}
.red{background-color:#EC5D59;}
.orange{background-color:#D58300;}

#mainwrap{
	margin:auto;
	min-height:100%;
	margin:120px 0 0 0;
}

#logo{
	width:188px;
	margin:0 auto 30px auto;
	text-align:center;
}
#logo h3{
	margin:15px 0 0 0;
	padding:0;
}
.logotxt{
	color:#FFFFFF;
	font-size:24px;
	text-decoration:none;
	line-height:24px;
}

.inst{font-size:11px;}

#login-content{
	border-radius: 10px;
	background:#FFF;
	padding:10px 15px 10px 15px;
	margin:0 auto;
	width:400px;
}

/*header*/

#header{
	position:fixed;
	padding:0;
	top:0;
	right:0;
	left:0;
	margin:0;
	z-index:100000;
	height:119px;
	background:url(../images/header-bg.gif) repeat-x;
}

#head-cont-wrap{
	margin:7px 0 0 0;
	padding:0 20px 0 20px;
}

#header-left-wrap{
	float:left;
	width:35%;
	height:31px;
}

#header-left-wrap img{
	float:left;
	margin:-4px 15px 0 0;
}

#header-left-wrap .date{
	color:#FFF;
	font-size:11px;
	padding:15px 0 0 0;
}

#header-left-wrap .date i{
	width:14px;
	height:14px;
	line-height:14px;
	display:inline-block;
	padding:0 5px 0 0;
	vertical-align: text-top;
}

#header-right-wrap{
	float:right;
	height:42px;
	line-height:42px;
}

/* Icons */

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:DXImageTrans.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:DXImageTrans.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-slvr {
	background-color:#F6F6F6;
	border:1px solid #EEE;
	border-radius:3px;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	margin:0;
	padding:5px;
	height:15px;
	line-height:15px;
}

a:hover.icn-link-slvr {
	background-color:#DDD;
}

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_date{
	background:url(../images/glyphicons-white.png) no-repeat -48px -24px;
}

.icn_user{
	background:url(../images/glyphicons-white.png) no-repeat -168px 0px;
}

.icn_drag{
	background:url(../images/glyphicons-white.png) no-repeat -168px -72px;
}

.icn_msg{
	background:url(../images/glyphicons-white.png) no-repeat -72px 0px;
}

.icn_msgs{
	background:url(../images/glyphicons.png) no-repeat -72px 0px;
}

.icn_tele{
	background:url(../images/glyphicons.png) no-repeat -96px -168px;
}

.icn_res{
	background:url(../images/glyphicons.png) no-repeat -24px -24px;
}

.icn_post{
	background:url(../images/glyphicons.png) no-repeat -264px -24px;
}

.icn_markt{
	background:url(../images/glyphicons.png) no-repeat -432px -144px;
}

.icn_task{
	background:url(../images/glyphicons-white.png) no-repeat -384px -144px;
}

.icn_setting{
	background:url(../images/glyphicons-white.png) no-repeat -430px 0px;
}

.icn_refresh{
	background:url(../images/glyphicons-white.png) no-repeat -240px -24px;
}

.icn_add{
	background:url(../images/glyphicons-white.png) no-repeat -408px -96px;
}

.icn_import{
	background:url(../images/glyphicons-white.png) no-repeat -264px -24px;
}

.icn_back{
	background:url(../images/glyphicons-white.png) no-repeat -240px -96px;
}

.icn_add_b{
	background:url(../images/glyphicons.png) no-repeat -408px -97px;
}
.icn_view{
	background:url(../images/glyphicons.png) no-repeat -48px 0px;
}


.icn_edit{
	background:url(../images/glyphicons.png) no-repeat 0px -72px;
}

.icn_remove{
	background:url(../images/glyphicons.png) no-repeat -458px 0px;
}

.icn_reject{
	background:url(../images/glyphicons.png) no-repeat -216px -96px;
}

.icn_rec_active{
	background:url(../images/glyphicons-white.png) no-repeat -288px 0px;
}

.icn_rec_inactive{
	background:url(../images/glyphicons-white.png) no-repeat -310px 0px;
}

.icn_rec_inactive_b{
	background:url(../images/glyphicons.png) no-repeat -310px 0px;
}

.icn_views{
	background:url(../images/glyphicons-white.png) no-repeat -48px 0px;
}

.icn_rejected{
	background:url(../images/glyphicons.png) no-repeat -120px -144px;
}

.icn_ok{
	background:url(../images/glyphicons.png) no-repeat -288px 0px;
}

.icn_reasign{
	background:url(../images/glyphicons.png) no-repeat -96px -72px;
}

.icn_extend{
	background:url(../images/glyphicons.png) no-repeat -458px -72px;
}

.icn_reorder{
	background:url(../images/glyphicons.png) no-repeat -336px -120px;
}

.icn_close{
	background:url(../images/glyphicons.png) no-repeat -192px -96px;
}

.icn_close_w{
	background:url(../images/glyphicons-white.png) no-repeat -188px -96px;
}

.icn_pause{
	background:url(../images/glyphicons.png) no-repeat -288px -72px;
}

.icn_resume{
	background:url(../images/glyphicons.png) no-repeat -264px -72px;
}

.icn_logout{
	background:url(../images/glyphicons.png) no-repeat -384px 0px;
}

.icn_pass{
	background:url(../images/glyphicons.png) no-repeat -360px -144px;
}

.icn_profile{
	background:url(../images/glyphicons.png) no-repeat -168px 0px;
}

.icn_dashboard{
	background:url(../images/glyphicons.png) no-repeat 0px -168px;
}

.icn_orders{
	background:url(../images/glyphicons.png) no-repeat -360px -120px;
}

.icn_seekers{
	background:url(../images/glyphicons.png) no-repeat -168px 0px;
}

.icn_employers{
	background:url(../images/glyphicons.png) no-repeat -432px -144px;
}

.icn_w_assigns{
	background:url(../images/glyphicons.png) no-repeat -96px -72px;
}

.icn_c_assigns{
	background:url(../images/glyphicons.png) no-repeat -144px -72px;
}

.icn_inbox{
	background:url(../images/glyphicons.png) no-repeat -120px -24px;
}

.icn_outbox{
	background:url(../images/glyphicons.png) no-repeat -144px -24px;
}

a.note_icon { background: url(../images/note.png) no-repeat left top;display:inline-block; font-size:11px; line-height:16px; padding-left:20px; margin-right:5px; }
a.add_note { background: url(../images/glyphicons.png) no-repeat -408px -96px; display:inline-block; width: 16px; height:16px; }

/*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-trans: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-trans: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-trans:uppercase;
}

#bc_nav span.bc_link_home 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:25%;
	float:left;
}

#db_right-wrap{
	width:75%;
	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;
}

#box.stats {
	height:373px;
}

#box.stats a{
	text-decoration:none;
}

#box.stats a:hover{
	text-decoration:none;
}

.nos{
	padding:2px 4px 2px 4px;
	background:#75ABC5;
	color:#FFF;
	margin:0 0 0 10px;
	border-radius:3px;
}

.noreq{
	color:#ec5d59;
	height:250px;
	line-height:250px;
	text-align:center;
}

/*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;
}

/* Filter ( Search) */

#filter{
	height:25px;
	padding-bottom:15px;
	background:url(../images/sorting-bg.gif) repeat-x bottom;
}

#filter input[type="text"]{
	border:1px solid #B8D7F4;
	border-top:1px solid #89ACCC;
	padding:4px 3px;
	outline: none;
	border-radius: 3px;
}
 
#filter input[type=text]: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 a:hover{
	text-decoration:none;
}
.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 td.ca{
	text-align:center;
}
.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:DXImageTrans.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;
}

.table .norec {
	color:#FF0000;
	text-align:center;
}

/* Pagination */

#pagination_wrap{
	float:right;
}

.pagination_label{
	height:20px;
	line-height:20px;
	margin-right:15px;
	float:right;
}

.pagination{
	padding: 0;
	float:right;
}

.pagination ul{
	margin: 0;
	padding: 5px 0 0 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:DXImageTrans.Microsoft.gradient(startColorstr='#FCF8F8', endColorstr='#CCC');
	height:30px;
	line-height:30px;
	color:#666;
	width:100%;
	margin:30px 0 0 0;
	font-size:11px;
}

#footer_cont_wrap{
	padding:0 20px;
}

#footer_cont_wrap p{
	padding:0;
	margin:0;
}

#footer_cont_wrap p.rights{
	text-align:center;
}

/* 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;
}

a.newMsg {
	opacity:0.5;
	background-color:#F8B24F;
	border-radius:3px;
	display:;
	color:#FFF;
	text-decoration:none;
	padding:5px 8px 5px 5px;
	height:15px;
	line-height:15px;
	position:fixed;
	top:130px;
	right:20px;
}

a:hover.newMsg {
	opacity:0.99;
	background-color:#F89406;
}

a.backPost {
	opacity:0.5;
	background-color:#F8B24F;
	border-radius:3px;
	display:;
	color:#FFF;
	text-decoration:none;
	padding:5px 8px 5px 5px;
	height:15px;
	line-height:15px;
	position:fixed;
	top:130px;
	right:20px;
}

a:hover.backPost {
	opacity:0.99;
	background-color:#F89406;
}

/* 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; 
}

/* s styles */

#_wrapper {
	padding:15px 15px 5px 15px;
	border:1px solid #EEEEEE;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px 1px #F7F7F7;
	-webkit-box-shadow: 0 0 1px 1px #F7F7F7;
	box-shadow: 0 0 1px 1px #F7F7F7;
	overflow:hidden;
}

#_group_wrapper{
	margin:0 20px 0 0;
	float:left;
}

._group_heading{
	padding:0 0 5px 0;
	margin:0 0 0 0;
	font-size:14px;
	color:#666;
	font-weight:bold;
	border-bottom: 2px solid #EEEEEE;
}
#_group{
	margin:0 10px 0 0;
	float:left;
	padding:0;
}

#_group_container p{
	margin:9px 0;
	padding:0;
}

input, button, textarea, select{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
}

/* Form */

form label,
form span{
	cursor:pointer;
}

form label.txt,
form span.txt{
	cursor:text;
}

label.error{
	font-size:11px;
	border-radius: 3px;
	padding:4px 6px;
	color:#F3736F;
	margin:0 5px;
}

span.error{
	color:#F3736F;
}

form input[type="text"],
form input[type="password"]{
	border:1px solid #B8D7F4;
	border-top:1px solid #89ACCC;
	padding:4px 3px;
	outline: none;
	border-radius: 3px;
}

form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus {
  border: 1px solid rgba(132, 187, 243, 1);
  box-shadow:0 0 3px #9ecaed;
}

form textarea{
	border:1px solid #B8D7F4;
	border-top:1px solid #89ACCC;
	padding:4px 3px;
	outline: none;
	border-radius: 3px;
	resize:none;
	min-height:75px;
	min-width:200px;
}

#form_wrapper {
	padding:15px 15px 5px 15px;
	border:1px solid #EEEEEE;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px 1px #F7F7F7;
	-webkit-box-shadow: 0 0 1px 1px #F7F7F7;
	box-shadow: 0 0 1px 1px #F7F7F7;
	overflow:hidden;
}

#form_wrapper_tab {
	padding:15px;
	border:1px solid #EEEEEE;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px 1px #F7F7F7;
	-webkit-box-shadow: 0 0 1px 1px #F7F7F7;
	box-shadow: 0 0 1px 1px #F7F7F7;
}

#form_group_wrapper{
	margin:0 20px 0 0;
	float:left;
	width:100%;
}

#form_group_wrapper .forms{
	float:left;
/*	width:50%;*/
}
.submit-from{
	margin-left:150px;
}
.form_group_heading{
	padding:0 0 5px 0;
	margin:0 0 0 0;
	font-size:14px;
	color:#666;
	font-weight:bold;
	border-bottom: 2px solid #EEEEEE;
}

.form_group_head{
	padding:0 0 5px 0;
	margin:0 0 0 0;
	font-size:14px;
	color:#666;
	font-weight:bold;
}

#form_group{
	margin:10px 0 0 0;
	float:left;
	padding:0;
}

#form_group img{
	margin-top:7px;
}

#form_group p{
	margin:0;
	padding:0;
}

#form_group1{
margin-top:5px;
}

#form_group p label{
	line-height:25px;
	display:block;
	width:150px;
}

#form_group1 label{
	line-height:25px;
	display:block;
}

.button-bands {
	border: 1px solid #1B4479; 
	background: #2D62A6;  
	color: #fff;
	font-size: 11px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor:pointer;
	text-transform:uppercase;
	height:25px;
	padding:3px 8px;
	margin:0 5px 0 -7px;
	-moz-box-shadow:inset 0px 1px 0px 0px #5C90D3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #5C90D3;
	box-shadow:inset 0px 1px 0px 0px #5C90D3;
}

.button-bands::-moz-focus-inner { border: 0; padding: 0; margin:0; }

.button-bands:hover{
	color:#FFF; 
	background: #4889CB; 
	border: 1px solid #3677BA; 
	padding:3px 8px ;  
}

.button-band {
	border: 1px solid #1B4479; 
	background: #2D62A6;  
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
	cursor:pointer;
	text-transform:uppercase;
	height:25px;
	padding:3px 8px;
	margin:0 0 0 5px;
	-moz-box-shadow:inset 0px 1px 0px 0px #5C90D3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #5C90D3;
	box-shadow:inset 0px 1px 0px 0px #5C90D3;
}

.button-band::-moz-focus-inner { border: 0; padding: 0; margin:0; }

.button-band:hover{
	color:#FFF; 
	background: #4889CB; 
	border: 1px solid #3677BA; 
	padding:3px 8px ;  
}

/*select boxes*/

select{
	border:1px solid #B8D7F4;
	border-top:1px solid #89ACCC;
	padding:3px;
	outline: none;
	border-radius: 3px;
    cursor:pointer;
	margin:0;
}


select:focus {
  border: 1px solid rgba(132, 187, 243, 1);
  box-shadow:0 0 2px #9ecaed;
}

#login-content input[type="text"],
#login-content input[type="password"]{
	width:392px;
	padding:6px 3px;
	height:17px;
	outline: none;
	border-radius: 3px;
}

/* Notifications */

#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;
}

/* Buttons */
.button::-moz-focus-inner { border: 0; padding: 0; margin:0; }

.button {
	border: 1px solid #1B4479; 
	background: #2D62A6;  
	color: #fff;
	font-size: 11px; 
	border-radius:3px;
	text-transform:uppercase;
	cursor:pointer;
	height:25px;
	padding:3px 8px ; 
	-moz-box-shadow:inset 0px 1px 0px 0px #5C90D3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #5C90D3;
	box-shadow:inset 0px 1px 0px 0px #5C90D3;
}

.button:hover { 
	color:#FFF; 
	background: #4889CB; 
	border: 1px solid #3677BA; 
	padding:3px 8px ;  
}


.button:active {
	top:1px;
	text-decoration:none;
	position:relative;
}

.button-bands {
	border: 1px solid #1B4479; 
	background: #2D62A6;  
	color: #fff;
	font-size: 11px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor:pointer;
	text-trans:uppercase;
	height:25px;
	padding:3px 8px;
	margin:0 5px 0 -7px;
	-moz-box-shadow:inset 0px 1px 0px 0px #5C90D3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #5C90D3;
	box-shadow:inset 0px 1px 0px 0px #5C90D3;
}

.button-bands::-moz-focus-inner { border: 0; padding: 0; margin:0; }

.button-bands:hover{
	color:#FFF; 
	background: #4889CB; 
	border: 1px solid #3677BA; 
	padding:3px 8px ;  
}

/* iCheck plugin Flat skin, grey
----------------------------------- */
.icheckbox_flat-grey,
.iradio_flat-grey {
    display: block;
    margin: 0 6px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url(../images/chk-blue.png) no-repeat;
    border: none;
    cursor: pointer;
	float:left;
}

.icheckbox_flat-grey {
    background-position: 0 0;
}
.icheckbox_flat-grey.checked {
	background-position: -17px 0;
}
.icheckbox_flat-grey.disabled {
	background-position: -34px 0;
	cursor: default;
}
.icheckbox_flat-grey.checked.disabled {
	background-position: -51px 0;
}
.iradio_flat-grey {
    background-position: -68px 0;
}
.iradio_flat-grey.checked {
	background-position: -85px 0;
}
.iradio_flat-grey.disabled {
	background-position: -102px 0;
	cursor: default;
}
.iradio_flat-grey.checked.disabled {
	background-position: -119px 0;
}

/* Tolltip */
.tipsy-c { padding: 5px; font-size: 11px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
#gravity { width: 100%; margin: 5px 0; border-spacing: 5px; }
#gravity td { text-align: center; vertical-align: middle; padding: 5px 0; background-color: #d0d0d0; width: 33%; }
#gravity a:hover { color: #505050; background: none; }

/* Color Box */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:1000001; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{font-size:14px; font-weight:bold; color:#666 !important; border-bottom:1px dashed #E7E7E7; width:100%; padding-bottom:5px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxClose{cursor:pointer;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#fff;}
#colorbox{outline:0; background:#fff; border-radius:3px; border:1px solid #CCC; -webkit-box-shadow: 1px 1px 5px 0px #B4B4B4;
box-shadow: 1px 1px 5px 0px #B4B4B4; }
#cboxContent{margin:32px 10px 10px 10px; overflow:visible;}
#cboxError{padding:50px; border:1px solid #ccc; background:#FFF;}
#cboxLoadedContent{background:#FFF; margin-top:5px;}
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#FFF;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-25px; background:url(../images/controls.png) no-repeat 0 0;}
#cboxClose:active {outline:0;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.nodata{width:100%;height:250px;text-align:center;vertical-align:middle;line-height:250px;}

/* View Details */
.vcard > ul {list-style:none;margin:0 10px 10px 0;overflow:hidden; padding:0;}
.vcard > ul > li {padding:8px 8px 8px 3px;border-bottom:1px dashed #dcdcdc;overflow:hidden}
.vcard > ul > li > span{width: 150px;}
.vcard > ul > li > .coiclass{width: 250px;}
.vcard > ul > li > .coiclass1{width: 200px;}
.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}
.vcard .v-heading label {color:#FF3300;}

.vcard .vcard-note {font-weight:bold;font-size:11px;color:#666; margin-top:2px;}
.vcard .vcard-note-cont {font-weight:100;font-size:11px;color:#666;}

/* Rupee Symbol */
@font-face {
	font-family: 'rupee';
	src: url('../fonts/rupee.eot');
	src: local('rupee'),
		url('../fonts/rupee.ttf') format('truetype'),
		url('../fonts/rupee.woff') format('woff'),
		url('../fonts/rupeer.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.rupee{font-family: 'rupee';}

/*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 5px 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 15px 0 0;
}

#msgs-n-req li:hover div.req_action{
	display: block;
}

#msgs-n-req li div.msg_action{
	display: none;
	float:right;
	margin:5px 10px 0px 0px;
}

#msgs-n-req li:hover div.msg_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-stmp{
	font-size:11px;
	color:#999;
	font-weight:normal;
	margin-left:10px;
}

/* sample link */
a.button-link {
	color: #555;
	padding:5px;
	border:1px solid;
	border-radius:3px;
	display:inline-block;
	height:14px;
	line-height:14px;
	border-color: #CCC #CCC #AAA;
	background-color: #E0E0E0;
	background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
	background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
	background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
	background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
	background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
	text-decoration:none;
}

a:hover.button-link {
	color: #3f3f3f;
	background: rgb(232,232,232);
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
	text-decoration:none;
	border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
	-webkit-box-shadow:  0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
}
/*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;
	padding:0px;
	background-color: #000;
	border-top: 3px solid #000;
	color: #fff;
}
.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;
}

div.divid{
	border-top: solid 1px #E5E5E5;
	margin-top:3px;
	margin-bottom:3px;
}

/*gallery*/
 
.gall{
	width:160px !important;
	height:150px;
	float:left;
	margin:0 10px 10px 0;
}

 
.gall a img{
	max-width:160px;
	max-height:150px;
}

.gall .gctrls{
	width:140px;
	padding:10px;
	display:none;
	color:#FFF;
	background-color: rgba(0,0,0,0.80);
	position:absolute;
	margin-top:115px;
}

.gall .gctrls a, .gall .gctrls a:hover{
	color:#FFF;
	text-decoration:none;
}

.gall:hover .gctrls{
	width:140px;
	padding:10px;
	display:block;
	color:#FFF;
	background-color: rgba(0,0,0,0.80);
	position:absolute;
	margin-top:115px;
}


.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;
}