body
{
	background: #003366;
	background-image: url('../holder/top.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	color: white;
	font-family: tahoma, arial, geneva, helvetica, sans-serif;
	font-size: 70%;
}

a
{
	color: #3333CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #6622CC;
}

a.button
{
	border: 1px solid #BBBBBB;
	background: #DDDDDD;
	padding: 2px 6px;
	text-decoration: none;
	color: black;
}

a.button:visited
{
	color: black;
}

a.button:hover
{
	border-color: #FFFFFF #888888 #666666 #EEEEEE;
	background: #E4E4E4;
}

h1
{
	margin: 0px 0px 30px 0px;
	font-weight: normal;
	font-size: 210%;
	font-family: Arial, geneva, Helvetica, sans-serif;
}

h1 a, h1 a:visited
{
	color: white;
	text-decoration: none;
}

h2
{
	font-size: 280%;
	letter-spacing: -1px;
	margin: 4px 0px 20px;
	font-weight: normal;
	font-family: Arial, geneva, Helvetica, sans-serif;
}

h3
{
	background-color: #003366;
	color: #EEEEEE;
	padding: 4px;
	font-size: 100%;
	margin: 20px 20px 10px;
}

h4
{
	font-size: 100%;
}

h4, h5, h6, p
{
	margin: 4px 20px;
	font-size: 100%;
}

ul
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 20px;
}

table
{
	margin: 4px 20px;
	font-size: 100%;
}

th
{
	text-align: left;
	padding: 2px;
	border: 1px solid;
}

#body, div.body
{
	width: 800px;
	margin: 0 auto;
	background: #DDDDFF;
	color: #444422;
	padding: 20px;
}

#body th.info
{
	background: white;
	border-color: black;
	color: #444444;
}

td
{
	padding: 2px;
	border: 1px solid;
}

table.noborder td
{
	padding: 0px;
	border: 0px;
}

td.noborder
{
	padding: 0px;
	border: none;
}

td.comment
{
	padding: 8px;
	background: white;
	color: #333333;
}

td.nowrap
{
	white-space: nowrap;
}

a img
{
	border: 0px;
}

form
{
	margin: 0px;
}

input, textarea, select
{
	font-family: tahoma, arial, geneva, helvetica, sans-serif;
	font-size: 100%;
	background: #F4F4F4;
	border: 1px solid #BBBBBB;
}

input.checkbox, input.radio
{
	border: none;
}

#menu, div.menu
{
	border: 1px solid #666666;
	background-image: url('../images/glblnav_background.gif');
	padding: 7px;
	color: #666666;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
}

div.menu
{
	padding: 5px 7px;
	border-color: #BBBBBB; 
}

#menu a, div.menu a
{
	border-width: 0px;
	border-style: none solid none solid;
	border-color: #999999;
	padding: 4px 8px;
	color: #3300CC;
	text-decoration: none;
}

#menu a:hover, div.menu a:hover
{
	background-color: #EEEEEE;
	border-width: 1px;
	padding: 4px 7px;
	border-color: #999999;
	background-image: url('../images/glblnav_selected.gif');
}

#menu a.this, div.menu a.this
{
	font-weight: bold;
}

#footer
{
	font-size: 80%;
	background: #999999;
	padding: 2px;
}

#body table
{
	color: #444422;
	border-color: #BBBBBB;
}

#body th
{
	color: #EEEEEE;
	background: #666666;
	border-color: #666666;
}

.big
{
	font-size: 150%;
}

div.modulecontainer
{
	padding: 8px 32px;
	text-align: center;
}

div.module
{
/*	display: inline;  */
	float: left;
	width: 40%; 
	border: 1px solid #999999;
	margin: 4px;
	padding: 0px;
	height: 200px;
	width: 300px;
	text-align: left;
}

div.module h3.title
{
	margin: 0px;
	background-color: #999999;
	padding: 4px;
}

div.module div.content
{
	padding: 8px;
}

table.module
{
	border-collapse: collapse;
}

table.module td.border
{
	border: none;
	padding: 0px;
}

table.module td.top,
table.module td.bottom
{
	height: 20px;
	overflow: hidden;
}

table.module td.title
{
	padding-top: 4px;
}

table.module td.title h3
{
	background: transparent;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

table.module td.caption h3
{
	color: white;
}

table.module td.content
{
	border: none;
	padding: 8px 0px;
}

table.module td.link
{
	padding-bottom: 8px;
	text-align: right;
}

table.module td.link a
{
	font-weight: bold;
	color: #2200CC;
	text-decoration: none;
}

table.module td.link a:hover
{
	color: red;
	text-decoration: underline;
}

div.info
{
	background-color: #FFFFDD;
	background-image: url('../images/info.gif');
	background-position: 6px 6px;
	background-repeat: no-repeat;
	border: 1px solid #BBBBBB;
	padding: 2px 6px;
	margin: 8px 0px;
}

div.error
{
	background-color: #FFFFDD;
	background-image: url('../images/error.gif');
	background-position: 6px 6px;
	background-repeat: no-repeat;
	border: 1px solid #BBBBBB;
	padding: 2px 6px;
	margin: 8px 0px;
}

div.newsitem
{
	border-bottom: 1px solid #BBBBBB;
	padding: 2px 6px 8px 6px;
	margin: 8px 0px 0px 0px;
}

div.newserror
{
	background-image: url('../images/error.gif');
	background-position: 6px 6px;
	background-repeat: no-repeat;
}

div.newsinfo
{
	background-image: url('../images/info.gif');
	background-position: 6px 6px;
	background-repeat: no-repeat;
}

div.newswarn
{
	background-image: url('../images/warning.gif');
	background-position: 6px 6px;
	background-repeat: no-repeat;
}

div.newsserver
{
	background-image: url('../images/server.gif');
	background-position: 6px 6px;
	background-repeat: no-repeat;
}

td.toolbar
{
	background: #DDDDDD;
	padding: 4px;
}

td.toolbar a
{
	background: #DDDDDD;
	padding: 2px;
	border: 1px solid #DDDDDD;
	text-decoration: none;
}

td.toolbar a:hover
{
	background: #9999CC;
	color: white;
	border-color: #666699;
}

td.toolbar a.checked
{
	background: #CCCCEE;
	border-color: #9999CC;
}

td.toolbar span.sep
{
	border-right: 1px solid #BBBBBB;
	margin-right: 0.2em;
}

div.picture
{
	margin-bottom: 8px;
}

div.picture img
{
	margin-right: 8px;
	float: left;
	border: 1px solid #BBBBBB;
	background: #F4F4F4;
}

div.picture p
{
	margin: 8px;
	border: 1px solid #BBBBBB;
	background: #F4F4F4;
	padding: 8px;
}
