
body { font:12px arial; }
.head { width:1000px; height:120px; background:url(gfx/header.png) no-repeat; cursor:pointer;}
.holder { width:1000px; }

.clearboth { clear: both; height: 0; font-size: 0px; }

a { outline: none; }
a { color: red; text-decoration: none; }
a:hover { text-decoration: underline; }

.menu_holder { float:left; display:inline; width:170px !important; height:98px !important; overflow:hidden; background-color:#DA1721  }
.menu_holder a {text-decoration: none; }
#navigation { padding:2px 5px 15px 0; }
li.menu_item { padding:5px 5px 5px 0; }
li.menu_item a{ color: #ffffff; font-size: 11pt; text-decoration: none; padding-left: 13px; }
li.menu_item a:hover{ color: #ffffff; font-size: 11pt; text-decoration: none; padding-left: 13px; background-image: url(gfx/menu_arrow.gif); background-repeat: no-repeat; background-position: 0% 45%; }

.content_holder { float:left; display:inline; width:830px; background-color:#fff }

#header_img { width:830px; margin:0; background: url(gfx/headers/5.jpg) no-repeat right top; height:98px; }

/* progressbar */
#progressBarHolder {margin:16px 0 3px 0; float:right}
	#progressBar {width:164px; height:8px; margin:3px 0 0 0; padding:1px; border-width:1px; border-style:solid; text-align:left}
		#progressIndicator {height:8px; margin:0; padding:0; background-color:lime}
/* if no progressbar is displayed */
#progressBarPlaceHolder {height:20px}

#content_holder { margin:0; padding:0;}
#content { padding-left:20px; padding-top:0; padding-bottom:10px; padding-right:10px; width:800px; min-height:150px; height:auto !important; height:150px;  }

h1 { color: #de9719; font-size: 20px; font-weight: bold; padding-top:5px; }
h2 { color: #de9719; font-size: 20px; font-weight: bold; padding-top:5px; }

/* form */
.formField, select {border: 1px solid #000000; background-color: #ffffff; color: #333333; font-family: Arial; font-size: 12px;  }
.formField_header {border: 1px solid #000000; background-color: #ffffff; color: #333333; font-family: Arial; font-size: 12px;  }
.formFieldname, .formfielddata {padding: 3px 0px 3px 0px; }
.formButton {margin-top: 1em; background-color: silver; border: 1px solid #000000; color: red; cursor: pointer; font-weight: normal; font-family: Arial; font-size: 12px; }
.formButtonDisabled {margin-top: 1em; background-color: silver; border: 1px solid #000000; color:#999; cursor: default; font-weight: normal; font-family: Arial; font-size: 12px; }
label { position: relative; bottom: 2px; }
#hideerrormsg { color: red; font-weight: bold; }

.toolTip { background:silver; border: 1px solid black; color:red; font-family: Arial; font-size: 12px; }

#footer { border-top:1px solid silver; height:50px; width:830px; float:right; margin-top:10px; }
