#custom-doc { width:66.92em;*width:65.31em;min-width:870px; margin:auto; text-align:left; }

/**
 * GENERAL STYLES
 */
 
body
{
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 10pt;
}

h1, h2, h3
{
	margin-bottom: 15px;
	font-weight: lighter;
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
}

h1 { font-size: x-large; }
h2 { font-size: large; }
h3 { font-size: medium; font-weight: bold; }

h2 strong
{
	font-weight: lighter;
	color: #3eb5e5;
}

h3
{
	margin-top: 20px;
}

ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }
ul.arrow li { list-style-image: url('../images/arrow.png'); }
li.menudepth0 {	margin-left: 15px; }
li.menudepth1 {	margin-left: 30px; }
li.menudepth2 {	margin-left: 45px; }
li.menudepth3 {	margin-left: 60px; }
li.menudepth4 {	margin-left: 75px; }
li.menudepth5 {	margin-left: 90px; }

a
{
	
}

div#submenu li
{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div#submenu li.menudepth2 { margin-left: 15px; }
div#submenu li.selected
{
	border-bottom: 3px solid #d4eef9;

}
div#content ul, div#content ol
{
	margin-bottom: 10px;
}
div#content ul li, div#content ol li
{
	margin-left: 25px;
}



div#logo, div#menu, div#news, div#case, div.yui-g, div#headimage, div#footer-content, div.footer-imgs, div#submenu, div#content, div#bread, .float
{
	float: left;
	display: inline;
}

div#headimage
{
	margin-top:10px;
	z-index: -1;
}

img
{
	border: 0px;
}

p
{
	margin-bottom: 10px;
}

strong
{
	font-weight: bold;
}

.errormessage
{
	color: red;
	display: block;
	margin-bottom: 10px;
}

/**
 * HEADER ITEMS
 */

/**
 * HEADER ITEMS
 */

div#logo, div#menu
{
	float: left;
}

div#logo
{
	width: 300px;
}

div#menu
{
	width: 510px;
	margin-top: 36px;
	text-align: right;
	font-size: 95%;
}

#logo
{
	margin-top: 32px;
	margin-left: 10px;
}

div#headimage
{
	clear: both;
	background: url( '../images/content-gradient.png' ) repeat-y;
}


/**
 * FOOTER ITEMS
 */
 
div#ft
{
	float: left;
 	width: 870px;
 	height: 73px;
 	padding-top: 6px;
 	background: url( '../images/footer-gradient.png' ) repeat-x;
}

div#footer-content
{
	float: left;
	width: 465px;
	color: #333333;
	font-size: 9px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#footer-panel
{
	width: 870px;
	float: left;
}

div#footer-links
{
	float: left;
	width: 870px;
}

div#footer-link-items
{
	float: right;
	display: inline;
	text-align: right;
	margin-top: 8px;
	width: 500px;
}

div#footer-search
{
	float: right;
	display: inline;
}

div#footer-link-items ul li
{
	display: inline;
	margin-right: 10px;
}

div#footer-search .button
{
	/*float: left;*/
	background: none;
	background-color: #dddddd;
	border: 1px solid #999999;
	color: #999999;
	padding: 2px;
	height: 22px;
}

a.button
{
	/*float: left;*/
	background-color: #dddddd;
	border: 1px solid #999999;
	color: #999999;
	padding: 2px;
	height: 16px;
}

label {
	display: block;
	margin-top: 1.5em;
	padding-bottom: 0.2em;
}

input.button {
	width: auto;
	overflow: visible;
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.15em;
	background-color: #FFFFFF;
	background-image: url(../images/background_form_element.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 9pt;
}

input.button:active
{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

input.button:disabled
{
	border: 3px double #CCCCCC;
}


input.text
{
	display: block;
	border: 1px solid #999999;
	width: 250px;
}

input#SearchTerm
{
	float: left;
	padding: 2px;
	width: 150px;
	height: 16px;
	margin-top: 4px;	
}

div#footer-search #SearchPanel #SearchBtn
{
	float: left;
	background-color: #dddddd;
	background-image: none;
	border: 1px solid #999999;
	color: #999999;
	padding: 2px;
	height: 22px;
	font-weight: normal;
}

/**
 * MENUS
 */

div#menu ul li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	border-left: 1px solid #333333;
}
/*
div#menu ul:first-child li
{
	border: 0px solid white;
}
*/
div#menu ul li.selected
{
	border-bottom: 2px solid #d4eef9;
}

a
{
	text-decoration: underline;
	color: blue;
}

div#menu a, div#submenu a, div#footer-link-items a, div#footer-links a
{
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}


/**
 * Admin stuff
 */
 
div#content-site-toolbar
{
	float: left;
	display: inline;
	clear: both;
	border: 1px dashed black;
	margin-left: 300px;
	margin-top: -55px;
	height: 20px;
	padding: 3px;
	background: white;
	width: 324px;
}

div#content-site-toolbar a
{
	float: left;
	border: 0px solid #000000;
	background-color: white;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: small;
	margin-right: 10px;
}
 
ul.tabmenu {
	display: inline;
	font-size: 95%;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
	
}

div#content ul.tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	background: ;
	padding-left: 0px;
	padding-right: 2px;
	margin: 0px;
}

.tabmenu a, a.active {
	color: black;
	background: #ccced2;
	padding: 2px 5px 0px 5px;
	margin: 0px;
	text-decoration: none; 
}

.tabmenu a.active {
	background: #E3E4E9;
}

.tabmenu a:hover {
	color: #fff;
	background: #ADC09F; 
}

.tabmenu a:visited {
	/*color: #E8E9BE; */
}

.tabmenu a.active:hover {
	background: #ABAD85;
	/*color: #DEDECF; */
}

.tabmenu img {
	border:0;
	vertical-align:text-bottom;
	margin-bottom:2px;
}

.adminheading {
	background: #E3E4E9 url(../images/bg_header.jpg);
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: -1px;
}

a
{
	color: #333333;
	text-decoration: underline;
}

a:hover
{
	color: #3eb5e5;
}

.rss a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.rss a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	}

#gallery-view {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;
}

#gallerytextbox {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#galleryimagebox {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 10px;
	min-height: 130px;
}

/* for Internet Explorer */
/*\*/
* html #galleryimagebox {
height: 130px;
}
/**/

#galleryimagebox a img {
	border: 1px solid #ececec;
	width: 150px;
	height: 100px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#galleryimagebox a:hover img, #galleryimagebox a:active img {
	border: 1px solid #d3d2d2;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#galleryimagebox a:visited img {
	border: 1px solid #d3d2d2;
	opacity: 0.95;
	filter: alpha(opacity=95);
	}

.EviaCheckBoxList {
	margin-top:10px;
}

.EviaCheckBoxList label {
	display: inline;
	vertical-align: middle;
}

.EviaCheckBoxList .checkbox {
	display:inline;
	margin-right: 5px;
	vertical-align: middle;
}

td label {
	display: inline;
    	margin-top: 1.5em;
    	padding-bottom: 0.2em;
}

td .checkbox {
	display:inline;
	border: 0px solid black;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.controlmodalheading {
	padding-top:24px;
	background:url(../images/evia_yr02.gif) repeat-x;
}

#controlmodalimage {
	background:url(../images/eviacms5_logo_s.png);
	position:absolute;
	margin:0px;
	right:1px;
	top:0px;
	width:94px;
	
	height:38px;
}

#controlmodalheadtext {
	position:absolute;
	margin-left:2px;
	top:4px;
	color: #FFFFFF;
	font-weight:bold;
}


