html {
	border: 0px;
}

body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	border: 0px;
	color: #fff;
	background: #000;
	font-size: 76%;
	text-align: center;
	behavior: url("/css/behavior/csshover.htc");
}

body,input,td{
	font-family: verdana,arial,helvetica,sans-serif;
}

textarea{
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
}

h1,h2,h3,h4,h5,h6{
	font-family: arial,helvetica,sans-serif;
	color: gold;
}

div, table, ul, li, p{
	font-size: 1em;
}

a {
	color: #69c;
	text-decoration: none;
} a:hover{
	color: #f69;
	text-decoration: none;
}


abbr, acronym, span.abbr {
	border-bottom: 1px #0f0 dotted;
	cursor: help;
}

form{
	margin: 0;
}

fieldset{
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

legend{
	font-weight: bold;
}

label{
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	width: 10.5em;
	padding: 0;
}

input,select{
	font-size: 1em;
}

img{
	border: 0px;
}

/***********************************************************************/

h1,h2,h3,h4,h5,h6,p{
	margin: 1em 0 .8em 0;
	padding: 0;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
}

/***********************************************************************/

#page_object{
	position: relative;
	width: 780px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: .9em;
	text-align: left;
	overflow: visible;
}

#page{
	position: relative;
	width: 748px;
	height: 100%;
	margin: 0;
	padding: 0 16px;
	overflow: visible;
}

/***********************************************************************/

#header{
	/*display: none;*/
	position: relative;
	left: 0px;
	top: 0px;
	width: 748px;
	height: 124px;
	z-index: 1;
}

#header #heading_websitetitle{
	display: none;
}

#header #p_websitelogo{
	position: absolute;
	left: 0px;
	top: 10px;
	width: 10em;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	font-family: Impact,Arial;
}

/***********************************************************************/

#mainbody_object{
	position: relative;
	padding-bottom: 1px;
	z-index: 2;
	overflow: visible;
}

/***********************************************************************/

#browse_object{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	overflow: visible;
}

/***********************************************************************/

/* Main Navigation */

#menu_main_object{
	position: relative;
	left: 40px;
	top: 0px;
	width: 162px;
}

#menu_main ul{
	position: relative;
	left: 0px;
	top: 0px;
	width: 162px;
	margin: 0;
	padding: 0;
	border: 0px;
	list-style-type: none;
	white-space: nowrap;
}

#menu_main ul li{
	position: relative;
	left: 0px;
	top: 0px;
	width: 162px;
	height: 28px;
	margin-bottom: 4px;
	background: #f00;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}

#menu_main a {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 18px;
	padding: 4px 0px;
	border: none;
	border: 1px outset #fdd;
	color: gold;
	background: #877;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
} #menu_main a:hover {
	color: #766;
	background-color: #cb9;
	border: 1px inset #fec;
}

/***********************************************************************/

#content_object {
	position: relative;
	left: 230px;
	top: 0px;
	width: 478px;
	_height: 400px;
	min-height: 400px;
	margin: 0;
	margin-bottom: 130px;
	padding: 18px 30px 15px 30px;
	font-size: 1.1em;
}

#content {
	position: relative;
	width: 100%;
	margin: 0;
	margin-top: -50px;
	padding: 0 0 185px 0;
}

#content p{
	margin: .8em 0;
	line-height: 1.4em;
}

#content ul li{
	margin-bottom: .5em;
}

/***********************************************************************/

#footer_object {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 782px;
	height: 70px;
	margin-top: 50px;
	padding-top: 60px;
	text-align: center;
	z-index: 2;
	overflow: hidden;
}

#footer_object p{
	margin: 0;
}

#copyright {
	position: relative;
}

#footer ul {
	position: absolute;
	left: 290px;
	top: 59px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding-right: 18px;
}

/***********************************************************************/

.fieldinfo{
	position: absolute;
	right: 20px;
	width: 18px;
	height: 17px;
	padding: 5px;
	color: #666;
	font-family: tahoma,verdana,geneva,arial,helvetica,sans-serif;
	overflow: hidden;
}

.fieldinfo:hover{
	width: 250px;
	height: auto;
	border: 1px solid #000;
	background: #ffd;
	overflow: auto;
	z-index: 100;
}

.fieldinfo h5{
	margin: 0;
	padding-left: 24px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	color: #000;
	background: url(/image/admin/icon_information02.gif) no-repeat;
	font-size: 1.1em;
	font-family: tahoma, arial,helvetica,sans-serif;
}

/***********************************************************************/

#notification_object{
	margin-bottom: 8px;
	background: url(/image/admin/icon_information02.gif) 6px 6px no-repeat;
}

#notification_object ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#notification_object li{
	margin: 1px 0;
	padding: 6px 2px 4px 28px;
	list-style: none;
}

#notification_object h3{
	margin-bottom: 12px;
	padding: 6px 0 0 28px;
}

#notification_object li.success{
	border: 2px solid #0f0;
	background: #efe url(/image/admin/icon_status_on.png) 6px 6px no-repeat;
}

#notification_object li.warning{
	border: 2px solid #ff0;
	background: #ffe url(/image/icon_status_off.png) 6px 6px no-repeat;
}

#notification_object li.fail{
	border: 2px solid #f00;
	background: #fee url(/image/icon_status_off.png) 6px 6px no-repeat;
}

#notification_object li h4,#notification_object li p{
	margin: .5 0;
	font-size: 1em;
}

