

/* *******************************************************************************************
 *         Basic settings                                                                    *
 ******************************************************************************************* */


BODY {
	background-color: #e7e7e7;
	margin: 25px 0 0 0 !important;
	text-align: center;
}

DIV, FORM {
	margin: 0;
	padding: 0;
	text-align: left;
}

BODY, TD {
	font: 11px 'Lucida Sans Unicode',Verdana,Geneva,sans-serif;
	color: #000000;
}
TD {
	vertical-align: top;
}

A IMG {
	border: 0 !important;
}

H1 {
	font: bold 20px Verdana,Geneva,sans-serif;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
}
H2 {
	font: bold 17px Verdana,Geneva,sans-serif;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
}
H3 {
	font: bold 15px Verdana,Geneva,sans-serif;
	color: #333333;
	margin: 15px 0 10px 0;
	padding: 0;
}
H4 {
	font: bold 13px Verdana,Geneva,sans-serif;
	color: #333333;
	margin: 15px 0 8px 0;
	padding: 0;
}
H5 {
	font: bold 11px 'Lucida Sans Unicode',Verdana,Geneva,sans-serif;
	color: #333333;
	margin: 10px 0 6px 0;
	padding: 0;
}


/* *******************************************************************************************
 *         Outer Container                                                                   *
 ******************************************************************************************* */

#outer_container {
	width: 932px;
	margin: 0 auto 15px auto;
}

#content_container #main_top {
	height: 20px;
	background: transparent url(/images_gui/bg_main_top.gif) top left no-repeat;
}
#content_container #content {
	background: #ffffff url(/images_gui/bg_main_right.gif) top right repeat-y;
}
#content_container #main_bottom {
	height: 20px;
	background: transparent url(/images_gui/bg_main_bottom.gif) bottom left no-repeat;
}

/* *******************************************************************************************
 *         DocHead                                                                           *
 ******************************************************************************************* */

#dochead {
	position: relative;
	width: 100%;
	height: 214px;
	background: transparent url(/images_gui/bg_dochead.jpg) top left repeat-x;
}

#dochead #text0,
#dochead #text1 {
	position: absolute;
	top: 21px;
	left: 21px;
	font: italic 28px Verdana,Geneva,sans-serif;
	color: #000000;
}
#dochead #text1 {
	top: 20px;
	left: 20px;
	color: #ffffff;
}

#dochead #logo {
	position: absolute;
	top: 3px;
	right: 3px;
}

#dochead_top {
	padding: 0 15px 5px 0;
	text-align: right;
}
#dochead_top A {
	padding-left: 10px;
	font: 11px Verdana,Geneva,sans-serif;
	color: #666666;
	text-decoration: none;
}
#dochead_top A:active,
#dochead_top A:hover {
	text-decoration: underline;
}
#dochead_top IMG {
	margin: 0 0 1px 5px;
	vertical-align: middle;
}


/* *******************************************************************************************
 *         Topmenu                                                                           *
 ******************************************************************************************* */

#topmenu {
	position: absolute;
	right: 0;
	bottom: 0;
}

#topmenu TD {
	padding: 5px 5px 5px 3em;
	background: transparent url(/images_gui/bg_topmenu.gif) top left no-repeat;
	white-space: nowrap;
}

#topmenu A {
	font: 11px Verdana,Geneva,sans-serif;
	padding: 0 8px 0 9px;
	border-left: 1px solid #cccccc;
	color: #666666;
	text-decoration: none;
}
#topmenu A.act {
	color: #000000;
}
#topmenu A.item0 {
	border-left: 0;
}
#topmenu A:hover,
#topmenu A:active {
	color: #ee0000;
	text-decoration: none;
}


/* *******************************************************************************************
 *         Leftmenu                                                                          *
 ******************************************************************************************* */

#leftmenu {
	margin: 0 0 15px 0;
	padding: 0;
}

#leftmenu .item {
	margin: 0;
	padding: 4px 5px 5px 5px;
	border-bottom: 1px solid #cccccc;
}
#leftmenu .item0 {
	border-top: 1px solid #cccccc;
}

#leftmenu A {
	font: 11px 'Lucida Sans Unicode',Verdana,Geneva,sans-serif;
	color: #666666;
	text-decoration: none;
}

#leftmenu H2,
#leftmenu H2 A {
	font: bold 14px 'Lucida Sans Unicode',Verdana,Geneva,sans-serif;
	color: #666666;
	text-decoration: none;
}

#leftmenu .act {
	background-image: url(/images_gui/arrow_r.gif);
	background-position: right 8px;
	background-repeat: no-repeat;
}
#leftmenu .act A {
	color: #000000;
}

#leftmenu A:hover,
#leftmenu A:active {
	color: #ee0000;
	text-decoration: none;
}

/* *******************************************************************************************
 *         Middle Container - Other page                                                     *
 ******************************************************************************************* */

#content {
	padding: 10px 18px 0 18px;
}

#content #leftcol {
	float: left;
	width: 210px;
	min-height: 100px;
}
#content #leftcol .image {
	margin: 0;
	padding: 2px 0;
}

#content #maincol {
	float: left;
	width: 400px;
	min-height: 100px;
	margin: 0 0 0 35px;
	padding: 0;
}

#content #maincol .image_top {
	margin: 0;
	padding: 0 0 15px 0;
}
#content #maincol .image {
	clear: both;
	margin: 0;
	padding: 10px 0;
}

#content #maincol .image_left {
	float: left;
	padding: 5px 15px 5px 0;
}

#content #maincol .image_right {
	float: right;
	padding: 5px 0 5px 15px;
}

#content #rightcol {
	float: right;
	width: 210px;
	min-height: 100px;
	margin: 0;
	padding: 0;
}


/* *******************************************************************************************
 *         Gallery                                                                           *
 ******************************************************************************************* */

#gallery {
	margin-top: 25px;
	margin-bottom: 10px;
}
#gallery .img {
	width: 110px;
	text-align: center;
}
#gallery .imgV {
	height: 100%;
	padding: 0 15px;
	text-align: center;
	background: transparent url(/images_gui/1x1_cccccc.gif) 15px 0 repeat-y;
}
#gallery .imgVadm {
	height: 100%;
	padding: 0 15px;
	text-align: center;
	background: transparent url(/images_gui/1x1_red.gif) 15px 0 repeat-y;
}
#gallery .imgH {
	padding: 5px 0 15px 0;
}
#gallery .imgText {
	padding: 2px 0 3px 0;
	font: 9px 'Lucida Sans Unicode',Verdana,Geneva,sans-serif;
	color: #999999;
}


/* *******************************************************************************************
 *         Contact                                                                           *
 ******************************************************************************************* */

#contact {}

#contact .td1 {
	padding: 5px 0;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
}
#contact .td2 {
	padding: 5px 0 5px 25px;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
	font: 12px 'Lucida Sans Unicode',Verdana,Geneva,sans-serif;
	color: #000000;
}
#contact .row0 .td1,
#contact .row0 .td2 {
	border-top: 1px solid #cccccc;
}


/* *******************************************************************************************
 *         Boxes                                                                             *
 ******************************************************************************************* */

.box {
	margin: 0 0 20px 0;
	padding: 0;
}
.box H4 {
	margin: 0;
	padding: 4px 5px 5px 8px;
	font: 10px Tahoma,Verdana,sans-serif;
	letter-spacing: +1px;
	text-transform: uppercase;
	background: transparent url(/images_gui/bg_gradient.gif) top left repeat-y;
	color: #000000;
}
.box H4 A {
	color: #000000;
	text-decoration: none;
}
.box H4 A:hover,
.box H4 A:active {
	text-decoration: underline;
}
.box .box_content {
	margin: 0;
	padding: 10px;
	border-left: 1px solid #cccccc;
	background: transparent url(/images_gui/bg_gradient.gif) bottom left no-repeat;
}

.box .box_content P {
	margin: 0 0 6px 0;
}
.box .box_content .item {
	margin-top: 8px;
}
.box .box_content .item0 {
	margin-top: 0;
}

.box_content UL {
	list-style-type: square;
	list-style-position: inside;
	margin: 2px;
	padding: 0;
}
.box_content UL LI {
	margin: 0;
	padding: 0 0 3px 0;
}



/* *******************************************************************************************
 *         DocFoot                                                                           *
 ******************************************************************************************* */

#docfoot {
	clear: both;
	padding: 10px;
	font: 9px/1.3em Verdana,Geneva,sans-serif;
	color: #666666;
	text-align: center;
}
#docfoot A {
	color: #666666;
	text-decoration: none;
}


/* *******************************************************************************************
 *         Print                                                                             *
 ******************************************************************************************* */

DIV.print_btn {
	float: right;
	padding: 15px 10px 0 10px !important;
}

#print_dochead {
	display: none;
}

#print_dochead #print_logo {
	float: left;
	margin-right: 25px;
}
#print_dochead H1 {
	float: left;
	margin: 13px 0 0 0;
	font: 17px Verdana,Geneva,sans-serif;
	color: #666666;
}


#heading H1 {
	display: none;
}





/* *******************************************************************************************
 *         Forms                                                                             *
 ******************************************************************************************* */

SELECT, INPUT, TEXTAREA, .formField {
	font: 10px Verdana,Geneva,sans-serif;
	color: #666666;
}
SELECT, TEXTAREA, .formField {
	border: 1px solid #b8b7b7;
}
.formField {
	padding-left: 2px;
}

/* *******************************************************************************************
 *         Admin                                                                             *
 ******************************************************************************************* */

#adminlinks {
	position: absolute;
	z-index: 2;
	width: 80px;
	height: 205px;
	margin: 0;
	padding: 0;
	background-color: #20568d;
	border: 1px solid #000000;
	border-width: 0 1px 1px 0;
}
#adminlinks #button_container {
	margin: 9px 0 0 9px;
}
.adminlinks_in {
	top: -191px;
	left: -66px;
	background-color: #eeee33 !important;
}
.adminlinks_out {
	top: 0;
	left: 0;
}

#adminlinks BUTTON {
	display: block;
	width: 60px;
	font: bold 10px Tahoma,Arial,Verdana,sans-serif;
	color: #ffffff;
	background-color: #30669d;
	border: 1px solid #999999;
	border-color: #dae4ef #999999 #999999 #dae4ef;
	cursor: pointer;
	margin-top: 2px;
	padding: 3px;
}
#adminlinks BUTTON.disable {
	color: #85b6ed;
	background-color: #6096cd;
	border-color: #dae4ef #999999 #999999 #dae4ef;
	cursor: default;
}
#adminlinks BUTTON.btn_top {
	font: bold 14px Tahoma,Arial,Verdana,sans-serif;
	margin: 0;
	padding: 5px;
}
#adminlinks #close {
	position: absolute;
	bottom: 1px;
	right: 1px;
	cursor: pointer;
}

.admLabel,
.admLabel A {
	font: bold 10px Tahoma,Arial,sans-serif !important;
	background-color: #cc0000 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}
.admLabel {
	padding: 1px 4px !important;
}
.admLabel A {
	color: #ffffff !important;
	text-decoration: none !important;
}
.admHand {
	margin: 2px !important;
}

.autoH {
	height: auto !important;
}

#adm_postit {
	margin: 10px;
	padding: 5px;
	font: 10px Verdana, Geneva, sans-serif;
	color: #000000;
	background-color: #ffff66;
	border: 1px solid #cccccc;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}


/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */

.red {
	color: #cc0000;
}
.dim {
	color: #999999;
}


