body{
	background-color: #FFFFFF;
	font-family: arial;
}

#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;
}
.boxHeaderRight{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.table_header_left {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}
.table_left {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	white-space: nowrap;
	vertical-align: top;
}
.table_normal {
	font-weight:normal ;
	text-align: left;
	font-size: 12px;
	white-space: nowrap;
	vertical-align: top;
}
.table_right_large {
	text-align: right;
	font-size: 12px;
	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: #000000;
}
.page_link {
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
A.page_link {
	color: #2F97EC;
	text-decoration: none;
}
A.page_link:HOVER {
	color: #2F97EC;
	text-decoration: none;
}
A.page_link:VISITED {
	color: #2F97EC;
	text-decoration: none;
}

.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;
}

/*******************************************************
MINI GALLERY
*******************************************************/

div.banners { 
	width: 345px;
	height: 290px;
	position: relative;
}

div.banners div.banner { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 345px;
	height: 245px;
	display: none;
}
	
div.banners div.text { 
	position: absolute;
	top: 248px;
	left: 0px;
	width: 345px;
	height: 40px;
	font-size: 10px;
}
.drop_down_menu2 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	font-size: 12px;	
	width:120px;
	color: #888e98;
	margin-left: -7px;
	z-index: 1000;
	text-align: left;
}

.drop_down_menu2 ul {
	margin: 0px;
	margin-left: 20px;
	margin-right: 40px;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	width:120px;
	color: #000000;
	
}

.drop_down_menu2 span {
	position: absolute;
	left: 30px;
}

.drop_down_menu2 li {

	text-align: center;
	padding: 0px 10px 0px 0px;
	/*
	margin-bottom: 7px;
	*margin-bottom: 5px;
	*/
	margin: 0;
}

.drop_down_menu2 li.divider {
	margin: 0;
	background: url(../../images/2dropdownDivider.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;
}

.drop_down_menu2 li img {
	padding: 0;
	margin: 0;
}

.drop_down_menu2 li.last {
	padding: 0px 10px 0px 0px;
	margin-bottom: 0px;
	*margin-bottom: 0px;
}


.drop_down_menu2 a:link, .drop_down_menu2 a:visited, .drop_down_menu2 a:active {
	color: #dddddd;	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial;
	margin: 0;
	padding: 0;
}

.drop_down_menu2 a:hover {
	color: #ffffff;
	text-decoration: none;
}


