/* CSS Document

   If you are modifying this stylesheet for a new skin, this file
   should ONLY include the classes that you intend to modify. The
   portal uses the 'cascade' feature of CSS to allow your stylesheet
   to inherit the styles from the parent (or base) skin.
*/



body {
	background-image: url(../../Etico/images/tanvertbackground.gif);
        background-repeat: repeat-x;
	font: 11px verdana, arial, helvetica, helvetica, sans-serif;
  	}

#pageEnclosure {
	border: 5px ridge #660033;
	padding: 0px;
}

#header {
	background-color:#cdcd9b;
}


.header {
	background-color:#cdcd9b;
	color: black;
        padding-left: 5px;
}

#header h1, #header h1 a {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

#topnav {
	position: relative;

	border-top: 2px solid #993344;
        border-bottom: 2px solid #220000;
	background-color: #660033;
	margin: 0;
        text-align: left;
}

#topnav a {
	color: #fff;
	background: transparent;
	padding: 2px 3px;
        line-height: 18px;
	font-weight: bold;
	font-size: 10px;
        margin: 2px;
}

#topnav a:hover {
	color: #fff;
	background: #a96;
	}

#topnav a.firsta {
	border-left: 1px solid #ddd;
}

#navcont {
	width: 120px;
	height: 100%;
	border-right: 2px solid #c96;
	background-color: #cccc99;
}

#navmenu {
	border-top: 1px solid #cccc99;
}

DIV.navmenu {
	border-top: 2px solid #993344;
        border-bottom: 2 px solid #220000;
	background-color: #660033;
	padding: 5px;
	margin: 0px;
	text-align: left;
        line-height: 1.5em;
        font: 10px;
        text-align: left;
}

DIV.navmenu:hover {
        background: #440022;
}

a.navmenu {
	color: #fff;
        padding: 3px;
        text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.navmenu:visited {
        color; #fff;
}

a.navmenu:hover {
	color: #cccc99;
        text-decoration: none;
}



#maincont {
	margin:0px; 
        padding:0px 5px 10px 10px; 
        color:#334;
        border-top:1px solid #aaa;
}


#sidebar {
	width:150px;
	height: 100%;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	background: #cccc99;
	
}

#footer {
	border: 0px;
	padding: 0px;
	color: #000;
	background-color: transparent;
        background-image: url(../../Etico/images/footerfade.gif);
        background-repeat: repeat-x;
        margin: 0px;
	text-align: center;
        height: 60px;
        width: 100%;
}

span.info {	
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #000;
	background: #D6D4AA;
	display: block;
	margin: 0;
	padding: 2px 20px 2px 20px;
	font-weight: normal;
}


h2.section {
	padding: 3px 8px;
	font-size: 14px;
	color: #333;
	background-image: none;
	background-color: #ffd;
	border: 1px solid #bbb;
}

.links_panel, .links_panel A {
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.text_button, input.text_button, button.text_button, .text_button_disabled, #maincont a.text_button {
	background-color: #fec;
	border: #9999CC 1px solid;
	color: #111188;
}

.text_button_disabled {
	color: #9999FF;
}

.container_element {
    padding: 0px;
}