/* HTML DEFINITIONS */

body {
	scrollbar-face-color: #F0F0F0;
	scrollbar-shadow-color: #F0F0F0;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-3dlight-color: #8F8F8F;
	scrollbar-darkshadow-color: #8F8F8F;
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #8F8F8F;
	margin: 0px;
	padding: 7px;
	background-color: #8F8F8F;
	background-image: url("../images/template/back_repeat.jpg");
	background-repeat: repeat-x;
	overflow: hidden;
}

body, td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8B8B8B;
}

a, a:link, a:visited, a:active { 
	color: #696969;
	text-decoration: underline;
}
a:hover { 
	color: #ADADAD;
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}

/* FORM DEFINITIONS */

.default table {
	margin-top: 6px;
	border: 1px solid #DEDEDE;
	background-color: #F5F5F5;
}

.default input, .default textarea, .default select {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt;
	background-color: #FFFFFF;
	color: #696969;
	width: 250px;
	border: 1px solid #B3B2B1;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #B3B2B1;
	scrollbar-darkshadow-color: #B3B2B1;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #B3B2B1
}

.default select {
	width: auto;
}

.default textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	height: 85px;
	white-space: normal;
}

.default .checkbox {
	width: auto;
	border: none;
	background-color: transparent;
}

.default .submit { 
	background-color: #E4E4E4;
	font-weight: bold;
	color: #8A8A8A
}

/* CUSTOM DEFINITIONS */

.title {
	margin: 0px;
	padding: 0px;

	margin-top: 50px;
	margin-bottom: 8px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;

	text-transform: uppercase;

	color: #8B8B8B;

}

.bodytext {
	width: 70%;
	line-height: 16px;
}

/* NAVIGATION */

.nav {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #ADADAD;
	line-height: 13px;
	margin-bottom: 4px;
}

.nav a, .nav a:link, .nav a:visited, .nav a:active { 
	color: #ADADAD;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
.nav a:hover { 
	color: #8B8B8B;
	text-decoration: none;
	background-color: #F0F0F0;
	border: 1px solid #DEDEDE;
}

/* TEMPLATE DEFINITIONS */

#background {
	width: 100%;
	height: 50px;
	background-image: url("../images/backgrounds/example_background.jpg");
	margin-bottom: 10px;
}

#content {
	background-color: #F0F0F0;
	border: 1px solid #DEDEDE;
	padding: 10px;
	margin-bottom: 10px;
}

#footer {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #ADADAD;
	line-height: 13px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active { 
	color: #ADADAD;
	text-decoration: none;
}
#footer a:hover { 
	color: #DEDEDE;
	text-decoration: none;
}

/* OUTLINE BACK REPEATS */

#main_area {
	background-color: #FFFFFF;
	padding: 10px;
}

.top_repeat {
	background-image: url("../images/template/outline/top_repeat.gif");
	background-repeat: repeat-x;
}

.left_repeat {
	background-image: url("../images/template/outline/left_repeat.gif");
	background-repeat: repeat-y;
}

.right_repeat {
	background-image: url("../images/template/outline/right_repeat.gif");
	background-repeat: repeat-y;
}

.bottom_repeat {
	background-image: url("../images/template/outline/bottom_repeat.gif");
	background-repeat: repeat-x;
}