/********************************************
*											*
*	NAPIER GIRLS HIGH SCHOOL SCREEN 2008
*											*
********************************************/

/*** MASTER COLORS ***/

/* blue */
.VLblue	{ color: #D7E6F5 !important; } /* bkgrnd */
.Lblue	{ color: #C2D9F0 !important; }
.Mblue	{ color: #95b8db !important; }
.Dblue	{ color: #1F4776 !important; }
.VDblue	{ color: #001953 !important; }

/* GOLD */
.Gold 	{ color: #B98900 !important; }

/* GREY */
.VLgrey	{ color: #D5D3CC !important; }
.Lgrey	{ color: #C4C2BC !important; }
.Mgrey	{ color: #737370 !important; }
.Dgrey	{ color: #525759 !important; }

.white	{ color: #FFF !important; }
.whiteBk{ background-color: #FFF !important; }

/********* BODY + SET-UPS *********/
html {
font-size: 1.25em;
min-height:100%;
}
body {
font-size: 50%;
min-height:100%;
}
html>body {
font-size: 10px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color: #1F4776;
	background:#FFF url(../images/gen/bk/bodyBk.gif) 50% 0% fixed;
	position:relative;
}

body, div, object, embed, form, img, dl, dt, dd, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
}
img {
	display:block;
	}

/* BASE CONTAINER ELEMENTS */
#entire {
	width:910px;
	margin:0 auto;
	padding:0 16px 0 24px; 
	overflow:hidden;
}
	
#header, #content, #footer {
	width:100%;
	position:relative;
	}

#header {
	height:120px;
	background:url(../images/gen/bk/hdrBk.gif) no-repeat;
	z-index:10;
}
#logo {
	width:204px;
	height:195px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	background:transparent url(../images/gen/logo/logoBk.gif) no-repeat;
	z-index:2;
}
#logo img {
	display:none;
	}
#logo a {
	position:absolute;
	display:block;
	width:204px;
	height:195px;
	left:0px;
	top:0px;
	z-index:10;
}
#logo a span {
	display:none;
}
#topNav {
	position:absolute;
	right:8px;
	top:20px;
	width:698px;
	height:34px;
	z-index:10;
}

#content {
	overflow:hidden;
	z-index:2;
	background:transparent url(../images/gen/bk/leftBk.gif) repeat-y;
}
#footer {
	width:auto;
	height:1%;
	overflow:hidden;
	padding:25px 8px 13px 0;
	background:transparent url(../images/gen/bk/leftBase.gif) no-repeat;
	}

/* CONTENT PANELS */
.left, .cont, .main, .right {
	float:left;
	display:inline;
	position:relative;
}
.left {
	width:190px;
	padding:85px 10px 60px;
}
.cont {
	width:700px;
	float:right;
	overflow:hidden;
	min-height:400px;
}
.main {
	width:415px;
	padding:15px 37px 15px 20px;
	
}
.main.full {
	width:672px;
}
.admin .main {
	float:none;
	display:block;
	width:75%;
	margin:1em 0;
}
.admin .main.full {
	width:875px;
}
.right {
	width:220px;
	padding:15px 0;
	overflow:hidden;
}
/* related categories*/
 .related_cat {
float:left;
text-align:right;
width: 130px;
height: 100px;
 }
 .related_cat h3{
	 text-decoration:underline;
 }
/* HOME PANELS */


/* INNER ELEMENTS */
/* Main */
.split, .copyFtr {
	border-top:1px solid #C2D9F0;
	margin:1em 0 0;
	padding:1em 0 0;
	clear:both;
}
.half {
	float:left;
	width:44%;
	padding-right:4%;
}
.contacts h3 {
	padding-top:1.5em;
}
.pullout {
	padding:0 0 1.5em;
	margin-bottom:1.5em;
	position:relative;
	overflow:hidden;
	z-index:10;
	background:transparent url(../images/gen/nav/lBk.gif) 0% 100% repeat-x;	
}

/* Copy Holders */	
.copy {

}
.copyHdr, .copyBody, .copyFtr {
	clear:right;
}
.copyHdr, .listHdr {

}
.copyBody, .listBody {

}

.copyFtr, .listFtr {
	padding-top:1em;
	width:88%;
	clear:both;
}
.listFtr {
	padding:0 0 1em;
}

.listSm {
	width:100%;
	overflow:hidden;
}

/* LIST STYLES */
ul, ol {
	padding:4px 0 8px;
	margin-left:2em;
	list-style:disc outside;
	font-size:1.2em;
	line-height:1.3em;
	}
li {
	padding:2px 0 1px;
}	
ol li {
	list-style:decimal outside;
	}
	
/* UNIQUE LISTS */
.left ul, .left ol {
	list-style:none;
	margin:0;
}

/* NEWS BLOCKLIST ETC */
.panel {
	background:#FFF;
	position:relative;
	float:left;
}
.main .panel {
	width:415px;
	padding-top:1em;
}
.left .panel {
	width:185px;
	margin-bottom:1em;
}
.blockList {
	list-style:none;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:1.1em;
	line-height:1.4em;
}
.blockList li {
	background:transparent url(../images/gen/nav/blockList.gif) 0% 50% no-repeat;
	color:#1F4776;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	float:left;
	border-top:1px solid #bad4ee;
}
.blockList li a {
	display:block;
	color:#1F4776;
	position:relative;
	padding:7px 15px;
	background:#F3F3F3 url(../images/gen/nav/rArrWhite.gif) 0% 50% no-repeat;
	float:left;
	width:200px;
}

.main .blockList li a {
	width:385px;
}
.left .blockList li a {
	width:165px;
	font-size:1em;
	padding:3px 10px;
	background:#C2D9F0;
}
.left .blockList {
	padding:0;
	}
.left .blockList li {
	border-top:1px solid #D7E6F5;
	}
span.img {
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	margin:0 10px 0 0;
	background:url(../images/gen/bk/news.gif) 50% 50% no-repeat;
}
.events span.img {
	background:url(../images/gen/bk/events.gif) 50% 50% no-repeat;
}
.right span.img {
	display:none;
}
span.head {
	font-size:1.3em;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;	
}
span.head, span.date {
	font-weight:bold;
	display:block;
}
span.time {
	font-weight:normal;
}
span.more {
	font-style:italic;
}
span.all_items {
	font-style:italic;
}
span.intro {

}
span.more {
	color:#B98900;
}

.display {
	display:block !important;
}

.blockList li a:hover, .blockList li a:hover span {
	color:#1F4776;
	text-decoration:none;
}
.blockList li a:hover {
	background-color:#E3E3E3;
	}
.blockList li a.current {
	background-color:#E3E3E3;
	}
.blockList li a:hover span.head, .blockList li a:hover span.more {
	text-decoration:underline;
	}
.left .blockList li a:hover {
	color:#001953;
	background-color:#C2D9F0;
	text-decoration:underline;
	}	



/* Images */
.rInImg {
padding:35px 0 15px 0;
}
/*.rInImg img {
height:230px;
}*/
.rImg, .lImg {
	float:right;
	padding:4px 0 15px 20px;
	z-index:1;
}
.lImg {
	float:left;
	padding:4px 20px 15px 0;
}
.rGlImg {
height:auto;
background-color:#F3F3F3;
width:220px;
}

.mainImg {
	width:435px;
	height:205px;
	margin:0 -15px 0 -5px;
	position:relative;
}
.preview_image{
	width:60px;
	height:40px;
	overflow:hidden;
	display:inline-block;
	margin:2px;
padding:0;
}

.preview_image a img{

}

/* Right */

.right img.flL {
	width:auto;
	padding:5px 8px 0 0;
}

/* LINK STYLES */
a { 
	color:#B98900;
	text-decoration:none; 
	}
h3 a, h4 a {
	color:#001953;
	display:block !important;
	display:inline;
	position:relative !important;
	position:inherit;
}
.admin h3 a {
	display:inline !important;
}

#footer a {
	color:#737370;
	text-decoration:underline; 
	}	
a:hover, h3 a:hover { 
	color:#B98900;
	text-decoration:underline; 
	}
h4 a, h4 a:hover, h5 a, h5 a:hover, #footer a:hover {
	color:#001953;
	}
h4 a:hover {
	color:#B98900;
}
.go {
	font-family:Arial, Helvetica, sans-serif;
	color:#B98900;
	padding-right:8px;
	background:transparent url(../images/gen/nav/GOarr.gif) 100% 50% no-repeat;
	}
h3 .go {
	font-size:.8em;
	font-weight:normal;
}	

.pdfLink, .xlsLink {
	display:block;
	color:#1F4776;
	position:relative;
	text-decoration:underline; 
	padding:10px 0 0 25px;
	margin:10px 0 0 0;
	background:transparent url(../images/gen/nav/pdf.gif) 0% 50% no-repeat;
	font-size:12px;
}
.xlsLink {
	background:transparent url(../images/gen/nav/xls.gif) 0% 50% no-repeat;
}

#login a {
	font-size:.9em;
	color:#FFF;
	}
#login a:hover {
	color:#001953;
	}

/* Bread Crumb */

.bC {
	font-size:.9em;
	text-transform:uppercase;
}
.bC a {
	text-decoration:none;
}
.ancestors {
	color:#000;
}
	
/* SPECIAL LINKS */	

/* FIX FIREFOX BORDER ON FOCUS */
a:focus, input:focus {outline-style: none !important;}



/**************** STANDARD TEXT CLASSES *****************/
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	margin-top:.3em;
	}

h1, h2, h3, h4/*, h5 */ {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 { 
	font-size:2em;
	text-transform:uppercase;
	line-height:1.4em;
	margin:.3em 0 .5em;
	padding-bottom:.1em;
	color:#001953;
	border-bottom:1px solid #C2D9F0;
	}

h1 a em, h3 a em{
	font-size:.9em;
	color:#333;
}
h2 {
	font-size:1.6em;
	line-height:1.4em;
	color:#B98900;
}
h3, h4 {
	font-size:1.3em;
	line-height:1.2em;
	font-weight:bold;
}
h3 {
	text-transform:uppercase;
}
.left .panel h3 {
	font-size:1.4em;
	margin:0;
	padding:8px 10px 5px 15px;
	background:url(../images/gen/bk/rHdrBk.gif) repeat-x;
}
.quickLinks h3 {
	text-transform:capitalize;
}
.left .panel h3 {
	padding-left:10px;
}
.right .panel h3 {
	font-size:1.4em;
	margin:0;
	padding:8px 0 5px 15px;
	background:url(../images/gen/bk/rHdrBk.gif) repeat-x;
	width:215px;
}

h3.whiteBk {
	padding:.5em 0 0 0;
	overflow:hidden;
	line-height:1.1em;
	margin-bottom:.5em;
	width:100%;
}
h4, h5 {
	color:#1F4776;
}
h5, h6 {
	font-size:1.3em;
	line-height:1.3em;
	}
h6 {
	margin-bottom:.3em;
	font-weight:normal;
	font-size:1.1em;
	/* font-variant:small-caps; */
}
p {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:.8em;
	}

/* UNIQUE TEXT CLASSES */
/*.contacts .half p {
	font-size:1.1em;
}
.contacts .half p strong {
	font-size:1.1em;
	line-height:1.3em;
}*/
.right p {
	clear:both;
}
.b {
	font-weight:bold !important;
}
.sm {
	font-size:.9em;
}
.caption {
	font-size:1em;
}
	
	
	
/******* SITEMAP *******/
#sitemap {
	font-size:1.6em;
	line-height:1em;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style:none;
	margin-left:0;
	padding:.5em 0;
	}
#sitemap a {
	color:#1F4776;
}
#sitemap ul {
	padding:5px 0 0;
	margin:0;
	margin-left:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	font-size:.8em;
	line-height:1em;
	font-weight:normal;
	}
#sitemap ul a {
	color:#B98900;
}
	
#sitemap ul ul {	
	font-size:.9em;
	line-height:1em;
}
#sitemap ul ul a {
	color:#737370;
}
#sitemap li {
	border-top:1px solid #C2D9F0;
	padding:10px 0 5px;
	margin-top:.5em;
}
#sitemap li.first {
	margin-top:0;
	border:0;
}
#sitemap ul li {
	margin-top:0;
	border:0;
	padding:2px 0;
}


/* ++ HELPER STYLES ++ 
(.fc - CLEAR BOTH) */
.fc:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.fc { 
display: inline-table;
height: 1%;
display: block; 
}

/* Quick Styles & Over-Riders (!important) */

.ofH {
	overflow:hidden;
	}
.flL {
	float:left !important;
	}
.flR {
	float:right !important;
	}
.flN {
	float:none !important;
	}
.clB {
	clear:both !important;
	}
.clL {
	clear:left !important;
	}
.clR {
	clear:right !important;
	}
.taR {
	text-align:right !important;
	}
.taL {
	text-align:left !important;
	}
.taC {
	text-align:center !important;
	}
.nb {
	border:0 !important;
}
.pt1 {
	padding-top:1em !important;
	}
.mb5 {
	margin-bottom:.5em !important;
	}
.mb0 {
	margin-bottom:0 !important;
	}
.mr0 {
	margin-right:0 !important;
	}
/* -----------------------------

      NAVIGATION 

----------------------------- */
/* TOP NAV */
#nav {
	width:698px;
	height:34px;
	list-style:none;
	margin:0;
	padding:0;
	background:transparent;
	}
#nav li, .admin #nav li.first {
	float:left;
	padding:0;
	margin:0;
}
#nav li:hover {
	position:relative;
	z-index:100;
	background:#D5D3CC url(../images/gen/nav/navCurrBk.gif);
}
#nav li a, .admin #nav li.first a.index, .admin #nav li a.index {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	width:auto;
	float:left;
	display:block;
	font-size:13px;
	line-height:1em;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	margin:0;
	padding:12px 18px 10px;
	border-left:1px solid #FFF;
	background:transparent;	
	color:#1F4776;
}
#nav li a:hover, #nav li.current a {
	color:#001953;
}
/* Hide Home
#nav li.first {
	display:none;
}
#nav ul li.first {
	display:block;
} */
#nav li.first a {
	border:0;
	padding-left:16px;
}

/* LEVEL 2 */
#nav ul li.drop a {
	background-image:url(../images/gen/nav/navDropWhite.gif);
	background-position:95% center;
	background-repeat:no-repeat;
}

#nav li ul {
	position: absolute;
	left: -999em;
	top:34px;
	height: auto;
	width: 174px;
	font-weight: normal;
	margin: 0;
	padding:0;
	border:1px solid #FFF;
	border-top:0;
	background:#D5D3CC url(../images/gen/bk/spacer.gif);
	list-style:none;
}

#nav li li {
	margin:0;
	background:url(../images/gen/bk/spacer.gif);
}

#nav li:hover ul a, #nav ul ul a {
	padding:7px 0 7px 10px;
	width:164px;
	margin:0;
	display:block;
	font-size:11px;
	font-weight:normal;
	border:0;
	border-top:1px solid #FFF;
	position:relative;
	overflow:hidden;
	text-align:left;
	text-decoration:none;
}/*
#nav li:hover ul li.first a, #nav ul ul.first a {
	border:0;
}
#nav li:hover ul li.first ul a, #nav ul ul.first ul a {
	border-top:1px solid #FFF;
}*/
/*#nav li:hover ul ul li.first a, #nav ul ul ul.first a {
	border:0;
}*/
/* LEVEL 3 */
#nav li ul ul {
	position:absolute;
	top:0;
	padding:0;
	margin-left:174px;
	border-top:0;
	background:url(../images/gen/bk/spacer.gif);
}
/*
#nav li:hover ul li.first ul {
	top:-1px;
}*/
#nav li.boarding ul ul, #nav li.news ul ul, #nav li.events ul ul {
	margin-left:-176px;
}
/* Drop nested fix */
#nav ul li.drop ul a {
	background-image:none;
}
#nav ul li.drop ul li.drop a {
	background-image:url(../images/gen/nav/navDropWhite.gif);
}

/* Current */
#nav li.current:hover li.current, #nav li.current:hover li.current:hover li.current {
	background-color:#C4C2BC;
}
/* Nested Normal */
#nav li:hover ul, #nav li.current:hover ul, #nav ul li:hover ul, #nav ul li.current:hover ul, #nav li.current:hover ul li:hover ul {
	background-color:#D5D3CC;
}
/* Hover */
#nav ul li:hover, #nav li.current:hover ul li:hover, #nav li.current:hover ul li.current:hover ul li:hover, #nav li.current:hover ul li:hover ul li:hover, #nav li:hover ul li:hover ul li:hover {	
	background:#D5D3CC url(../images/gen/nav/navCurrBk.gif);
	}

/* Positioning */
#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em;
	right:auto;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: 0;
	right:auto;
}

/* RIGHT HAND END CHANGES */
#nav li.events:hover ul {
	left:auto;
	right:-1px;
}
#nav li.events:hover ul ul, #nav li.events:hover ul ul ul {
	left: -999em;
	right:auto;
}
#nav li.events li:hover ul, #nav li.events li li:hover ul {
	left: 0;
	right:auto;
}
#nav li.events li a {
	border-top:1px solid #FFF;
}


/************* LEFT NAV ***************/
#LNav, #LNav ul {
	width:185px;
	margin:0 0 0;
	padding:0;
	list-style:none;
	font-size:1em;
}
#LNav li {
	margin:0;
	padding:0;
}
#LNav h2 {
	margin:0;
	padding:0;
	float:left;
	/*display:none;*/
}
#LNav ul li {
	border-top:1px solid #bad4ee;
	background:#FFF;
	clear:both;	
	}
#LNav li a {
	width:175px;
	display:block;
	font-size:1.2em;
	line-height:1em;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:8px 0 8px 10px;
	background:#FFF;	
	color:#001953;
}
#LNav li a:hover, #LNav ul li a:hover {
	color:#B98900;
	}
#LNav ul li.current a {
	width:167px;
	padding-left:18px;
	color:#B98900;
	background:transparent url(../images/gen/nav/LnavArr.gif) 3% 40% no-repeat;
}
#LNav h2 a, #LNav h2 a:hover {
	text-transform:uppercase;
	font-weight:bold;
	font-size:.9em;
	background:url(../images/gen/bk/rHdrBk.gif) repeat-x;
	}
#LNav h2 a:hover {
	text-decoration:underline;
	color:#B98900;
}
#LNav ul li.current a.current drop {
	background-image:url(../images/gen/nav/LnavArrDown.gif);
}	
/*
#LNav ul ul {
	display:none;
}
#LNav ul li.current ul {
	display:block;
	}
*/
#LNav ul ul {
	padding-bottom:3px;
	background:#FFF;
}
#LNav ul ul li {
	border:0;
	margin:0;
	padding:0;
	}
		
#LNav ul ul li a {
	width:157px !important;
	padding:2px 0 5px 28px !important;
	font-size:1.1em;
	background:#FFF !important;
	font-weight:normal;	
	color:#737370 !important;
	}
#LNav ul ul li a:hover {
	color:#B98900 !important;
	}
#LNav ul ul li.current a {
	color:#B98900 !important; 
	background:transparent url(../images/gen/nav/LnavArr.gif) 9% 30% no-repeat !important;	
}

/* PRINT STYLES */

@media print {
	html {
		font-size: 1em;
		min-height:auto;
	}
	body {
		font-size: 50%;
		min-height:auto;
	}
	html>body {
		font-size: 8px;
	}
	#topNav, #Lnav, #logo a, .right, .left, #footer .flL, #footer .flR span, .searchForm, span.img, span.more {
		display:none !important;
		}
	#header, #logo {
		position:relative;
		float:right;
		width:25%;
		height:auto;
		top:auto;
		left:auto;
	}
	#logo { 
		width:100%;
		}
	#logo img {
		display:block;
		width:100%;
		}
	#entire, #content, .cont, .main, .panel {
		float:none !important;
		width:100%;
		border:0;
		margin:0;
		padding:0;
		position:relative;
		}
	
	.main {
		width:50% !important;
		font-size:1.3em;
	}
	.mainImg {
		margin:0;
		padding:0;
	}	
	#footer, #footer .flR {
		float:none !important;
		clear:both;
	}
}


/*********************

	FORM ELEMENTS

*********************/
form { 

	}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	padding:4px !important;
	padding:2px 4px;
	background:#FFF;
	font-size:1.1em;
	border:1px solid #95b8db;
	color:#001953;
	}
input {
	vertical-align:top;
}
.cb {
	border:0;
}	
select {
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	font-size:11px;
	line-height:15px;
	color:#001953;
	border:1px solid #95b8db;
	padding:1px;
	padding-top:3px;
	text-transform:uppercase;
	vertical-align:top;
	}

option.label {

}
option {
	background:#FFF;
	padding:1px 5px;
	margin:0;
	}

.button { 
	width:auto !important;
	line-height:.8em;
	text-transform:uppercase;
	padding:2px 0 4px;
	background:#B98900;
	color:#FFF;
	border:0;
	float:left;
	}
.button:hover {
	background:#001953;
	font-weight:bold;
}
	
label {
	display:block;
	margin:3px 0;
	padding:0;
	line-height:1.2em;
	}

.r { font-weight:bold; }

.form-strip {
	padding:3px 0 0;
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
	}
#login label {
	color:#FFF;
	margin:6px 0 0 0;
}
#login input {
	margin:3px 0 0 0;
	}
#login input {
	width:100px;
	margin-top:3px;
	}
	
		
/********* SEARCH **********/
.searchForm {
	position:absolute;
	display:block;
	width:320px !important;
	width:305px;
	
	height:43px;
	right:0;
	bottom:0;
	z-index:3;
}
.searchForm label, .searchForm input {
	float:left;
	font-size:11px;
}
.searchForm label {
	padding:0 5px 0 0;
	text-transform:uppercase;
}
.searchForm label.contact {
	padding:0 0 0 20px;
}
.searchForm label.login {
	padding:0 0 0 15px;
}
.searchForm label.contact a, .searchForm label.login a {
	color:#001953;
}
.searchForm input {
	border:0;
	padding:3px 0 0 3px !important;
	height:14px;
	background:#FFF url(../images/gen/form/inputBk.gif) no-repeat;
}
.searchForm input.button {
	height:17px;
	/*width:20px !important;*/
	padding:0 3px !important;
	background:#D5D3CC url(../images/gen/form/buttonBk.gif) repeat-x;
	color:#1F4776;
}
.searchForm input.button:hover {
	color:#001953;
}

/****************************

COLOR STYLES
	
.VLblue	{ color: #D7E6F5 !important; } 
.Lblue	{ color: #C2D9F0 !important; }
.Mblue	{ color: #95b8db !important; }
.Dblue	{ color: #1F4776 !important; }
.VDblue	{ color: #001953 !important; }

/* Gold
.Gold { color: #B98900 !important; }	
	

****************************/

table {
	font-size:1.2em;
	border-collapse:collapse;
	width:100% !important;
	margin:1em 0;
}
table td table {
	width:85%;
	font-size:1em;
}
th, td {
	text-align:left;
	padding:0 1em;
	vertical-align:top;
}
table table th, table table td {
	border-bottom:1px solid #C2D9F0;
	padding:1.2em 0 .2em;
}
td input, td textarea {
	width:100% !important;
	width:93%;
	border:1px solid #CDD6C3;
	font-size:1em;
}
tr.updates td input {
	width:auto !important;
	}
td label, td input.cb {
	float:left;
}
td select {
	border:1px solid #C2D9F0;
	font-size:1em;
}
tbody th {
	width:20%;
	font-size:1.2em;
}

/********* CALENDAR ********/
.calendar {
	width:415px;
	border:3px solid #C2D9F0;
	background:#C2D9F0;
}
.calendar th {
	padding:.6em 0;
	border:1px solid #C2D9F0;
	text-align:center;
}
.calendar thead th {
	font-size:1.3em;
	background:url(../images/gen/bk/rHdrBk.gif) repeat-x;
}
.calendar thead th a {
	font-size:.8em;
}
.calendar tbody th {
	padding-top:.4em;
}
.calendar .day {
	width:58px;
	font-size:1em;
}
.calendar tbody td {
	border:1px solid #C2D9F0;
	padding:0;
}
.calendar td span, .calendar td a {
	display:block;
	width:58px;
	padding:5px 0;
	text-align:center;
}
.calendar td span {
	background:#FFF;
}
.calendar td span.empty {
	background:transparent;
}
.calendar td a {
	color:#FFF;
	background:#B98900;
	text-decoration:underline;
}
.calendar td a:hover, calendar td a.current_d {
	color:#FFF;
	background:#001953;
}

/********* SUB CALENDAR ********/
.sub_calendar {
	width:214px !important;
	border:1px solid #C2D9F0;
	background:#C2D9F0;
}
.sub_calendar th {
	padding:2px;
	border:1px solid #C2D9F0;
	text-align:center;
}
.sub_calendar thead th {
	font-size:12px;
	background:url(../images/gen/bk/rHdrBk.gif) repeat-x;
}
.sub_calendar thead th a {
	font-size:10px;
}
.sub_calendar tbody th {
	padding-top:.1em;
}
.sub_calendar .day {
	width:26px;
	font-size:10px;
}
.sub_calendar tbody td {
	border:1px solid #C2D9F0;
	padding:0;
}
.sub_calendar td span, .sub_calendar td a {
	display:block;
	width:26px;
	padding:2px;
	text-align:center;
	font-size:10px;
}
.sub_calendar td span {
	background:#FFF;
}
.sub_calendar td span.empty {
	background:transparent;
}
.sub_calendar td a {
	color:#FFF;
	background:#B98900;
	text-decoration:underline;
}
.sub_calendar td a:hover, sub_calendar td a.current_d {
	color:#FFF;
	background:#001953;
}


/* TOOLTIPS */

.tool-tip {
	color: #1F4776;
	width: 26em;
	z-index: 13000;
	background:#C2D9F0;
	border:1px solid #FFF;
	-moz-opacity:80;
	opacity:.80;
}
 
.tool-title {
	color: #001953;
	font-family:'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
	padding:.6em .8em;
}
 
.tool-text, .tip_container-text {
	font-size: 1.1em;
	padding:0 1em 1em;
}

/* MENU TOOL TIPS */
.tip_container-tip {
	color: #1F4776;
	z-index: 13000;
	background:#999;
	border:1px solid #FFF;
	-moz-opacity:80;
	opacity:.80;
    
	padding:0;
	width: 14em;
}
.tip_container-title {
	color: #fff;
	font-family:'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight:bold;
	padding:.6em 1.7em;
}

/* Accordian */
 .toggler  { cursor:pointer; }  
 .toggler:hover   { background:#eee; }  
 .element     { padding:0; } 
