﻿body
{
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    font-family: Verdana, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
}

#header
{
    
    text-align:center;
    padding: .1em;
    
	background:#0B4499;
	background: -webkit-gradient(linear, left top, left bottom, from(#4873b3), to(#0B4499));
	background: -moz-linear-gradient(top,  #4873b3,  #0B4499);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4873b3', endColorstr='#0B4499');
}

#content
{
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: .1em;
}

#footer
{
    padding: .1em;
}

h1
{
	color: #fff;	
	font-family: Georgia;
	display: inline;
	font-weight: normal;
	font-size: 130%;
}

h2
{
    color: #0B4499;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

span, label
{
    font-size: 80%;
}

a
{
    outline-color: Black;
}

a.menuLink
{
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 200%;
    font-size: 120%;
    color: #00468b;
}

a.menuLink:active, a.menuLink:focus
{
    background: #ececec;
}

a.menuLink.subLink
{
	line-height: 150%;	
	font-size: 100%;
}

#header a
{
	color: #fff;
	display:block;		
	font-size: 80%;
}

#footer a
{
	text-decoration: none;	
	color: #00468b;
	font-size: 80%;
}

.errorText
{
	color: #ca5252;	
}

.confirmBox
{
	background: #52ca61; 
	border: 1px solid #047110; 
	color: #fff; 
	display: block; 
}

.errorBox
{
	background: #ca5252; 
	border: 1px solid #7e0505; 
	color: #fff; 
	display: block; 
}

table
{
	width: 100%;	
}

.grid-container
{
	padding-top: .2em;	
	border-bottom: 1px solid #bdbdbd; 
}

.grid-item,
.grid-altItem
{
	width: 100%;
	display:block;	
	text-decoration: none;
	border-top: 1px solid #bdbdbd;
	padding: .1em 0;
}

.grid-item
{
	background: #ececec;
}

.grid-header, .grid-footer
{
	color: #fff;
	border-top: 1px solid #00468b;
	background: #7fa2c5;
	padding: .1em;
	font-weight: bold;
}

.grid-footer
{
	font-weight: normal;
	color: #000;	
}

.grid-item img,
.grid-altItem img
{
	vertical-align: middle;
}

.grid-item .title, 
.grid-altItem .title,
.grid-item label, 
.grid-altItem label
{
	font-family: Georgia;
	font-size: 95%;
	margin: 0;
	color: #00468b;
} 

.grid-item .text, 
.grid-altItem .text
{
	margin: 0;	
	display: block;
	color: #000;
	font-size: 80%;
}

.grid-item .delete-link,
.grid-altItem .delete-link
{
	font-family: Georgia;
	font-size: 95%;
}

.textbox, select, textarea
{
    font-size: 80%;
    width: 100%;
    padding: .1em;
    font-family: Verdana;
}

.button
{
	font-size: 80%;
}

.textbox,select,textarea 
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.login-form .textbox
{
	font-size: 110%;
	margin-bottom: .5em;
}

.login-form .button
{
	font-size: 100%;
	margin-bottom: .5em;	
}

.checkbox input, .radiobutton input
{
	height: 2em;
	width: 2em;
	vertical-align: middle;
}

.checkbox, .radiobutton
{
	font-size: 100% !important;
}

.link img
{
	border: none;
	vertical-align:top;
	margin:0 .2em 0 0;
}

.link
{
	text-decoration: none;
	background: #ececec;	
	padding: 0;
	font-size: 80%;
	color: #00468b;
}





