#center_box {
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 800px;
	min-width: 800px;
	text-align: left;
}

#header_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 85px;
	background: white;
	
	padding: 0;

}


#container_box {
	position: absolute;
		
	margin-top: 70px;	
	left: 0px;
	width: 100%;
		
	padding: 0;
}


#content_box {
	position: relative;
	
	margin-bottom: 10px;

	padding: 4px;
	
	background: white;
}

#footer_box {
	position: relative;
	left: 0px;
	bottom: 0px;
	
	width: 100%;
	clear: both;
		
	text-align: right;
	vertical-align: bottom;

}


#nav_sub_menu {
	display: none;
}


#login_center_box {
  position: relative;
  top: 50px;
  right: 0;
  margin: 0 auto;
  width: 456px;
  text-align: left;

  padding: 0;
}

#login_content {
	position: relative;
	margin: 0px;
	width: 456px;
	padding: 0;
	text-align: center;
	
	
	background: white;
	
	border-left: 1px;
	border-left-color: #8c8da2;
	border-left-style: solid;
	
	border-right: 1px;
	border-right-color: #8c8da2;
	border-right-style: solid;
	
}

#login_footer {
	position: relative;
	padding: 0;
}

body.login {
	background:#EEEEEE;
	text-align: center;
	min-width: 458px;
}
body {
	background:#EEEEEE;
	text-align: center;
	min-width: 800px;
}

p, .standard {
	font-size:12px; 
	font-weight:500; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#333333; 
	text-align:left; 
	margin: 0px;
}

a {
	font-size: 12px; 
	font-weight:500; 
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none;
}

HR {
	background: #ff9900;
	background-color: #ff9900;
	color: #ff9900;
	border-style: solid;
}

H1, .emph1 {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bolder;
}


a:link{
	color:#333333;
}

a:visited{
	color:#333333;
}

a:hover{
	color:#009900;
}

a:active {
	color:#009900;
}

a.logout:link {
	color:#CC0000;
}

a.logout:visited {
	color:#CC0000;
}

a.logout:hover {
	color:#000000;
}
	
a.logout:active {
	color:#000000;
}

a.edit:link {
	color:#009900;
}

a.edit:visited {
	color:#009900;
}

a.edit:hover {
	color:#000000;
}

a.edit:active {
	color:#000000;
}

a.delete:link {
	color:#FF0000;
}

a.delete:visited {
	color:#FF0000;
}

a.delete:hover {
	color:#000000;
}

a.delete:active {
	color:#000000;
}

a.support:link {
	color:#666666; 
	font-weight:bold;
}

a.support:visited {
	color:#666666; 
	font-weight:bold;
}

a.support:hover {
	color:#009900; 
	font-weight:bold;
}

a.support:active {
	color:#009900; 
	font-weight:bold;
}


.copyright, .redkite {
	color:#666666;
}

.copyright {
	text-align: right;
}

a.copyright:link {
	color:#666666;
}

a.copyright:visited {
	color:#666666;
}

a.copyright:hover {
	color:#CC0000;
}

a.copyright:active {
	color:#C00000;
}


a.addimage:link {
	color:#009900; 
	font-weight:bold;
}

a.addimage:visited {
	color:#009900; 
	font-weight:bold;
}

a.addimage:hover {
	color:#000000; 
	font-weight:bold;
}

a.addimage:active {
	color:#000000; 
	font-weight:bold;
}

TR.admin-head, TD.admin-head {
	background: #eeeeee;
	
	border-top: 1px;
	border-top-color: #ff9900;
	border-top-style: solid;
	
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

TR.admin, TD.admin, .admin_category {
	border-top: 1px;
	border-top-color: #dddddd;
	border-top-style: solid;

	font-family: sans-serif;
	font-size: 10px;
	
	
}

.admin_category {
	background-color: #dddddd;
	border-top-color: #ff9900;
	border-top-style: solid;
	border-top-width: 2px;
}

TR.admin-footer, TD.admin-footer {
	height: 1px;
	
	border-top: 1px;
	border-top-color: #ff9900;
	border-top-style: solid;
}


.error {
	font-size:12px; 
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif; 
	color:red; 
	text-align:left; 
	margin: 0px;	
}

.submit_button {
	border: 3px;
	border-color: buttonface;
	border-style: outset;
}

INPUT, TEXTAREA, IMG.admin, INPUT.file {
	border: 1px;
	border-color: #7f9db9;
	border-style: solid;
}


.editor {
	text-align: center; 
	font-size:20px; 
	font-weight:500; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	margin: 0px; 
	text-decoration:none; 
	line-height:22px;
}