body{
	scrollbar-face-color:#cec3b2;
	scrollbar-base-color:#cec3b2;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#cec3b2;
	scrollbar-highlight-color:#cec3b2;
	scrollbar-3dlight-color:#573907;
	scrollbar-darkshadow-Color:#573907;
}

a {
	color: #957744;
	text-decoration: none;
	font-family: century gothic;
	font-size: 13px;
	font-weight:Bold;	
}
	
a:hover {
	color:#000000;
}

.drop_down_menu {
	position: absolute;
	top: 0px;
	left: 187px;
	visibility: hidden;
	font-size: 10px;
	font-family: Century Gothic;
	width:121px;
	color: #FFFFFF;
	text-transform: uppercase;
	z-index: 100;
}

.drop_down_menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 6px;
	list-style-type: none;

	width:121px;
	color: #FFFFFF;
}
.drop_down_menu li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 115px;
	height: auto;
	line-height: 12px;
}

.drop_down_menu a:link, .drop_down_menu a:visited, .drop_down_menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
	}

.drop_down_menu a:hover {
	color: #000000;
	text-decoration: none;
}

#cms_header_edit {
	width: 100%;
	height: 25px;
	top: 0px;
	left: 0px;
	position: relative;
	background-color: #CCCCCC;
	border-bottom: 1px solid #999999;
}
#cms_header_edit_left {
	width: 100px;
	height: 25px;
	top: 0px;
	left: 0px;
	position: absolute;
	color: #000000;
}
#cms_header_edit_left ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#cms_header_edit_left li{
	display: inline;
	margin: 5px;
	padding: 0px;
}
#cms_header_edit_right {
	width: 400px;
	height: 25px;
	top: 0px;
	right: 0px;
	position: absolute;
	color: #000000;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
	margin: 5px;
}
#cms_header_edit_right ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#cms_header_edit_right li{
	display: inline;
	margin: 5px;
	padding: 0px;
}

.table_header_error {
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
	vertical-align: top;
}
.table_header_left {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}
.table_left {
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
	vertical-align: top;
}
.table_main {
	color: #000000;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
}
.grid_link_forgot {
	font-weight: bold;
	color: #0e5a9a;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
A.grid_link_forgot:HOVER {
	color: #FFFFFF;
}

.buttons {
	border-style : solid;
	border-width : 1px;
	background-color : #666666;
	border-color : #000000;
	font-size : 12px;
	color : #FFFFFF;
}
.formtextbox {
	color : #000000;
	border-style : solid;
	border-width : 1px;
	background-color : #FFFFFF;
	border-color : #666666;
	font-size : 11px;
}
.redformtextbox {
	color : #000000;
	border-style : solid;
	border-width : 1px;
	background-color : #FF9999;
	border-color : #666666;
	font-size : 11px;
}

.form_td_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-size: 12px;
	vertical-align: top;
}
.form_td_value {
	text-align: left;
	font-size: 12px;
	white-space: nowrap;
	vertical-align: top;
}
