/* sans-serif style font for text */
.textfont,
textarea,
input,
select,
body
{
  font-family: verdana, sans-serif;
  font-size: 12px !important;
  text-decoration:none;
}

input,
select
{ 
  margin: 0px;
}

/* ARIAL style font for headlines */
.arialfont
{ 
	font-family: helvetica, arial, sans-serif;
	font-weight:normal;	
	text-decoration:none;
}

/* ARIAL style font for headlines */
.hlfont,
.boxheadline,
a.frmsubmit,
a.subnav,
a.cmd,
a.nav,
td.htmltable,
div.section,
h2,
h1
{ 
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;	
	text-decoration:none;
}

/* color definitions */

.whitefg,
.boxheadline,
h1,
body
{
  	color:#ffffff; 	
}

.whitebg,
body
{
	background-color:#ffffff; 	
}

.blackfg,
a.men_a,
a.men_b,
a.subnav:hover,
a.nav:hover,
body
{	
  	color:#000000; 
}

.blackbg
{
	background-color:#000000; 	
}

.stdcolfg,
hr,
td.htmltable
{
 	color:#203A6E !important; 
}

.stdcolbg,
hr,
.boxheadline
{
  	background-color: #203A6E !important; 
}

.stdcolbd,
td.htmltable,
div.section
{
 	border-color: #203A6E !important; 
}

.lightcolbd,
input.normal,
div.bool,
select.normal,
textarea.normal,
div.dropdown,
table.checkbox
{
 	border-color:#A0A0A0 !important; 
}

.inputbg,
input.normal,
div.bool,
select.normal,
textarea.normal,
table.checkbox
{
  	background-color: #F6FAFD !important; 
}

.highlightfg,
a.subnav,
a.cmd,
a.nav,
a.dropdown,
a.frmsubmit,
a.men_a:hover,
a.men_b:hover
{
 	color: #990000 !important;
}

.highlightbg
{
 	background-color: #990000 !important;
}

.highlightbd,
h2
{
 	border-color: #990000 !important;
}

.menubg,
div.dropdown
{
 	background-color: #f0f0f0 !important;
}

div.section
{
 	background-color: #CCD7E0 !important;
}

/* standard border shape */
.stdbdshape,
div.dropdown,
input.normal,
div.bool,
select.normal,
textarea.normal,
table.checkbox
{
	border: 1px solid; 
	border-left: 1px solid; 
	border-bottom: 2px solid; 
	border-right: 2px solid;  
}


/* other settings */
.boxheadline,
a.frmsubmit
{
	letter-spacing:1px;
}

a.cmd:hover,
a.frmsubmit:hover,
a.men_a:hover,
a.men_b:hover,
a.boxheadline:hover
{
  text-decoration:underline;
}

a.dropdown
{
  	font-size:0.9em;
  	font-weight:normal;
  	text-decoration:none;
  	vertical-align:top;
  	line-height:20px;
}

div.dropdown
{
	padding:5px; 
	padding-left:10px;  
	padding-right:10px; 
}

a.men_a
{
  	text-decoration:none;
}

a.men_b
{
  	font-size:0.9em;
  	text-decoration:none;
}

a.subnav
{
  	font-size:1.2em;
  	margin-left:5px;
  	line-height:16px;
}

hr
{
	border:0px; 
	height:1px;
}


h1
{
	font-size:1.3em;
	margin:0px;
}

h2
{
	font-size:1.2em; 
	margin:0px;
	border-bottom: solid 3px;
}

p
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
}

input.normal.wide,
div.bool.wide,
select.normal.wide,
textarea.normal.wide
{
	width:300px;
}

input.normal,
div.bool,
select.normal,
textarea.normal
{
	width:200px;
}

input.normal.port
{
	width:80px;
}

input.normal.ip
{
	text-align:center;
	width:30px;
}

input.normal.time
{
	text-align:center;
	width:20px;
}

div.section
{
	font-size:1.2em;
	font-weight:normal;
	padding:3px;
	width:310px;
	/* background-color: #CCD7E0;*/
	border: solid 1px;
	margin-top:0px;
	margin-bottom:0px;
}

table.checkbox
{
	width:310px;
	padding-left:3px;
	padding-right:3px;
	margin-top:2px;
	margin-bottom:0px;
}

td.htmltable
{
	border-bottom: solid 1px;
	padding-bottom:3px;
}

