/* CSS Document */


/* STANDARD CLASSES */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 20px 0px 20px 0px;
	background-image:url(../images/tile_bg.jpg);
}
 


td {
	vertical-align: top;
}





/* CUSTOM CLASSES */

.footer {
	text-align:center;
	font-size: 12px;
	color:#666666;
}

.navigation {
	text-align:right;
}

.remove_padding {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.input {
	width: 300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size: 11px;
	margin: 0px;
}

.select {
	width: 300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size: 11px;
	margin: 0px;
}

.submit {
	font-size: 11px;
}

.textarea {
	width: 300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size: 11px;
	height: 75px;
}

.admin_nav {
	font-size: 11px;
	border: 0px;
	background-color: #FFFFFF;
	color:#10AF14;
	text-decoration:underline;
	text-align:left;
}

.green {
	font-weight:bold;
	color:#10AF14;
}

/* STANDARD IDS */
#main {
	background-color:#FFFFFF;
}

#tile_top {
	width: 940px;
	background-image:url(../images/tile_top.jpg);
}

#tile_left {
	background-image:url(../images/tile_left.jpg);
}

#tile_right {
	background-image:url(../images/tile_right.jpg);
}

#tile_bottom {
	background-image:url(../images/tile_bottom.jpg);
}

#navigation {
	background-image:url(../images/tile_banner.jpg);
	vertical-align: bottom;
	width: 703px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#flash {
	padding-top: 10px;
}

#content {
	padding: 0px 20px 10px 20px;
	width: 900px;
}

#footer {
	padding: 10px 0px 0px 0px;
}

#login_table {
	border: 1px solid #10AF14;
	background-color:#FFFFFF;
}

#admin_left {
	border-right: 1px solid #10AF14;
	width: 150px;
}

#admin_right {

}

#alert {
	border: 1px solid #10AF14;
	background-color:#D9F7DA;
	padding: 5px;
}

/* LINKS */


.footer_link {
	font-size: 12px;
	color:#666666;
	text-decoration:underline;
}

.footer_link:hover {
	color: #333333;
	text-decoration:none;
}

.nav {
	font-family:Arial Narrow, "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
}

.nav:hover {
	color: #10AF14;
	text-decoration:none;
}

