html { height: 100%; }


.mainBody {
	background-color: #E3E3DE;
	margin: 20px;
}

body, td, p
{
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

h1, .heading1
{
	color: #76777a;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2
{
	color: #76777a;
	font-size: 15px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3
{
	color: #76777a;
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}


.panel
{

border-width: 1px 1px 0px 0px; border-style: solid; border-color:#76777a;
}
.panel2
{

border-width: 1px 0px 0px 0px; border-style: solid; border-color:#76777a;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}

img, form { border: 0px; }
form {margin: 0px; padding: 0px} 

a { text-decoration: underline; color: #003a66; font-size: 11px;}

a:active
{
	color: #003a66;
	text-decoration: underline;
}

a:hover
{
	color: #003a66;
	text-decoration: none;
}

.mainmenu, .mainmenu a
{
	font-size: 11px;
	font-weight: normal;
	color: #c0c1c1;
	text-decoration: none;
}

.mainmenu a:hover, .mainmenu a.current  
{
	color: #fff;
	text-decoration: none;
}

.DynamicFormFieldTitle { width: 260px; text-align: right; }
.DynamicFormFieldText { width: 240px; }
.DynamicFormFieldNote { width: 150px; }

.DynamicFormFieldMediumText
{
	width: 240px;
	height: 50px;
}

.DynamicFormFieldLargeText
{
	width: 240px;
	height: 100px;
	vertical-align: top;
}

.DynamicFormFieldSubmit { width: 100px; }

/*  */
/*  */
/* .tableSearchField { */
/* 	display: table-cell; */
/* 	padding: 0px; */
/* 	text-align: right; */
/* } */
/*  */
/* .tableSearchField input { */
/* 	color: #7E7E7E; */
/* 	padding-left: 15px; */
/* 	background: white url('/images/Interface/search_field.png') no-repeat 0px center; */
/* } */
/*  */
/* .tableSearchField input.active { */
/* 	color: black; */
/* 	padding-left: 15px; */
/* 	background: white url('/images/Interface/search_field.png') no-repeat 0px center; */
/* } */

/* categories menu */
#categoriesMenu, #categoriesMenu ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  padding: 5px 0px 0px 0px;
}

#categoriesMenu li{
  margin:0 0 0 4px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */

}

#categoriesMenu .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:10px;
  height:11px;
  background-position:left bottom;
  background-repeat:no-repeat;
  margin-left: -1em;
}

#categoriesMenu
{
	margin-left: 1px;
	border-width: 0px 0px 1px 0px; border-style: solid; border-color:#76777a;
	

	
}
#categoriesMenu ul
{
	list-style-type: none;
	clear: both;
	margin-left: 0px;
	padding-left: 5px;
	display: none;
	
}


#categoriesMenu li {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	padding: 5px 0px 4px 0px;
	border-width: 1px 0px 0px 0px; border-style: solid; border-color:#76777a;
}

#categoriesMenu li a {
	text-decoration: none;
	color: #76777a;
	
}

#categoriesMenu li a:hover,#categoriesMenu li a#currentMenuOption {
	color: #003a66;
	
}

#categoriesMenu li a.current:hover {
}

#categoriesMenu li a.current {
	background-repeat: repeat-y;
}

/* Page Navigator */
.resultpage a,.resultpage a:visited {
	text-decoration: underline;
	padding: 2px;
	color: #32606a;
}


.resultpage_current a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 2px;
}

.result_totalfound {
	padding-right: 10px;
}

.pagenavigator {
	
}

/* dynamic forms */
.dynamicForm .singleEditField { width: 250px;} 
.dynamicForm .mediumEditField { width: 250px;} 
.dynamicForm .largeEditField { width: 250px;} 
.dynamicForm .required {color: red}
.dynamicForm .dynamicFormLabel { font-weight: bold; text-align: right;} 
.dynamicForm .dynamicFormErrors { font-size:14px; display: block; border: 1px dotted red; font-weight: bold; padding: 10px }
.dynamicForm .dynamicFormMessage { font-size:14px; display: block; font-weight: bold; padding: 10px}
