@import url('blueprint/screen.css');
@import url('manager_survey.css');
@import url('forms.css');
@import url('superfish.css');
@import url('stylesheet.css');
/*@import url('superfish-vertical.css');*/
@import url('jquery.lightbox-0.5.css');
@import url('jquery.ad-gallery.css');

/* BASE HTML5 ready reset and base css styles
-------------------
===================
BaCSS v0.1
===================
-------------------
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
html5doctor.com/html-5-reset-stylesheet/
 
Some base styling from Paul Irish's HTML5 Boilerplate: http://github.com/paulirish/html5-boilerplate/blob/master/css/style.css
Table styling from SenCSS: http://sencss.kilianvalkhof.com/
 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline; 
}

/* Base Elements */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
 
html {
	-webkit-font-smoothing: anti-aliased;
	overflow-y: scroll; 
}
 
table {
	font-size: inherit;
	font: 100%; 
}
 
body, select, input, textarea { color: #003366;line-height:1.5em; }
 
.body {
	background:#000 url(/images/template/body-bg.gif) repeat-x scroll;
	font: 16px/21px 'HelveNeueLight', sans-serif;
	color: #231f20;
}

/* Block elements */
h1,h2,h3,h4,h5,h6 {
	font:18px/1 'HelveNeueCond', sans-serif;
	color: #231f20;
	margin:1em 0;
}

h1	{
	font-size: 26px;
	text-transform:uppercase;
	border-bottom: 1px solid #808080;
	font-weight:bold;
	padding-bottom:10px;
}	
		
h2	{	
	font-size: 20px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	margin:0.5em 0;
}	
		
h3	{
}	

h4	{	
}	
	
h5	{	
	font-size:12px;
	margin:0;
}
	
h6	{	
	font-size:11px;
	line-height:1;
	margin:0;
}
p {
	margin:0 0 10px;
}

pre {
	background: #F4F5F1;
	border: 1px solid #E4E7DD;
	margin-bottom: 0.8em;
	padding: 15px;
	white-space: pre;
	word-wrap: break-word; 
}

ul {
	list-style-type: disc;
	margin: 0 15px 10px 15px; 
}
li {
	margin: 0;
	padding:0; 
}
 
ol {
	list-style-type: decimal;
	margin: 0 0 0.8em 2.5em; 
}
 
blockquote {
	background: #F4F5F1;
	border: 1px solid #E4E7DD;
	font-style: italic;
	margin: 0.8em 0;
	padding: 10px; 
}
 
	blockquote p { margin-bottom: 0; }
	
dl {
	background: #F4F5F1;
	padding: 10px; 
}

dt { font-weight: bold; }
 
dd {
	font-size: 13px;
	margin-bottom: 1em; 
}

hr {
	background: #DDD;
	background: -moz-linear-gradient(left center, rgb(255,255,255) 0%, rgb(187, 187, 187) 25%, rgb(187, 187, 187) 75%, rgb(255,255,255) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(255,255,255)), color-stop(0.25, rgb(187, 187, 187)), color-stop(0.75, rgb(187, 187, 187)), color-stop(1, rgb(255,255,255)));
	border: 0;
	height: 1px;
}

/* Inline elements */
b, strong, th { font-weight: bold; }
 
i, em { font-style: italic; }
 
a { color: #000; }
 
	a:hover, a:active {
		color: #C00;
		outline: none;
		text-decoration: none; 
	}
 
	a:link { -webkit-tap-highlight-color: #FF5E99; }
 
small { font-size: 85%; }
 
sub {
	font-size: smaller;
	vertical-align: sub; 
}
 
sup {
	font-size: smaller;
	vertical-align: super; 
}
 
cite {
	color: #666;
	font-size: 13px;
	font-style: normal;
	font-weight: normal; 
}
 
pre, code, kbd, samp, tt, var { font: 12px "Monaco", "Inconsolata", "Courier New", Courier, monospace; }
 
code, kbd, samp, tt, var { background: rgba(0, 0, 0, 0.15); }
 
abbr, time {
	color: #ed6617;
	cursor: help; 
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	padding: 0; 
}

.table-normal {
	margin:0;
	padding: 0; 
}
 
caption {
	font-style: italic;
	text-align: left; 
}
 
tr.alt td { background: #eee; }
 
td {
	padding: 0.333em;
	vertical-align: middle; 
}
 
th {
	font-weight: 700;
	padding: 0.333em;
	vertical-align: middle; 
}

.left { float: left !important; }
 
img {
	border:0 none;
}

img.left { margin: 0 1em 1em 0; }
 
.right { float: right !important; }
 
img.right { margin: 0 0 1em 1em !important; }
 
.clear { clear: both; }
 
.clearfix {
	overflow: hidden;
	zoom: 1; 
}

/* CUSTOM SITE OVERRIDES */

#headerdiv {
	height:87px;
	background:#000 url(/images/template/body-bg.gif) repeat-x scroll;
}
#leftmenu {
	background-color:#999999;	
}
#logo {background:#c00 url(/images/template/header_logo.jpg) 0 0 no-repeat scroll;height:30px;width:300px;margin:10px;}
#logo a {display:block;text-decoration:none;}

nav {
	background-color:#000;
	height:51px;
}

.container {
	background-color:#fff;
	width:950px;
	margin:0 auto;
}
.footer-container {
	width:950px;margin:0 auto;
}
.footer-container-wrapper {
	border-top:1px solid #fff;
	padding:15px 0;
	margin:15px 0;
	
}
#contentwrapper {
	background-color:#999999;
}
#contentdiv-wrapper {
	background-color:#fff;
}
#contentdiv-wrapper-internal {
	background-color:#FFF;
}
#contentdiv {
	margin-bottom:30px;
}
.contentarea {
	width:950px;
	margin:0 auto;
}

#contentarea {
	background:#fff;
	margin:40px 0;
}
#footersignoff {
	text-align:center;	
	color:#fff;
	padding-top:5px;
}
.rcfooter {
	color:#fff;
	text-decoration:none;
}

#home-features {margin-bottom:20px;}
#home-features div {margin-top:20px;}
#home-features a {margin:0;}

footer {clear:both;}
.footercrumbs{color:#FFF; margin:20px 0;text-align:center;}
.footercrumbs a{color:#FFF;font:0.8em/1 'HelveNeueCond', sans-serif;text-decoration:none;}

.footerlinks,a.footerlinks, a.footerlinks:hover, a.footerlinks:visited, a.footerlinks:visited:hover {
	color: #FFF; 
	font-size: 0.8em;
	text-decoration: none; 
}
.footersitelinks, a.footersitelinks, a.footersitelinks:hover, a.footersitelinks:visited, a.footersitelinks:visited:hover {color: #FFF; font-size:0.8em;text-decoration:none;}

.logintext {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
		
.redcomment {
	color: Red;
}

/* Top of page Links */
A.TopOfPage, A.TopOfPage:visited {
	color: #444; font-size: 10px; text-decoration:none;
}
A.TopOfPage:hover, A.TopOfPage:visited:hover {
	color: #000; font-size: 10px; text-decoration:none;
}

/* tree style */
input.op {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 15px;
	height:	15px;
}


ul.cmstablist {
	margin:10px 0 0 0;
	padding:0;
	display:inline-block;
	width:590px;
	
}
ul.cmstablist li {
	list-style:none;
	float:left;
	display:inline-block;
	padding:0;
	margin:0;
	margin-right:5px;
	background-color:#dddddd;
	border:1px solid #666666;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
}
ul.cmstablist li.active {
	border-bottom:1px solid white;
	background-color:#FFFFFF;
}
ul.cmstablist li a {
	text-decoration:none;
	padding:5px 15px;
	color:#000000;
	display:inline-block;
	outline:none;
}
ul.cmstablist li a:hover, ul.cmstablist li a:visited {
	color:#000000;
}
div.cmstab {
	border:1px solid #666666;
	width:725px;
	padding:0 10px 10px 10px;
	display:none;
	overflow:auto;
	background-color:#ffffff;
	margin-top:-6px;
	min-height:600px;
}
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px; text-align: left
}

/*****************
*** RHS COLUMN ***
*****************/

.rhscolumn
{
}

.rhsitem
{
	margin:0 0 10px 0;
	display:block;
}




.Filemanager-Heading {
	color:#2C65AA;
	font-weight: bold;
	font-size:12pt;
}
.Filemanager-Foldername {
	color:#2C65AA;
	font-size:10pt;
	font-weight: bold;
}
.Filemanager-Filename {
	color:#2C65AA;
	font-size:10pt;
	font-weight: bold;
}
.filemanager-gallery {
	background-color: #FFFFFF;
    border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
    border-style: solid;
    border-width: 1px;
    margin: 0 auto;
    padding: 4px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.thumbnail{
position: relative;
z-index: 1;
display:inline-block;
width:150px;
}
a.thumbnail img.shortcut
{
	position:absolute;
	right:5px;
	top:5px;
	z-index:75;
	border:0;
	width:15px;
}

a.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

a.thumbnail div{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
/*left: -1000em;*/
top:10px;
left:10px;
border: 1px solid #cecece;
display:none;
color: black;
text-decoration: none;
z-index:3012;
}
 
.thumb_hover
{
	position:absolute;
	z-index:4000;
	background:#999999;
	padding:10px;
	display:none;
}

.thumb_hover img {
	
}
.thumb_hover h3 {
	background:#EFEFEF;
	display:block;
	height:24px;
	line-height:24px;
	margin:0;
	padding:0 10px;
}

a.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;

}


.photoborder {
    background-color: #FFFFFF;
    border-color: #EEEEEE #CCCCCC #CCCCCC #EEEEEE;
    border-style: solid;
    border-width: 1px;
    display: block;
    margin: 0 auto;
    padding: 2px;
}

.photogallery-media-listing-table, .photogallery-media-listing-image {
	margin-left:0;
	padding-left:0;	
}

.loginform-wrapper {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #d1d3d4;
	padding:20px;
}
.register-wrapper {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #f1f2f2;
	padding:20px;
}
