 /****************************
** General HTML Tags
****************************/


body {
	background-color: #ffffff;
	font-family: times, serif;
	font-size: 80%;
	color: #111111;
	border:none;
}

table {
	empty-cells:show;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}


select, .sel_small, .sel_medium, .sel_long {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

.sel_small {
	width: 100px;
}

.sel_medium {
	width: 200px;
}


button, .but, .but_small, .but_medium, .but_large {
	display:none;
}



h1 {
	color: #AF0037;
	margin: 0px 0px 10px 0px;
	font-size: 150%;
	text-decoration: none;
	font-weight: bold;

}

h2 {
	color: #AF0037;
	margin: 15px 0px 4px 0px;
	font-size: 130%;
	text-decoration: none;
	font-weight: bold;

}

h3 {
	margin: 15px 0px 4px 0px;
	font-size: 115%;
	color: #AF0037;
	text-decoration: none;
	font-weight: bold;

}

h4 {
	margin: 15px 0px 4px 0px;
	color: #AF0037;
	text-decoration: none;

}

/******************************
** General systemwide classes
******************************/

.error {
	font-weight: bold;
	font-size: 1em;
	color: red;
	font-family: Arial;
	text-decoration: none;
}

.deleted {
	text-decoration: line-through;
}

.mandatory {
	color: #FF0000;
}

.w100 {
	width: 100%;
}

.ra {
	text-align : right;
}

.MandateMidBlueBG {
	background-color: #0089C8;
}

.MandateDarkBlueBG {
	background-color: #003873;
}

.MandatePurpleBG {
	background-color: #AF0037;
}

.MandateYellowBG {
	background-color: #F9C300;
}


/*************************************
** Page Head structural classes
**************************************/

div#pagehead {
	background-color: #ffffff;

}

div.top_bar {
	display:none;
}


div#topbar_image {
	float:left;
	width:55px;
	padding: 5px;
}

#TopBar_Title {
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	vertical-align: top;
	height: 60px;
	color: #AF0037;
	padding: 5px 10px 0px 10px;
	white-space: nowrap;
}

#TopBar_AppName {
	font-weight: bold;
	font-size: 45px;
	font-style: normal;
	white-space: nowrap;
}

div.top_bar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 3px;
	background-color: #003873;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
}


div.top_bar a:hover {
	padding: 3px 2px 1px 4px;
	border-top: 1px solid #333333;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #333333;
	text-decoration: none;
}


/******************************
** Menu structural classes
******************************/

#mainmenu, #submenu, #sidemenu, DIV.bottom_bar, DIV#pagehead {
	display:none;
}


/************************************
** Side Menu
*************************************/

div#pagecontainer {
}

div#pagecontainer div#sidemenu, div#pagecontainer div#pagecontent {
}

div#pagecontainer div#pagecontent {
	padding: 10px;
}

/*****************************
** Error Listings
*****************************/

.error_list {
	font-weight: bold;
	font-size: 1em;
	color: red;
	text-decoration: none;
}

.error_list p {
	margin: 0;
	padding: 0;
}

.error_list ul {
	padding: 0;
	margin-top: 0;
}

.error_list ul li {
}


/**********************************
** Page Content structural classes
**********************************/
h1#receipt_title {
	display: inline;
}

div#pagecontent {
	background-color: #ffffff;

}

div.footer {
	margin: 20px 0px 0px 0px;
}

div.footer * {
	margin: 0 5px 0 0;
}

div#helpblock {
	margin: 10px 0px;
	padding: 5px;
	background-color: #ffffff;
	border: 2px solid #BDBEDC;
	color: #00454a;
	font-size: 1em;
}

table.layout {
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.layout tr {
	vertical-align: top;
}


table.layout tr td {
	padding: 0px 10px 0px 0px;
}


/************************************
** Content Table structural classes
*************************************/

table.content {
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #B2B2D3;
	margin: 0px;
	padding: 0px;

}

table.content tr td {
	border: 1px solid #B2B2D3;
	padding: 2px 3px;
	background-color: #ffffff;
}

table.content tr td.text {
	background-color: #ffffff;
}

table.content tr th,
.title,
table.listings tr th {
	background-color: #0089C8;
	border: 1px solid #B2B2D3;
	font-size: 110%;
	color: #ffffff;
	text-decoration: none;
	text-align : left;
	font-weight: bold;
	padding: 2px 5px;
}

table.content tr td.entry {
	background-color: #EBEBEF;
}


/************************************
** Listing Table structural classes
*************************************/


.listings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

table.listings {
	border: 1px solid #222222;
	border-collapse:collapse;
	padding: 0px;
}

table.listings caption {
	font-size: 115%;
	color: #AF0037;
	TEXT-ALIGN: left;
	padding: 15px 0px 4px 0px;
	font-weight: bold;
}

table.listings tr td {
	border: 1px solid #999999;
	padding: 2px 5px;
}

table.listings tr th {
	border: 1px solid #222222;
}

table.listings tr th a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

table.listings tr.roweven {
	background-color: #FFFFFF;
}

table.listings tr.rowodd {
	background-color: #dedfbd;
}

table.listings tr.rowodd th,
table.listings tr.roweven th, {
	background-color: #0089C8;
	border: 1px solid #222222;
	font-size: 110%;
	color: #ffffff;
	text-decoration: none;
	text-align : left;
	font-weight: bold;
	padding: 2px 5px;
}

table.listings tr.total td {
	text-decoration: none;
	padding: 2px 5px;
	font-size: 100%;
	border-top: 5px double #000000;
	background-color: #44499A;
	color: #ffffff;
}


/************************************
** Button group structural classes
*************************************/

div.buttongroup {
	width : 13em;
	float: right;
	background-color: #dedfbd;
	border: 4px ridge #B2B2D3;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

div.buttongroup ul {
	list-style: none;
	border: none;
	margin: 5px;
	padding: 0px;
}

div.buttongroup li {
	margin: 5px 0 0 0;
	text-align : center;
}

.buttongroup ul li a {
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 2px 3px;
	background-color: #003873;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
}

html>body div.buttongroup li a {
	width: auto;
}


.buttongroup ul li a:hover {
	padding: 3px 2px 1px 4px;
	border-top: 1px solid #333333;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #333333;
	text-decoration: none;
}





/************************************
** checklist structural classes
*************************************/

ul.checklist {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.checklist li {
	float: left;
	width: 18em;
}




/************************************
** Label Printing structural classes
*************************************/

div.labelpage {
	position:absolute;
	top:0;
	background-color:blue;
	display:block;

}

div.labelpage div{

	text-align:justify;
	height: 1in;
	width:2.5in;
	margin: 0px;

	background-color: #ffffff;
}

.labelpagebreak {
	page-break-after:always;
}
.cell{
	border:0;
	background-color: #ffffff;
}

.labeltable {
position:absolute;
top:0;
}

