@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------
[Layout Stylesheet of all Admin pages]
Project:	Admin console
Version:	1.0
Author: Interberry Solutions
----------------------------------------------------------------------------------------------------------*/
/*------------------------------GLOBAL RESET--------------------------------------------------------------*/
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	height:350px;
}
/*h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}*/
/*------------------------------COMMON CSS CLASSES------------------------------------------------------*/
html, body {
/*height: 101%;*/
}
body {
	background:url(../img/bg.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	color:#333;
}
a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#444444;
	text-decoration:underline;
}
a img {
	border:none;
}
.noborder {
	border:none !important;
}
.nobg {
	background:none !important;
}
.nopleft {
	padding-left:0px!important;
}
.nomarginleft {
	margin-left:0px!important;
}
.nomargin {
	margin: 0px 0px 0px 0px !important;
}
.nopadding {
	padding: 0px 0px 0px 0px !important;
}
.nomarginpadding {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
}
.imgfleft {
	float:left;
	margin:0px 10px 10px 0px;
}
.imgfright {
	float:right;
	margin:0px 0px 10px 10px;
}
.inblock {
	display:inline-block;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.jusify {
	text-align:justify;
}
.block .message, .mainBox, .curveEdges {
/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 4px;*/
}
/*-------------------------------GLOBAL LAYOUT-------------------------------------------------------*/
.pageWrapper {
	margin:0 auto !important;
	width:1000px;/*width:1000px;*/
	overflow:hidden;
}
.pageHeader {
	background:#fff url(../img/header_design.png) no-repeat top left;
	height:155px;
	margin:0 auto !important;
	width:100%;
	padding:0;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
.contentWrapper {
	margin:0 auto !important;
	width:980px;
	overflow:hidden;
	padding:10px;
	clear:both;
	background:#FFF;
	min-height:400px;
}
.pageFooter {
	margin:0 auto !important;
	width:980px;
	height:155px;
	padding:0 10px;
	overflow:hidden;
	color:#FFF;
	background:url(../img/footerbg.png) no-repeat;
	padding:10px;
	text-align:center;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
/*-------------------------------COMMON SITE HEADER---------------------------------------------------*/
.logo {
	float:left;
	width:600px;
	height:115px;
	padding:0 0 0 20px;
}
.logo span {
	height:100px;
	width:170px;
	float:left;
	padding:11px 0 0 0;
}
.logo .viewWebsite {
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	margin:1px 0 0 10px;
	padding:5px;
	/*background:#74bcca;*/
	border:1px solid #FFFFFF;
	margin:40px 0 0 0;
}
.logo .viewWebsite:hover {
	color:#000;
	text-decoration:none;
	background:#FFF;
}
.loginInfos {
	float:right;
	font-size:12px;
	color:#000;
	margin:45px 10px 0 0;
}
.loginInfos p {
	display:block;
	padding:2px;
	text-align:right;
}
.loginInfos a {
	color:#000;
	text-decoration:none;
}
.loginInfos a:hover {
	color:#E8933A;
	text-decoration:none;
}
/*---------------------------Site Navigation & Dropdown menu--------------------------------------*/
.siteNav {
	width:1000px;
	float:left;
	background:url(../img/menubg.png) repeat !important;
}
/*.siteNav ul{padding:0;margin:0;}
.siteNav li {
float: left;
height:38px;
padding:0 0px 0 0px;
margin:0;
border-left:1px solid #1f8ed8;*/
/*border-right:1px solid #39C;*/
/*list-style:none;
position: relative;*/ /*--Declare X and Y axis base--*/
/*background:url(../img/panel/bg_menudivider.gif) no-repeat top right;*/
}/*---------------------------Site Navigation & Dropdown menu--------------------------------------*/
.siteNav li a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	/*text-transform:uppercase;*/
display:inline-block;
	padding:12px 20px 11px 20px;
	text-shadow: 1px 1px 1px #333;
}
.siteNav li.selected a, .siteNav ul li a:hover {
	color:#FFF;
	text-decoration:none;
	padding:12px 20px 11px 20px;
	background:url(../img/menubg-over.png) repeat-x top left;
}
/* Bread Crumb */
.subNav {
	background:#00495f;
	height:20px;
	padding:10px 10px 5px 10px;
	font-size:12px;
	color:#FFF;
}
.subNav a {
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 8px;
	display:inline-block;
}
.subNav a:hover {
	color:#74bcca;
	text-decoration:underline;
}
.subNav .active {
	color:#53e3ff;
	text-decoration:none;
}
/*---------------------------Content Boxs-------------------------------------*/
.mainBox {
	/*-webkit-box-shadow: 1px 1px 1px #a6a6a6;
-moz-box-shadow: 1px 1px 1px #a6a6a6;
box-shadow: 1px 1px1px #a6a6a6; */
margin:10px 5px;
	width:98.8%;
	overflow:hidden;
}
/*---------------------------Content Boxs Colors-------------------------------------*/
.mainBoxborder {
	border:2px solid #fff;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	background-color:rgba(215,227,251,.1); 
}
.subBoxborder {
	border:2px solid #fff;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
		background-color:rgba(215,227,251,.1); 
}
.mainBoxborder h1 {
	font-size:19px;
	color:#FFF;
	text-shadow: 1px 1px 1px #666;
}
.subBoxborder h1 {
	font-size:18px;
	color:#fff;
	text-shadow:1px 1px #666;
}
/*---------------------------Dashboard Quick Shortcut Boxes-------------------------*/
.quickShortcut {
	width:31%;
	overflow:hidden;
}

.quickShortcut a {
	border:1px solid #B5D4F9;
	background:#DBECFD;
	padding:3px;
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#000;
}
.quickShortcut a span {
	display:block;
	background:#f8f8f8;
	text-align:center;
	padding:5px 0;
}
.quickShortcut b {
	font-weight:normal;
	display:block;
	background:#f8f8f8;
	text-align:center;
	padding:3px 3px;
	height:28px;
}
.quickShortcut a:hover {
	border:1px solid #5C8CCB;
	background:#5C8CCB;
	text-decoration:none;
	color:#5C8CCB;
}
.quickShortcut a:hover span, .quickShortcut a:hover b {
	background:#FFF;
}
/* -------------------------------Content Block CSS----------------------------*/
.block {
	clear:both;
}
.block_head {
	background:#5c8ccb !important;
	padding:6px 10px;
	height:20px;
	line-height:18px;
	overflow:hidden;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
/* header tabs */
.block .block_head ul {
	float:right;
	font-size:12px;
	font-weight:bold;
	text-shadow:1px 1px 0 #000;
	text-transform:uppercase;
	padding:10px 0 0 0;
	margin:0;
	line-height:35px;
}
.block .block_head ul li {
	display:inline;
	padding:3px 0 3px 10px;
}
.block .block_head ul li a {
	color:#FFF;
	outline:medium none;
	text-decoration:none;
	background:#777;
	display:inline-block;
	padding:0 10px;
}
.block .block_head ul li.active a {
	color:#888888;
	background:#FFF;
	text-shadow:1px 1px 0 #CCC;
}
.block .block_head ul li a:hover {
	background:#FFF;
	color:#777;
}
.block .block_content {
	overflow:hidden;
	padding:15px;
}
.block .block_content h1, .block .block_content h2 {
	color:#454545;
	font-family:"Titillium999", "Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}
/*------------------------------Common Table CSS ---------------------------*/
.block table {
	width:100%;
	border:0;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #81CDE8;
}
.block table th {
	background:#c4dbf4;
	color:#0469C6 !important;
	/*border-bottom:2px solid #cfebe9;*/
 font-weight:bold;
	text-decoration:none;
	line-height:18px;
	text-align:left;
	padding:5px 5px 3px 10px;
	min-width: 94px;
}
th a {
	font-size:12px !important;
	font-weight:bold;
	color:#0469C6 ;
	display: block;
	text-decoration: none;
}
th a:hover {
	color:#000;
	text-decoration:underline;
}
th.actions {
	text-align: center !important;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 2px;
}
.block table td {
	/*border-bottom:1px solid #e1e1e1;*/
	padding:7px 10px 7px 10px;
}
table tr.altrow td {
	background: #FFF;
}
.block .tableactions {
	float:left;
	overflow:hidden;
	padding:10px 0;
}
.block .tableactions select {
	margin-right:5px;
	outline:medium none;
	vertical-align:middle;
	width:100px;
}
/*---------------------------------Pagination CSS ---------------------------*/
.block .pagination {
	border-top:1px solid #EEEEEE;
	font-size:10px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px;
}
.block .pagination.right {
	border:0 none;
	float:right;
	overflow:hidden;
	padding-top:1px;
	text-align:right;
	width:500px;
}
.block .pagination a {
	-moz-border-radius:3px 3px 3px 3px;
	border:1px solid #CCCCCC;
	margin:0 1px;
	padding:3px 6px;
}
.block .pagination a.active {
	background:none repeat scroll 0 0 #1a6377;
	border:1px solid #CCC;
	color:#FFFFFF;
}
.block .pagination a:hover {
	background:none repeat scroll 0 0 #a4b6b5;
	border:1px solid #CCC;
	color:#000;
}
.block hr {
	background:none no-repeat scroll 0 0 transparent;
	border-color:-moz-use-text-color -moz-use-text-color #DDDDDD;
	border-style:none none solid;
	border-width:0 0 1px;
	height:1px;
	margin-bottom:15px;
}
/*------------------------MESSGAES --------------------*/
/* Notices and Errors */
div.message {
	clear: both;
	text-align:center;
	/*	color: #900;*/
/*	-moz-border-radius:3px 3px 3px 3px;*/
	font-weight:bold;
	font-size:12px !important;
	margin:0px 0 0px;
	overflow:hidden;
	/*padding:0px 15px;*/
	/*padding:10px 15px 10px 40px;*/
/*	border:1px solid #E5E181;*/
 color:#FF0000;/*background:#FEFDE2;*//*background:url("../img/panel/warning.gif") no-repeat scroll 12px 12px #FEFDE2;*/
}
div.error-message {
	color:#ff0000;/*background:url("../img/panel/warning.gif") no-repeat scroll 12px 12px #FEFDE2;*/
}
div.message .close {
	background:url("../img/panel/close.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:right;
	height:16px;
	margin-top:2px;
	opacity:0.7;
	width:16px;
}
div.message .close.hover {
	opacity:1;
}
/*------------------------Login Section --------------------*/
body#login {
	color: #fff;
background:(../img/background.png) repeat;
}
#login-wrapper {
	width:750px;
	margin:160px auto 0 auto;
	/*background: #ebebc4;*/
background : #fff;
	/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
-khtml-border-radius: 4px;
overflow:hidden;*/
border-top:7px solid #00b1d7;
	border-bottom:7px solid #00b1d7;
	height:270px;
	-webkit-border-radius: 180px 0px 0px 180px;
	border-radius: 180px 0px 0px 180px;
}
#login-wrapper #login-top {
	width: 750px;
	padding: 10px 0 5px 0;
	text-align: center;
}
#login-wrapper #login-top h1 {
	font-size:20px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif/*text-shadow: 1px 1px 1px #000;*/
}
#login-wrapper #login-content {
	width: 750px;
	margin: 0 auto;
	padding-left:40px;
	border:1px solid #FFFFFFF;
}
#login-wrapper #login-content label {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width: 70px;
	padding:6px 0 0 0;
}
#login-wrapper #login-content input {
	width: 200px;
	font-size:12px;
	font-weight:bold;
	float: right;
	margin: 0 0 9px 0;
	border: 0;
}
#login-wrapper #login-content p {
	padding: 0;
}
#login-wrapper #login-content a {
	color:#c32200;
}
.details_outter {
	width:700px;
	overflow:hidden;
}
.details_outter .details {
	width:45.2%;
	float:left;
	padding:5px;
	margin:0 10px;
	overflow:hidden;
	border-bottom:1px solid #CCC;
}
.details_outter .details span {
	display:inline-block;
	width:48%;
	float:left;
}
.details_outter .details span strong {
	color:#4e918d;
}
.details_outter h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #009999;
	padding:5px 0;
	margin:5px 0;
	line-height:30px;
	float:none;
	clear:both;
	overflow:hidden;
}
.details_outter img {
	border:1px solid #bfc0c4;
	padding:5px;
	background:#FFF;
	margin:10px 10px;
	max-width:250px;
	max-height:250px;
	display:inline-block;
}
*html .details_outter img {
width: expression( document.body.clientWidth > 250 ? "250px" : "auto" ); /* sets max-width for IE */
height: expression( this.scrollHeight > 250 ? "250px" : "auto" ); /* sets max-height for IE */
}
.searchtable {
	background:#cfebe9 !important;
	padding:10px;
	width:98%;
	margin-bottom:10px;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 4px;
}
.searchtable select {
	width:300px;
	padding:4px;
}
ul.downloads li {
	padding:4px 0;
}
/*------------------------------new added css-----------------------------*/
#wrapper-outer {
	width:1000px;
	height:auto;
	margin:20px auto 20px auto;
	/*-webkit-box-shadow:  0px 0px 4px 3px rgba(1, 1, 1, 1);
	box-shadow:  0px 0px 4px 3px rgba(1, 1, 1, 1);*/
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.powered {
	height:auto;
	color:#88ACF0;
	width:750px;
	margin:30px auto 0 auto;
	height:70px;
	background:url(../img/powered.png) no-repeat center bottom;
}
.ra_box {
	float:left;
	padding-bottom:10px;
	width:420px;
	height:auto;
	margin-top:10px
}
.ra_width {
	width:400px
}
.ra_width label {
	width:145px;
	padding-top:4px
}
.ra_width select {
	width:245px
}
.ra_width input[type="text"] {
	width:110px;
	height:20px;
	padding:0px
}
.ra_submit {
	width:230px;
	margin-left:156px;
	margin-top:10px
}
.ra_bed-box {
	float:right;
	width:500px;
	margin-top:16px
}
.bed-detail {
	float:left;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444
}
/*------------------------------profile page start here-----------------------------*/

.profile {
	width: 920px;
	height: auto;
	margin: 0 auto;
	background:#fff;
	padding:20px;
	-moz-box-shadow: 0 0 10px #a3aaaa;
	-webkit-box-shadow: 0 0 10px #a3aaaa;
	box-shadow: 0 0 10px #a3aaaa;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.profHead {
	height:40px;
	background:url(../img/headbg.jpg) repeat-x;
	-webkit-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
}
.paddingNone {
	padding-top:0px !important;
}
.profMain {
	width:960px;
	height:auto;
	margin:0 auto;
	margin-top:25px !important;
	margin-bottom:25px !important;
	color:#6c6c6c;
}
.user {
	width:400px;
	height:auto;
	color:#e4ff00;
	font-size:19px;
	font-weight:bold;
	margin-left:20px;
	padding-top:8px;
}
.edit {
	width:auto;
	height:auto;
	background:url(../img/edit.png) no-repeat left;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-top:12px;
	padding-left:23px;
	margin-right:20px;
}
.edit a {
	color:#fff;
	text-decoration:none;
}
.edit a:hover {
	color:#e4ff00;
	text-decoration:none;
}
.leftbar {
	width:580px;
	height:auto;
}
.rightbar {
	width:450px;
	height:auto;
}
.profilepic {
	width:233px;
	height:186px;
	padding:10px;
	margin:0 auto;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin-bottom:20px !important;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.subhead {
	width:auto;
	height:27px;
	background:url(../img/subhead.jpg) repeat-x;
	-webkit-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	font-size:14px;
	font-weight:bold;
	padding-top:8px;
	padding-left:20px;
	color:#3d9cd5;
	text-shadow:-1px -1px #fff;
}
.addarea {
	height:auto;
	border-left:1px #d0d0d0 solid;
	border-right:1px #d0d0d0 solid;
	border-bottom:1px #d0d0d0 solid;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	padding:20px;
	background:#fbfbfb;
	-webkit-box-shadow: 0 8px 6px -6px #d0d0d0;
	-moz-box-shadow: 0 8px 6px -6px #d0d0d0;
	box-shadow: 0 8px 6px -6px #d0d0d0;
}
.addMain {
	margin-bottom:20px;
}
.Main {
	margin-top:20px;
}
/*------------------------------profile page end here-----------------------------*/

.staff-report label {
	width:150px;
	padding-top:5px
}
.staff-report select {
	width:350px;
	font-size:12px !important;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	padding:3px
}
.staff-report option {
	font-size:12px !important;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	padding:2px
}
.date_report {
	width:100%;
	float:left;
	padding:0;
	height:auto;
}
.date_report label {
	width:150px;
	padding-top:5px
}
.date_report input[type="text"] {
	width:334px
}
.date_report input[type="submit"] {
	margin-left:280px !important
}
.date_report-outer {
	border:1px solid #ccc;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:20px 5px;
	margin-top:20px
}
.date_report-table {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top:20px;
	width:923px;
	margin:10px auto;
}
.report-tr {
	height:30px;
	background:#C5E3FA
}
.report {
	height:30px;
	border:1px solid #A7C8E9;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	text-align:left;
	padding-left:10px
}
.hours {
	text-align:right;
	padding-right:15px;
	background:#EFF3F8
}
.batch {
	list-style:none;
}
.no-border {
	border:none !important;
	padding:0 !important
}
.button {
	width:84px;
	height: 23px;
	background: url(../img/add.png) no-repeat;
	display: block;
	cursor: pointer;
}
.button:hover {
	background-position: 0 bottom;
	border:none !important;
}
.footerLink {
	color:#bbd5ef;
	text-align:center;
}
.footerLink a {
	color:#bbd5ef;
	font-size:12px;
	text-decoration:none;
	padding:0 8px 0 8px;

}
.footerLink a:hover {
	color:#deeefe;
	text-decoration:underline;
}
.ftArea {
	width:400px;
	float:left;
	margin-top:50px;
	text-align:center;
	padding:0 20px;
}
.report {
	width:300px;
	height:auto;
	float:left;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:4px 10px;
	border:1px #2ca1eb solid;
	margin-top:25px !important;
	color:#1e6695;
	-webkit-box-shadow: 0 8px 6px -6px #333333;
	-moz-box-shadow: 0 8px 6px -6px #333333;
	box-shadow: 0 8px 6px -6px #333333;
	background:url(../img/reportbg.jpg) repeat-x;

}
.report h1 {
	font-size:14px;
	font-weight:bold;
	color:#1e6695;
	text-align:center;
}
.sbmt {
	color:#fff;
	text-decoration:none !important;
}
.sbmt a {
	color:#fff;
	text-decoration:none !important;
}
.sbmt a:hover {
	color:#fff !important;
	text-decoration:none;
}
/*---------------------new css added by deepu for editing forms---------------*/
.wrap {
	width:48.2%;
	height:47px;
	float:left;
	padding:0 !important
}
.xtra-wid {
	width:100% !important
}
.small-wid {
	width:40% !important
}
.wrap label {
	width:150px;
	padding-left:7px;
	font-size:12px !important
}
form div.required label {
	background: url(../img/panel/icn_star.gif) no-repeat left 3px transparent;
	padding-left: 7px !important;
	color:#444 !important;
	
}
select {
    border: 1px solid #C1C6C8;
    border-radius: 2px 2px 2px 2px;
    clear: both;
    color: #666666;
    font-size: 12px !important;
    padding: 3px !important;
    vertical-align: text-bottom;
					box-shadow:none !important;
					width:393px
}
.wrap input {
	width:50% !important
}
.wrap input[type="text"] {
	background:#FEFEFE;
	border: 1px solid #BBBBBB;
	color: #999;
	float: left;
	font-size: 12px;
	font-style: normal;
	outline: medium none;
	padding: 5px;
	vertical-align: middle;
}
.wrap input[type="checkbox"] {
	width:12px !important;
	margin-left:15px;
	margin-top:7px;
}
.chkbox {
	width:auto !important
}
.wrap div.required select {
	border: 1px solid #C1C6C8;
	border-radius:0 !important;
	box-shadow: none !important;
	clear: both;
	color: #666666;
	font-size: 12px !important;
	padding: 3px;
	vertical-align: text-bottom;
	height:26px;
	width:229px;
	font-family:Arial, Helvetica, sans-serif;
}
.wrap select {
	border: 1px solid #C1C6C8;
	border-radius:0 !important;
	box-shadow: none !important;
	clear: both;
	color: #666666;
	font-size: 12px !important;
	padding: 3px;
	vertical-align: text-bottom;
	height:26px;
	width:229px;
	font-family:Arial, Helvetica, sans-serif;
}
.time select {
	width:100px;
}
.big select, .big div.required select {
	width:473px;
}
.wrap div.required input[type="password"] {
	background:#FEFEFE;
	border: 1px solid #BBBBBB;
	color: #999;
	float: left;
	font-size: 12px;
	font-style: normal;
	outline: medium none;
	padding:5px;
	vertical-align: middle;
}
.wrap div.required option {
	font-size:12px !important
}
.wrap textarea {
	background:#FEFEFE;
	border: 1px solid #BBBBBB;
	color: #999;
	float: left;
	font-size:12px;
	font-style: normal;
	height: 100px;
	outline: medium none;
	padding: 7px;
	width: 70%;
	margin-left:8px;
	margin-top:6px;
	font-family:Arial, Helvetica, sans-serif;
}
.form-head {
	width:100%;
	background:#D8EDFA;
	color:#3D6DB5;
	font-weight:bold;
}
.wrap div.checkbox label {
	display: block;
	float: left !important;
	font-size:12px;
	padding-left: 10px;
	width: 133px;
}
.upload_msg {
	width:93.5%;
	height:auto;
	padding:10px;
	float:left;
	border:1px solid #B5D4F9;
	background:#E3EDFA;
	margin:0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px !important;
	text-align:left;
	-webkit-border-radius: 10px;
	border-radius:10px;
 box-shadow: 0 -1px 0 #D7E1ED inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.news_box_outer {
	border: 1px solid #C9DDF2;
	border-radius: 10px 10px 10px 10px;
	float: left;
	height: auto;
	margin: 10px 0px 0;
	width: 99.8%;
}
.extra-wid2 {
	width: 98.5% !important;
}
.news_box_top {
	float: left;
	height: auto;
	margin: 10px 10px 0;
	width: 97%;
}
.left-pad {
	padding-left: 50px !important;
}
.news-text {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 6px;
	text-align: justify;
}
.wid{ width:460px; font-size:11px !important; font-weight:normal !important; float:left; margin-left:50px}
.color {
	color: #5C8CCB  !important;
	font-weight:normal !important;
}
.color a {
	color: #5C8CCB  !important;
	font-weight:normal !important;
}
.color a:hover {
	color: #AB2169 !important;
	font-weight:normal !important;
	text-decoration:none;
}
.mar-right {
	margin-right: 10px;
}
.posted {
	float: left;
	margin-right: 8px;
	margin-top: 3px;
}
.post_comment {
	background:#C9D9F5;
	border-radius: 4px 4px 4px 4px;
	color: #6666CC !important;
	float: right;
	margin-right: 10px;
	padding: 2px 5px;
	text-align: center;
	width: auto;
}
.post_comment a {
	color: #6666CC !important;
	text-decoration: none !important;
}
.post_comment a:hover {
	color: #4753DC !important;
	text-decoration: none !important;
}
.post_comment:hover {
	background:#cddef5;
	border-radius: 4px 4px 4px 4px;
	color: #000;
	float: right;
	margin-right: 10px;
	padding: 2px 5px;
	text-align: center;
	width: auto;
	text-decoration: none !important;
}
.replay, .comment-reply-link, .comment-download-link {
	background:#dceafc;
	border-radius: 4px 4px 4px 4px;
	color: #5C8CCB !important;
	float: right;
	margin-right: 10px;
	padding: 2px 5px;
	text-align: center;
	width: auto;
}
.news_box {
	background: #ebf2fc;
	border-radius: 0 0 6px 6px;
	float: left;
	height: auto;
	margin-bottom: 3px;
	margin-left: 40px;
	padding: 5px 13px;
	width: 92.4%;
}
.staffDiaries {
	clear: both;
	padding: 10px;
	margin-bottom:25px;
	width:96.7%;
 background: linear-gradient(#FCFDFE, #F4F8FC) repeat scroll 0 0 #FCFDFE;
 border: 1px solid #C9DDF2;
 border-radius: 5px 5px 5px 5px;
 box-shadow: 0 -2px 0 rgba(204, 223, 243, 0.3) inset, 0 0 1px rgba(0, 0, 0, 0.1);
 display: block;
 margin-bottom: 10px;
}
.subhead-in {
	background: none repeat scroll 0 0 #D6EAF6;
	color: #1C5E93;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: auto;
}
.addarea-in {
	background: none repeat scroll 0 0 #FBFBFB;
	border-bottom: 1px solid #D6EAF6;
	/*	border-left: 1px solid #D6EAF6;
	border-right: 1px solid #D6EAF6;
*/	height: auto;
	padding: 20px;
}
.msg-hd {
	color: #1A6DAC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 18px;
	margin-bottom:10px;
}
.msg-text {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 18px;
	margin-bottom:10px;
	text-align:justify;
}
.msg-text a {
	color: #3399FF;
}
.tab-in-hd {
	background:#a5d8f8 !important;
	padding:4px 15px !important;
	border:none !important;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.tab-in-text {
	padding:6px 15px !important;
	border:none !important;
	border-bottom: 1px dashed #ccc !important;
}
.moodle {
	float:right;
	color:#215276;
	margin-right:16px;
	padding:2px 10px 0 0;
	background:#5daecf;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:5px;
	padding-right:10px;
}
.moodle:hover {
	float:right;
	color:#fff;
	margin-right:16px;
	padding:2px 10px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#5daecf;
	padding:5px;
	padding-right:10px;
}
.calendar {
	float:right;
	color:#215276;
	padding:2px 10px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#5daecf;
	padding:5px;
	padding-right:10px;
}
.calendar:hover {
	float:right;
	color:#fff;
	padding:2px 10px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#5daecf;
	padding:5px;
	padding-right:10px;
}
.unit-hd {
	color: #037095;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	float:left;
	padding-top:4px;/*text-shadow:1px 1px #fff;*/
}
.sample_doc {
	text-decoration: none;
	font-size:12px;
}
.event-box {
	width:94.1%;
	height:auto;
	float:right;
	margin:0px 0px 15px 0;
	-webkit-border-radius: 7px;
	border-radius:7px;
	padding:2px 10px 5px;
	-webkit-box-shadow: 0 8px 6px -6px #6f6f6f;
	-moz-box-shadow: 0 8px 6px -6px #6f6f6f;
	box-shadow: 0 8px 6px -6px #6f6f6f;
	border:1px #DBECFD solid;
	background: rgb(224,243,250); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZjNmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2QzZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(224,243,250,1) 0%, rgba(179,211,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,243,250,1)), color-stop(100%,rgba(179,211,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(224,243,250,1) 0%,rgba(179,211,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(224,243,250,1) 0%,rgba(179,211,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(224,243,250,1) 0%,rgba(179,211,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(224,243,250,1) 0%,rgba(179,211,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b3d3f9',GradientType=0 ); /* IE6-8 */
}
.event-hd {
	font-family: 'Play', sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#5C8CCB;
	text-align:center;
	padding-bottom:5px;
	padding-top:2px;
}
.main-hd {
    color:#5C8CCB;
    font-family: 'Play',sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align:left;
				text-shadow: 1px 1px 1px #fff;
}
.event-text {
	color: #A3145F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 18px;
	font-style:italic;
	/*height:98px;*/
	min-height:33px;
	background:#E8F2FC;
	padding:15px;
}
.subhead-plain {
	width:auto;
	height:auto;
	background:#A5C8DA;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	color:#145C92;
}
.ad-bor {
	padding:0 !important;
	border:none !important
}
.mar-btm {
	margin-bottom:0 !important
}
.view-dairy {
	color:#333;
	margin:7px
}
.view-dairy a {
	color:#333;
}
.view-dairy a:hover {
	color:#06C;
	text-decoration:none
}
.course_name_heading_new {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
}
.bold{ font-size:17px !important; font-weight:bold !important; background:#F2F9FD !important; height:25px}
input[type="submit"] {height:34px;}

#breadcrumb{ text-align:right; padding-right:10px}
.submit{ width:117px !important; height:36px; margin:0 auto !important;}
input[type="button"] {text-shadow:none !important;}
.unit-sub-hd{ background:#b6d6f3 !important; color:#2B40A4 !important; line-height:20px !important; text-align:left !important}
.worksheet-btns{ float:left;width:32px; margin-left:2px; padding:5px 0 }
.pad{padding: 0px 0px !important;}
.legends{ 
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666; width:auto; float:left; margin-right:15px; line-height:17px }
.legends img { float:left;}
.txt-al{	text-align:center !important;}
.hash{min-width:15px !important}
.notify{ width:20px; height:21px; float:left;text-align:left; background:url(../img/notification.png )no-repeat left bottom; color:#AC04DD; font-weight:bold; margin-top:-2px; padding-left:16px; padding-top:2px}
.comment{
 background:#E67C04;  
    border-radius: 2px 2px 2px 2px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    min-width: 12px;
    padding: 0 2px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	color:#fff;}
.subhead_diary{
	color:#5F90D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
	padding-bottom:5px;
	border-bottom:1px dashed #C9DDF2;
	margin:0 50px 7px;
}
.wid-xtra{ width:115px; float:left;}
.mar-left{ margin-left:240px;}
.icon-wrap{
	position:fixed; 
	bottom:75px; 
	background:#B6D6F3; 
	padding:3px 10px;  
	bottom: 75px;
    margin: 0 0 -33px 50px;
    padding:10px;
    position: fixed;
    z-index: 10;
	-webkit-border-radius: 15px;    
    border-radius: 15px;
}
