  @CHARSET "ISO-8859-1";


/* ELEMENT STYLES */
html {
	text-align: center;
	height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

body {
	height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(/epayment/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: left;
}

div#center {	/* centers content in browser window */

	width: 770px;
	margin: 0px auto;
    min-height: 100%;
	position: relative;
} 

* html #center {
	height: 100%;
}

a:link { color: #090; }     		/* unvisited link */
a:visited { color: #090; }  		/* visited link */
a:hover { text-decoration: none; }	/* mouse over link */
a:active { color: #090; }   		/* selected link */

img {
	border: 0;
}


/* HEADER STYLES */
#header {
	background-image: url(/epayment/images/header.jpg);
	background-repeat: no-repeat;
	width: 753px;
	height: 103px;
	margin-left: 6px;
}

h1 { 
	text-indent: -2000px;
	display: none;
}

#environmentInfo {
    position: absolute;
    top: 7px;
    left: 100px;
    color: #FC0;
    font: 110% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#developerInfo {
    color: red;
    font-weight: bold;
}

#mainMenuLink a:link {
	display: block;
	width: 153px;
	height: 41px;
	background: url(/epayment/images/mainMenuLink.jpg) 0 0 no-repeat;
	position: relative;
	left: 590px;
}

#mainMenuLink a:hover { 
	background-position: 0 -41px;
	position: relative;
	left: 590px;
}

.alt {
	display: none;
}

#loggedInAs {
    color: #FFF;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 75px;
    left: 520px;
    white-space: nowrap;
}

/* CONTENT AREA STYLES */

#content {
	padding: 10px 10px 5em;
}

h2 {
	color: #090;
	margin: 10px 0px 0px;
}

/* main menu */
ul.main {
    margin-top: 0px;
    margin-bottom: 10px;
}

ul.admin {
    margin-top: 0px;
    margin-bottom: 10px;
}

#mainMenu {
	float: left;
	width: 350px;
	margin: 0 0 0 30px;
}

#adminMenu {
	width: 335px;
	margin-left: 420px;
}

/* general tables */

.tblContainer {
	border: 1px solid #E0E0E0;
	width: 760px;
	margin-top: 10px;
}

.additionalInfoSm {
	border: 1px solid #FFDC63;
	background-color: #FDFBD4;
	width: 255px;
	float: right;
	margin: -92px 15px 15px 450px;
	padding: 7px;
	overflow: hidden;
}

.additionalInfo {
	border: 1px solid #FFDC63;
	background-color: #FDFBD4;
	width: 686px;
	margin-left: 25px;
	padding: 7px;
}
.additionalInfo ul {
	margin: 0;
}

.asterisk {
	color: #F00;
	font-weight: bold;
}

h3 {
	color: #090;
	padding: 8px 0px;
	margin: 0;
}
h3.noPad {
	color: #090;
	margin: 0;
	padding: 0;
}

.tblSubHeader {
	background-color: #DADADA;
	border-right: 1px solid #FFF;
	padding: 4px;
	font-weight: bold;
}
.tblSubHeader a {
	color: #000;
	float: left;
	display: block;
}

.vertDividerDash {
	border-right: 1px dashed #EFEFEF;
}
.vertDivider {
	border-right: 1px solid #EFEFEF;
}
.horzDivider {
	width: 760px;
	border-bottom: 1px dashed #CCC;
}
.horzDividerGrn {
	width: 100%;
	border-bottom: 1px dashed #090;
	margin: 10px 0;
}

.clear {
	clear: both;
}

.descText {
	font-size: .88em;
}

#breadcrumbs a {
	color: #FF9900;
	font-weight: bold;
}

#createdLastMod {
	width: 400px;
	text-align: right;
	position: relative;
	margin-top: -30px;
	margin-left: 360px;
	font-size: .88em;
	line-height: 1.4em;
}

.descTextItalics {
    font-size: .88em;
    font-style: italic;
}

/* position profile tabs */

#posProfileTabs {
	float: left;
	width: 760px;
	line-height: normal;
}

#posProfileTabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#posProfileTabs li {
	float: left;
	background: url(/epayment/images/tab-r.gif) no-repeat right top;
	margin-right: 3px;
	padding: 0;
}
#posProfileTabs a {
	display: block;
	background: url(/epayment/images/tab-l.gif) no-repeat left top;
    padding: 4px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
#posProfileTabs #current {
	background-image: url(/epayment/images/tabSelected-r.gif);
}
#posProfileTabs #current a {
	background-image: url(/epayment/images/tabSelected-l.gif);
	color: #FFF;
}

.tabcontent {
	width: 742px;
	background-color: #EBF6E5;
	padding: 10px;
	border-top: solid 5px #090;
}

.tabAddlInfo {
	width: 742px;
	background-color: #EBF6E5;
	padding: 10px;
	border-top: solid 5px #090;
}

p, .intab {
	margin: 0;
	padding: 0;
}

.tabsDisplayTable {
	width: 100%;
    background-color: #CCC;
}
.tabsDisplayTable th {
    background-color: #CCC;
    font-weight: bold;
}
.tabsDisplayTable td {
	background-color: #FFF;
}


/* supervisory hierarchy */

.hierarchyTable {
	background-color: #E0E0E0;
}
.currentHierarchyHeader {
	background-image: url(/epayment/images/tabSelected-bg.gif);
	background-repeat: repeat-x;
	background-color: #090;
	height: 24px;
	color: #FFF;
	font-weight: bold;
}
.backupApproverHeader {
	background-image: url(/epayment/images/tab-bg.gif);
	background-repeat: repeat-x;
	background-color: #CCC;
	height: 24px;
	color: #000;
	font-weight: bold;
}
.supervisor {
	background-image: url(/epayment/images/supervisorArrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFF;
	vertical-align: top;
	border-bottom: 1px solid #090;
	padding: 15px;
}
.backupApprover {
	background-color: #FFF;
	padding: 15px;
}
.multiBackupApprover {
	background-image: url(/epayment/images/backupApproverArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFF;
	vertical-align: top;
	border-left: 1px solid #090;
	padding: 15px;
}
.hierarchyFor {
	background-color: #E0E0E0;
	vertical-align: top;
	font-weight: bold;
	padding: 15px;
}


/* profile summary styles */

#profileSections {
    height: 22px;
    background-image: url(/epayment/images/profileSumDiv-bg.jpg);
    background-repeat: repeat-x;
    color: #333;
    font-weight: bold;
    padding: 5px 0px 0px 5px;
}
a.profileSections {
    color: #FFF;
    font-weight: bold;
    padding: 0px 10px;
}

.profileSecSubHead {
    background-color: #BDBDBD;
    color: #333;
    font-weight: bold;
    padding: 5px;
}
a.profileSecSubHead {
    color: #FFF;
}
    

/* FOOTER STYLES */

#footer {
	clear: both;
	background-image: url(/epayment/images/footer-bg.gif);
	background-repeat: repeat-x;
	font-size: .9em;
	color: #FFF;
	padding: 6px;
	height: 30px;
	position: relative;
	margin: -32px auto 0 auto;
}
a.footer {
	color: #FFF;
}

/* A CSS kludge that only applies to IE -- specifies a different height for the footer 

* html #footer {   
	margin-top: -7.4em;
}

*/


/* class styles */
.bannerBackgroundText {
    font-size: large;
    color: #F7941D;
    font-weight: bold;
}

.sectionButton {
    color: black;
    font-size: 11px;
    cursor: pointer;
    font-family: verdana, sans-serif;
    height: 20px;
    background-color: #CCC;
    border: 2px outset #666;
    padding-bottom: 5px;
    font-weight: bold;
}
.sectionButton[disabled] {
    color: #EFEFEF;
    border: 2px outset #CCC;
}

.button {
    color: black;
    border: 2px outset #666;
    font-weight: bold;
}
.button[disabled] {
    color: #EFEFEF;
    border: 2px outset #CCC;
}

.input {
    background-color: white;
}

.input[disabled] {
    background-color:#e8e8e8;
}

.inputError {
    background-color: white;
    border: 1px solid red;
}

.titleFont
{
    font-weight: bold;
    font-size: 14px
}

.subtitleFont
{
    font-weight: bold;
    font-size: 12px
}

.subtitleItalic
{
	font-weight: normal;
    font-size: 12px;
    font-style: italic;
}

.messageText
{
    font-size: 14px;
    color: blue;
}


.errorText
{
    font-size: 14px;
    color: red;
}


.validationError
{
    color: red;
}

.fieldValidationError
{
    border: 1px solid red;
}

.fieldLabel
{
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

.boldFieldLabel
{
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    font-weight: bold;
}

.searchFieldLabel
{
    text-align: right;
    white-space: nowrap;
}



/*
 * styles inherited from old stylesheets
 */

/* element styles */

/* !! the label styles are useful for displaying errors from binding and validation */
label.normal { 
    color: black;
}

label.error {
    color: red;
}

th
{
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: arial, helvetica, sans-serif;
    text-align: left
}


/* class styles */
.descr {
    font-family: 'courier new'
}

.largebox {
    font-size: 14px;
    height: 16px;
    text-align: left
}

.largebutton{
    font-size: 14px
}

.smallbutton {
    font-size: 11px;
    cursor: pointer;
    font-family: arial, sans-serif;
    height: 18px
}

.disabledbutton {
    font-size: 12px;
    cursor: pointer;
    font-family: verdana,sans-serif;
    height: 22px
}
.main-menu-enabled {
    font-weight: bold;
    color: black
}
.main-menu-desc-enabled {
    font-weight: normal;
    font-size: 12px;
    color: black
}
.main-menu-disabled {
    font-weight: bold;
    color: gray
}
.main-menu-desc-disabled {
    font-weight: normal;
    font-size: 12px;
    color: gray
}
.text-disabled {
    font-weight: normal;
    color: gray
}
.unsortedcolumnlabel {
    font-weight: bold;
    font-size: 12px;
    background-color: white
}
.sortedcolumnlabel {
    font-weight: bold;
    font-size: 12px;
    background-color: #e0e0e0
}
.terminalpagenumber {
    font-weight: bold;
    font-size: 16px
}
.currentpagenumber {
    font-weight: bold;
    font-size: 16px
}
.otherpagenumber {
    font-size: 14px;
    color: black
}
.buttonbarbackground {
    background-color: white
}

.bannercaptioncell {
    background-color: #b0b0b0;
    text-align: left
}

.readonlyText {
    font-weight: bold;
}


/* id styles (which should all probably be class styles instead) */
#messagefont {
    color: blue;
    background-color: white
}
#errorfont {
    color: red;
    background-color: white
}
#errorfontnb {
    color: red
}
#smallerrorfont {
    font-size: 10px;
    color: red;
    background-color: white
}
#lighterrorfont {
    color: red;
    background-color: #e0e0e0
}
#smalllighterrorfont {
    font-size: 10px;
    color: red;
    background-color: #e0e0e0
}
#smallerrorfontnb {
    font-size: 10px;
    color: red
}


