body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	background-color: #ffffff; /*scrollbar-arrow-color: #FFFFFF;  scrollbar-3dlight-color: #dddddd;  scrollbar-highlight-color: #aaaaaa;  scrollbar-face-color: #aaaaaa;  scrollbar-shadow-color: #aaaaaa; scrollbar-track-color: #cccccc;  scrollbar-darkshadow-color: #666666;*/
}
img {
	behavior: url( "include/pngbehavior.htc" );
}
.body {
	font-size: 12px;
}

table, td {
	color: #444444;
	font-size: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

form {
	margin: 0px;
}

h1 {
	color: #EA1313;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

h2 {
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	color: #af4d0c;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

h4 {
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

h5 {
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1px;
}

UL {
	margin: 0 0 0 0;
}

hr {
	height: 1px;
}
a:link, a:visited {
	color: #444444;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

.headerBg {
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: top;
	border-color: #78a35d;
	color: #000000;
	background-image: url(../images/ManagerDesign/bgGreenHeader.gif);
}


/* Form Styles */
.button {
	border: 1px solid #444444;
	font-size: 11px;
	font-weight: normal;
	border-color: #78a35d;
	background-color: #eee;
	color: #444;
	background-image: url(../images/ManagerDesign/bgGreen.gif);
}

.buttonOn {
	border: 1px solid;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: top;
	color: #336600;
	background-image: url(../images/ManagerDesign/bgGreen.gif);
	border-color: #336600;
}
.checkbox, .radio {
	border: 0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
}

input, select {
	background-color: #fafafa;
	border: solid 1px #d6e591;
	border-bottom-color: #a4bb36;
	border-right-color: #a4bb36;
}

input:focus, textarea:focus, select:focus {
	background-color: #fff;
	border-color: #336600;
}
.tblContainer, .dvTools
{
    border: solid 1px #ddd;
    width: 100%;
    background: #fff url(../images/ManagerDesign/bgCTable.png) repeat-x;
    padding: 16px 0 10px 0;
}
.dvTools
{
	padding: 0;	
}
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid;
	font-size: 12px;
	border-color: #78a35d;
	background-color: #fafafa;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid;
	font-size: 12px;
}

/* myArea is for my account, admin, logout, an about links*/
.myArea {
	font-size: 11px;
	font-weight: bold;
}
a.myAreaLink:link, a.myAreaLink:visited {
	color: #444444;
	text-decoration: none;
}
a.myAreaLink:hover {
	color: #666666;
	text-decoration: none;
}

/*for the main screen navigation tabs*/
.tabRow {
	height: 20px;
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: solid 1px;
}
.currentTab {
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 5px;
	background-position: top center;
	border-bottom: solid 1px;
	white-space: nowrap;
}
.currentTabLeft, .otherTabLeft {
	background-position: top left;
}
.currentTabRight, .otherTabRight {
	background-position: top right;
}
a.currentTabLink:link, a.currentTabLink:visited {
	text-decoration: none;
}
a.currentTabLink:hover {
	text-decoration: none;
}
.otherTab {
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 5px;
	background-position: top center;
	white-space: nowrap;
}
.otherTabRight, .otherTabLeft, .otherTab {
	border-bottom: solid 1px;
}
a.otherTabLink:link, a.otherTabLink:visited {
	text-decoration: none;
	padding-top: 0px;
}
a.otherTabLink:hover {
	text-decoration: none;
}

/*for the main screen navigation tabs*/
.tabRow {
	background-image: url(../images/ManagerDesign/tabRowGreenBg.gif);
	border-color: #78a35d;
}
.currentTabLeft, .currentTabRight, .currentTab {
	background-image: url(../images/ManagerDesign/currentTabGreen.gif);
	background-repeat: no-repeat;
	border-color: #fff;
}

a.currentTabLink:link, a.currentTabLink:visited {
	color: #336600;
}
a.currentTabLink:hover {
	color: #336600;
}
.otherTabLeft, .otherTabRight, .otherTab {
	color: #333333;
	background-image: url(../images/ManagerDesign/otherTabGreen.gif);
	background-repeat: no-repeat;
	border-color: #78a35d;
}
a.otherTabLink:link, a.otherTabLink:visited {
	color: #444444;
}
a.otherTabLink:hover {
	color: #aF4D0C;
}
.subtabbar {
	height: 21px;
	border-bottom: 1px solid;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/ManagerDesign/bgGreen.gif);
	border-bottom-color: #78a35d;
}


/*left column styles*/
table.leftColumnModuleHead th {
	font-size: 12px;
	color: #444444;
	text-align: left;
	padding: 0px;
}

.scMenu {
	font-size: 11px;
	background-color: #f2f2f1;
	border-left: 1px solid #ccdaaa;
	border-right: 1px solid #ccdaaa;
	border-bottom: 1px solid #ccdaaa;
}
.subMenuTDIcon {
	font-size: 11px;
	color: #ffffff;
	background-color: #f5f5f3;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 1px solid #fefefe;
}
.subMenuTD {
	font-size: 11px;
	color: #ffffff;
	background-color: #f5f5f3;
	padding-bottom: 2px;
	padding-top: 1px;
	border-bottom: 1px solid #ccdaaa;
}

a.subMenuLink:link, a.subMenuLink:visited {
	color: #444444;
	text-decoration: none;
	border-bottom: 0px;
	padding-left: 0px;
}
a.subMenuLink:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 0px;
}



/*welcome user and date bar and last view*/
.moduleTitle {
	margin-bottom:10px;
	border: none;
	border-bottom: 1px solid #78a35d;
}
.welcome {
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 3px 10px 3px 10px;
	vertical-align: middle;
	background-repeat: repeat-x;
	background-position: top;
	height: 23px;
}
.searchField {
	border: 1px solid;
	font-size: 11px;
}
.search {
	color: #ffffff;
	border: 1px solid #f3cda8;
	padding-right: 10px;
	text-align: right;
}
.searchButton {
	background-color: transparent;
	border: 0px;
	padding-right: 10px;
}


.searchField {
	border-color: #78a35d;
	background-color: #eeeeee;
}
.search {
	color: #444444;
	background-color: #fafafa;
	background-image: url(../images/ManagerDesign/searchBg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.searchButton {
	background-color: #fafafa;
}
.searchButton:focus {
	background-color: #fafafa;
}





/*right main content (suffix S1 stands for Style 1) */
.listView {
	border: 1px solid #b7cc72;
}

table.listView th {
	/* this definition should be exactly the same as .listViewThS1 */
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/ManagerDesign/listViewBg.gif);
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #b7cc72;
	height: 20px;
}

.listViewThS1 {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/ManagerDesign/listViewBg.gif);
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #b7cc72;
	height: 20px;
}

table.listview th a:link, table.listview th a:visited {
	/* this definition should be exactly the same as a.listViewThLinkS1:link, a.listViewThLinkS1:visited */
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

table.listview th a:hover {
	/* this definition should be exactly the same as a.listViewThLinkS1:hover */
	color: #222222;
	text-decoration: none;
}

a.listViewThLinkS1:link, a.listViewThLinkS1:visited {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
a.listViewThLinkS1:hover {
	color: #222222;
	text-decoration: none;
}


a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {
	font-size: 12px;
	color: #002780;
	text-decoration: none;
}
a.listViewTdLinkS1:hover {
	text-decoration: underline;
}

.evenListRowS1 {
	font-size: 12px;
	color: #000000;
	background-color: #eef2e1;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 2px;
}

.oddListRowS1 {
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 2px;
}
.selectedListRowS1 {
	font-size: 12px;
	color: #d8d7d6;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #f69d29;
}

.notactiveListRowS1 {
	font-size: 12px;
	color: #d8d7d6;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #a21c06;
}

.hoverListRowS1 {
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-color: #ffdd93;
}

.listViewPaginationTdS1 {
	font-size: 10px;
	color: #999999;
	background-color: #b7cc72;
	height: 15px;
	border-style: dashed;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #9E9E9E;
}
a.utilsLink:link, a.utilsLink:visited {
	color: #af4d0c;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.utilsLink:hover {
	color: #FF0000;
	font-size: 11px;
	text-decoration: none;
}
/* main tab forms */

.tabForm, .searchForm {
	background-color: #eeefe9;
	border: 1px #b7cc72 solid;
	padding: 5px;
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
}
.searchForm {
	background-image: url(../images/ManagerDesign/searchFormBg.gif);
}
.tabForm {
	background-image: url(../images/ManagerDesign/bgEvGroup.gif);
}

.evGroupTitle, .dvGroupTitle {
	font-weight: bold;
	font-size: larger;
	vertical-align: top;
	padding-bottom: 5px;
}
.dataLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.dataField {
	font-weight: normal;
	vertical-align: top;
}
a.tabFormAdvLink:link, a.tabFormAdvLink:visited {
	color: #E90000;
	font-size: 10px;
	text-decoration: none;
}
a.tabFormAdvLink:hover {
	color: #FF0000;
	text-decoration: none;
}

/* main tab panel views */
.tabDetailView {
	border: 1px solid #444444;
	background-color: #cccccc;
}
.tabDetailViewDL {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	background-color: #edf1df;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	text-align: right;
}

h4.tabDetailViewDL {
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: left;
}
.tabDetailViewDF {
	font-size: 12px;
	color: #000000;
	background-color: #fafafa;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	font-weight: bold;
}
.required {
	color: #ff0000;
}

#footer {
	text-align: center;
	width: 80%;
	left: 0px;
	margin: 0 auto;
}
.footerHR {
	color: #b7cc72;
}
/*DWSSTATISTICS*/
.sthd, .chartbg {
	background: url(../images/ManagerDesign/bgEvGroup.gif) repeat-x;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 4px 2px;
	color: #333333;
	border-bottom: solid 1px #becf95;
}
.stmn {
	background: url(../images/ManagerDesign/calendarHeaderBg.gif) repeat-x;
	font-size: 11px;
	padding: 3px 5px 3px 2px;
	color: #555555;
	border-bottom: solid 1px #becf95;
}
.chartbg {
	background: #ebf0dd;
	padding: 8px 12px 4px 12px;
	border: solid 1px #becf95;
	margin-bottom: 6px;
}
.chartInfo {
	font-weight: normal;
	font-size: 8pt;
	background-color: #d8c7ee;
	padding: 5px 0 5px 0;
}
/***PageIndex***/
.pg ,.aPg{
font: 12px normal;/*Calibri , Arial, Helvetica, sans-serif ;*/
color: #444;
text-decoration: none;
width:15px;
height:15px;
text-align:center;
padding:1px;
background:url(../images/design/pagebg.png) repeat-x;
border:solid 1px #bbb;
display:block;
float:left;
margin:1px 2px 0 0;
}
.aPg
{
font-weight:bold;
border:solid 1px #93BC05;
background:url(../images/design/pagebggreen.png) repeat-x;
}
.pg:hover 
{
border:solid 1px #93BC05;
background:url(../images/design/pagebggreen.png) repeat-x;
}

#hideSelectFrame{
display:block;
position:absolute;
top:0;
left:0;
z-index:-1;
filter:mask();
width:102%;
height:140%;
}

.buttonEnabled{
background:url(../images/managerDesign/bgEnable.gif) no-repeat left;
text-decoration:none; 
white-space:nowrap; 
color :green;
}

.buttonDisabled{
background:url(../images/managerDesign/bgDisable.gif) no-repeat left;
text-decoration:none; 
white-space:nowrap; 
color :#555;
}

.tools{
width: 63px;
height: 53px; 
display: block; 
float: right; 
background: url(../images/managerDesign/toolsButBg.png) no-repeat;
padding-bottom:1px;	
font-size:11px;text-align:center 
}
.tools a{
width: 60px; 
height: 50px;
display: block;
text-align:center 
}
.tools a:hover{
margin:1px 0 0 1px;
color:#f90;
}
.tools img{
border: none;
}
.tools span
{
float:none;
font-size:11px;
line-height: 11px
}
