﻿@import url("layout.css");
.WalcoBgColor {

/***** 	This controls the background color for the web site.  
		If changing here, may also need changing in:
		.accordionHeader
		#navigation
		#navigation li
*******/
		background-color:#085178;
}

body {

	/**** THE FOLLOWING IS THE BACKGROUND COLOR, BUT IS KEPT IN CLASS WalcoBgColor ****/ 
	background-color: #085178; 
	
	
	margin: auto auto auto auto;
	font-family: "Georgia", "Times New Roman", Times, serif;
	/* font-size: 0.8em; /* background-color:silver; */
	font-size:medium;
	/* background-color: #000061; */
	
	background-repeat: no-repeat;
	/*background-attachment: scroll;*/
	/*background-image:url('../images/Copy of Test_Logo.bmp'); */
		background-attachment: fixed;
}
#container {
	width: 100%;
	margin: 10px auto;
	}
#masthead {
	text-align: center;
	/* width: 698px; */
	width:auto; 
	/*border: 1px solid #431; */
	/* border: 1px solid #000061; */
	border: 1px solid #0370ff;
	/* border: 1px solid #f0e5d3; */
	/* background-color: #000061; */
	 background-color: #0370ff; 
	/* background-color: #f0e5d3; */

	/* background-image: url("../images/sunset.jpg"); */
	background-repeat: repeat;
	background-attachment: scroll;
	color:white;
	white-space:nowrap;
}
#navigation {
	position:relative;
	float: left;
	/* width: 100px; */
	 width:104px; 
	margin-top: 1px;
	margin-bottom: 1px;
	/* border: 1px solid #431; */
	border: 1px solid #085178;
		/*background-color: #0370ff; */
	background-color: transparent;
	vertical-align:top;
}
#content {
background:#F2EDEF;
	/*float: left; */
	/*width: 518px; */
	width: 85%;
	margin-top: 1px;
	/*margin-bottom: 10px;
	margin-left: 10px;*/
	/*padding: 10px; /* border: 1px solid #431; */
}
#Content1 {
	/*float: left; */
	/*width: 518px; */
	/*background-color: #FFF9F9; */
	background: url('../images/Texture_lt_gray_013b.jpg');
	padding: 10px 10px 10px 10px;
	margin-right: 1px;
	margin-top: 5px;
	float: left; /* background-color: #F2EDEF; */
	min-width: 600px;
	min-height: 400px;
	position:fixed;
	left:120px;
}

#Content2 {
	padding-left:10px;
}

#TRContent {
	padding-left:10px;
	padding-right:20px;
}

#DeptHeading {
	text-align: center;
	height:100px;
}

#SHDeptHeading {
	text-align: center;
	height:110px;
}

#PWDeptHeading {
	text-align: center;
	height:110px;
}



#footer {
	position:relative;
	text-align: center;
	clear: both;
	width: auto;
	white-space:nowrap;
	padding: 0px;
/* border: 1px solid #431; */ /* background-color: #fff; */ /* background-color: #000061; */	
	/* background-color: #0370ff; */
	background-color: transparent;
	min-width: 400px;
	min-height: 100px;
}
/* Masthead Styles */
#masthead h1 {
	/* color: #b71; */
	color: white;
}
#masthead h3 {
	/* color: #542; */
	color: white;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;		
	border: 1px solid none;
	font-size:small;

}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	/* border: 1px solid #0370ff; */
	border: 1px solid #085178;

	/*background-color: #fff; */
	/* background-color: #000061; */
	/*background-color: #0370ff; */
	background-color: transparent;


}
#navigation a {
	/* color: #a60;*/
	/* color: #B1DFF0; */
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px;
	/* border: 1px solid #0370ff; */
	border: 1px solid none;

	/*background-color: #fff; */
	/* background-color: #000061; */
	/*background-color: #0370ff; */
	background-color: transparent;
}
#navigation a:hover {
	color: #fff;
	text-decoration: underline;
	/* border: 1px solid #964; */
	/* border: 1px solid #0370ff; */
	border: 1px solid none;

	/* font-weight:bold; */
	/* background-color: #964;*/
	/*background-color: #0370ff; */
	background-color: transparent;

}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	/* color: #c82; */
	color: black;

}
#content img {
	padding: 5px; 
	border: 1px solid #964;
}

/* Footer Styles */
#footer p {
	/* color: #808080;*/
	color: #000061;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
	font-weight:bold;	
	text-decoration: none;
}
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
a:visited {
	color: maroon;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.small_button_text {
	font-size:x-small;
}

.copyright_style {
	font-size: x-small;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
}
.wcgridview
{
	padding: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	white-space: normal;
	width: auto;
	margin-left:5px; margin-right:5px;
 	float:left; font-size:small;

}

..wcgridview2
{
	padding: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	white-space: normal;
	width: auto;
	margin-left:5px; margin-right:5px;
 	float:left; font-size:small;

}
..wcgridview2 caption {
background-color: #085178;
color: White;
font-size: 12pt;
font-weight:bold;
}



.CA {
	padding-left:10px;
}


#top {
}
.HSbtn {
	width:145px;
	font-size: small;
	background-color: #808000;
	cursor: auto;
}
.TOCright {
	width: 15%;
	float: right;
	margin-left: 1px;
	text-align: left;
}
.CalendarRight {
	width: 75%;
	float: right;
	margin-left: 1px;
	text-align: left;
}

.TOChyperlink {
	font-size:small;
	font-family: "Georgia", "Times New Roman", Times, serif;
}
.TOChomeright {
	width: 15%;
	float: right;
	margin-left: 1px;
	text-align: left;
	
	font-size:small;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.TOChomeright a {
	color: blue;
	text-decoration: underline;
}
.TOChomeright a:visited {
	color: maroon;
	text-decoration: underline;
}
.TOChomeright a:hover {
	color: #742;
	text-decoration: none;
}

#SideBar {
	font-size: small;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	
}

#SideBar a {
	color: blue;
	text-decoration: underline;
}
#SideBar a:visited {
	color: maroon;
	text-decoration: underline;
}
#SideBar a:hover {
	color: #742;
	text-decoration: underline;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: black;
    /*background-color: #085178;*/
    /* background-color: #5078B3; */
    background-color:silver;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.backwards 
{
unicode-bidi:bidi-override; direction: rtl;
}

.WalcoHeadingText {
   color: #FFFF00;
   vertical-align: text-top;
}



