﻿body {
	font-family: Tahoma;
	font-size: 10px;
	margin: 0px;
	background-color: #FDFDFD;	
}

td {
	font-family: Tahoma;
	font-size: 10px;
}

.left_shade {
	background-image: url(images/shade_left.gif);
	background-repeat: repeat-y;
}

.right_shade {
	background-image: url(images/shade_right.gif);
	background-repeat: repeat-y;
}

.padding_main {
	padding: 6px;
}

.bottom_border {
	border-bottom: 1px dotted #000000;
}

.left_border {
	border-left: 1px dotted #000000;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

.white_head {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.black_head {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.blue_border {
	border: 2px solid #003868;
}

.blue_borders {
	border-left: 2px solid #003868;
	border-right: 2px solid #003868;
}

.red_border {
	border-left: 2px solid #BE1C39;
	border-right: 2px solid #BE1C39;
}

.red_border_bottom {
	border-bottom: 2px solid #BE1C39;
}

.white_border {
	border: 1px solid #FFFFFF;
}

.blue_small_border {
	border: 1px solid #003868;
}

.bottom_margin {
	margin-bottom: 4px;
}

.padding_small {
	padding: 2px;
}

a.login:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.login:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.login:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.login:hover {
	color: #043C6D;
	font-weight: bold;
	text-decoration: underline;
	background: none;
	font-size: 10px;
}

a.white:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.white:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.white:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.white:hover {
	color: #043C6D;
	font-weight: bold;
	text-decoration: underline;
	background: none;
	font-size: 10px;
}

ul {
	padding-left:10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin:0px;
	vertical-align: middle;
	list-style: none;
	list-style-position: outside;
}

li {
	padding-left:5px;
	margin-left:5px;
	list-style-image: url(<%=SkinPath%>images/bullet.png);
	list-style-position: outside;
	vertical-align: middle;
}

.padding_left {
	padding-left: 12px;
}

.padding_right {
	padding-right: 12px;
}

a:link {
	color: #000000;
	font-size: 10px;
}

a:active {
	color: #000000;
	font-size: 10px;
}

a:visited {
	color: #000000;
	font-size: 10px;
}

a:hover {
	color: #043C6D;
	font-size: 10px;
}

.EventTipTable {
	padding: 4px;
	border: 2px solid #be1c39;
	background: #FFFFFF;
	filter:alpha(opacity=95);
	opacity:0.95;
	-khtml-opacity:0.95;
}

.EventTipHeading {
	font-family: Tahoma;
	font-size: 10px;
	color: #043c6c;
	font-weight: bold;
}

.EventTipTitle {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.EventTipText {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}

.sub_nav_col a {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}