﻿*{
padding:0px;
margin:0px;
}
body {
	/*background-image: url(../assets/images/vccBG.jpg);*/
	background-attachment:fixed;
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#loggedInAs {
	padding: 5px;
	width: auto;
	background-color: #1A5485;
	color: #FFF;
	font-size: 14px;
	border: 1px none #000;
}

#navLinks a {
	padding: 6px;
	display: block;
	background-color: #023f67;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #e8e8e8;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #023f67;
}

#navLinks a:hover {
	color: #000;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#pageFrame {
	background-color: #FFF;
	border: 1px solid #000;
}

#wrap {
	background:#61b8ef;
	border:1px solid #fff;
	margin: 20px;
	padding:10px;
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
}

#navLinks a.selected {
	color: #000;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position: relative;
	top: 1px;
}
.label {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    white-space: pre-wrap;
    display: block;
}

.csHeader {
font-size: 20px;
color: #0f5d8f;
font-weight: bold;
}

a {
    text-decoration: underline;
}

td{ padding:1px}
