body {
  color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: darkslategray;
}
/*
html > body {
  font-size: 9pt;
}
*/
.hdrul
{
	font-family: Verdana; 
	font-size: 10pt; 
	font-style: italic; 
	font-weight: bold;
	border-bottom: thin solid #9999CC;
}
div.meddkgray
{
    border-top: 1px solid #FFFFFF;
    background-color: #B5BCC1;
    height: 66;
    padding-top: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
/*
.Navigation
{
	position: absolute;
	top: 100px;
	left: 3px;
	width: 135px;
	height: 600px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FF0000;
	color: white;
	background-color: #3366cc;
}  
*/       
.boxRight {
	background-image: url(images/boxRightTile.gif);
	background-repeat: repeat;
	background-position: right;
}
.boxLeft {
	background-image: url(images/boxLeftTile.gif);
	background-repeat: repeat;
	background-position: left;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 100%;
}

.HeaderStyle
{
	background-color: slategray;
	color: White;
	font-weight:normal;
	font-family: Tahoma, Sans-Serif;
}

.AlternatingRowStyle
{
	background-color: #607b7b;
	font-family: Tahoma , Sans-Serif;
	font-size: 10pt;
	color: lime;
}

.RowStyle
{
	font-family: Tahoma , Sans-Serif;
	font-size: 10pt;
	background-color: #4d5d60;
	color: lime;
}

.AlternatingRowStyle2
{
	background-color: #4d5d60;
	font-family: Arial , Sans-Serif;
	font-size: 10pt;
	color: white;
}

.RowStyle2
{
	background-color: #4d5d60;
	font-family: Arial , Sans-Serif;
	font-size: 10pt;
	color: white;
}
.HeaderStyle2
{
	background-color: slategray;
	color: White;
	font-weight:normal;
	font-size:10pt;
	font-family: Arial , Sans-Serif;
}


/* ##### Main #####

#main {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 15em 1em 1em;
}
*/
#main
{
	color: yellow;
	text-align: justify;
	line-height: 1.5em;
	padding-left: 1em;
	padding-bottom: 1em;
}
#main h1
{
	color: wheat;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid rgb(216,210,195);
}

#main h2
{
	color: #cccc66;
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	margin-top: 5px;
}
#main h3
{
	color: #009999;
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	border-bottom: #339999 thin solid;
}
/*
.CRsidebar
{
	display:block;
	margin-top: 10px;
	padding: 0px 13px 0 0px;
	margin-bottom: 20px;
}
.CRsidebar a:hover
{
	background-color: #648ACF;
	display: block;
	color: White;
}
*/
/* Characteristics of a selected navigation button on the CR screen */
.CRSelBtn
{
    font-family: Verdana, sans-serif;
    background-color: #92A8E2;
    color: #000000;
    display: block;
    text-decoration: none;
    line-height: 100%;
    border-left: #0E429C 10px solid;
    padding-left: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: #648ACF 2px solid;
    font-size: .8em;
    font-weight: normal;
}
/* Characteristics of an unselected navigation button on the CR screen */
/*
.CRUnselBtn
{
	font-family: Arial, sans-serif;
	color: #000000;
	background-color: #EFEFEF;
	display: block;
	text-decoration: none;
	line-height: 100%;
	border-left: #D3D2D2 10px solid;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: #dcdcdc 2px solid;
	font-size: small;
	font-weight: bold;
}
*/
.smalllabel
{
	font-family: Arial,sans-serif;
	font-size:x-small;
}

.buttonAction
{
    font-size: xx-small;
    color: white;
    font-family: Arial;
    background-color: #6387E1;
    cursor: hand;
    text-transform: uppercase;
    width: 90px;
    height: 25px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
h2
{
	font-size: medium;
	font-family: Verdana, Sans-Serif;
}
.xyztext
{
    font-size: .9em;
    font-family: "trebuchet ms" , helvetica, sans-serif;
    color: khaki;
    line-height: 2em;
    background-color: darkslategray;
    margin-right: 10px;
}
.xyztextplus
{
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: khaki;
	line-height: 18px;
}

.arialtext
{
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #663300;
	line-height: 18px;
}
.arial12text
{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: lightcyan;
	line-height: 18px;
}
/* ##### Left Side Bar ##### 

.leftSideBar
{
	width: 12.5em;
	float: left;
	clear: left;
	background-color: #dfe0ea;
	border-right: 1px solid rgb(216,210,195);
}
*/
.leftSideBar
{
	background-color: #dfe0ea;
	border-right: 1px solid rgb(216,210,195);
}

.leftSideBar .sideBarTitle
{
    color: rgb(64,64,64);
    background-color: #d4e0ff;
    font-weight: bold;
    margin: 0;
    padding: 0.8ex 1ex;
    border-bottom: royalblue thin solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
}

.leftSideBar ul
{
    list-style-type: none;
    list-style-position: outside;
    margin: 0 0 0 0;
    padding: 0;
}

.leftSideBar li
{
    margin: 0;
    padding: 0 0 0 0;
}

.leftSideBar a
{
	color: navy;
	text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: white;
  text-decoration:none;
}
/*
.leftSideBar .sideBarText
{
	color: navy;
	background-color: transparent;
	line-height: 1.25em;
	margin: 1ex 0.25ex 1.5em 0.75ex;
	padding: 0;
	display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}
*/
.pspanel
{
	background-color: #e7e2d5;
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
}
.RepeaterStyle
{
	background-color: #48628b;
	color: white;
}