/* layout structure */
body {
	background: #ffffff;
	color: #666666;
	font-family:'lucida grande',tahoma,arial,sans-serif;
	font-size:12px;
	margin: 0;
	line-height:1.5em;
}

a {
	color:#4b6696;
}

a:link, a:visited {
	text-decoration: underline;
}

a:active {
	color:#6184C2;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom:0.8em;
}

#backgroundHeader {
	height:80px;
}

#backgroundMiddle {
	background:url(/img/background_middle.png) fixed;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}

backgroundMain {
}


#header {
	margin:0 auto;
	width:800px;
}

#headerTop {
	text-align:right;
	font-size:0.8em;
	padding-top:4px;
}

#headerBottom table {
	padding-left:20px;
	padding-top:10px;
	width:85%;
}


.navbarImg {
	background-repeat:no-repeat;
	height:37px;
	background-position: 0 0;
}
.navbarImg:hover {
	background-position: 0 -37px;
}

.navbarPointer {
	position:relative;
	margin:0 auto;
	background:url(/img/navbar_pointer.png) no-repeat;
	height:12px;
	width:14px;
}

#headerBottom td {
	text-align:center;
	vertical-align:top;
}

#middle {
	margin:0 auto;
	width:800px;
	padding:30px 0px 0px;
	color:#444444;
}

#main {
	margin:0 auto;
	width:800px;
	padding:20px 0px;
}

#footer {
	margin:0 auto;
	width:800px;
	margin-top:50px;
	background:#f0f0f0;
	border:1px solid #c0c0c0;
	padding:7px;
	font-size:0.9em;
	color:#777777;
}

#footer ul {
	right:0px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#footer li {
	float:left;
	margin-right: 6px;
	margin-left: 6px;
}
#footer a {
	display:block;
	text-decoration: none;
	width:100%;
}
#footer a:hover {
	text-decoration: underline;
}

#bottom {
	margin:0 auto;
	width:800px;
	margin-bottom:150px;
	padding:7px;
	font-size:0.9em;
	color:#777777;		
}



/* layout structure end */


/* form styles */

form {
	margin-top:10px;
}

/* text input */
div.text input, input.text {
	font-family:'lucida grande',tahoma,arial,sans-serif;
	font-size:1.1em;
	padding:4px;
	border:1px solid #c0c0c0;
	color:#444444;
	background-color:#f7f7f7;

}
div.text input:focus, input.text:focus {
	border:1px solid #999999;
}

/* password input */
div.password input {
	font-family:'lucida grande',tahoma,arial,sans-serif;
	font-size:1.1em;
	padding:4px;
	border:1px solid #c0c0c0;
	color:#444444;
	background-color:#f7f7f7;
}
div.password input:focus {
	border:1px solid #999999;
}

/* textarea input */
div.textarea textarea {
	font-family:'lucida grande',tahoma,arial,sans-serif;
	font-size:1.1em;
	padding:4px;
	border:1px solid #c0c0c0;
	color:#444444;
	background-color:#f7f7f7;
}
div.textarea textarea:focus {
	border:1px solid #999999;
}

/* select input */
div.select select, select.select {
	font-family:'lucida grande',tahoma,arial,sans-serif;
	font-size:1.1em;
	padding:4px;
	border:1px solid #c0c0c0;
	color:#444444;
	background-color:#f7f7f7;
}
div.select select:focus, select.select:focus {
	border:1px solid #999999;
}


/* submit button */
div.submit input, input.button {
	font-family:'lucida grande',tahoma,arial,sans-serif;
	font-size:1em;
	padding:3px 7px;
	background:url(/img/button_background.png) repeat-x;
	color:#ffffff;
	border:1px solid #446634;
	cursor:pointer;
}

/* labels and form structuring */
div.text label, div.password label, div.textarea label, div.select label {
	bottom:-4px;
	display:block;
	float:left;
	margin-right:10px;
	position:relative;
	text-align:right;
	width:170px;
	font-size:1.1em;
}

legend {
	font-size:1.1em;
	color:#555555;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:180px;
	padding-top: 10px;
}

div.input {
	margin-bottom:10px;
	clear:both;
	font-size:0.9em;
}

div.checkbox {
	margin-left:182px;
}
div.checkbox label {
	position: relative;
	bottom: 2px;
}

div.submit {
	margin-left:182px;
}

div.formPadding {
	margin-left:182px;
}

div.required label {
	font-weight:bold;
}

.inputXL {
	width: 500px;
}
.inputL {
	width:400px;
}
.inputM {
	width:340px;
}
.inputS {	
	width: 250px;
}
.inputXS {	
	width: 80px;
}
.inputXXS {
	width:40px;
}

h6 {
	float:left;
	margin-bottom:10px;
	line-height:1.3em;
	margin-top:3px;
	color:#888888;
	margin-left:182px;
}

h5 {
	margin-left:182px;
	margin-top:10px;
	margin-bottom:10px;
	width:400px;
}

.error-message {
	color:#cc9500;
	margin-left:182px;
	clear:both;
	position: relative;
	/* top:-8px; */
	font-size:1.05em;
}


/* form styles end */


#middleBanner {
	padding:30px;
	font-size:2.3em;
}



#iconLogInOut {
	position:relative;
	bottom:-2px;
}

.icon {
	position:relative;
	bottom:-3px;
}

.badge {
	position: relative;
	bottom: -8px;	
}

h1.icon2 {
}
h1.icon2 img {

}
h1.icon2 span {
	bottom:14px;
	position:relative;	
}

/* sub Navigation */
#subNav {
	margin-top:20px;
}
#subNav ul {
	list-style-type: none;
	bottom:-1px;
	position: relative;
	margin:0px;
	padding:0px;
}

/* _ standard */
#subNav li {
	float:left;
	text-align: center;
	margin-right: 5px;
	padding:5px 11px;
	background:#becbdf;
	font-size:1.1em;
	border-top:1px solid #f0f0f0;
}
#subNav a {
	display:block;
	text-decoration: none;
	width:100%;
	color:#4b6696;
}

/* _ hover */
#subNav li:hover {
	background:#4b6696;
}
#subNav li:hover a {
	color:#ffffff;
}

/* _ active box */
#subNav li.active {
	background:#ffffff;
	border-top:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
}
#subNav li.active a {
	text-decoration: none;
	width:100%;
	color:#444444;
	font-weight:bold;
}


/* flash styles */

.message {
	font-size:1.5em;
	margin-bottom: 17px;
}
#errorMessage, #authMessage, #auth2Message {
	color:#cc9500;
}
#successMessage {
	color:#64964b;
}
#fatalMessage {
	color:#964b4b;
	font-weight:bold;
}
#logbookMessage {
	color:#999999;
	font-size:0.8em;
	margin-bottom:4px;
}


/* headers */
h1 {
	color:#555555;
	line-height:1.5em;
	font-size:1.4em;
	font-weight:bold;
}
h2 {
	color:#555555;
	line-height:1.3em;
	font-size:1.2em;
}
h3 {
	color:#555555;
	line-height:1.1em;
	font-size:1em;
}

/* row styles for tables */
.row1 td, .row1 {
	background:#f8f8f8;
	border-bottom:1px solid #d8d8d8;
}
.row2 td, .row2 {
	background:#ffffff;
	border-bottom:1px solid #d8d8d8;
}

.rowHighlight td, .rowHighlight {
	background: #CFD9E8;
	border-bottom:1px solid #ffffff;
}
.rowHighlight a {
	color:#ffffff;
}


.rowPadding, .rowPadding td {
	padding:5px;
}


.tableClickable {
	
}
.tableClickable td {
	padding:5px;
}
.tableClickable tr {
	cursor:pointer;
}
.tableClickable tr:hover td {
	background:#4b6696;	
	color:#ffffff;
	border-bottom:1px solid #4b6696;	
}
.tableClickable tr:hover a {
	color:#ffffff;
}

th.thl {
	border-left:1px solid #e3e3e3;
}
th.thr {
	border-right:1px solid #e3e3e3;
}
th {
	padding:5px;
	font-weight:bold;
	font-size:1.1em;
	cursor:auto;
	background:#ffffff;
	color:#444444;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}


/* general font styles */
.font09 {
	font-size:0.9em;
}
.font08 {
	font-size:0.8em;
}
.font07 {
	font-size:0.7em;
}
.font11 {
	font-size:1.1em;
}
.font12 {
	font-size:1.2em;
}
.font13 {
	font-size:1.3em;
}


/* Paging */
div.paging {
	color: #cccccc;
	margin-top:20px;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #dddddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #333333;
}
div.paging span a {
}


a img {
	border:none;
}

/* UL with bulletin */
ul.ulb {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.ulb li {
	padding-bottom:5px;
	list-style-image: url(../img/icons/list-style-image.png);
	margin-left: 20px;
}

ul.ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: circle;
	margin-left:25px;
}
ul.ul li {

}

ul.ul_n {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left:25px;
}


ul.ul_a {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: lower-latin;
	margin-left:25px;
}

.noscript {
	font-weight: bold;
	color:#ff0000;
	border:1px dashed #ff0000;
	padding:5px;
	line-height: 4em;
}

.bgstripe_outer {
	background: transparent url(/img/bgstripe_right.gif) no-repeat bottom right ;
	font-size:0.8em;
	text-align:center;
	font-weight:bold;
	
	float:left;
	display:block;
	height:13px;
	margin-right:2px;
	padding-right:5px;
	margin-top:2px;
}

.bgstripe_inner {
	background: transparent url(/img/bgstripe_left.gif) scroll no-repeat bottom left;
	display:block;
	line-height:13px;
	padding:0px 1px 0px 6px;
	
}