* {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Tahoma, Arial, sans-serif;
}


td, th {
	vertical-align: top;
}

ol, ul {
	list-style-position: inside;
}

a img {
	border: none;
}

.hidden { display: none; }

.clear { clear: both; }

img {
	vertical-align: bottom;
}

h1 {
	color: #444141;
	font-size: 20px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	margin: 24px 0 14px 0;
}

h2 {
	color: #444141;
	font-size: 20px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 14px 0;
}

h3 {
	color: #444141;
	font-size: 20px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	margin: 50px 0 14px 0;
}

h4 {
	color: #444141;
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	margin: 50px 0 14px 0;
}

.base {
	width: 850px;
	padding: 0 23px;
	margin-right: auto;
	margin-left: auto;	
}

.right {
	float: right;
}

.message {
	padding: 40px;
	text-align: center;
	color: #787878;
	font-size: 12px;	
}

	.message p {
		color: #000000;
		padding: 5px 40px;
	}

#content div.success {
	color: #03A230;
}

#content div.failure {
	color: #C77411;
}


a.triple-button:link, a.triple-button:visited {
	background-position: center top;
}

a.triple-button:hover {
	background-position: right top;
}

a.triple-button:active {
	background-position: left top;
}

#logout {
	left: 50%;
	margin: 0 0 0 372px;
	position: absolute;
}

	#logout a {
		font-size: 14px;
		color: #000000;
		font-weight: normal;
		text-decoration: underline;
	}

		#logout a img {
			margin: 8px 7px 1px 0;
		}

#page {
	min-height: 100%;
}

#container {	
	background-color: #FFFFFF;
}

	#header {
		height: 95px;
		margin-bottom: 15px;
	}
	
	
		#header table {
			width: 100%;
			height: 100%;
		}
		
			#header table td {
				line-height: 20px;
				vertical-align: bottom;
			}
			
				#header table td.notice {
					text-align: right;
					width: 500px;
					padding-right: 5px;
				}
				
					#header table td.notice table {
						height: 15px;
						border-collapse: collapse;
						width: auto;
						float: right;
						margin: 2px 0;
					}
			
					#header table td.notice table th {
						width: 15px;
						font-size: 10px;
						height: 15px;
						line-height: 15px;
					}
					
					#header table td.notice table th.left {
						background: transparent url('/images/notice-left.gif') right bottom no-repeat;
					}
					
					#header table td.notice table th.right {
						background: transparent url('/images/notice-right.gif') left bottom no-repeat;
						float: none;
					}
								
						#header table td.notice table td {
							background-color: #D7D93B;
							color: #716D63;
							font-size: 10px;
							height: 15px;
							line-height: 15px;
							white-space: nowrap;
						}
						
				#header table td.settings {
					font-size: 12px;
				}
				
					#header table td.settings p {
						clear: both;
						height: 22px;
					}
					
						#header table td.settings p * {
							float: left;
							vertical-align: bottom;
						}
					
						#header table td.settings p a {
							color: #C77411;
							margin-right: 5px;
						}
						
						#header table td.settings p span {
							width: 180px;
							overflow-x: hidden;
						}
						
						#header table td.settings p span input {
							border-width: 0 0 1px 0;
							border-style: solid;
							border-color: #454545;
							background-color: #F3F3F3;
							padding: 1px 4px 0;
							width: 100px;
							font-size: 12px;
						}
						
						#header table td.settings p span img {
							display: none;
						}
						
						#header table td.settings p span a.triple-button:link {
							display: block;
							width: 35px;
							height: 20px;
							background-color: transparent;
							background-image: url('/images/ok-button.gif');
							background-repeat: no-repeat;
							margin: -3px 0 0 115px;
							position: absolute;
						}
					

				


	#content {
		padding-bottom: 96px;
		font-size: 14px;
	}
	

	
	
#footer {
	height: 66px;
	margin-top: -66px;
	background: #4A4A4A url('/images/footer-bg.gif') top left no-repeat;
	color: #979797;
	font-size: 10px;
}

	#footer table {
		width: 100%;
		height: 100%;
	}
	
		#footer td {
			vertical-align: middle;
		}
		
	#footer p {
		line-height: 16px;
	}

	#footer a {
		color: #979797;
	}

	#menu {}
	
		#menu a {
			color: #FFD584;
			font-size: 11px;
		}