﻿/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/
/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
body
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 10pt;
}
a
{
	color: #669911;
}
/* Outer */
#outer
{
}
/* Header */
#header
{
	height: 45px;
/*	background-image: url('images/a2.gif');*/
/*	background-image: url('images/Untitled-1.png');*/
	background-position: bottom left;
	padding-left: 30px;
	padding-top: 45px;
}
#header h1 a
{
	color: #000000;
	text-decoration: none;
	font-size: 1.5em;
}
#header h1
{
/*	text-transform: lowercase;*/
	font-size: 1.6em;
}
#header h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
/*	text-transform: lowercase;*/
}
/* Menu */
#menu
{
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1em 2.5em 1em 2.5em;
	height:20px;
}
#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
/*	text-transform: lowercase;*/
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}
/* Content */
#content
{
	padding: 3em 15px 1em 15px;
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}
#content .ajax__tab_xp
{
	line-height: 1em;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#content blockquote p
{
	margin-bottom: 0em;
}
#content table
{
	margin-bottom: 1.5em;
}
#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content table td
{
/*	padding: 0.5em;*/
}
#content table tr.rowA
{
	background-color: #EAEFE0;
	color: inherit;
}
#content table tr.rowB
{
	background-color: #F9FFEF;
	color: inherit;
}
/* Primary Content */
#primaryContentContainer
{
	float: left;
	margin-right: -460px;
	width: 100%;
}
#primaryContentContainerDataEntry
{
	float: left;
	margin-right: -460px;
	width: 100%;
}
#primaryContentContainerStep
{
	float: left;
	margin-right: -460px;
	width: 100%;
}
#primaryContentContainerStep a
{
/*    text-decoration:none; */
}
#primaryContent
{
	margin: 0em 70px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContentDataEntry
{
	margin: 0em 70px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContentStep
{
	margin: 0em 70px 0em 0em;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent h2, #primaryContent h3
{
/*	text-transform: lowercase;*/
	color: #5D5F53;
/*	border-bottom: dotted 1px #ECEEDF; */
	padding-bottom: 0.3em;
}
/* Footer */
#footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
#loginbox
{
/*	text-align:right;*/
	position:absolute;
	top:10px;
	right:20px;
/*	border:1px solid red;*/
	width:300px;
	height:115px;
	font-size:smaller;
/*	color: #000000;*/
}

#loginbox a
{
	color:#669911;
}
#breadcrumbs
{
	position:absolute;
	top:110px;
	right:20px;
	font-size: 9pt;
}
#welcomebox
{
	float:right;
	text-align:right;
	color:#669911;
}
#pocLoan
{
/*	border:1px solid red;*/
}
#pocLoan .textbox
{
	width:500px;
}
#pocLoan .label
{
	width:200px;
}
#pocLoan td
{
/*	border:1px solid green;*/
}
.clear
{
	clear: both;
}

/********************** AJAX ********************************/
.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #99cc66;
    color: #000000;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: #fffacd;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: White;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: white;
    font-weight:bold;
}
.ajax table td
{
padding:0px;
}

.sectionsubtitle
{
/*	color:#669911;*/
}

#sectionsubtitle h3
{
	color:#669911;
}
/************* Wizard ******************/
.wizard
{
/*    border:solid 1px black;*/
/*    font:14px Verdana,Sans-Serif;*/
    width:90%;
/*    height:300px;*/
}
.header
{
	font-family: "trebuchet ms", sans-serif;
	font-size:large;
	color: #555555;
	padding-bottom:10px;
}
.sideBar
{
    background-color:#eeeeee;
    padding:10px;
    width:100px;
}
.sideBar a
{
    text-decoration:none;
}
.stepButton
{
	border:1px solid black;
}
.validatorCalloutHighlight
{
	background-color:#FFFACD;
}
.helpText
{
	padding-left:1em;
/*	border:1px solid black;*/
/*	background-image: url('images/a4.gif');
	background-repeat: repeat-x;*/
	padding-right:1.5em;
}
.loginButton
{
	font-size:larger;
}
#claimWorksheet
{
	padding-left:20px;
}
#claimWorksheet table
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 10pt;
}

#claimWorksheet table tr.rowA
{
	color:#555555;
}

#claimWorksheet h3
{
	color: #669911;
}

#aerrearageWorksheet table
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 10pt;
}

#aerrearageWorksheet table tr.rowA
{
/*	background-color: #FFFACD;*/
	color: inherit;
}
#aerrearageWorksheet h3
{
	color: #669911;
}
.rowA
{
	background-color: #FFFACD;
	color: inherit;
}
.editClaimSubheader
{
	color: #669911;
	font-size:13pt;
}
.editClaimSubheaderIndent
{
	color: #669911;
	font-size:9pt;
}
.underline
{
 text-decoration:underline;
}
.claimWorksheetLarge
{
	font-weight:bold;
	font-size:14pt;
}
#ctl00_primaryContentPH_ClaimWorksheet1_updatePanelClaimWorksheet
{
}
div.AlertStyle 
{
	font-size: smaller;
	background-color: #FFFACD;
	width: 400px;
	height: 20px;
	visibility: hidden;
}
.italic
{
	font-style:italic;
}
#filedClaimConfirmation
{
	padding-left:20px;
}
#fileSelector
{
	padding-left:20px;
}
#faq
{
/*	text-decoration:none;*/
	color:#333333;
}
#faq a
{
/*	text-decoration:none;*/
	color:#669911;
}
.answer
{
	padding-left:20px;
	color:#333333;
}
#claimResult
{
/*	border:1px solid black;*/
}
.bulletedList
{
    padding-left:20px;
}


.passwordRecovery table
{
}
#progressText
{
    font-size:x-large;
}
.textboxDataEntry
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 10pt;
}
.ddl
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 10pt;
}
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
	font-family: "trebuchet ms", sans-serif;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	font-family: "trebuchet ms", sans-serif;
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	font-family: "trebuchet ms", sans-serif;
	background-color : window;
	color : windowtext;
	padding : 1px;
}
#saveClaimTexta
{
	width:400px;
}
.dropShadowPanel
{
    width: 500px;
    background-color: #EAEFE0;
    color: #555555;
}
.mainPageUL
{
	padding-left:1em;
}
.mainPageTable table
{
    background-color:White;
    color:White;
}
.dropShadowPanelNoStyle
{
    background-color:White;    
}

#claimFilingErrors
{
	padding-top:20px;
	padding-left:10px;
}
.claimError
{
	color:Red;
}
#claimErrorText
{
	color: #333333;
	padding: 5px 25px;
	width: 500px;
	text-align: justify;
	background: url('images/Untitled-2.png');
	background-repeat:repeat;
	border:1px solid black;
/*	padding:25px 80px 5px 25px;*/
}
#claimErrorText .innerText
{
	padding:5px 20px 5px 5px;
}
#claimErrorText .innerText ul
{
	padding-left:30px;
}
/*Popup Control*/
.popupControl{
	position:absolute;
	visibility:hidden;
}
.clientAdmin
{
	font-size:medium;
}
.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}
