﻿/* Main elements */
body 
{
    background-color:White;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size:0.8em;
	color: #333333;
	margin-top:0px;
}
#container
{
	width:827px;
	background-image:url('../images/boxes/bg_container.gif');
	background-repeat:repeat-y;
	margin:auto;
}
#header
{
	text-align:center;
	margin-bottom:10px;
	padding-top:10px;
}
#maincontent
{
	 width:645px;
	 margin:auto;
	 margin-top:10px;
}
#maincontent h1
{
	font-size:18px;
	color:#D81F2A;
}
#maincontent ul
{
	list-style-image:url('../images/generic/bullet.gif');
	margin-bottom:22px;
}
#maincontent ul li
{
	margin-bottom:14px;
	font-size:1.1em;
}
#navigation
{
	width:580px;
	clear:both;
	margin:auto;
	margin-bottom:25px;
	margin-top:10px;
}
#navigation img
{
    margin-right:6px;
}
td
{
	vertical-align:top;
}
th
{
    vertical-align:top;
    font-weight:bold;
}
img
{
    border:0px;
}
strong
{
	font-weight:bold;
	color:#D81F2A;
}
.divider
{
	 width:798px;
	 background-image:url('../images/boxes/bg_divider.gif');
	 background-repeat:repeat-x;
	 height:8px;
	 margin:auto;
}
.dividernarrow
{
	 background-color:#0019A8;
	 height:1px;
}
.boxheader
{
	border-top:1px #0019A8 solid;
	border-left:1px #0019A8 solid;
	border-right:1px #0019A8 solid;
	clear:both;
	width:144px;
	color:#0019A8;
	padding-left:6px;
	font-weight:bold;
}
.box
{
	border-top:1px #0019A8 solid;
	margin-bottom:15px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:18px;
}
#endrow
{
	background-image:url('../images/boxes/bg_endrow.gif');
	background-repeat:repeat-x;
	height:16px;
	width:798px;
	margin:auto;
	margin-bottom:0px;
	text-align:center;
}
#endrow a, #endrow a:visited
{
	color:white;
	text-decoration:none;
	font-weight:bold;
}
/* Form elements */
.singleline
{
	width:165px;
	border:solid 1px #C6CCCC;
}
.crampedsingleline
{
    width:225px;
    height:15px;
    margin-bottom:3px;
}
.smallsingleline
{
	width:40px;
}
.multiline
{
	width:265px;
	height:100px;
	border:solid 1px #C6CCCC;
}
.selectbox { /* the listboxes */
	width: 164px;
	height: 115px;
	font-size : 1em;
}
select
{
	border:solid 1px #C6CCCC;
}
/*input
{
	border:solid 1px black;
}*/
/* End of form elements */

