﻿html
{
	height: 100%;
	overflow: hidden;
}

body 
{	
	padding: 0px;
	margin: 0px;
	min-width: 730px;
    font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	height: 100%;	
}

#divBody
{
	padding: 5px 20px 0px 20px;
}

#wall
{
	position: absolute;
	z-index: 2000;
	left: 0;
	top: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=7);
    -moz-opacity: .07;
    opacity: .07;
    background-color: #444444;
    cursor: progress;
}

#wallModal
{
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    background-color: #333333;
}
.wallModal
{
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    background-color: #333333;
}

#wallModalFrame
{
	position: absolute;
	z-index: 49;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=5);
    -moz-opacity: .05;
    opacity: .05;
    background-color: #FFFFFF;
    display: none;
}
#background2Frame
{
	position: absolute;
	z-index: 49;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=5);
    -moz-opacity: .05;
    opacity: .05;
    background-color: #FFFFFF;
    display: none;
}

#loadingWall
{
    position: absolute;
    z-index: 199;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: progress;
    filter: alpha(opacity=1);
    -moz-opacity: .01;
    opacity: .01;
    cursor: progress;
    background-color: white;
}
#loadingWallFrame
{
    position: absolute;
    z-index: 198;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: progress;
    filter: alpha(opacity=1);
    -moz-opacity: .01;
    opacity: .01;
    cursor: progress;
    display: none;
    background-color: white;
}

* html #loadingWallFrame
{
	display: block;
}

#progressBar
{
    position: absolute;
    padding-top: 3px;
    z-index: 200;
    right: 0px;
    top: 0px;
    border: solid 1px Gray;
    background-color: #e9eef0;
    width: 250px;
    height: 25px;
    color: #2a72a2;
    cursor: progress;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    font-size: 11pt;
}


* html .invisibleDropDown
{
	visibility: hidden;
}

.scrollable
{
      scrollbar-face-color:#e9eef0;
      scrollbar-arrow-color:#333333;
      scrollbar-track-color:#fffff4;
      scrollbar-shadow-color:#c6d8df;
      scrollbar-highlight-color:#ffffff;
      scrollbar-3dlight-color:#d2cfcb;
      scrollbar-darkshadow-Color:#d2cfcb;
}
  
.changePassword
{
    width: 100%;
    padding: 0px;
}

.changePassword tr, td
{
    width: auto;
}

input.btn1 {
	border:3px double #717D8E;
	border-top-color: #BDBDBD;
	border-left-color: #BDBDBD;
	padding:1px;
	background-color: #FFFFFF;
	background-image:url(../Images/btn_bkd_tan.gif);
	background-repeat: repeat-x;
	color: #2A72A1;
	font-size: 85%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	vertical-align:middle;
}

input.btn1:hover {

	border:3px double #717D8E;
	border-top-color:#BDBDBD;
	border-left-color:#BDBDBD;
	background-image:none;
	background-color:#E79A52;
	color:#ffffff;
}



input.btn1Pressed {
	border:3px double #717D8E;
	border-top-color: #BDBDBD;
	border-left-color: #BDBDBD;
	padding:1px;
	background-color: #f0a053;
	color: White;
	font-size: 85%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	vertical-align:middle;
}

.sessionnav {font:10px/1.2 Verdana, Arial, Helvetica, sans-serif; }
.username {font-style:italic; color:#004A79;}
.tick {color:#C9C9C9;}
.tickBig {color:#C9C9C9; font-size:15px; vertical-align: top;}
.tickY {color:#E79A52; font-size:17px;}

#mainTabs {height:28px; background-image:url(../Images/tab_bkd-bar.gif); background-repeat:repeat-x;}
#blueBar {height:14px; background-image:url(../Images/bar_blue-blend.jpg); background-color:#2F9CE0; background-repeat:no-repeat;}
#listBtnBar {height:29px; margin:0 30px 0 30px; vertical-align:middle;}
#listBox {margin:0 30px 0 30px; border:1px solid #717D8E; border-top:1px solid #E79A52;}
.titleBar {height:20px; background-color:#E0DFDE; border-bottom:1px solid #C5C0B6;}

.titleBar a {font:9px Verdana, Arial, Helvetica, sans-serif; color:#8B8B8B; vertical-align:middle; padding:0px; text-decoration:none;}
.tblSetWidth td{ width:auto;}

.nowrapst {white-space:nowrap;}
.rightPadding { padding-right: 17px;}
#formHeader1 {min-height:59px; height:59px; background-image:url(../Images/citation_bkd.jpg); background-repeat:repeat-x; background-position:top;  padding:9px 12px 0px 12px; }
#validHeader {height:46px; background-image:url(../Images/valid_bkd.gif); background-repeat:repeat-x; padding:9px 12px 0px 12px; border-top: solid 3px #b3c1ca; }

.modal
{
    position:absolute;
    z-index: 51;
    display: none;
    background-color: White;
    overflow: visible;
    border: solid 1px #757575;
    padding: 0px;
}


.modalHeader2
{
    border-bottom-width: 1px;
    background-color: #d3d8dd;
    height: 30px;
    width: 100%
}



.menuStyle {background-color: #fc8e03; border: solid 1px #dc962c; position: absolute; padding: 4px 0px; display: none; width: 164px; border-top-width: 0px; }
.menuStyle a {font-family: Verdana; font-size: 12px; color: White; margin: 0px; padding: 6px 10px; background-color: #fc8e03; font-weight: bold;  text-decoration: none; display: block; }
.menuStyle a:hover {background-color: #ec9e51; color: White;}
* html .menuStyle a
{
   width: 100%;
}

.subMenuSel {background-image: url(../Images/menu_sel.gif); background-position: right center; background-repeat:no-repeat;}

#divLockedUser
{
	position: absolute;
	display: none;
	padding: 3px;
    border: solid 1px black;
    background-color: white;
    color: Black;
    white-space: nowrap;
}
#tabBar
{
	width: 100%;
	height: 26px;
	clear: both;
	white-space: nowrap;
	background-image: url(../images/payment/tabs_background.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.tabs
{
	margin-left: 10px;
	line-height: 1px;
	font-size: 1px;
	float: left;
}

.tabs span
{
	margin-right: 3px;
}

.tabs img
{
	border-width: 0px;
}

#header
{
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

#customerLogo
{
	float: left;
	margin-bottom: 10px;
}
.divLogin
{
	float: right;
	font-size: 13px;
}
.username
{
	color: #01345e;
	font-style: italic;
	margin: 3px;
	padding: 2px;
}

.bluebar{background-image:url(../Images/bar_blue-blend.jpg); background-repeat:no-repeat; height: 9px; font-size: 1px; line-height: 1px; background-color: #2f9ce1;}

.orengebar {background-color: #ff9900; height: 9px; font-size: 1px; line-height: 1px; background-image: none;}

#poweredByVelosum
{
	float: right;	
}
.username
{
	color: #01345e;
	font-style: italic;
	margin: 3px;
	padding: 2px;
}

a.linkBtn:link {vertical-align:middle; color:#2A72A1; margin:3px; padding:2px; text-decoration:none;}
a.linkBtn:visited {vertical-align:middle; color:#2A72A1;  margin:3px; padding:2px; text-decoration:none;}
a.linkBtn:active {vertical-align:middle; color:#004A79; margin:3px; padding:2px; text-decoration:none;}
a.linkBtn:hover {vertical-align:middle; color:#ffffff; margin:3px; padding:2px; background-color:#E39852;}


.modalHeader
{
    background-image: url(../Images/Payment/modalHeader.gif);
    background-color: #009fd9;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    width: auto;
    height: 18px;
}

.modalContent
{
	background-color: #CBD5D8;
	padding: 5px;
}

.modalContentBorder
{
	border: solid 1px #667A7F;
}

.modalElementHead
{
    color: #F3F5F5;
    background-color: #99a6aa;    
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
}

.modalElement
{
    background-color: #DDEAF2;
    color: #667A7F;
    font-size: 14px;
}


.modalBtnSeparator
{
    width: 100%;
    height: 16px;
    background-image: url(../Images/Payment/yellow_border_bottom.gif);
    margin-top: 1px;
}

.imgBorderBottom
{
	width: 100%;
	height: 11px;
	line-height: 1px;
	font-size: 1px;
	background-image: url(../Images/Payment/tblFooterBorderBottom.gif);
	background-repeat: repeat-x;
}

.tblCreateNewCitation
{
	width: 100%;
}

.tblCreateNewCitation td
{
	padding: 3px;
	font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
}

.tblCreateNewCitation td td
{
	padding: 0px;
	color: black;
}

.externalError
{
	border: solid 1px #992a2a;
	background-color: #f2dddd;
	color: #992a2a!important;
	margin: 10px 0px;
	padding: 15px 50px;
	font-size: 12px;
	z-index: 1000;
}
#prevImage
{
	border-width: 0px;
}
#nextImage
{
	border-width: 0px;
}
.numImage
{
	color: #6D7F91;
	font-size: 11px;
}

.divReportTab
{
	/*float: left;*/
	padding: 5px 0px;
	white-space: nowrap;
}

.divReportTab a
{
	white-space: nowrap;
}

.citationHeaderEdit
{
	background: url('../Images/CitationDetails/editModeHeader.png');
	width: 100%;
	height: 30px;
	border-top: solid 1px Orange;
}
.citationHeaderDefault
{
	background: url('../Images/CitationDetails/defaultModeHeader.png');
	width: 100%;
	height: 30px;
	border-top: solid 1px Orange;
	border-bottom: solid 1px Black;
}
.citationHeaderEdit span
{
	font-weight: bold;
	color: White;
}
.citationHeaderDefault span
{
	font-weight: bold;
	color: Blue;
}

.leftPanel
{
	float: left;
	text-align: left;
	padding-left: 5px;
}
.rightPanel
{
	float: right;
	text-align: right;
	padding-right: 5px;
}
.rightPanel a
{
	margin-top: 2px;
}

.citationMenuPanel
{
	width: 100%;
}
.citationPanel
{
	background-image: url('../Images/citation_bkd.gif');
	border: solid 1px Black;
	height: 30px;
}
.leftPanelTD
{
	padding-left: 5px;
	text-align: left;
}
.rightPanelTD
{
	padding-right: 5px;
	text-align: right;
}
.citationDropDown
{
	width: 100px;
	border: solid 1px rgb(100, 122, 143);
}
.citationTextBox
{
	width: 100px;
	border: solid 1px rgb(100, 122, 143);
}
.citationPanel span
{
	font-weight: bold;
	color: rgb(100, 122, 143);
}
.invalidCitationTextBox
{
	width: 100px;
	border: solid 1px rgb(255, 0, 0);
}

a.btn{
	background:url('../images/CitationDetails/btnEdit.gif') no-repeat left top;
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
	font-size:0;
	line-height:0; 
	vertical-align: middle;
	color: #3c3c3c;
	text-decoration:none;
	font: bold 12px Arial;
	/*margin-right:10px;*/
}
a.btn span{
	background: url('../images/CitationDetails/btnEdit.gif') no-repeat right top;
	padding: 5px 12px 8px 4px;
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;	
	color: #3c3c3c;	
	line-height:1; 
	margin: 0 0 0 8px;	
}

.btn:hover{
	background:url('../images/CitationDetails/btnEdit_hov.gif') no-repeat left top;
	color:#fff;
}
.btn:hover span{
	background: url('../images/CitationDetails/btnEdit_hov.gif') no-repeat right top;
	color:#fff;
}


a.btn_attention{
	background:url('../images/CitationDetails/btnEdit_Red.gif') no-repeat left top;
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
	font-size:0;
	line-height:0; 
	vertical-align: middle;
	color: #3c3c3c;
	text-decoration:none;
	font: bold 12px Arial;
	/*margin-right:10px;*/
}
a.btn_attention span{
	background: url('../images/CitationDetails/btnEdit_Red.gif') no-repeat right top;
	padding: 5px 12px 8px 4px;
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;	
	color: #3c3c3c;	
	line-height:1; 
	margin: 0 0 0 8px;	
}

.btn_attention:hover{
	background:url('../images/CitationDetails/btnEdit_Red_hov.gif') no-repeat left top;
	color:#fff;
}
.btn_attention:hover span{
	background: url('../images/CitationDetails/btnEdit_Red_hov.gif') no-repeat right top;
	color:#fff;
}


.btnLock{
	background:url('../images/CitationDetails/btnEditLocked.gif') no-repeat left top;
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
	font-size:0;
	line-height:0; 
	vertical-align: middle;
	color: #3c3c3c;
	text-decoration:none;
	font: bold 12px Arial;
}
.btnLock span{
	background: url('../images/CitationDetails/btnEditLocked.gif') no-repeat right top;
	padding: 5px 12px 8px 6px;
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;		
	line-height:1; 
	margin: 0 0 0 20px;	
}
.btnLock:hover{
	background:url('../images/CitationDetails/btnEditLocked_hov.gif') no-repeat left top;
}
.btnLock:hover span{
	background: url('../images/CitationDetails/btnEditLocked_hov.gif') no-repeat right top;
}
a.linkBtn3:link {vertical-align:middle; color:#3c90b5; background-color:#ffffff; border: solid 1px #d7e5e9; margin:3px; padding:2px; text-decoration:none;}
a.linkBtn3:visited {vertical-align:middle; color:#3c90b5; background-color:#ffffff; border: solid 1px #d7e5e9;  margin:3px; padding:2px; text-decoration:none;}
a.linkBtn3:active {vertical-align:middle; color:#3c90b5; background-color:#ffffff; border: solid 1px #d7e5e9; margin:3px; padding:2px; text-decoration:none;}
a.linkBtn3:hover {vertical-align:middle; color:#ffffff; background-color:#3c90b5; border: solid 1px #d7e5e9; margin:3px; padding:2px;}

.AttachmentName
{
	font-size: small;
	display:inline-block;
	overflow:hidden;
}
#PanelContainer
{
	padding: 2px;
}

/*Reporting*/

a.listBtn:link {vertical-align:middle; color:#2A72A1; margin:3px; padding:2px; text-decoration:none;}
a.listBtn:visited {vertical-align:middle; color:#2A72A1;  margin:3px; padding:2px; text-decoration:none;}
a.listBtn:active {vertical-align:middle; color:#004A79; margin:3px; padding:2px; text-decoration:none;}
a.listBtn:hover {vertical-align:middle; color:#ffffff; margin:3px; padding:2px; background-color:#E39852;}

/*Filter for Demand letter*/

.filterStyle { border: solid 1px #E99B51; background-color: #F7F8F8; padding: 7px 15px; }
.filterStyle td { color: #2E72A1; }

.batchFilter td { color: #2E72A1; }

.resultingData { border: 1px solid Black; width: 100%; border-collapse: collapse; }
.resultingData td { text-align: center; }

/* Uni GridView*/

.tblData td
{
    border-bottom:solid 1px #EAE5E1;
    border-left: solid 1px white;
    text-align:center;
}

.tblData tr
{
	height: 20px;
}

.tblData
{
	width: 100%;
	text-align: center;
	border-left: solid 1px #EAE5E1;
	border-right: solid 1px #EAE5E1;
}

.tblHeader
{ 
	background-color:#E0DFDE; 
	border-bottom:1px solid #C5C0B6;
	border-left: solid 1px #EAE5E1;
	border-right: solid 1px #EAE5E1;
	height: 30px;
	width: 100%;
}
.tblHeader td
{
	text-align: center;
	font-weight: bold;
	border-left: solid 1px rgb(195, 195, 195);
}
.headerText
{
	cursor: pointer;
}

.checkClass
{
	display: none;
}

#divSSLLogo {
	margin-right: 25px;
}

.rowover td { background-color: beige; cursor: pointer; border-bottom:1px solid #EAE5E1; }
.odd td { cursor: pointer; border-bottom:1px solid #EAE5E1; }
.even td { cursor: pointer; border-bottom:1px solid #EAE5E1; }