
#pageContainer {
	width: 800px;
	margin: 15px auto;
}


body,td {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #363636;
}

body {
	background-color: #1C1F20;
	padding: 0px;
	margin: 0px;
	position:relative;
}


h1 {
	font-weight:bold;
	font-size:16px;
	color: #f7941c;
	margin: 0px;
	padding: 0px;
}

#mainContent p,#mainContent table {
	margin: 0 0 20px 0px;
	padding: 0px;
}

a:link,a:visited,a:active {
	color: #005AFF;
	text-decoration: underline;
}
a:hover {
	color: #DB0000;
	text-decoration: underline;
}

/* forms */
form {
	padding: 0px;
	margin: 0px;
}
input, select, option, textarea, file {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;		
}
.button {
	height: 22px;
	border: 1px solid #8D9293;
	background-color: #F3F4F4;
	color: Black;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 12px;	
	cursor: pointer;
}

.defaultButton {
	height: auto;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* list */
li {
	list-style-image: url(images/list.gif);
	padding-bottom: 8px;
}
ul {
	padding: 0px;
	margin: 20px;
	margin-top: 5px;
}

/* body */
#mainContent {
	position:relative;
	background-color: White;
	text-align: left;

	background-position: Left Bottom;
	background-repeat: no-repeat;
	padding: 40px;

	min-height: 350px;

	height:auto !important;
 	height:350px;	/* stupid IE setting */
}

/* header */
.header {
	background-color: #474F51;
	padding-top: 40px;

	position:relative;
}

.header_line #logo {
	position: absolute;
	right: 0px;
	bottom:0px;
}


.header_line {
	position:relative;
	background-color: #F6C438;
	height: 13px;
	text-align: right;
}

.languages {
	padding: 10px 24px 0px 0px;
	color: #B7B7B7;
	text-align: right;
	font-size: 10px;
	height: 43px;
	vertical-align: top;
}
.lang b {
	font-weight: bold;
	color: #EBEBEB;
}

a.language_selected:link,a.language_selected:visited,a.language_selected:active {
	font-weight: bold;
	color: #B7B7B7;
	text-decoration: none;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 4px;
	vertical-align: top;
}

a.language:link,a.language:visited,a.language:active {
	color: #B7B7B7;
	text-decoration: none;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 4px;
	vertical-align: top;
}
a.language:hover {
	color: #FFFFD9;
	text-decoration: underline;
}
/* menu */
.menu {
	padding-left: 15px;
}

.menu_item {
	padding-left: 10px;
}

a.topmenu:link,a.topmenu:active,a.topmenu:visited {
	color: #B7B7B7;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

a.topmenu:hover {
	color: White;
}

a.topmenu_active:link,a.topmenu_active:active,a.topmenu_active:visited {
	color: White;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.popmenu {
	background-color: #F6C438;
	color: #3B3B3B;
	position: absolute;
	width: 150px;
	border: 1px solid #C18E00;
	display: none;
	z-index:100;
}

.popmenuWide {
	background-color: #F6C438;
	color: #3B3B3B;
	position: absolute;
	width: 200px;
	border: 1px solid #C18E00;
	display: none;
	z-index:100;
}
a.popmenu_link:link,a.popmenu_link:active,a.popmenu_link:visited {
	color: #3B3B3B;
	text-decoration: none;
	padding: 2px;
	padding-left: 5px;
	display: block;
}
a.popmenu_link:hover {
	background-color: #C18E00;
	color: White;
}

/* footer */
#footer {
	color: #7B7D7E;
	font-size: 10px;
	text-align: right;
	padding: 10px 0px;
	background-color: #1C1F20;
}

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

#footer a:hover {
	color: #c0c5c7;
}


.text {
	line-height: 150%;
	text-align: left;
}

.head {
	color: #F7941C;
	font-weight: bold;
	padding-bottom: 15px;
}



.box_header {
	background-color: #EEEEEE;
	padding: 5px;
	padding-left: 15px;
	font-weight: bold;
	border-bottom: 2px solid White;
}
.box {
	background-color: #F6F6F6;
	padding: 15px;
	padding-left: 20px;
}
.tbl_head_bold {
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid Silver;
	border-top: none;
	background-color: #F0F0F0;
	font-weight: bold;
}
.tbl_td {
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid Silver;
	border-top: none;
}
.tbl_td_alt {
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid Silver;
	background-color: #F6F6F6;	
}
.tbl {
	background-color: White;
	border: 1px solid Silver;
	border-right: none;
}

.tbl a {
	text-decoration: none;
}
.tbl a:hover {
	text-decoration: underline;
}



.icon {
	border:none;
	width: 16px;
	height: 16px;
}

.iconLink {
	margin-right: 5px;
}

.error {
	color: #FF0000;
	font-weight:bold;
} 


#currentUserName {
	position: absolute;
	text-align:right;
	top: 5px;
	right: 5px;
}

#adminOptions {
	position: absolute;
	text-align:left;
	top: 5px;
	left: 5px;
}


#progressBarContainer {
	width: 350px;
	height: 20px;
	border: 1px solid #DDDDDD;
	margin: 10px auto;
	overflow:hidden;
	position:relative;
}

#progressBar {
	position:absolute;
	left: -350px;
	top: 0px;
}


