﻿/*@import url(layout.css);*/
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

#container {
	background-color: #fff;
	width: 1200px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}

#masthead {
	text-align: right;
	background-color: #036;
	width: 1200px;
}

#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 350px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 1200px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.title
{
    display: block;
    float: none;
    text-align: left;
    width: auto;
    height: 66;
    color: White;
}

.tdleft
{
   text-align: left;   
}

.tdright
{
  text-align: right;  
}

.tdcenter
{
  text-align: center;
}

.clear
{
    clear: both;
}

.clearfix { clear:both; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}


fieldset legend
{
    font-weight:normal;
    color:Blue;
    font-size:medium;
}

fieldset 
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
/*     margin-top: 1.25em;
    margin-bottom: 1.25em;
   font:80%/1 sans-serif; */
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.customfieldset label
{
    color: white;
    background-color: #708D8F;
    border: 3px inset #663300;
    display: block;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.searchbox
{
    width:auto;
    height:auto;
    background-color:#E3E2CE;
    padding: 10px 10px 10px 10px;
}
.searchbox td 
{
    padding-right:10px;
}

/*
fieldset label 
{
  float:left ;
  width:25%;
  margin-right:0.5em;
  padding-top:.80em;
  text-align:right;
  font-weight:bold;
  font-size:small;
  color: White;
  position: relative;
}


fieldset
{
  position: relative;
  margin: 1em 0px 1em 0px;
  padding: 1em 1em 1em 1em;
  border: solid 0.075em black;
}


legend
{
  top: 0.2em;
  left: 0.5em;
  font-size: medium;
  font-weight: normal;
  margin-left: -0.5em;
  margin-bottom: 1em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  background-color: white;
  border: solid 0.075em black;
}
*/

.fsRequest .clear
{
  clear: both;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.fsRequest label
{
  clear: both;  
  margin-right:0.5em;
  padding-top:0.2em;
  position: relative;
  float: left;
  text-align:right;
  font-weight:bold;
  font-size:small;
  width:25%;
    top: 1px;
    left: -1px;
}

.fsRequest .control
{
  clear: both;
  position: relative;
  float: none;
}

fieldset .validator
{
  position: relative;
  float: none;
  width: 30em;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%;
}

p
{
    padding-left: 1em;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : White;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height :200px;
	width :auto;
    text-align : left; 
    list-style-type: circle;
    left : 0; 
    top : 0; 
    visibility : hidden; 

}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: Yellow;
	color: black;
	padding: 1px;
	border: 0;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color: White;
	color: Black;
	padding : 1px;
	border: 0;
}

.Attachments
{
    background-color: #545454;
    position: absolute;
    top: 12em;
    left: 40em;
    width: 20em;
    height: .75em;
   
}

.Attachments a
{
    Color: White;
}


#fsDet 
{

}
#fsDet div
{
  float: left;
  width: 13em;
  padding-right: 1em;
}
#fsDet label
{
    display: block;
    font-weight: bold;
    padding-bottom: .5em;
}

/* Element ID
#fsDet
{
    display: block;
    background: yellow;
}
*/
/* Element 
fieldset
{
    display: block;
}
*/

/* Class
.login
{
    display: block;
}
*/

/*CollapsiblePanel*/
/* Collapseable Panel Layout */
.colPanelarea {
	padding:20px;
	background:#FFF url(../images/demotop.png) no-repeat left top;
}

.colPanelarea p 
{
	padding:5px;
}

.colPanelheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.colPanelbottom {
	height:8px;
	background:#FFF url(../images/demobottom.png) no-repeat left bottom;
}


.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(../images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*	UPDATE PROGRESS */
#progressBackgroundFilter {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: opacity();
	opacity: 0.5;
	z-index: 1000;
}

#processMessage {
	position: fixed;
	top: 30%;
	left: 43%;
	padding: 10px;
	width: 14%;
	z-index: 1001;
	background-color: #fff;
	border: solid 1px #000;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter: opacity();
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}

.modalPopupWide {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:1000px;
}

.modalPopupControl {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.modalPopupMedium {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:800px;
}

/*** Buttons ***/
.custombtn_small { 
  border-left:1px solid #0066CC;
  border-top:1px solid #0066CC;
  border-right:1px solid #002448;
  border-bottom:1px solid #002448;
  background-color:#003C79;
  padding: 3px 3px 3px 3px; 
  text-align:center; 
  height:20px; 
  /*line-height:20px;*/
  color:#fff;
  cursor:pointer;
  font-size:smaller;
}
.custombtn:hover {
	background-color:#004E9B; 
}

/*** HyperLinks ***/
.customhpl_small { 
  border-left:1px solid #0066CC;
  border-top:1px solid #0066CC;
  border-right:1px solid #002448;
  border-bottom:1px solid #002448;
  background-color: silver;
  padding: 3px 3px 3px 3px; 
  margin: 5px 5px 5px 5px; 
  text-align:center; 
  height:23px; 
  /*line-height:20px;*/
  color:#fff;
  cursor: pointer;
  font-size: small;
}
.customhpl:hover {
	background-color:#004E9B; 
}

/* For Wide Master Page */
#containerwide {
    background-color: #fff;
    width: 1600px;
    margin: 0 auto;
    border-top: 0;
    border-right: 1px solid #b7b7b7;
    border-bottom: 0;
    border-left: 1px solid #b7b7b7;
}

#mastheadwide {
    text-align: right;
    background-color: #036;
    width: 1600px;
}

#footerwide {
    width: 1600px;
    text-align: center;
    background-color: #113962;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*** Grids ***/
.grdResults, .detailTable {
	white-space: normal;
	border: 0px;
	margin-top: 10px;
	width: 100%;
}

	.grdResults td, .detailTable td {
		padding: 4px;
		border: 0px;
		border-bottom: 1px solid #ccc;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}

	.detailTable td {
		padding: 1px 5px;
	}

	.grdResults th, .detailHeader {
		font-family: Georgia, "Times New Roman", Times, serif;
		background-color: #402C00;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		padding: 1px 4px;
		border: 0px;
		border-right: 1px solid #706140;
		border-bottom: 1px solid #999;
		text-align: left;
	}

		.grdResults th a:link {
			color: #ffffff;
			text-decoration: none;
		}

		.grdResults th a:visited {
			color: #ffffff;
			text-decoration: none;
		}

		.grdResults th a:hover {
			color: red;
			text-decoration: underline;
		}

.resultsPageNav {
	background-color: #D0CFAE;
	padding: 10px;
	font-size: 14px;
	border-bottom: 0px;
	border-top: 1px solid #333;
}

	.resultsPageNav input {
		display: block;
		margin: 5px 3px;
	}

.grdResults a:link {
	color: blue;
}

.grdResults a:visited {
	color: blue;
}

.grdResults a:hover {
	color: red;
	text-decoration: underline;
}

.grdResults ul {
	list-style-type: none;
}

.grdResults li {
	background-color: Transparent;
	float: none;
	text-decoration: none;
	text-align: left;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0.5em 0.5em 0.5em 0.5em;
	height: auto;
	width: auto;
	border: 0em solid black;
	line-height: normal;
}

.grdResultsAlternateRow {
	background-color: AliceBlue;
}

.grdResultsSelectedRow {
	background-color: Yellow;
	font-weight: bold;
}

.grdResultsEmptyDataRow {
	color: Red;
	background-color: Yellow;
	font-weight: bold;
}

.rptRates {
	border: groove;
	border-width: medium;
	width: 100%;
	margin: 10px;
}

	.rptRates td {
		width: 25%;
		vertical-align: top;
	}

	.rptRates label {
		font-weight: normal;
		color: blue;
		background-color: transparent;
	}

.grdResultsNoLines, .detailTable {
	white-space: normal;
	border: 0px;
	margin-top: 10px;
	width: 100%;
}

	.grdResultsNoLines td, .detailTable td {
		padding: 4px;
		border: 0px;
		/*border-bottom: 1px solid #ccc;*/
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}

	.detailTable td {
		padding: 1px 5px;
	}

	.grdResultsNoLines th, .detailHeader {
		font-family: Georgia, "Times New Roman", Times, serif;
		background-color: #402C00;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		padding: 1px 4px;
		border: 0px;
		border-right: 1px solid #706140;
		border-bottom: 1px solid #999;
		text-align: left;
	}

