
body {
	background-color:#eee;
	margin:0px;
	padding-bottom:50px;
	overflow-y: scroll;

}

body, p, th, td {
	font-family:verdana, arial, helvetica, sans-serif;

	/* "jitter" fix for ie 5/6 */
	background-image: url('/erep_images/trans.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute;
}

#header {
	width:100%;
	height:60px;
	top:0px;
/*	left:0px; */
	background-color:#66748D;
	white-space: nowrap;
	min-width: 760px;
	z-index:500;
}

#menuBar {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	position: absolute;
	z-index:999;
}

body > div#container > div#header {
	/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
	position: fixed;
	top: 0;
	left: 0;
}

#eRepLogo,
#comp-logo,
#masthead {
	height: 60px;
	z-index:500;
}


#eRepLogo {
	width: 195px;
	background:transparent url('eRep_base.gif') 10px 10px no-repeat;
	float: left;
}

#comp-logo {
	width: 195px;
	float: right;
}

#masthead {
	text-align: center;
}

#menuBar {
	background-color:transparent;
	top:18px;
	right:20px;
	width:100%;
	height:30px;
}

#selectReport {
	text-align:right;
}

#clearHdr {
	margin-top:90px;
}

#introPane {
	width:650px;
	margin:10px auto;
	background-color:#f6f6f6;
	border:1px solid #ccc;
	min-height:400px;
	padding:10px;
	font-size:0.9em;
}

#login {
	width:150px;
	float:right;
	font-size:10px;
	background-color: #E8EBF1;
	margin: 0;
	padding: 4px;
	border:1px solid #666;
	color: #000;
	margin:0 0 15px 20px;
}

.login-highlight {
	border:2px solid #c00 !important;
}

#login div {
	margin:0 0 5px;
}

#login .login-input {
	width:75px;
}

.menu-title,
.login-error {
	font-weight:bold;
	margin:0 0 10px;
}

.login-error {
	color:#c00;
}

.logoPad {
	/* Don't allow any central masthead to collide with eRep logo */
	padding:0 200px;
}

.altText {
	/* Hide alt text for RR logo */
	visibility:hidden;
	display:none;
}


.tableWrap {
	/* table container for i.e. - psuedo max-width */
	width:1000px;
	margin:0px auto;
	padding:0;
	text-align:left;
}


input {
	font-size:0.85em;
}

/* Generic Table display properties */
table {
	border:1px solid #bbb;
	border-left:none;
	border-collapse:collapse;
	margin:auto;
}

th {
	border:none;
	border-left:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

td {
	border:none;
	border-left:1px solid #bbb;
	vertical-align:top;
}

td.right {
	text-align:right;
}

/* End Generic Table display properties */


/* dataSet Table display properties */
table.dataSet {
	width:1000px;
}

table.jobSummaryData {
	width:800px;
}

table.dataSet th,
table.dataSet td {
	font-size:0.65em;
	padding:5px;
	background-color:#fff;
}

table.dataSet td.reportHdr {
	/* Main report header bar */
	background-color:#818ea4;
	padding:5px;
	height:50px;
	text-align:center;
	color:#fff;
}


table.dataSet tr.main,
table.dataSet tr.main td {
	background-color:#e2e9f4;
}

table.dataSet tr.alt,
table.dataSet tr.alt td {
}

table.dataSet td {
	border-top:1px solid #bbb;
}
table.dataSet td.reportFooter {
	/* Main report header bar */
	background-color:#818ea4;
	padding:5px;
	height:25px;
	text-align:center;
	color:#fff;
}

table.dataSet td.noPad,
td.noPad {
	padding:0;
}

p.reportTitle {
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	margin:3px;
}

p.resultSize {
	color:#fff;
	font-size:1em;
	font-weight:bold;
	margin:3px auto;
	text-align:center;
	width:400px;

}

.statusLabel {
	float:left;
	font-weight:bold;
	width:30px;
	text-align:right;
}

.status {
	margin-left:35px;
	clear:none;
	white-space:nowrap;
}

/* End dataSet Table display properties */


/* Generic Filter table properties */
.filter {
	background-color:#fff;
	width:500px;
	border:1px solid #bbb;
	padding:0;
	margin:30px auto;
}

.filter h3 {
	text-align:center;
	margin:0;
	padding:5px;
	background-color:#818ea4;
	color:#fff;
	font-weight:normal;
}

.filterLeft {
	float:left;
	width:220px;
	padding:0 15px;
	margin:0;
	clear:both;
}

.filterRight {
	float:left;
	width:220px;
	margin:0;
	padding:0 15px;
}

.filterLeft p,
.filterRight p {
	font-size:0.85em;
	margin:0;
	clear:both;
	padding:15px 0;
}

.filterLeft label {
	float:left;
    text-align: right;
    width: 100px;
}

.filterLeft input,
.filterLeft select {
	margin-left: 10px;
	float:left;
	clear:none;
   }


.filterRight label {
	float:left;
    text-align: right;
    width: 100px;
}

.filterRight input,
.filterRight select {
	margin-left: 10px;
	float:left;
	clear:none;
   }

.filterSubmit {
	font-size:1.25em;
	text-align:center;
	clear:both;
	margin:20px auto;
	padding-top:15px;
}

a,
a:visited {
	color:#00c;
	text-decoration:none;
}

a:hover {
	color:#c00;
}

ul.podImgList
{
	list-style-type: none;
	padding: 0px;
	margin:5px 0 0 5px;
}

ul.podImgList li {
	height:20px;
}

ul.podImgList li a
{
	background-image: url(/erep_images/viewPodImg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
	height:20px;
	display:block;
}

#jobDisplay {
	width:80%;
	margin:10px auto 20px;
	background-color:#f6f6f6;
	border:1px solid #999;
	padding:10px;
	position:relative;
	z-index:1;
}

#jobDisplayNonModal {
	width:auto;
	margin:0;
	background-color:#f6f6f6;
	border:none;
	padding:10px;
}

#closeJob {
	position:absolute;
	top:5px;
	right:5px;
}

#closeJob:hover {
	cursor:pointer;
	cursor:hand;
}

.jobExpldTitle {
	text-align:center;
	margin:0px auto 20px;
	font-size:1.6em;
}

table.jobExpld {
	width:360px;
	margin-bottom:20px;
	margin:0 0 20px 0;
}

table.jobExpldWide {
	width:100%
}

table.jobExpld th,
table.jobExpld td {
	font-size:1em;
}

table.jobExpld th.jobTblMainHdr {
	background-color: #818EA4;
	color: #FFFFFF;
	font-size:1.1em;
}

table.jobExpld th.jobTblSubHdr {
	background-color: #E2E9F4;
	vertical-align:top;
	text-align:right; 
	white-space: nowrap;
    width: 130px;
}

.podThumbContainer {
	margin:0 20px 20px 0;
	float:left;
	text-align:center;
}

img.podThumb {
	max-width:150px;
	max-height:150px;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(/erep_images/bg_button_a.png) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(/erep_images/bg_button_span.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
} 

/* BASE CSS END */


body {
	background-color:#fff;
}

#header {
	height:114px;
	background:#1e5e9d url(/erep_images/topBg.png) repeat-x;
}


#eRepLogo,
#comp-logo,
#masthead {
	height: 114px;
}

#eRepLogo {
	background: transparent url(/erep_images/rr_erep.png) 15px 46px no-repeat;
	width:250px;
}

#comp-logo {
/*	background: transparent url(complogo.png) 0 0 no-repeat; */
}

#masthead {
	background: transparent url(/erep_images/oztestlogo.png) center 36px no-repeat;
}

#menuBar {
	background:none;
	top:4px;
	left:0px;
	border-top:none;
	width:100%;
	height:30px;
}

#selectReport {
	max-width:1050px;
	margin:0 auto;
}

#clearHdr {
	margin-top:155px;
}

#login {
	background-color:#dcebf4;
	border-color:#fdaeae;
	border-width:2px;
	color: #02468c;
}



/* Generic Table display properties */
table,
table th,
table td {
	border-color:#ccc;
}
/* End Generic Table display properties */


/* dataSet Table display properties */
table.dataSet {
}

table.dataSet td.reportHdr {
	/* Main report header bar */
	padding:5px;
	height:50px;
	background:#1e5e9d url(/erep_images/tableHeaderBg.png) no-repeat left top; 
}

table.dataSet tr.main,
table.dataSet tr.main td {
	background-color:#eee;
}

table.dataSet tr.alt,
table.dataSet tr.alt td {
	background-color:#fff;
}

table.dataSet td.reportFooter {
	background-color:#8eb2ca;
}

p.reportTitle,
p.resultSize {
	color:#fff;
}

/* End dataSet Table display properties */


/* Filter table properties */
.filter h3 {
	background-color:#1e5e9d;
}

table.jobExpld th.jobTblMainHdr {
	background-color: #e7a4a4;
	color: #003;
}

table.jobExpld th.jobTblSubHdr {
	background-color: #d7e8f5;
}
