
/* xxx GENERAL CLEAN UP STYLES xxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

a {
	outline: none;
	color:#000000;
	text-decoration:none
}

a:hover {
	outline: none;
	color:#000000;
	text-decoration:underline;
}


body {
	font-family:Helvetica, Arial, sans-serif;
	margin:0px 0px; padding:0px;
	text-align:center;
	background-color:#e7e7e7;
}
	
#iApp {
	min-width:1000px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	font-size:15px;
}

#iPrintApp {
	min-width:400px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	font-size:15px;
	background-color:#FFFFFF;
}

#iHeader {
	width:800px;
	height:175px;
	margin:0px auto;
	text-align:left;
}
#iHeader img{
	text-align:center;
}

#iPrintHeader {
	width:400px;
	height:60px;
	margin:0px auto;
	text-align:left;
}
#iPrintHeader img{
	text-align:left;
}


#iWrapper {
	width:1000px;
	margin:0px auto;
	text-align:left;
}

#iPrintWrapper {
	width:500px;
	margin:0px auto;
	text-align:center;
}


#iFooter {
	width:500px;
	height:50px;
	margin:0px auto;
	text-align:center;
	clear:both;
}

#iPrintFooter {
	width:500px;
	height:50px;
	margin:0px auto;
	text-align:center;
	clear:both;
	background-color:#FFFFFF;	
}

.iPanel {
border-width: 0px;border-color:#666666;
}

.iPanel ul {
}

.iPanel li {
	list-style: none;
}


.iLayer {
}

.iLayer ul {
}

.iLayer li {
	list-style: none;
}



.iMenu {

background-color:#FFFFFF;
border-style:thin;border-color:#000000
}


.iForm legend {
font-family:Helvetica, Arial, sans-serif;
font-size:15px;
height:30px;
padding-top:20px;	
color: #f39925;
}

.iForm fieldset {list-style-type: none;border-top-width:none;border-style:thin;border-color:#666666; background-color:#FFFFFF; text-align:right; padding-right:75px; padding-top: 0px; padding-left: 0px; border-width: 0px;}

.iForm input[type=text],.iForm input[type=password],.iForm input[type=search]{width:180px;font-size:15px;line-height:28px;height:28px;margin:0px 0;padding:0px 0;border-width:1px;}
.iForm .IEInputFieldHack{ width:180px;font-size:15px;line-height:28px;height:28px;margin:0px 0;padding:0px 0;border-width:1px;}

.iForm textarea { font-family:Helvetica, Arial, sans-serif;}
.iForm select { width:180px;font-size:15px;line-height:28px}
.iForm submit { width:180px;font-size:15px;line-height:28px}
.iForm label { width:130px;font-size:15px; line-height:28px}

.iHeading { padding-left:10px; text-align:left; height:35; width:150; color:#FFFFFF; font-style:bold; background-image:url(/img/blackHeaderBackground.png);background-position:left center;background-repeat:no-repeat}


#listView {
	overflow:auto;
	overflow-X:hidden;
	height:705px;
	width:390;
	border-style:thin;border-color:#666666
}

.listViewHeader {
	color:#FFFFFF;
	padding-left:12px;
	height:35px;
	background-image:url(/img/blackHeaderBackground.png);background-position:left center;background-repeat:no-repeat
}


#dialogBox {
	margin:0px auto;
	width:590px;
}

.columnLeft {
	float:left;
}

.columnRigth {
	float:right;
}


.oddRow {
background-color:#dedede;
}

.iArrow {}
.iArrowWithChevron {background-image:url(/img/chevron.png);background-position:right center;background-repeat:no-repeat}

#flashMessage {
color:#990000;
}