body
{
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}

.green { color: #00a76d; }
.blue { color: #015ea4; }

#container
{
	width: 980px;
	margin: 0 auto;
}

#headerBar
{
	width: 980px;
	height: 2px;
	background-color: #015ea4;
}

#header
{
	width: 980px;
	/* height: 80px; */
	height: 35px;
}

#nav
{
	width: 980px;
	height: 31px;
	background-color: #00a76d;
	border-top: solid 1px #fff;
}

#nav .officeName
{
	font-size: 1.4em;
	color: #fff;
	padding: 7px 0 0 2px;
}

#nav ul
{
	float: right;
	list-style: none;
	padding: 7px 0 0 0;
}

#nav ul li
{
	display: inline;
	padding: 0 32px;
	font-size: 1.4em;
}

#nav ul li a
{
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover
{
	text-decoration: underline;
}

#subNav
{
	float: left;
	width: 150px; /* 170px - 20px = 150px */
	padding: 10px;
	font-size: 1.2em;
	min-height: 400px;
}

#subNav ul
{
	margin: 0 0 0 10px;
	list-style-type: disc;
}

#subNav ul li
{
	padding: 3px 0;
}

#subNav ul li a
{
	color: #015ea4;
	text-decoration: none;
}

#subNav ul li a:hover
{
	text-decoration: underline;
}

#subNav ul li ul
{
	margin: 5px 0 5px 20px;
}

#subNav ul li ul li
{
}

#content
{
	float: right;
	width: 769px; /* 810px - 40px - 1px = 769px */
	padding: 0 20px;
	margin: 10px 0;
	border-left: solid 1px #e5e5e5;
	min-height:400px;
	font-size: 1.1em;
}

#content a
{
	color: #015ea4;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#content h1, #content h2, #content h3, #content h4
{
	color: #015ea4;
	font-family: Georgia, "New Century Schoolbook", Palatino, "Times New Roman", serif;
}

#content h1 { font-size: 3em; }
#content h2 { font-size: 2.4em; }
#content h3 { font-size: 2em; }
#content h4 { font-size: 1.4em; }

#content p
{
	font-size: 1.0em; /* was 1.1em - change back after dsipatch is in FormView */
	padding: 5px 20px 5px 0;
}

#content .formview p
{
	font-size: 1em;
}

#content p.crudLinks
{
	font-size: 1em;
}

#content ul
{
	margin: 0 0 0 20px;
	padding: 10px 0;
	font-size: 1.1em;
}

#content .addNew
{
	padding: 0 0 20px 0;
}

#footer
{
	clear: both;
	padding: 30px 0;
	text-align: center;
}

#footer p
{
	font-size: 1.2em;
}

#footer a
{
	color: #024c95;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover
{
	color: #009d5d;
	text-decoration: underline;
}

#footerBar
{
	clear: both;
	width: 100%;
	height: 60px;
	background: url(../images/footerBar.png) repeat-x;
}

input, select, textarea
{
   font-family: Arial, Helvetica, Verdana, Sans-Serif;
   font-size: 1em;
}

.textboxRight
{
	text-align: right;
}

.controlPanel .buttonAddNew
{
	padding-top: 10px;
}

.completionListItem
{
	font-size: 0.8em;
}

textarea.TwoLine
{
	width: 500px;
	height: 25px;
}
textarea.TwoLineSmall
{
	width: 350px;
	height: 25px;
}

textarea.FourLine
{
	width: 500px;
	height: 50px;
}
textarea.FourLineSmall
{
	width: 225px;
	height: 50px;
}
textarea.SixLine
{
	width: 500px;
	height: 75px;
}
textarea.SixLineSmall
{
	width: 225px;
	height: 75px;
}


#content fieldset
{
	margin: 0.1em;
}

#content table.FormView
{
	margin: 0.9em 0.9em 0.9em 1.5em; 
} 
#content table.FormView td
{
	vertical-align: middle; 
	text-align: left; 
} 

#content table.FormView td.multiline
{
	vertical-align: top; 
}

div.wrapper 
{
	width:600px;
}
div.column 
{
	width:110px;
	float:left;
	text-align:left;
	vertical-align:middle;
} 
div.column1 
{
	width:50px;
	float:left;
	text-align:left;
	vertical-align:middle;
} 
table.tableGrid
{
	background-color:#cbe2f9;
	padding:2;
	width:100%;
	border:solid 1px gray; 
}
table.tableGrid tr.alternating
{
	background-color:white;
}
table.tableGrid tr.header
{
	text-align:center;
	background-color:#f5f5f5;
	font-weight:bold;
}

.hidden
{
	display: none;
}

/* TEMP STYLES */
div.intRegular
{
    float: left;
    width: 49.5%;
    padding: 2px;
}
div.int
{
    border: dashed 0px silver;
    min-height: 90px;
    float: left;
    width: 49.5%;
    padding: 2px;
}
.lightYellow
{
	background-color: #ffffcc;
}
.whiteSmoke
{
	background-color: #f5f5f5;
}
.lightBlue
{
	background-color: #CCFFFF;
}
.middleBlue
{
	background-color: #99CCFF;
}

/*   For Tab system */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold ;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #e5e5e5;
color: #2d2b2b;
background: white url(../Images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../Images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


.ajax__calendar .ajax__calendar_container {
border:1px solid #646464;

background-color:#ffffff;
color:#000000;

z-index:100;
}


















