/* CSS Document */

/*--- BODY ---*/
body {
	background: url(img/bg-body.gif) #FFFFFF repeat-x;
	font: 11px/16px "Lucida Grande", Lucida Sans Unicode, "Trebuchet MS", Arial, Sans-Serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img { border: 0; }

table { font: 11px/16px "Lucida Grande", Lucida Sans Unicode, "Trebuchet MS", Arial, Sans-Serif; }

/*--- WRAPPER ---*/
#wrapper {
	margin: auto;
	padding: 0px;
	width: 90%;
}

/*--- HEADER ---*/
#header {
	width: 100%;
}

/*--- LOGO ---*/
#logo {
	float: left;
	text-align: left;
	width: 161px;
}

/*--- CLIENT SERVICES ---*/
#clientServices {
	text-align: right;
	background: url(img/bg-topBar.gif) #FFFFFF repeat-x;
}

/*--- GREETING ---*/
#greeting {
	color: #666;
	margin-bottom: 20px;
	text-align: right;
	width: 100%;
}

/*--- CONTENT ---*/
#content {
	float: left;
	margin-top: 5px;
	text-align: left;
	width: 100%;
}

/*--- NAV ---*/
#nav {
	float: left;
	width: 19%;
	padding-top: 10px;
	border-top: 1px solid #7D7D7D;
}

/*--- COPY ---*/
#copy {
	float: right;
	text-align: left;
	width: 79%;
	border-top: 1px solid #7D7D7D;
}
#copy h2 {
	font: bold 13px/16px "Lucida Grande", Lucida Sans Unicode, "Trebuchet MS", Arial, Sans-Serif;
	color: #4B4B4B;
	margin: 0px;
	padding: 0px 0px 12px 0px;
}
#copy h3 {
	font: bold 11px/16px "Lucida Grande", Lucida Sans Unicode, "Trebuchet MS", Arial, Sans-Serif;
	color: #4B4B4B;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
#copy p {
	font: 11px/16px "Lucida Grande", Lucida Sans Unicode, "Trebuchet MS", Arial, Sans-Serif;
	color: #4B4B4B;
	margin: 0px;
	padding: 0px 0px 14px 0px;
}
#copy ul {
	font: 11px/18px "Lucida Grande", Lucida Sans Unicode, "Trebuchet MS", Arial, Sans-Serif;
	color: #4B4B4B;
	margin: 0px;
	padding: 0px 0px 14px 30px;
}
#copy a {
	color: #4B4B4B;
	text-decoration: none;
	border-bottom: 1px solid #E1E1E1;
}
#copy a:hover {
	color: #191919;
	text-decoration: none;
	border-bottom: 1px solid #323232;
}

/*--- DISPLAY ---*/
#displayHead {
	margin-top: 10px;
}
#display {
	margin-top: 20px;
}

/*--- FOOTER ---*/
#footer {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 7px 0px 38px 0px;
	width: 100%;
	border-top: 1px solid #7D7D7D;
}
#footer p {
	font: 11px/16px "Lucida Grande", Lucida Sans Unicode, "Trebuchet MS", Arial, Sans-Serif;
	color: #7D7D7D;
	margin: 0px;
	padding: 0px 8px 0px 8px;
}
#footer a {
	color: #7D7D7D;
	text-decoration: none;
	border-bottom: 1px dotted #7D7D7D;
}
#footer a:hover {
	color: #323232;
	text-decoration: none;
	border-bottom: 1px solid #323232;
}

/* Original Styles
-------------------------- */

.text_white{
	font-size: 10px;
	color: white;
}

.text_white_12pt{
	font-size: 10px;
	color: white;
}

.text_black{
	font-size: 10px;
	color: black;
}

.text_orange{
	font-size: 10px;
	color: #EF9513;
}

.text{
	font-size: 10px;
}

.text_heading{
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
}

.border_orange{
	border: 1px solid #EF9513;
	font-size: 10pt;
     background-color: #404040;
}

.border_grey{
	border: 1px solid silver;
	font-size: 10pt;
	color: black;
	background-color: whitesmoke;
}

.nav { /*Editted*/
	display: block;
	border: solid 1px white;
	padding: 2px 4px 0px 4px;
	margin: 0px;
	/*white-space: nowrap;*/
	font-size: 8pt;
	color: black;
	text-decoration: none;
	line-height: 18px;
}
#lblCurrentView { /*Added*/
	font-size: 11px;
	color: #444;
}

.tableTitle { /*Added*/
	background-color:#7d7d7d;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.tableTitle td { /*Added*/
	border-right: 1px #fff solid;
}
.tdShade td { /*Added*/
	background-color: #f3f3f3;
}

.nav:visted
{
	display: block;
	border: solid 1px whitesmoke;
	padding: 2px 4px 0px 4px;
	margin: 0px;
	background: whitesmoke;
	white-space: nowrap;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

.nav:hover
{
	display: block;
	border: solid 1px gray;
	padding: 2px 4px 0px 4px;
	margin: 0px;
	background: gainsboro;
	background-color:#efefef;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

.table_heading
{
	padding: 1px 4px 1px 4px;
	margin: 0px;
	background: whitesmoke;
	font-size: 8pt;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
/*
a{
	font-size: 8pt;
	color: #666;
	text-decoration: underline;

}

a:hover{
	font-size: 8pt;
	color: #000;
	text-decoration: underline;

}
*/
a {
	color: #4B4B4B;
	text-decoration: none;
	border-bottom: 1px solid #E1E1E1;
}
a:hover {
	color: #191919;
	text-decoration: none;
	border-bottom: 1px solid #323232;
}