body{
	background-color:#FFFFFF;
	margin: 0px; 
	font-family:verdana, 'DejaVu Sans';
	font-size:9pt; 
	color:#000000; 
	scrollbar-base-color:#004080;
  	scrollbar-3dlight-color:#80C0FF;
  	scrollbar-arrow-color:#0080FF;
  	scrollbar-darkshadow-color:#004080;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-highlight-color:#80C0FF;
  	scrollbar-shadow-color:#004080;
  	scrollbar-track-color:#FFFFFF; 
  	padding:10px;
}

body.popup{
	margin: 0px; 
	font-family:verdana, 'DejaVu Sans';
	font-size:9pt; 
	background: none;
	background-color:#FFFFFF;
	color:#000000; 
	scrollbar-base-color:#004080;
  	scrollbar-3dlight-color:#80C0FF;
  	scrollbar-arrow-color:#0080FF;
  	scrollbar-darkshadow-color:#004080;
  	scrollbar-face-color:#FFFFFF;
  	scrollbar-highlight-color:#80C0FF;
  	scrollbar-shadow-color:#004080;
  	scrollbar-track-color:#FFFFFF;
  	padding:10px;
}

img{border:none;}

table{
	font-size:9pt;
	border:none;
}

h1{
	font-family:verdana, 'DejaVu Sans';
	font-size:10pt; 
	font-face:weight;
	color:#003264; 
}

/*************/
/*basic links*/
/*************/

a:link { 
	color:#EE3B00; 
	text-decoration:none; 
}

a:hover { 
	color:#EE3B00; 
	text-decoration:underline; 
}

a:visited { 
	color:#c03000; 
	text-decoration:none; 
}

a:active { 
	color:#c03000; 
	text-decoration:none; 
}

/*********/
/*  div  */
/*********/

table.editor{
	width:550px;
}

td.seperator{
	height:30px;
	text-align:center;
}

img.filebrowsericon{
	margin-right:5px;	
}

/**********/
/*  news  */
/**********/

table.news {
	font-size:9pt;
	border:solid 2px black;
}

th.news{
	font-size:11pt;
}

tr.news{
	background-color:#FFFFFF; 
}
tr.newsexpired{
	background-color:#DDDDDD; 
}


input.inputdate{
	background-color:#80C0FF; 
	color:#000000; 
	font-size:9pt;
	border:none;
	font-family:"Courier";
	border: dashed 1px black;
	width:20px;
}

table.newspreview{
	background-color:#FFFFFF;
	width:450px;
}

td.newspreviewdate{
	font-family:verdana, 'DejaVu Sans';
	font-size:9pt; 
	color:#003264; 
	width:50%;
}

td.newspreviewtext{
	font-family:verdana, 'DejaVu Sans'; 
	font-size:9pt; 
	color: #004080;
	border-bottom: double 3px #EE3B00;
	padding-bottom: 10px;
}


/*****************/
/* announcements */
/*****************/

.actual{
	background-color:#EE3B00;
}

div.newsannouncement{
	height:350px; 
	width:490px;
	position:relative;
	overflow:hidden;
	border:solid 1px #003264;
}

td.announcepreviewdate{
	font-family:verdana, 'DejaVu Sans'; 
	font-size:9pt; 
	color:#003264; 
}

td.announcepreviewtitle{
	font-family:verdana, 'DejaVu Sans'; 
	font-size:9pt; 
	color:#003264; 
}

/**************/
/* newsletter */
/**************/

table.newsletterpreview{
	width:100%;
}

td.newsletterpreviewhtml{
	background-color:#FFFFFF;
	margin: 0px; 
	font-family:verdana, 'DejaVu Sans'; 
	font-size:9pt; 
	color:#000000; 
	border: solid 1px #000000;
	width:50%;
}

textarea.newsletterpreviewtext{
	width:100%;
	height:100%;
}

textarea.newsletteradresses{
	width:300px;
	height:300px;
}

/*************/
/*   board   */
/*************/

table.board {
	width:400px;
}

.boarderror{
	font-size:8pt; 
	color:#003264;
	text-decoration:underline; 
	margin-bottom:5px;
}

.boardedit{
	font-size:8pt; 
	color:#003264;
	margin-bottom:5px;
}

.boardadminentry{
	color:#003264;
	margin-left:20px;
}

.boardentrydata {
	padding:5px;
}

.boardmail {
	font-size:8pt;
}

.boardname {
	font-size:10pt; 
	color:#003264;
}

.boardentrytext {
	font-size:9pt; 
	padding:10px;
	border-bottom: double 3px #003264;
}

.boardmenu{
	color:#003264;
	font-size:8pt;
}

.boardCMSField {
	font-size:9pt; 
	padding:10px;
	border: double 3px #003264;
}

/**********/
/*  div   */
/**********/

table.login {
	font-size:9pt;
	width:300px;
}

table.menu{
	width:100%;
	background-color:#003264;
}

td.menu{
	vertical-align:top;
}

td.page{
	vertical-align:top;
}

.error{
	font-size:10pt; 
	color:#EE3B00;
	font-weight:bolder;
	margin-bottom:5px;
}

.info{
	font-size:10pt; 
	color:#003264;
	text-decoration:underline; 
	margin-bottom:5px;
}

/************/
/*  input   */
/************/

.input {
	background-color:#80C0FF; 
	color:#000000; 
	font-size:9pt;
	border:none;
	font-family:"Courier";
	width:99%;
	border: dashed 1px black;
}

.halfinput {
	background-color:#80C0FF; 
	color:#000000; 
	font-size:9pt;
	border:none;
	font-family:"Courier";
	width:49%;
	border: dashed 1px black;
}

.button{
	background-color:#003264; 
	color:#FFFFFF; 
	font-size:9pt;
	border:none;
	width:49%;
	border: solid 1px black;
}

.fullbutton{
	background-color:#003264; 
	color:#FFFFFF; 
	font-size:9pt;
	border:none;
	width:100%;
	border: solid 1px black;
}
.halfbutton{
	background-color:#003264; 
	color:#FFFFFF; 
	font-size:9pt;
	border:none;
	width:48%;
	border: solid 1px black;
}
.button120{
	background-color:#003264; 
	color:#FFFFFF; 
	font-size:9pt;
	border:none;
	width:120px;
	border: solid 1px black;
}

