@charset "UTF-8";
/* CSS Document */

.bkgrnd {
	background-color: #01245c;
	background-image: url(/images/bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.leftBar {
	background-image: url(/images/left-bar.jpg);
	background-repeat: repeat-y;
	width: 16px;
}
.dotWhite {
	background-image: url(/images/dot-white.jpg);
	background-repeat: repeat-y;
}
.dotWhite2 {
	background-image: url(/images/dot-white.jpg);
	background-repeat: repeat-x;
}
.paddingRight {
	padding-right: 10px;
}
.paddingLeft {
	padding-left: 15px;
}
.mainGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #CCCCCC;
}
.TanTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #efd9aa;
}
.mainGrey a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #fbe1c2;
	font-weight: bold;
	text-decoration: underline;
}
.mainGrey a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #ECECEC;
	font-weight: bold;
	text-decoration: underline;
}
.mainGrey a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
.mainGrey a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
.padding10px {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.padding5px {
	padding: 5px;
}
.white18px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #FFFFFF;
}
.white18pxbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.white16px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
}
.white16pxbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.white14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #FFFFFF;
}
.white14pxbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.white12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
}
.white12pxbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.dotRedHorz {
	background-image: url(/images/dotred.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.darkGreybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.TitleRedlrge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #a0410d;
}
.mainGreyDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}
.mainRedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #a0410d;
	font-weight: bold;
}
.zeroPad {
	padding: 0px;
}
.padding10px2 {
	padding-right: 10px;
	padding-left: 10px;
}
.mainGreyXlet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #CCCCCC;
}
.WhiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.scroll {
	height: 325px;
	overflow: auto;
	padding-right: 25px;
}

#agenda {
	width: 85%;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0141a6;
	border-right-color: #001536;
}
#agenda td {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0141a6;
	border-bottom-color: #001536;
	padding: 10px;
	text-align: left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #001536;
	border-left-color: #0141a6;
}

tr.highlightRow {background-color:#012b6d;}
tr.over {background-color:#0141a6;}