body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#cms_site{
	width: 970px;
	height: 550px;
	position: absolute;
	left: 50%;
	margin-left: -485px;
	top: 0px;
}
#cms_header{
	top: 0px;
	left: 0px;
	position: relative;
	height: 200px;
	width: 970px;
	background-image:url(../images/background_header.jpg);
	background-repeat:no-repeat;
}
#cms_nav_top{
	top: 20px;
	right: 100px;
	position: absolute;
	height: 50px;
	width: 250px;
	text-align: center;
}
#cms_nav_top ul{
	padding: 0px;
	margin: 0px;
}
#cms_nav_top li{
	list-style-type: none;
	display: inline;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	cursor: pointer;
}
#cms_nav_main{
	bottom: 10px;
	right: 0px;
	position: absolute;
	height: 60px;
	width: 750px;
	text-align: right;
}
#cms_nav_main ul{
	padding: 0px;
	margin: 0px;
}
#cms_nav_main li{
	list-style-type: none;
	display: inline;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	cursor: pointer;
}
#cms_nav_sub{
	top: 0px;
	left: 0px;
	position: relative;
	height: 20px;
	width: 948px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
	text-align: center;
	border: 1px solid #252d11;
	background-image:url(../images/background_info_bar.jpg);
}
#cms_nav_sub ul{
	padding: 0px;
	margin: 0px;
}
#cms_nav_sub li{
	list-style-type: none;
	display: inline;
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#cms_nav_sub_sub{
	top: 0px;
	left: 0px;
	position: relative;
	height: 10px;
	width: 948px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-align: center;
	border-left: 1px solid #252d11;
	border-right: 1px solid #252d11;
	border-bottom: 1px solid #252d11;
	background-color: #CCCCCC;
}
#cms_nav_sub_sub ul{
	padding: 0px;
	margin: 0px;
}
#cms_nav_sub_sub li{
	list-style-type: none;
	display: inline;
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#cms_content{
	top: 0px;
	left: 0px;
	position: relative;
	min-height: 400px;
	height: auto;
	width: 950px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}
#cms_row ul{
	padding: 0px;
	margin: 0px;
}
#cms_row li{
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
#cms_column ul{
	padding: 0px;
	margin: 0px;
}
#cms_column li{
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#cms_footer{
	top: 0px;
	left: 0px;
	width: 950px;
	position: relative;
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#cms_welcome{
	top: 0px;
	left: 0px;
	position: relative;
	height: 550px;
	width: 800px;
	background-image:url(../images/welcome.jpg);
	background-repeat:no-repeat;
}
#cms_welcome_email{
	top: 245px;
	left: 360px;
	position: relative;
	height: 200px;
	width: 350px;
}
#box{
	top: 75px;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	width: 900px;
	height: 600px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
	visibility: hidden;
}
#boxHeader{
	top: 0px;
	left: 0px;
	position: relative;
	height: 25px;
	width: 900px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #000000;
}
#boxHeaderLeft{
	top: 0px;
	left: 0px;
	position: relative;
	text-align: left;
	padding: 5px;
}
#boxHeaderLeft a{
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#boxHeaderLeft a:hover{
	color: #000000;
}
#boxHeaderRight{
	top: 0px;
	right: 0px;
	position: absolute;
	text-align: right;
	padding: 5px;
	color: #000000;
	font-weight: normal;
	vertical-align: middle;
}
#boxHeaderRight a{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#boxHeaderRight a:hover{
	color: #000000;
}
#boxHeaderLinkPage {
	margin-right: 25px;
}
#boxContent{
	top: 0px;
	left: 0px;
	position: relative;
	width: 900px;
	height: 575px;
}
.buttons {
	border-style : solid;
	border-width : 1px;
	background-color : #666666;
	border-color : #000000;
	font-size : 12px;
	color : #FFFFFF;
}
.buttonsDelete {
	border-style : solid;
	border-width : 1px;
	background-color : #CC0000;
	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;
}

/* grid styles */
#grid_header {
	top: 0px;
	left: 0px;
	position: relative;
	height: 13px;
}
.grid_header {
	background-color: #FFFFFF;
}
#grid_total {
	font-weight: bold;
	color: #000000;
	text-align: right;
	font-size: 10px;
	top: 0px;
	right: 0px;
	position: absolute;
}
#grid_add {
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-size: 10px;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 200px;
}
.grid_pages {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-size: 10px;
}
.grid_header_left {
	font-weight: bold;
	background-color: #E5E5E5;
	color: #000000;
	text-align: left;
	font-size: 11px;
	cursor: pointer;
}
.grid_header_center {
	font-weight: bold;
	background-color: #E5E5E5;
	color: #000000;
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
	cursor: pointer;
}
.grid_header_delete {
	font-weight: bold;
	background-color: #E5E5E5;
	color: #000000;
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
}
.grid_left {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
}
.grid_center {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
}
.grid_delete {
	font-weight: normal;
	background-color: #CC0000;
	color: #000000;
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
}
.grid_left_over {
	font-weight: normal;
	background-color: #e9e9e9;
	color: #000000;
	text-align: left;
	font-size: 11px;
}
.grid_center_over {
	font-weight: normal;
	background-color: #e9e9e9;
	color: #000000;
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
}
.grid_delete_over {
	font-weight: normal;
	background-color: #ce6363;
	color: #000000;
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
}
.grid_link {
	font-weight: normal;
	color: #0e5a9a;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
}
A.grid_link:HOVER {
	color: #000000;
}
.grid_link_add {
	font-weight: bold;
	color: #0e5a9a;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
A.grid_link_add:HOVER {
	color: #000000;
}
.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;
}
#grid_spacing {
	margin: 5px;
}

/* //grid styles */

.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;
	color: #000000;
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
	vertical-align: top;
}
.table_left {
	color: #000000;
	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;
}
.title_link {
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
}
.sub_title_link {
	font-weight: bold;
	color: #333333;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
}
.table_member_box {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	padding: 5px;
	text-align: center;
}
A.title_link:HOVER {
	color: #FFFFFF;
}
A.sub_title_link:HOVER {
	color: #999999;
}

.table_grid_header_left {
	font-weight: bold;
	background-color: #E5E5E5;
	color: #000000;
	text-align: left;
	font-size: 11px;
	cursor: pointer;
}
.table_grid_left {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-size: 10px;
	white-space: nowrap;
	vertical-align: top;
	text-transform: uppercase;
}
.table_grid_right {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #000000;
	text-align: right;
	font-size: 10px;
	white-space: nowrap;
	vertical-align: top;
	text-transform: uppercase;
}
.table_grid_empty {
	font-size: 10px;
	background-color: #F7F7F7;
}
.table_grid_content {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-size: 11px;
	white-space: nowrap;
}

.page_numbers {
	font-weight: normal;
	color: #0e5a9a;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
}
A.page_numbers:HOVER {
	color: #000000;
}
.page_numbers_over {
	font-weight: normal;
	color: #000000;
	text-align: left;
	font-size: 11px;
	text-decoration: none;
}
A.page_numbers_over:HOVER {
	color: #0e5a9a;
}
.setpointer {
	cursor: pointer;
}

#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_nav {
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	position: relative;
	overflow: visible;
}
#table_nav_menu {
	height: 14px;
	top: 0px;
	left: 0px;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: visible;
}
#table_nav_menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#table_nav_menu li{
	display: inline;
	margin: 0px 4px 0px 0px;
	padding: 5px;
	background-color: #CCCCCC;
	cursor: pointer;
}
#table_nav_box {
	width: 680px;
	height: auto;
	top: 0px;
	left: 0px;
	position: relative;
	font-size: 11px;
	border: 1px solid #000000;
	padding: 0px;
}
#table_nav_content {
	width: 680px;
	height: 200px;
}

.drop_down_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	font-size: 11px;
	width:101px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-top: 1px solid #000000;
}

.drop_down_menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width:101px;
	color: #000000;
	background-color: #FFFFFF;
}
.drop_down_menu li {
	padding: 3px;
	height: 15px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.drop_down_menu a:link, .drop_down_menu a:visited, .drop_down_menu a:active {
	color: #0e5a9a;
	text-decoration: none;
}

.drop_down_menu a:hover {
	color: #000000;
	text-decoration: none;
}
