@charset "utf-8";
/* CSS Document */

html, body {
    height: 95%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FEE2BF;
	background-color: #000000;
	margin: 5px;
	padding: 0px;
}

a, a:link, a:visited {
	color: #FFCC66;
	text-decoration: underline;
	outline: none;
}

a:active {
	color: #FFCC66;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #FFCC66; 
	text-decoration: none;
	outline: none;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #333333;
}

.radio {
	background-color: #000000;
}

img {
	border: none;
}

.small {
	font-size: 10px;
	text-align: center;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #FFCC66;
}

.title2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFCC66;
}

.form-label {
	font-size: 11px;
	color: #FFCC66; 
	margin-bottom: 5px;
}

.form-field {
	margin-left: 18px;
	padding-right: 10px
}

.form-field-container {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FEE2BF;	
}

.form-time {
	float: left;
	padding: 5px;
	width: 90px;
}


.form-time-disabled {
	float: left;
	padding: 5px;
	width: 90px;
	color: #666666;
	display: none;
}

.form-details {
	background-color: #222222;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	border: 1px dotted #444444;
	overflow: scroll;
}

/* Template Tables */
.body-container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.menu-left {
	width: 175px;
	padding: 5px;
}

.menu-text {
	font-size: 10px;
	text-align: right;
}

.menu-text a, .menu-text a:link, .menu-text a:visited {
	text-decoration: none;
}

.menu-text a:hover {
	text-decoration: underline;
}

.content-container {
	width: 575px;
	height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FEE2BF;
}

.title-container {
	width: 100%;
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FEE2BF;
	border-right-color: #FEE2BF;
	border-bottom-color: #FEE2BF;
}

.page-container {
	width: 555px;
	overflow: scroll;
	margin-left: auto;
	margin-right: auto;
	
}

.footer-container {
	width: 100%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FEE2BF;
}

/**
 * Calendar
 **/
.calendar {
	background-color: #222222;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	border: 1px dotted #444444;
}

.calendar-header {
	background-color: #222222;
	text-align: center;
	font-weight: bold;
}

.calendar a {
	padding: 3px 8px;
	display: block;
}
.calendar-day {
	background-color: #222222;
}

.calendar-today {
	font-weight: bold;
	background-color: #333333;
	border: 1px dotted #444444;
}

.calendar-day:hover {
	background-color: #444444;
}

.calendar-today:hover {
	background-color: #444444;
	border: 1px dotted #555555;
}

/**
 * Proofs
 **/
.proofs {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.proof-img {
	float: left;
	width: 130px;
	height: 160px;
	text-align: center;
}

.img-options {
	position: relative;
}