/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2 (Oct 21, 2005)

Screen layout: */

#content p {
padding-left: 20px;
padding-right: 20px;
}

body {
margin-top: 20px;
padding:0;
font:70% Verdana,Tahoma,Arial,sans-serif;
/* background:#f4f4f4 url(../images/bg.gif) top center repeat-y;*/
background:#4D7298; 
color:#303030;
}

fieldset {
border: none;
}

#wrap{
background:#ffffff;
color:#303030;
margin:0 auto;
width: auto;
padding: 0px 5px;
}

#header{
height: auto;
width: 920px;
}

#header h1{
color:#4088b8;
font-size:4.2em;
letter-spacing:-5px;
margin: auto;
clear: both;
display: inline;
vertical-align: top;
}

#header h3.sublogo{
font-size: 1.25em;
letter-spacing: 3px;
white-space: nowrap;
}

#header p{
width:500px;
float:right;
text-align:center;
color:#a0a0a0;
margin:0 0 10px 0;
font-size:0.8em;
line-height:1.2em;
background-color:inherit;
}

#frontphoto{
margin:0 0 10px 0;
border:0;
display: center;
}

#avmenu{
clear:left;
float:left;
width:150px;
font-size:0.9em;
}

#avmenu h2, #extras h2{
font-size: 1.5em;
}

#extras h2 {
	text-align: right;
}

.announce{
margin:10px 0 10px 0;
padding:10px;
width:130px;
color:#505050;
background-color:#f4f4f4;
line-height:1.3em;
}

#extras{
float:right;
width:150px;
font-size:0.9em;
line-height:1.5em;
}

#extras p{
margin:0 0 1.5em 0;
}

#longtitle h1{
font-size: 1.75em;
color: #666666;
margin: 10px 0px;
padding: 15px;
background-color: #C0C0C0;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
border-radius: 15px;
}

#content{
margin:0px 161px 20px 161px;
line-height:1.5em;
text-align:left;
}

#content h2{
font-size:1.5em;
margin:0 0 0.5em 20px;
}

#content img{
padding:8px;
display:inline;
/* background:#cccccc; */
color:#303030;
/* border:4px solid #f0f0f0; */
}

#content li {
margin: 0px 0px 0px 25px;
}

h3{
font-size:1.3em;
margin:0 0 0.5em 20px;
}

legend {
font-size: 1.3em;
color: #4088B8;
font-weight:bold;
}

a{
text-decoration:none;
color:#286ea0;
}

a:hover{
text-decoration:underline;
color:#286ea0;
}

a img{
border:0;
}

table {
margin: 10px 10px 10px 0px;
}

#footer{
clear:both;
border-top:4px solid #f0f0f0;
text-align:center;
color:#808080;
font-size:0.9em;
padding-bottom: 20px;
}

#footer a{
color:#808080;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

.left{
margin:10px 10px 5px 0;
float:left;
}

.right{
margin:10px 0 5px 10px;
float:right;
}

.textright{
text-align:right;
}

.center{
text-align:center;
}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}


/* side menu left*/
#sideMenu ul {
    list-style:none;
    width:150px;
    padding:0;
    margin:0px;
    }
#sideMenu a {
    font-weight:bold;
    height:20px;
    text-decoration:none;
    color:#505050;
    display:block;
    padding: 6px 0 0 10px;
    background:#f4f4f4;
    border-left:4px solid #cccccc;
    font-size:1.1em;
	}
#sideMenu .active, #sideMenu .self {
	background:#dadada;
    color:#3f729f;
	border-left:4px solid #C11B17;
    border-right:4px solid #C11B17;
}

#sideMenu div.subdiv a {
    color:#505050;
    }
#sideMenu div.subdiv li.here a, #sideMenu div.subdiv ul li.self a {
    color:#3f729f;
    }    
#sideMenu a:hover, #sideMenu div.subdiv a:hover, #sideMenu li.here a:hover {
    background:#eaeaea;
    color:#286ea0;
    border-left:4px solid #C11B17;
    border-right:4px solid #C11B17;
	}
#sideMenu ul li ul li a {
	padding: 0px 0px 0px 20px;
	font-size:0.9em;
	font-weight: normal;
    }
#sideMenu ul li ul li.self a {
	background:#dadada;
    color:#3f729f;
	//border-left:4px solid #C11B17;
    //border-right:4px solid #C11B17;
    }	
#sideMenu ul li ul li ul li a {
	padding: 0px 0px 0px 35px;
	font-size:0.9em;
	font-weight: normal;
    }	
		
/* side menu right */
#sideMenu2 ul {
    list-style:none;
    //width:150px;
    padding:0;
    margin:auto;
    }
#sideMenu2 a {
    font-weight:bold;
    height:20px;
    text-decoration:none;
    color:#505050;
    display:block;
    padding:6px 10px 0 0;
    background:#f4f4f4;
    border-right:4px solid #cccccc;
    font-size:1.1em;
	text-align: right;
	// border-right: 4px solid #ffffff;
	}
#sideMenu2 .active, #sideMenu .here {
	background:#dadada;
    color:#3f729f;
	border-left:4px solid #C11B17;
    border-right:4px solid #C11B17;
}	
#sideMenu2 div.subdiv a {
    color:#505050;
    }
#sideMenu div.subdiv li.here a, #sideMenu2 div.subdiv ul li.here a {
    color:#3f729f;
    }    
#sideMenu2 a:hover, #sideMenu2 div.subdiv a:hover, #sideMenu2 li.here a:hover {
    background:#eaeaea;
    color:#286ea0;
    border-left:4px solid #C11B17;
    border-right:4px solid #C11B17;
	// padding: 6px 10px 0 0;
	}
	
#sideMenu2 ul li ul li a {
	padding: 0px 20px 0px 0px;
	font-size:0.9em;
	font-weight: normal;
    }
#sideMenu2 ul li ul li.here a {
	background:#dadada;
    color:#3f729f;
	//border-left:4px solid #C11B17;
    //border-right:4px solid #C11B17;
    }	
#sideMenu2 ul li ul li ul li a {
	padding: 0px 35px 0px 0px;
	font-size:0.9em;
	font-weight: normal;
    }

/* Valbruna Data Table Styles */

table.tableData {
/* border: 1px solid rgb(64, 136, 184); */
padding: 0px;
/* background-color: #C0C0C0; */
}

table.tableData tr, td, th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 5px 5px 5px 5px;
    background-color: white;
}

table.tableData tr#Header, td#Header, tr#LightHeader, td#LightHeader{
    background-color: #4088b8;
    color: white;
    font-weight: bold;
}

table.tableData tr#LightHeader, td#LightHeader{
 background-color: lightblue;
color: black;
}

table.tableData, td#blankCell {
  border: 0px;
}

/*** Ajax Menu Support ***/
 .ajaxSearch_hiddenField {
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
 }


        #ajaxSearch_form {
            color: #444;
            width: auto;
            margin: 0px 0px 0px 5px;
        }
        #ajaxSearch_input {
            width: 125px;
            display: inline;
            height: 17px;
            border: 1px solid #ddd;
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            /*background: #fff url(images/input-bg.gif) repeat-x top left;*/
            margin: 3px 3px 0px 0px;
            padding: 3px 3px 0px 0px;
            vertical-align: top;
        }
        #ajaxSearch_submit {
            display: inline;
            height: 22px;
            line-height: 22px;
            width: auto;
        }
        #ajaxSearch_output {
            border: 1px solid #444;
            padding: 10px;
            background: #fff;
            display: block;
            height: auto;
            vertical-align: top;
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
            font-weight: bold;
        }
        .AS_ajax_resultDescription{
            color: #555;
            font-weight: bold;
        }
        .AS_ajax_more {
            color: #555;
        }
.ajaxSearch_resultLink {
 text-decoration: underline;
font-weight: bold;
}
.ajaxSearch_resultDescription{
    font-weight: bold;
}
.ajaxSearch_highlight {
    font-weight: bold;
    background: #82CAFA;
}
.ajaxSearch_highlight1 {
    color: red;
}
.ajaxSearch_highlight2 {
    color:#0000ff;
}
.ajaxSearch_highlight3 {
    color:#151B8D;
}

/* Valbruna Data Table Styles */

table.noborder tr, table.noborder td {
  border: 0px !important;
}

table.tableData {
/* border: 1px solid rgb(64, 136, 184); */
padding: 0px;
/* background-color: #C0C0C0; */
}

table.tableData tr, td, th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 3px 3px 3px 3px;
    background-color: white;
}

table.tableData tr#Header, td#Header, th {
    background-color: #4088b8;
    color: white;
    font-weight: bold;
}

table.tableData tr#LightHeader, td#LightHeader {
 background-color: lightblue;
}

.inactive {
 background-color: lightpink !important;
}

.rowOdd{
  background-color: lightblue;
}
.rowEven{
  background-color: lightyellow;
}
.rowSheffield{
  background-color: lightgreen;
}

/* NCR Stuff */
	.ncr {
		text-align: left;
/*		background-color: lightgrey; */
		font-size: 10pt;
		font-family: Arial, Verdana;
		padding: 2px;
		width: 25%;
		line-height:1em;
	}
	td#ncr {
		width:25%;
		line-height: 1em;
	}

/* TOP Menu stuff */

.topmenu {
text-transform: uppercase;
text-decoration: none;
list-style-type: none;
font-weight: bold;
font-size:1.2em;
margin: 10px;
}

.topmenu ul li {
float:left;
margin-right:1px;
position:relative;
list-style-type: none;
}
.topmenu ul li a {
display: block;
}
ul.thumbs li {
	display:block;
	float:left;
	height:260px;
	list-style-image:none !important;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 5px 0 !important;
}
.thumbscontainer {
	margin-bottom:		20px;
	float:				left;
}

#button {
    background: url("images/gradientbg.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #BDBDBD;
    color: #333333;
    font: bold 1em Arial,Sans-serif;
    margin: 0 0 0 5px;
    padding: 2px 3px;
}


/* MODAL STLYE */
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:800px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#286ea0;}
#simplemodal-container a.modalCloseImg {background:url(/assets/js/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}


/*Growl */

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1.1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
	//background-color: 		#4088b8;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}



			div.jGrowl div.iphone {
				font-family: 			"Helvetica Neue", "Helvetica";
				font-size: 				12px;
				background: 			url(/modx/assets/js/images/iphone.png) no-repeat;
				-moz-border-radius: 	0px;
				-webkit-border-radius:	0px;
				opacity: 				.90;
				filter: 				alpha(opacity = 90);
				width: 					245px;
				height: 				137px;
				padding: 				0px;
				overflow: 				hidden;
				border-color: 			#5ab500;
				color: 					#fff;
			}

			div.jGrowl div.iphone div.message {
				padding-top: 			0px;
				padding-bottom: 		7px;
				padding-left: 			15px;
				padding-right: 			15px;
			}
			
			div.jGrowl div.iphone div.header {
				padding: 				7px;
				padding-left: 			15px;
				padding-right: 			15px;
				font-size: 				17px;
			}

			div.jGrowl div.iphone div.close {
				display: 				none;
			}

