﻿body 
{
	margin: auto;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #eeeeee;
	background-color: #eeeeee;
	text-align: center;
}

/* LAYOUT
-------------------------------------*/

#container 
{
	width: 775px;
	/*margin-left:0em auto;
	margin-right:0em auto;*/
	margin:0em auto;
	margin-top:15px;
	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color:#D4D0C8;
	background-color:#FFFFFF;
}

#header 
{
    height: 289px;
    background-image:url('../images/header.jpg');
    text-align:left;
}

#openHeader 
{
    height: 289px;
    background-image:url('../images/header_opendays.jpg');
    text-align:left;
}



#content
{
    padding: 20px 20px 20px 178px;
    text-align: left;
}


#footer
{
    height:95px;
    background-color: #999999;
    background-image:url('../images/footer_circles.jpg');
    background-position:right;
    background-repeat:no-repeat;
    clear:both;
}

.buttonsmall
{
    padding: 1px 5px;
    margin: 2px;
    border: 1px solid #9aafe5;
    text-decoration: none; 
    color: #2e6ab1;
    background-color: #FFFFAA;
    font-size:14px;
}

#copyrightholder
{
    text-align:right;
    top:68px;
    right:10px;
    /*left:555px;*/
    position:relative;
    font-family:Arial, Verdana, Helvetica;
    font-size: 14px;
    font-weight: bold;
    letter-spacing:-1px;
    color: #FFFFFF;
}

   
.gridview
{
 width:550px;
 border:solid 1px #1C3E6B;   
 font-family:Arial, Verdana, Helvetica;
 color: #1C3E6B;
 float:left;
}

.gridview_header
{
 color:#FED201;
 background-color:#1C3E6B ;
 text-decoration:none;
}

.txtboxes
{
 width:200px;
 border:solid 1px gray;   
}