#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;
}

.drop_down_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	font-size: 10px;
	width:121px;
	color: #888e98;
	text-transform: uppercase;
}

.drop_down_menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width:121px;
	color: #FFFFFF;
	background-image:url(../images/buttons/dropdown.jpg);
}
.drop_down_menu li {
	padding: 0px 0px 0px 3px;
	height: 15px;
}
.drop_down_menu a:link, .drop_down_menu a:visited, .drop_down_menu a:active {
	color: #888e98;
	text-decoration: none;
}

.drop_down_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.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;
}
