﻿html
{
    height: 100%;
}

body 
{
    background-color: #f7f8ff;
	margin-top: 0px;
	font-family: Verdana;
	font-size: small;
	color: #505050;
	height: 100%;
}

#topmenubar 
{
	background-image: url('/images/navbar.png');
	height: 31px;
	width: 818px;
	border-top: #bbbbbb 1px solid;
	padding-left: 5px;
}

#widecontent 
{
    background-color: White;
	border-left: #c4c4c4 1px solid;
	border-right: #c4c4c4 1px solid;
	border-bottom: #c4c4c4 1px solid;
	width: 823px;
}

#citywelcome 
{
	text-align: center;
	width: 98%;
	padding-top: 6px;
	font-family: Verdana;
	font-size: 22px;
	color: #ff9c00;
}

.leftbar 
{
	background-color: #f7f8ff;
	border: #c4c4c4 1px solid;
	width: 155px;
}

.content 
{
	border: #c4c4c4 1px solid;
	width: 610px;
}

.bottomlinks
{
	text-align: left;
	font-size: small;
	font-family: Verdana;
	padding-top: 10px;
	width: 775px;
	margin: 0 auto;
	color: #616160;
}

.bottomlinks a
{
	font-family: Verdana;
	font-size: small;
	color: #616160;
}

.spaced 
{
	padding: 10px;
}

.mainarea 
{
	padding-right: 20px;
	padding-left: 20px;
}

.yellowBlock
{
	background-image: url('/images/bkg_yellow.jpg');
	border: #c4c4c4 1px solid;
	width: 184px;
	min-height: 184px;
	height: auto !important;
	height: 184px;
	display: inline-table;
}

.blueBlock
{
	background-image: url('/images/bkg_blue.jpg');
	border: #c4c4c4 1px solid;
	width: 184px;
	min-height: 184px;
	height: auto !important;
	height: 184px;
	display:inline-table;
}

.greenBlock
{
	background-image: url('/images/bkg_green.jpg');
	border: #c4c4c4 1px solid;
	width: 184px;
	min-height: 184px;
	height: auto !important;
	height: 184px;
	display:inline-table;
}

.yellowOpen
{
	background-image: url('/images/opn_yellow.jpg');
	background-repeat: no-repeat;
	width: 184px;
	min-height: 184px;
	height: auto !important;
	height: 184px;
	display:inline-table;
}

.blueOpen
{
	background-image: url('/images/opn_blue.jpg');
	background-repeat: no-repeat;
	width: 184px;
	min-height: 184px;
	height: auto !important;
	height: 184px;
	display:inline-table;
}

.greenOpen
{
	background-image: url('/images/opn_green.jpg');
	background-repeat: no-repeat;
	width: 184px;
	min-height: 184px;
	height: auto !important;
	height: 184px;
	display: inline-table;
}

.untab 
{
	color: #a7a8af;
	border-right: #c4c4c4 1px solid;
	border-left: #c4c4c4 1px solid;
	border-top: #c4c4c4 1px solid;
	background-color: #f7f8ff;
	padding: 4px 6px 4px 6px;
	text-align: center;
}

.seltab 
{
	color: Black;
	border-right: #c4c4c4 1px solid;
	border-left: #c4c4c4 1px solid;
	border-top: #c4c4c4 1px solid;
	background-color: White;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	text-align: center;
}

.navbarSuper, .navbarSuper a
{
	color: #3d548e;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	line-height: 24px;
}

.navbarSuperInactive, .navbarSuperInactive a
{
	color: #999999;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	line-height: 24px;
}

.navbarSub, .navbarSub a
{
	color: #5e71a2;
	font-size: x-small;
	text-decoration: none;
	font-family: Verdana;
	line-height: 16px;
	margin-left: 8px;
}

.navbarSubInactive, .navbarsubInactive a
{
	color: #aaaaaa;
	font-size: x-small;
	text-decoration: none;
	font-family: Verdana;
	line-height: 16px;
	margin-left: 8px;
}

.navbarCount 
{
	color: #5e71a2;
	font-size: x-small;
}

.navbarCountInactive
{
	color: #aaaaaa;
	font-size: x-small;
}

h2 
{
	margin-top: 0px;
	padding-top: 2px;
	font-family: Verdana;
	font-size: medium;
	color: #2270a2;
}

h3 
{
	margin-top: 0px;
	padding-top: 8px;
	font-family: Verdana;
	font-size: small;
	color: #2270a2;
}
