body {
  font-family: Arial, Verdana;
  color: #5C5C5C;
}

table {
  border-collapse: collapse;
}

.label {
  font-size: 12px;
}

.textbox,.textbox_100,.textbox_99,.smalltextbox,.longtextbox, .textbox_address, .textbox_address2
{
	height:16px;
	font-family:Arial;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}
.textbox_100
{
	width:100%;
}
.textbox_address
{
	width:95px;
}
.textbox_address2
{
	width:128px;
}

.textbox_99
{
	width:99%;
}
.calendar_100 input
{
	height:16px;
	font-family:Arial;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}

.smalltextbox {
  width: 20px;  
}

.multilinetextbox {
  width: 188px;
  height: 80px;  
}

.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
  width: 320px;
  background-color:#ffffff;
}

.dropdownlist, .dropdownlist_100, .dropdownlist_nowidth
{
	font-family:Arial;
	height:20px;
	font-size: 12px;
	color: #5C5C5C;
	border-style:solid;
	border-width:1px;
	border-color:Gray;
}
.dropdownlist
{
	width:100px;
}
.dropdownlist_100
{
	width:100%;
}

.fwdropdownlist {
  font-size: .7em;
  font-family: Courier New;
}

.button {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.rightbutton {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
  float: right;
}

.menuItem {
  color: #fff;
}

.menuItem a {
  cursor: pointer;  
}

.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  
  float: left;
}

.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

.menuItem #mid #text {
  color: #FFF;
}

.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  float: left;
}

.menuItemSelected {
  color: #fff;
}

.menuItemSelected a {
  cursor: pointer;  
}

.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  float: left;
}

.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  float: left;
}

#allContent {
	width: 985px;
	margin: 0px auto;
}

#headerRegion 
{
  margin-top: 8px;  
  margin-bottom: 5px;  
}

#mainContentRegion {
  display: block; 
  clear: both;
}

.contentRegion
{
	margin:0;
	padding:0;
}
.contentGroup
{
	margin:0;
	padding:0;
}

.sectionHeader {
  border-bottom: 1px solid rgb(235, 235, 235);
  color: #024A76;
  font-size: .9em;
  padding-bottom: 5px;
  font-weight: bold;
}

.navigationRule {
  border: 2px solid #024A76;
  position: relative;
  z-index:-1;
  top: -13px; 
}

.defaultTable 
{
    margin: 0px;
    border-collapse:collapse;
  width: 99%;  
}

.error_box 
{
	height: 350px;
}

.verticalalign img {
  vertical-align: middle;
}

.verticalalign span {
  vertical-align: top;
}

.showAll {
  float: right;
}


.modalbutton {
	font-size: .7em;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	float: right;
}

hr {
  border-bottom: 1px solid #CCC;
  color: #FFF;  
}

.smallleft {
  float: left;
}

.smallright {
  float: right;  
}

#footer {
  text-decoration: none;
  font-size: .7em;
  color: #C0C0C0;
}

#footer a {
}

#footer a:visited {
  color: #C0C0C0;
}

#footer a:hover {
  color: #0066A6;
}

.validator
{
	height:12px;
	font-size:12px;
	margin:0px auto;
	padding: 0;
}

.error_label, .error_label_header, .success_label
{
	font-size:12px;
	font-family:Verdana;
}
.success_label
{
    color: Green;
}
.error_label, .error_label_header
{
	color:Red;
}
.error_label_header
{
    display:block;
    margin-bottom:8px;
}
