/* CSS Document */

body
{
background:#008060 url(images/background.gif) repeat-x;
font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
font-size:11pt;
margin:0;
padding:0;
}
.page
{
width:1000px;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
}
.header
{
background:url(images/header.jpg) bottom right no-repeat #FFFFFF;
height:155px;
width:1000px;
}
.login
{
top:5px;
position:relative;
color:#FFFFFF;
}
.login a
{
color:#FFFFFF;
}
.intro
{
width:350px;
height:250px;
margin-left:auto;
margin-right:auto;
margin-top:15%;
background:#FFFFFF;
}
.content
{
background:#FFFFFF;
width:1000px;
}
.left
{
width:650px;
float:left;
padding:5px;
padding-left:15px;
background:#FFFFFF;
}
.left2
{
width:980px;
float:left;
padding:5px;
padding-left:15px;
background:#FFFFFF;
}
.full
{
width:980px;
float:left;
padding:5px;
padding-left:15px;
background:#FFFFFF;
}
.right
{
width:320px;
padding:5px;
float:right;
position:relative;
background:#D2DAFF;
}
h3
{
color:#0066CC;
}
h4
{
color:#CC0000;
text-decoration:underline;
}
.box
{
width:300px;
border:dotted #0066CC thin;
float:left;
color:#0066CC;
padding:5px;
margin:5px;
}
.box p
{
color:#666666;
font-size:small;
}
.box input
{
background:#D2DAFF;
border:#0066CC thin solid;
font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
}
select
{
background:#D2DAFF;
border:thin #0066CC solid;
font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
}

.filter
{
width:640px;
height:70px;
color:#CCCCCC;
}
.footer
{
width:100%;
float:left;
background:#000033;
color:#CCCCCC;
height:30px;
display:block;
line-height:30px;
text-align:center;
}
.footer a
{
color:#FFFFFF;
}
.top
{
width:980px;
padding-left:20px;
float:left;
background:#000033;
color:#CCCCCC;
height:15px;
line-height:15px;
}
.top input
{
background:#D2DAFF;
border:#0066CC thin solid;
font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
}
td.calendar
{
height:40px;
width:40px;
margin:2px;
border:#0066CC thin dotted;
}
.calendar a
{
display:block;
height:40px;
width:40px;
background:#0066CC;
color:#FFFFFF;
text-decoration:none;
}
.calendar a:hover
{
background:#FFFFFF;
color:#0066CC;
}