/* global styles */

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
    margin:0px;
    padding:0px;
	background-color: #ffffff;
	height:100%;
	width: 100%;
	list-style-image:url(../resPro_images/list_arrow.gif);
}
body td{
	font-family: Arial, sans-serif;
	font-size: 11px;
}
input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:link {
color:#3366FF;
text-decoration:none;
}
a:hover {
color:#3366FF;
text-decoration:none;
}
a:visited {
color:#3366FF;
text-decoration:none;
}
table {
	border-collapse:collapse:
}
table td, table th { margin:0px; }
/* custom classes */
.table_line_left{
	background-image: url(../resPro_images/table_line_left.gif);
	background-repeat: repeat-y;
}
.table_line_right{
	background-image: url(../resPro_images/table_line_right.gif);
	background-repeat: repeat-y;
}
.tableHeader, .tableHeaderNext{
	background-color: #006699;
	color: #FFFFFF;
}
.tableHeaderNext{
	border-top: 8px solid #FFFFFF;
}
.tableStyle, .tableStyleWhiteLine{
	background-color: #D9D9D9;
}
.tableStyleCell{
	/*border-right: 1px solid #B1B1B1;*/
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #B1B1B1;
}
.tableStyleCellLast, .tableStyleCell{
	/*border-top: 2px solid #FFFFFF;*/
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.tableStyleCellLast form{
	padding:0;
	margin:0;
}
form{
	padding:0;
	margin:0;
}
.tableHeaderYellow, .tableHeaderYellowNext{
	background-color: #FFFF00;
	color: #333333;
}
.tableHeaderYellowNext{
	border-top: 8px solid #FFFFFF;
}
.yellowLine{
	/*border-right: 1px solid #B1B1B1;*/
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #B1B1B1;
}
.tableStyleWhiteLine{
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.headerbg {
	background-image:url(../resPro_images/header_tile.jpg);
	background-repeat:no-repeat;
	height: 90px;
}

.loginbg {
	/*background-image:url(../resPro_images/login_bg.jpg);*/
	/*background-repeat:repeat-n;*/
}
.breadcrumb {
font-size:9px;
}
.red {
color:#ff0000;
}
.blue {
color:#3366FF;
}
.pagetitle {
font-size:14px;
font-weight:bold;
}
.paged a, .paged strong {
	font-size:13px;
	margin:0 0.2rem;
}
/* table styles */

.datatable {
background-color:#cccccc;
}
.datatable th {
background-color:#003466;
color:#FFFFFF;
font-weight:bold;
}
table.tapeboard td, table.tapeboard th {
	border:solid 1px #000000;
}
.lightcell {
background-color:#ededed;
}
.darkcell {
background-color:#d3d3d3;
}

/* tapeboard styles */
.tapeboard {
background-color:#000000;
font-size:10px;
color:#000000;
font-weight:bold;
}
.tapeboard th {
background-color:#333333;
color:#FFFFFF;
}
.emptycell {
background-color:#cccccc;
}
.holdcell {
background-color:#7fcaff;
color:#000000;
}
.confirmedcell {
background-color:#ffc600;
color:#000000;
}
.depositcell {
background-color:#004fb1;
color:#ffffff;
}
.paidcell {
background-color:#C80000;
color:#ffffff;
}
.transcell {
background-color:#33b101;
}
.blackoutcell {
background-color:#CCCCCC

}
.specialcell {
background-image:url(../resPro_images/specialBG.gif);
}
.outofservicecell {
background-color:#006600;
}
.backgroundnavbar{
	background-image:url(../resPro_images/backgroundnavbar.gif);
	background-repeat: no-repeat;
}
.navover{
	background-color: #FFFF00;
}
.navover a:link, .navover a:visited, .navover a:active{
	color:#333333;
	text-decoration:none;
}
.navover a:hover{
	color:#333333;
	text-decoration:underline
}
.navnew a:link, .navnew a:visited, .navnew a:active{
	color:#FFFFFF;
	text-decoration:none;
}
.navnew a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.navLine{
	color:#FFFF00;
}
.backgroundnavover{
	background-image:url(../resPro_images/backgroundnavover.gif);
	background-repeat:no-repeat;
}
.invoicethickline{
	border-top: 2px solid #000000;
	padding: 0 0 0 0;
}
.invoicethinline{
	border-top: 1px solid #000000;
	padding: 0 0 0 0;
}
.invoicelineright{
	border-right: 0px solid #000000;
}
table {border-collapse:collapse;}
table.invoicetable {
	border-width: 1px;
	border-style: outset;
	border-collapse: collapse;
	border-color: gray;
}
table.invoicetable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
}
table.invoicetable td {
	border-width: 1px;
	padding: 1px 2px;
	border-style: solid;
	border-color: gray;
}
table.invoiceinnertable {
	border-width: 0px;
	border-style: outset;
	border-collapse: collapse;
	border-color: gray;
}
table.invoiceinnertable th {
	padding: 1px;
	border-style: solid;
	border-color: gray;
}
table.invoiceinnertable tr {
	border-width: 1px;
}
table.invoiceinnertable td {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
}
table.invoicetotal {
	border: 0px solid;
}
table.invoicetotal td {	font-size: 12px;}
a.celllink_white {
	color:#FFFFFF;
}

a.celllink_black {
	color:#000000;
}

table.report {
	margin:1rem auto;
	border-collapse:collapse;
}
table.report th, table.report td {
	padding:4px 5px;
	border:solid 1px #333333;
}
table.report.small th, table.report.small td {
	font-size:11px;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
.msg.success {
	width:100%;
	display:block;
	color:#333333;
	font-weight:0.9rem;
	border-radius:4px;
	margin:0.5rem 0px;
	text-align:center;
	padding:1.0rem 0.6rem;
	background-color:#CEDB51;
}
.onlyprint {
	display:none;
}
.button {
	background-color:#DFDFDF;
	border:solid 1px #999999;
	display:inline;
	padding:2px 5px 3px;
	margin:-2px 5px 0 0;
	border-radius:3px;
}
.button:hover {
	cursor:default;
	background-color:#AFAFAF;
}
