/* CSS Document */
html { 
	margin: 0px; 
	padding: 0px; 
	height:100%
}

body {
	margin: 0px;
	padding: 0px; 
	font: 11px/1.25em Arial, Helvetica, sans-serif;
	background-color:#F1F0EA;
/*	behavior: url(includes/template/csshover.htc);*/
}


/*----------------------------------*/
/********    TYPOGRWAMHY     *********/
/*----------------------------------*/

div.smallfont {
border:1px dotted #BCB69F;
background-color:#F3F2Ec;
font-size:9px;
padding:5px;
text-align:right;
}
/*----------------------------------*/
/*****    CURRENT USER MAGNET   ******/
/*----------------------------------*/
#currentuser {
	float:right;
	margin-top:-20px;
	margin-bottom:10px;
	padding:5px 5px 5px 36px;
	color:#FFF;
	font-size:11px;
	text-align:left;
	border:3px solid #641000;
	background-image:url(../../Images/User_32x32.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#527DB7;
}
/*----------------------------------*/
/********    MAIN TABLE     *********/
/*----------------------------------*/
#pagemenu {
float:right;
margin-top:-35px;
margin-bottom:10px;
border:1px dotted #BCB69F;
background-color:#F3F2Ec;
font-size:10px;
padding:5px;
}

#pagemenu a:link,
#pagemenu a:visited,
#pagemenu a:hover,
#pagemenu a:active {
text-decoration:none;
}


#pagemenu2 {
float:right;
margin-top:0px;
margin-bottom:10px;
border:1px dotted #BCB69F;
background-color:#F3F2Ec;
font-size:10px;
padding:5px;
}

#pagemenu2 a:link,
#pagemenu2 a:visited,
#pagemenu2 a:hover,
#pagemenu2 a:active {
border:0px;
text-decoration:none;
}
#maintable {
	width:100%;
	border-left:1px solid #BCB69F;
	border-right:1px solid #BCB69F;
	border-bottom:1px solid #BCB69F;
	margin: 10px 0px 5px 10px;
	background-color:#FFF;
	padding-right:0px;

    }

#maintable th {
	font-family: Times New Roman, Times, serif; 
	font-size: 21px !important; 
	font-weight: normal; 
	letter-spacing:-1px;
	margin-left: 0px;
	margin-top: 10px;
	line-height:18px;
	color:#3C3C3C;
	height:20px;
	border-top:1px solid #BCB69F;
	border-bottom:1px solid #BCB69F;
	background-color:#EDEBDA;
	text-align:left;

}
#maintable tr.mainTableRow1 {
background-color:#F3F2EC;
}
#maintable tr.mainTableRow1:hover {
background-color:#EDEBDA;
}
#maintable tr.mainTableRow2 {
background-color:#FFFFFF;
}
#maintable tr.mainTableRow2:hover {
background-color:#EDEBDA;
}
/*----------------------------------*/
/********    right TABLE     *********/
/*----------------------------------*/
#righttable {
	width:250px;
	border-top:1px dotted #BCB69F;
	border-left:1px dotted #BCB69F;
	border-right:5px solid #BCB69F;
	border-bottom:5px solid #BCB69F;
	margin: 35px 0px 5px 10px;
	background-color:#FFF;
	padding-right:0px;

    }

#righttable th {
	color:#3C3C3C;
	height:20px;
	border-top:1px solid #BCB69F;
	border-bottom:1px solid #BCB69F;
	background-color:#EDEBDA;
	text-align:left;
	
}
#righttable a:link img,
#righttable a:hover img,
#righttable a:visited img,
#righttable a:active img {
border-bottom:0px;
}
#righttable tr.mainTableRow1 {
display:block;
background-color:#F3F2EC;
}
#righttable tr.mainTableRow1:hover {
display:block;
background-color:#EDEBDA;
}
#righttable tr.mainTableRow2 {
display:block;
background-color:#FFFFFF;
}
#righttable tr.mainTableRow2:hover {
display:block;
background-color:#EDEBDA;
}

/*----------------------------------*/
/******** Typography Styles *********/
/*----------------------------------*/

h1 {
	font-family: Times New Roman, Times, serif; 
	font-size: 21px !important; 
	font-weight: normal; 
	color:#3C3C3C;
	letter-spacing:-1px;
	margin-left: 0px;
	margin-top: 10px;
	line-height:18px;
}
/*	margin-top:0px;
	padding-top:5px;
	padding-left:5px;
	height:20px;
	font-size:11px;
	background-color:#EDEBDA;
	border-bottom:1px solid #B9B5A4;
	font-weight:bold;*/
h2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px !important; 
	font-weight:normal;
	color:#3C3C3C;
	letter-spacing:-1px;
	margin-left: 0px;
	margin-top: 10px;
	height:30px;
	line-height:14px;
	margin-bottom:1px;
	}
h3 {
	font-family: Times New Roman, Times, serif; 
	font-size: 21px !important; 
	font-weight: normal; 
	color:#3C3C3C;
	letter-spacing:-1px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom:15px;
}
h4 {
	color:#3C3C3C;
	font-size: 11px;
	font-weight: bold;
	clear: left;
	margin: 1.2em 0em -.5em 0em;
	padding: 0em 0em 0em 0em; 
}
h5 {
	font-size: 11px;
	}
h6 {
	color: #333333;
	font-style: italic;
	font-size: 11px;
	margin: 0em 0em -.25em 0em; 
}

#WAMerror {
	font-size:10px;
	font-weight:bold;
	color:#CC0000;
	background-color:#FFF;
	margin:2px;
	padding:3px;
	border:1px dotted #CC0000;
}
#WAMerror a:link,
#WAMerror a:visited,
#WAMerror a:hover,
#WAMerror a:active {
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}
/*----------------------------------*/
/************* HEAD MAST  *************/
/*----------------------------------*/
#headMast {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:3px solid #641000;
/*	background-image:url(../../Images/theme_WAM001_headmast_bg.png);
	background-position:center top;*/
	background-color:#FFFFFF;
	height:64px;

}
#headMast img {
float:left;
}
#liveHelp {	
	display:inline;
	margin-top:0px;
	float:right;
	width:140px;
	margin-right:-2px;
	padding:0px;
	border:0px;
	margin-bottom:-2px;
	height:64px;
	}
html>/**/body>div#headMast>div#liveHelp {
	margin-top:0px;
	margin-right:0px;
}


#WAMtopDivider {
	clear:both;
	height:0px;	
	padding-top:0px;	
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	
}
#WAMcontent {
	margin-top:-15px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	text-align:left;
	border-top:1px solid #FFFFFF;
	background-color:#F3F2EC;
	display:block;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	background-image:url(../../Images/theme_WAM001_contentshadow.png);
	background-repeat:repeat-x;
	background-position:center top;

	}
	html>/**/body>div#WAMcontent {
	margin-top:0px;
	}
	#WAMcontent a:link,
	#WAMcontent a:visited,
	#WAMcontent a:hover,
	#WAMcontent a:active {
	padding-bottom:1px;
	color:#C16140;
	}
	#WAMcontent a:hover {
	color:#CC0000;
	}
/*----------------------------------*/
/***** Not Logged in WAMcontent*****/
/*----------------------------------*/
#NLWAMcontent {
margin-top:-15px;

}
html>body>div#NLWAMcontent {
margin-top:0px;
}

#fileUsage {
	display:block;
	float:left;
	border-right:5px solid #B9B5A4;
	border-bottom:5px solid #B9B5A4;
	border-left:1px dotted #B9B5A4;
	border-top:1px dotted #B9B5A4;
	background-color:#EDEBDA;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 11px;
	width: 15em; 
	margin-left:5px;
	margin-right:10px;
	padding:0px;
	text-align:center;
}

html>body>div#WAMcontent>div#fileUsage {
	margin-left:10px;
	}
#fileUsage table {
padding:5px;
}
#NOfileUsage {
	display:none;
	}
/*----------------------------------*/
/********* white DIV **********/
/*----------------------------------*/
#whitediv {	
	background-image:url(../../Images/theme_WAM001_dropshadow.png);
	background-position:center top;
	background-repeat:repeat-x;
	border-top:1px dotted #BCB69F;
	border-right:1px solid #BCB69F;
	border-bottom:1px solid #BCB69F;
	border-left:1px dotted #BCB69F;
	background-color:#FFF;
	padding:10px;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	}
#logindiv {	
	clear:both;
	background-image:url(../../Images/theme_WAM001_dropshadow.png);
	background-position:center top;
	background-repeat:repeat-x;
	border-top:1px dotted #BCB69F;
	border-right:1px solid #BCB69F;
	border-bottom:1px solid #BCB69F;
	border-left:1px dotted #BCB69F;
	background-color:#FFF;
	padding:15px;
	margin-top:10px;
	margin-left:-200px;
	width:200px;
	float:right;
	}
/*----------------------------------*/
/********* WAM Form Styles **********/
/*----------------------------------*/
form {
	margin:0;
	padding:0;
}
.input_box {
	z-index: -3;
	color:#C16140;
	font-size:11px;
	background-color:#F3F2EC;
	border:1px solid #BCB69F;
	height:15px;
	padding-left:1px;
	background-image:url(../../Images/theme_WAM001_inputbg.png);
	background-repeat:repeat;
}
.select_box {
	z-index: -3;
	color:#C16140;
	font-size:12px;
	background-color:#F3F2EC;
	padding-left:1px;
	background-image:url(../../Images/theme_WAM001_inputbg.png);
	background-repeat:repeat;
	border:1px solid #BCB69F;
}
.formbg {
	z-index: -3;
	color:#C16140;
	font-size:11px;
	background-color:#F3F2EC;
	border:1px solid #BCB69F;
	height:15px;
	padding-left:1px;
	background-image:url(../../Images/theme_WAM001_inputbg.png);
	background-repeat:repeat;
}
.text_area {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C16140;
	border : 1px solid #ccc;
	z-index: -3;
	background-color:#F3F2EC;
	border:1px solid #BCB69F;
	padding-left:1px;
	background-image:url(../../Images/theme_WAM001_inputbg.png);
	background-repeat:repeat;
}
.select {
	z-index: -3;
	color:#C16140;
	font-size:11px;
	background-color:#F3F2EC;
	border:1px solid #BCB69F;
	height:20px;
	padding-left:1px;
	}

input, textarea, select {
	/*z-index : -3;*/
	background-color:#F3F2EC;
	border:1px solid #BCB69F;
	padding-left:1px;
	padding-left:1px;

}

.button {
	z-index : -3;
	font-size: 11px;
	font-weight:bold;
	color:#FFF;
	padding:2px;
	background-color:#BCB69F;
	border-top:0px solid #641000;
	border-left:1px solid #641000;
	border-bottom:0px solid #641000;
	border-right:1px solid #641000;
	background-image:url(../../Images/theme_WAM001_buttonbg2.png);
	background-repeat:repeat-x;
	}
.checkbox {
border:none;
}


/*----------------------------------*/
/*********** WAM Content 2 **********/
/*----------------------------------*/
#rightCol {		
	float:auto;
	border-right:5px solid #B9B5A4;
	border-bottom:5px solid #B9B5A4;
	border-left:1px dotted #B9B5A4;
	border-top:1px dotted #B9B5A4;
	background-color:#EDEBDA;
	margin-top:10px;
	margin-left:192px;
	margin-right:10px;
	padding:10px;

	
	}
	html>body>div#WAMcontent>div#rightCol {
	float:left;
	/*margin-top:-67px;*/
	margin-left:192px;

	}
	#rightCol h1 {
	font: 11px/1.25em Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	padding-top:5px;
	padding-right:0px;
	height:20px;
	font-size:11px;
	color:#3C3C3C;
	font-weight:bold;
	
	}
	#rightCol h3 {
	margin-top:5px;
	}
	#rightCol li {
/*	margin-left:-10px;
	list-style-image:url(../../Images/theme_WAM001_listarrow.png);*/
	}
	#rightCol p {
	margin-left:5px;
	margin-right:5px;
	padding:2px;
	margin-bottom:5px;
	}
	#rightCol table, th, td, tr {
	font-size:11px;

	}
	#rightCol table {
	margin:0px;
	padding:0px;
	}
	#rightCol div.img_noborder a:link,
	#rightCol div.img_noborder a:visited,
	#rightCol div.img_noborder a:hover,
	#rightCol div.img_noborder a:active {
	border:0px;
	padding:1px;
	margin:1px;
	}
	#rightCol.img_noborder {
	margin:0px;
	padding:0px;
	}
	#rightCol form {	
	margin-right:0px;
	padding-right:0px;
	}

span.ReturnCodeOutput {
	color:#FF0000;
	font-size:14px;
	font-weight:normal;
	background-image:url(../../Images/Warning_24x24.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:29px;
	padding-top:15px;
	padding-bottom:15px;
	}
/*----------------------------------*/
/**** Right Colum Not Logged in *****/
/*----------------------------------*/
#NLrightCol {
	float:left;
	margin-left:15px;
	width:235px;
	margin-top:15px;
}
html>body>div#WAMcontent>div#NLrightCol {
	margin-top:10px;
	margin-left:15px;
}

	
/*----------------------------------*/
/*************   Divider   ***********/
/*----------------------------------*/


#WAMbotDivider {
	background-color:transparent;
	clear:both;
	height:15px;
	margin-bottom:0px;
		margin-left:0px;
	margin-right:0px;
	/*margin-top:200px;*/
	padding-top:250px;
	
}
#WAMgenDivider {
	clear:both;
	height:10px;
	margin-bottom:10px;
	margin-top:10px;
	
	border-bottom:1px dotted #B9B5A4;

	
}

/*----------------------------------*/
/*************   Footer   ***********/
/*----------------------------------*/

#WAMFooter {
	color:#878478;
	clear:both;
	text-align:left;
	font-size:9px;
	padding-top:7px;
	padding-right:10px;
	padding-bottom:-3px;
	padding-left:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#F3F2EC;
	border-top:1px dotted #B9B5A4;
	border-bottom:1px solid #9C967E;
	background-image:url(../../Images/theme_WAM001_footer_bg2.png);
	background-position:top;
	background-repeat:repeat-x;
	height:68px;

}
html>/**/body>center>div#Footer {
	padding-top:0px;
		height:75px;
	}
#WAMFooter a:link,
#WAMFooter a:hover,
#WAMFooter a:visited,
#WAMFooter a:active {
	padding-bottom:1px;
	color:#C16140;
	text-decoration:none;
	border-bottom:1px dotted #878478
	}
	#WAMFooter a:hover {
	color:#CC0000;
	}
/*#FooterShadow {
	clear:both;
	height:9px;
	padding-top:0px;
	margin-top:0px;	margin-left:0%;margin-right:0%;
	margin-bottom:10px;
	background-image:url(../../Images/theme_AGC001_footerbtm.png);
	background-position:top;
	background-repeat:repeat-x;
}
*/

/*----------------------------------------------*/
/************* Individual Page Styles ***********/
/*----------------------------------------------

#65866F*/

#highlight {
	color:#3C3C3C;
	font-size:11px;
	width:240px;
	text-align:left;
	border:1px solid #BCB69F;
	background-color:#EDEBDA;
	clear:both;
	float:right;
	margin-right:1px;
	background-image:url(../../Images/theme_WAM001_highlight_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
}
#highlight h2 {
	margin-top:5px;
	padding-top:5px;
	padding-left:0px;
	height:20px;
	color:#FFF;
	font-size:11px;
	width:240px;
	text-align:left;
	border-top:1px dotted #BCB69F;
	border-bottom:1px dotted #BCB69F;
	background-color:#65866F;
	text-indent:4px;
}
#highlight p {
	margin-top:0px;
	padding-left:4px;
	padding-right:3px;
}

/*----------------------------------*/
/************* VALIDATION **********/
/*----------------------------------*/
#tagline {
	display:none;
	letter-spacing:5px;
	background-color:#F3F2EC;
	text-transform:uppercase;
	color:#888;
	font-weight:bold;
	font-size:9px;
	float:right;
	margin-top:15px;
	margin-right:10px;
	}
	html>/**/body>center>div#Footer>div#tagline {
	margin-right:5px;
	}
	
	#tagline a:link,
	#tagline a:visited,
	#tagline a:hover,
	#tagline a:active {
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:5px;
	background-color:#F3F2EC;
	color:#C16140;
	}
	#tagline a:hover {
	background-color:#F3F2EC;
	color:#CC0000;
	border-bottom:1px dotted #C16140;
	}
#recordDivider {
border-bottom:1px dotted #BCB69F;
height:5px;
}

/*----------------------------------*/
/** Original Style from console.css **/
/*----------------------------------*/

.GroupingTable {
	border: 1px solid #B9B5A4;
	background-color:#FFFFFF;	
}
.GroupingTableCaption {
	margin-left: 0px;
	margin-top: 10px;
	border-bottom:1px solid #BCB69F;
	background-color: #BCB69F;
	text-align:left;
	height:20px;
	padding: 6px;
	color:#3C3C3C;
	font-weight:bold;
}
.GroupingTableDatagridHeader {
	background-color:#E6DBE2;
	padding: 5px 5px 5px 6px;
	color:#3C3C3C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #BCB69F;
	border-right-color: #BCB69F;
	border-bottom-color: #BCB69F;
	border-left-color: #BCB69F;
}
td.GroupingTableCaption a:link,
td.GroupingTableCaption a:visited {
	color:#CCCCFF;
}

td.GroupingTableSubCaption a:link,
td.GroupingTableSubCaption a:visited {
	color: black;
}
{
	color: black;
}
.GroupingTableSubCaption {
	background-color: #EDEBDA;
	padding: 3px 3px 3px 6px;
	color: #000000;
}
.GroupingTableNormalCell {
	padding: 3px 3px 3px 6px;
	color:#3C3C3C;

}

.GroupingTableNormalCell a:link,
.GroupingTableNormalCell a:visited {
	color: #6699cc;
		padding: 0px 10px 0px 0px;
}
.ErrorBox {
	background-color:#FFFFFF;
	color: Black; 
	padding:10px 10px 10px 10px;
	margin-bottom: 0px; 
	margin-top:0px; 
	border:1px solid #D4001A; 
}

.ErrorMessage {
	color:#FF0000;
}
.ErrorMessageTitle {
	font-size:11px;
	font-weight:normal;
	background-image:url(../../Images/Warning_16x16.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:29px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
}
.LinkWithoutUnderline { 
	text-decoration:none
}
.EvenRows {
	background-color:#EDEBDA;
	border-bottom:1px dotted #BCB69F;
}
.OddRows {
	background-color:#FFFFFF;
}

.TableHeader {
	padding: 3px 3px 3px 6px;
	background-color:#EDEBDA;/*659DD6*/;
	color:#3C3C3C;
}
.TableHeaderNoPadding {
	background-color:#EDEBDA;/*659DD6*/;
	color:#3C3C3C;
	border-width:0;
}
.TextHeader {
	font-weight:bold;
	font-size:14px;
	color:#3C3C3C;
}

.ThumbnailImage {
	border: 1px solid #000000;
}
.RecordDivider {
	color:#000000;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
}
.OutlineBox {
	border: 1px solid #666666;
	padding: 5px 5px 5px 5px;
	margin:  5px 5px 5px 0px;
}
.statusMessage {
	color: #FF0000;
}
.ReturnCodeOutput { 
	color:#FF0000;
}
.NoteMessage, 
.NoteMessage a:link, 
.NoteMessage a:visited {
	font-size:10px;
	color: #666666;
}
/*----------------------------------*/
/************ Navigation *************/
/*----------------------------------*/

#NOWAMnav {
	display:none;
	}
#WAMnav {
	font-size: 11px;
	position: absolute;
	left: 0px;
	width: 15em; 
	margin-left:10px;
	padding:0px;
	float:left;
	margin-top:65px;

}
#WAMnav a:link,
#WAMnav a:visited,
#WAMnav a:hover,
#WAMnav a:active {
	color:#FFF;
	border-bottom:none;
}
#WAMnav ul {
	margin-left: 0em;
	padding-left: 0px;
	width: 15em;
	background-color: #841000;
	border:3px solid #641000;
	list-style-image:none;
	}

#WAMnav li {
position: relative;
margin: 0px;
list-style-type: none;
border-bottom: 1px #641000 dotted;
padding-bottom:2px;
}
#WAMnav li:hover { 
background-color: #641000; 
}
#WAMnav li.submenu {
background-image: url(../../Images/submenu01.png);
background-position: 95% 50%; 
background-repeat: no-repeat; 
}
#WAMnav li.submenu:hover {
background-image: url(../../Images/submenu02.png);
background-position: 95% 50%; 
background-repeat: no-repeat; 
background-color: #641000; 
}
#WAMnav li a {
display: block;
padding-top: 0.25em;
padding-left: 0.5em;
padding-bottom: 0.25em;
padding-right: 0em;
text-decoration: none;
width: 14em;
color: #ffffff; }
#WAMnav>ul a {
width: auto; 
}
#WAMnav ul ul {
position: absolute;
top: -0.1em;
display: none;
width: 14em;
left: 14em; }
#WAMnav ul.level1 li.submenu:hover ul.level2,
#WAMnav ul.level2 li.submenu:hover ul.level3 {
display:block
}

#HRULE {
height:1px;
width:auto;
border-top:10px solid #EDEBDA;
margin-top:20px;
margin-bottom:5px;
}
