/* classes main */
html, body, table, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
body {
	background-color: transparent;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top right;
	background-size:100%;
}
.contentfield {
	padding: 0px 10px 0px 18px;
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : #990000;
  font-weight : bold;
}

.pagetitle {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 42px;
	color: #303030;
	font-weight: normal;
	border:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
}

.text {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 14px;
  color : #000000;
  font-weight : normal;
}


/* classes table rows */
.tablerow {
	min-height:26px;
}
.tablerow:hover {
    background: #FFAA55;
}
.tablerow td {
	padding-left:3px;
}

.field-table {
	max-width: 800px;
}

.field-table td {
	padding: 4px;
}

/* classes links */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}


/* classes menu */
.menu-background
{
	background: #FFF;
	width: 240px;
	min-width: 240px;
}
td.menu-field
{
	padding: 4px 0px 0px 0px;
	width: 210px;
}
td.menu
{
	background:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight:normal;
	text-align:left;
	padding: 6px 0px 7px 6px;
	vertical-align:top;
	border-bottom:solid;
	border-bottom-color:#c0c0c0;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.menu a
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
td.menu-selected
{
	background:#BBB;
	background-repeat:no-repeat;
	background-position:top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight:normal;
	text-align:left;
	padding: 6px 0px 7px 6px;
	vertical-align:top;
	border-bottom:solid;
	border-bottom-color:#c0c0c0;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.menu-selected a
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.menu-selected a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


/* classes form elements */
.dropbox {
	border: 1px solid #999999;
	background: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.input { 
	border: 1px solid #999999;
	background: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 2px; 
}
.checkbox { 
	border: 1px solid #999999;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 2px; 
}
.inputdate { 
	border: 1px solid #999999;
	background: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 2px; 
}
