/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

a:link      { color: #235175; text-decoration:underline; }
a:visited 	{ color: #235175; text-decoration:underline; }
a:active 	{ color: #235175;  cursor:hand; text-decoration:underline; }
a:hover 	{ color: red;  cursor:hand; text-decoration:none; }
		
a.bodyLink:link     { color: #235175; text-decoration:underline; font-weight:bold; }
a.bodyLink:visited 	{ color: #235175; text-decoration:underline; font-weight:bold; }
a.bodyLink:active 	{ color: #235175;  cursor:hand; text-decoration:underline; font-weight:bold; }
a.bodyLink:hover 	{ color: #BFCBD7;  cursor:hand; text-decoration:none; font-weight:bold; }
		
table.topmenu a:link { color: #D2D3D7; text-decoration:underline; }
table.topmenu a:visited { color: #D2D3D7 !important; text-decoration:underline; }
table.topmenu a:active { color: #D2D3D7 !important; text-decoration:underline; }
table.topmenu a:hover { color: #B2C3E1 !important;  cursor:hand; text-decoration:none; }

.ctl00_MainMenu_0 { background-color: #235175!important; padding: 5px 10px 0 10px; margin-left:20px; }
.ct100_MainMenu_1 { width: 150px; }

.colouredtext
{
    color: #284C6C;
}

p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #235175;
 }

hr {
	border: 0;
	border-top: 2px solid #235175;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #235175;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #235175;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #235175;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
	border: 0!important;
}

table.header
{
	  background-color:#EFF0E8;
	  background:transparent url(/images/headgrad.jpg) repeat-x scroll bottom left;
	  margin-bottom: 3px;
}

td.logo
{
	text-align: left;
	width: 184px;
	padding: 20px 0 10px 20px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #235175;
	}

td.headerbar 
{
	background-image: url(App_LocalResources/background_sidebar.gif);
	text-align: left;
	height: 24px;
}

td.menu 
{
	width: 184px;
	height: 500px;
	vertical-align: top;
	border-right-width: 1px;
}

td.smallerText
{
    font-size: 0.8em;
}

div.footer
{
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #888888;
	background:transparent url(/images/footgrad.jpg) repeat-x scroll 0 0; 
	line-height: 24px;
	position: fixed;
	left: 0px;
	width: 100%;
	bottom: 0px;
	z-index: 99;
}


.aw-cells-selected
{
    background-color: #BEBEBE !important;
}

tr#footerSide
{
    height: 24px;
	line-height: 24px;
    margin-top: 2em;
    background: transparent url(/images/footgrad.jpg) repeat-x scroll;
}

td.footer
{
	margin-left: 20px;
    padding-right:10px;
}
div.footer a
{
	color: #888888;
	text-decoration: none;
}
div.footer a:hover
{
    text-decoration: underline;   
}

table.CalendarControl tr { vertical-align: middle; }
table.CalendarControl a { display: block; width: 3em; height: 4em; line-height: 4em; }
table.CalendarControl a:hover { background-color: #BFCBD7; }

.numberLink { text-align: center; }
.numberLink a { display: block; width: 100%; height: 100%; margin: 0 auto; }
.numberLink a:hover { background-color: #BFCBD7; color: red; }

.altRow { background-color: #E7EDF1; }
.headRow { font-weight: bold; background-color: #E7EDF1; }