/*
#nav a img.icon {
	display: none;
}
*/

#logo {
	margin-top: -13px;
	width: 900px;
	height: 193px;
	background-image: url(../../images/banner.jpg);
	background-size:900px 187px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	/*background-position: 0 -10px;*/
}

input, select, textarea {
    color: black;
}

body {
    background-color:#fff;
    color: #333;
    font-family:  'Helvetica', Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
}

#passpatout {
	width: 900px;
}

a:link, a:visited, a:hover {
    color: #33a13c;
    text-decoration: underline;
}

.nav {
	margin-bottom: 10px;
}

ul#nav {
	list-style-type:none;
	padding-left: 0;
	margin-top: -5px;
}

ul#nav img.icon {
	padding-bottom: 5px;
}

ul#nav li a {
	display: block;
	float: left;
	text-align: center;
}

#nav a, .nav a:link,
#subNav a, .subNav a:link {
	color: #008000;
	text-decoration: none;
}

ul#nav li a {
	color: #333;
	border-bottom: 4px #fff solid;
}

ul#nav li a.active {
	background-color: #33a13c;
	color: #fff;
}

#nav a.active,
#subNav a.active {
	font-weight: bold;
}

ul#nav li a {
	width: 85px;
	height: 65px;
}

ul#nav li a {
	border-right: 5px #fff solid;
	padding: 10px 5px 5px 5px;
	text-align: center;
}


div#content {
	padding: 1px 10px 10px 10px;
	position: relative;
	background-color: #f1f0f1;
}


div#nav-container {
	background-color: #f1f0f1;
}


h1 {
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

h2 {
	font-size: 14px;
	margin-top: 10px;
}

h2, h3, h4 {
	margin-bottom: 0.5em;
}

h3, h4 {
	margin-top: 1.2em;
}

.menuButton a, .menuButton a:link {
    color: #90B0Da;
}

.message {
    color: #008fc6;
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
}

div.errors {
    color: #cc0000;
    background: #fff3f3;
}

div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
}

th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
}

td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
}

th a:link, th a:visited, th a:hover {
    text-decoration: none;
    color: #333;
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

em {
	color: #0092D6;
}

/* forum */
ul.threadlist a.new {
	color: #008800;
}

ul.threadlist a.old {
	color: #666;
}
