/*

*/

BODY {
	font-family: arial;
}

BODY, TD, TH, INPUT {
	font-size: 11px;
}

FORM {
	margin: 0px;
}

#siteheader {
	width: 1000px; /* 980 = 1000px; */
	height: 50px; /* = 70px; */
	background: #ffffff url('../styleimg/siteheaderbg.gif') top left no-repeat;
	padding: 10px;
}

#siteheader H1 {
	font-size: 18px;
	font-weight: bold;
}

#sitemenu {
	width: 990px; /* = 1000px; */
	color: #ffffff;
	background: url('../styleimg/bg_menu.gif') center center repeat  #000000;
	padding: 5px;
}

#sitemenu UL {
	list-style : none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display : inline;
}

#sitemenu LI {
	display : inline;
	padding: 0 3px 0 3px;
}

#sitemenu A {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#sitemenu A:HOVER {
	color: #ff9933
}

#sitestatus {
	width: 990px; /* = 1000px; */
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
}

#sitecontent {
	width: 990px; /* = 1000px; */
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

#sitefooter {
	width: 990px; /* = 1000px; */
	padding: 1px 5px 1px 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 20px 0px 10px 0px;
	color: #cccccc;
	line-height: 1.5em;
}

.errorbox {
	width: 990px;
}

#sitecontent INPUT, SELECT {
	font-size: 11px;
}

#sitecontent TABLE {
	border-collapse: collapse;
}

#sitecontent TABLE,
#sitecontent TD,
#sitecontent TH
{
	border-color: #EDF2F6;
}

#sitecontent TH {
	background: #EDF2F6;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}

#sitecontent TD.disabled {
	background: #ffeeee;
	color: #666666;
	text-decoration: line-through;
}

#sitecontent TH,
#sitecontent TD {
	vertical-align: top;
}

#sitecontent H1, H2, H3 {
	color: #777777;
}

#sitecontent H1 {
	margin: 0px;
	font-weight: normal;
	font-size: 22px;
}

#sitecontent H2 {
	font-size: 16px;
}

#sitecontent H3 {
	font-size: 14px;
}

#sitecontent .controlpanel {
	font-size: 11px;
	margin: 5px 0 5px 0;

	border: 1px solid #999999;
	background: #FFF0D3;
	padding: 2px;
	height: 22px;
}

#sitecontent .controlpanel INPUT {
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
}

#sitecontent .linkbullet {
	color: #ff9933;
	font-weight: bold;
}

#sitecontent A {
	color: #777777;
	text-decoration: none;
}

#sitecontent A:HOVER {
	color: #ff9933;
}


.leftpanel {
	width: 460px; /* 480px;*/
	float: left;
}

.rightpanel {
	width: 500px; /* 480px;*/
	float: right;
}

.note {
	font-size: 10px;
	color: 666666;
}

.position_changed {
	/* background: #eeeeee; */
	color: #aaaaaa;
	font-style: italic;
}

.position_deleted {
	/* background: #eeeeee; */
	text-decoration: line-through;
}

.formbox {
	position: relative;
	padding: 5px;
	margin: 30px 0 0 0;
	border: 1px solid #888888;
	background: #eeeeee url('../styleimg/formbox_bg_topleft.gif') top left no-repeat;
}

H2.formboxlabel {
	position: relative;
	width: 12em;
	padding: 1px 5px 1px 5px;
	border: 1px solid #888888;
	background: #ffffff;
	margin: 0px 10px -10px 10px;
	top: -20px;
}

#sitecontent .formbox TABLE,
#sitecontent .formbox TD,
#sitecontent .formbox TH
{
	border-color: #888888;
}

#sitecontent .formbox TH {
	background: #eeeeff;
}

.dbok {
	border: 1px solid black;
	background: #88ff88;
	color: black;
	font-size: 8px;
	padding: 2px;
	display: inline;
	margin: -2px 2px 2px 2px;
	position: relative;
	top: -2px;
}


