﻿body
{
	text-align:center;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

#page
{
    width:774px;
    margin:0px auto 0 auto;
    text-align:left;
    padding:0px;
    overflow:hidden;
}

#header
{
    background-image:url(img/logo.gif);
    background-repeat:no-repeat;
    background-position:left top;
    height:108px;
    position:relative;
    margin:30px 0px 15px 0px;
    z-index: 9999;
}

#tagline
{
	text-align:right;
    color:#1f9aff;
    font-size:1.8em;
    line-height:48px;
}

.columncontainer
{
	overflow:hidden;
	clear:both;
	float:left;
	position:relative;
	margin-bottom:15px;
	width:100%;
}

.column
{
	float:left;
	color:#898989;
	margin-left:15px;
	background-color:#ffffff;
	border:solid 1px #e2e2e2;
	padding-bottom:5000px;
	margin-bottom:-5000px;
	overflow:hidden;
}

.innercolumn
{
	background-color:#ebf6ff;
	margin:0px 8px -5000px 8px;
	padding:14px 6px 6px 6px;
	border-bottom:solid 10px #ffffff;
	padding-bottom:5000px;
	overflow:hidden;
	background-image:url(img/column-border-top.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

.columnbottom
{
	background-color:#ffffff;
	background-image:url(img/column-border-bottom.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	bottom:0px;
	line-height:9px;
	position:absolute;
	width:246px;
}

.column.onecol,
.column.onecol .columnbottom
{
    width:246px;
}

.column.twocol,
.column.twocol .columnbottom
{
	width:509px;
}

.column.threecol,
.column.threecol .columnbottom
{
	width:772px;
}

div.column.nomargin
{
	margin-left:0px !important;
}

a
{
	color:#1f9aff;
}

h1
{
    color:#1f9aff;
    font-size:1.8em;
    font-weight:bold;
    font-family:Georgia,Helvetica,sans-serif;
}

h2, TR.gridviewHeader
{
    color:#1f9aff;
    font-size:1.4em;
    font-weight:bold;
    font-family:Georgia,Helvetica,sans-serif;
}

.gridviewRow TH, .gridviewRow TD
{
    padding:4px;
}

#login
{
    padding:5px;
}

#footer
{
    clear:both;
    text-align:right;
    color:#898989;
    padding:0px 5px;
    font-family:Georgia,Helvetica,sans-serif;
}

label.FormLabel, span.FormLabel
{
    display:block;
    float:left;
    clear:both;
    width:12em;
    padding-right:4px;
    text-align:right;
}

.message
{
    color:Red;
    padding:5px;
}
.polaroid
{
	padding: 4px 4px 4px 4px;
	border: solid 1px #d2cdca !important;
	background-color: White;
}
.Polaroid
{
	padding: 4px 4px 4px 4px;
	border: solid 1px #d2cdca !important;
	background-color: White;
}