.form_error 
{ 
    font: bold 15px arial black,arial,verdana,helvetica !important;  
    color: #ff0000 !important; 
} 

a
{
    text-decoration:none;
    color:#f08800
}

p
{
    color:#555;
    white-space:normal;
}

p.fluffy
{
    line-height: 17px;
}

ul
{
    color:#555;        
}

.row
{
	width: 100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
.column
{
	position: inherit;
	float: left;
	height:auto;
	overflow:hidden;
	white-space:nowrap;	
}
.col100
{
	width:100%;	
}
.col90
{
	width:90%;
}
.col85
{
	width:85%;
}
.col80
{
	width:80%;
}
.col75
{
	width:75%;
}
.col70
{
	width:70%;
}
.col66
{
	width:66%;
}
.col65
{
	width:65%;
}
.col60
{
	width:60%;
}
.col50
{
	width:50%;
}
.col45
{
	width:45%;
}
.col40
{
	width:40%;
}
.col35
{
	width:35%;
}
.col33
{
	width:33%;
}
.col30
{
	width:30%;
}
.col29
{
	width:29%;
}
.col28
{
	width:28%;
}
.col27
{
    width:27%;
}
.col26
{
    width:26%;
}
.col25
{
	width:25%;
}
.col24
{
	width:24%;
}
.col23
{
	width:23%;
}
.col22
{
	width:22%;
}
.col21
{
    width:21%;
}
.col20
{
	width:20%;
}
.col19
{
    width:19%;
}
.col18
{
    width:18%;
}
.col17
{
    width:17%;
}
.col16
{
    width:16%;
}
.col15
{
	width:15%;
}
.col14
{
    width:14%;
}
.col13
{
    width:13%;
}
.col12
{
	width:12%;
}
.col11
{
	width:11%;
}
.col10
{
	width:10%;
}
.col9
{
    width:9%;
}
.col8
{
    width:8%;
}
.col7
{
    width:7%;
}
.col6
{
    width:6%;
}
.col5
{
	width:5%;
}
.col4
{
    width:4%;
}
.col3
{
    width:3%;    
}
.col2
{
    width:2%;
}
.col1
{
    width:1%;
}
.col0
{
	width:0%;
}

.border1T
{
	border-top:dotted 1px #aaa;
}
.border1L
{
	border-left:dotted 1px #aaa;
}
.border1R
{
	border-right:dotted 1px #aaa;
}
.border1B
{
	border-bottom:dotted 1px #aaa;
}
.borderAllSidesDotted
{
    border-top:dotted 1.5px #aaa;
    border-left:dotted 1.5px #aaa;
    border-right:dotted 1.5px #aaa;
	border-bottom:dotted 1.5px #aaa;
}

.padding15T {
    padding: 15px 0 0px 0;
}

.margin5TB {
    margin: 5px 0 5px 0;
}

.margin15TB {
    margin: 15px 0 15px 0;
}

.margin10TB {
    margin: 10px 0 10px 0;
}

.padding10TB {
    padding: 10px 0 10px 0;
}

.padding10B {
    padding: 0px 0 10px 0;
}

.padding10TB {
    padding: 10px 0 10px 0;
}

.padding5TB
{
	padding: 5px 0 5px 0;
}
.padding2TB
{
	padding: 2px 0 2px 0;
}
.padding5LR
{
	padding: 0 5px 0 5px;
}
.padding2LR
{
	padding: 0 2px 0 2px;
}
.padding5R
{
	padding-right:5px;	
}
.padding5B
{
	padding:0 0 5px 0;
}
.padding2B
{
	padding:0 0 2px 0;
}

.padding15L {
    padding: 0 10px 0 0px;
}

.padding10L {
    padding: 0 15px 0 0px;
}

.padding5T10B {
    padding: 5px 0 10px 0;
}

.margin5T10B {
    margin: 5px 0 10px 0;
}


.subTitle
{
	color:#555;
	font-weight:bold;
	padding:0 0 5px 0;
}

.subTitelLighter {
    color: #555;
    font-weight: normal;
    padding: 0 0 5px 0;
    font-size: 11px;
    font-family: Verdana, Arial, 'Helvetica 65 Medium';
}
.subTitelLighterRed {
    color: red;
    font-weight: normal;
    padding: 0 0 5px 0;
    font-size: 12px;
}

.descriptor
{
	color:#555;
}

.descriptorBold
{
	color:#555;
	font-weight:bold;
}
.smallDescriptor
{
	font-size:7.5pt;
	color:#555;
}
.smallBoldDescriptor
{
	font-size:7.5pt;
	color:#555;
	font-weight:bold;
}
.value
{
}
.smallValue
{
	font-size:7.5pt;
}

.rightAligned
{
	text-align:right;
}
.centerAligned
{
	text-align:center;
}
.middleAligned
{
	vertical-align:middle;
}
.wrap
{
	white-space:normal;
	overflow:visible;
}
.hr1
{
	border-top:dotted 1px #a0a0a0;	
	margin: 1px 0 5px 0;
}
.hr2
{
	border-top:dotted 1px #a0a0a0;	
	margin: 3px 0 3px 0;
}
.hr3
{
	border-bottom:dotted 1px #a0a0a0;	
	margin: 1px 0 5px 0;
	height: 5px;
}
.button
{
	min-width:25px;
	padding: 2px 4px 2px 4px;
	font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border:solid 1px #a0a0a0;
    background-color:#f0f0f0;
}

.leftImageButton {
    background: url('../Images/arrow-round-left-icon.png') no-repeat 0 0;
    border: 0;
    height: 40px;
    width: 200px;
    /*height: 20px;
    width: 40px;*/
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, 'Helvetica 65 Medium';
    padding-bottom: 15px;
    margin-top: 5px;
    /*margin-left: -5px;*/
}

.uploadButton {
    background: url('../Images/folder_upload_Larger.png') no-repeat 0 0;
    border: 0;
    height: 25px;
    width: 140px;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, 'Helvetica 65 Medium';
    cursor:pointer;
}

.downloaddButton {
    background: url('../Images/folder_download_Larger.png') no-repeat 0 0;
    border: 0;
    height: 25px;
    width: 140px;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, 'Helvetica 65 Medium';
    cursor: pointer;
}

.storeButton {
    background: url('../Images/save-icon_larger.png') no-repeat 0 0;
    border: 0;
    height: 20px;
    width: 115px;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, 'Helvetica 65 Medium';
    align-content: center;
    margin-top: 10px;
}

.addUpdateButton {
    background: url('../Images/addition-color-icon_middle.png') no-repeat 0 0;
    border: 0;
    height: 30px;
    width: 105px;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, Arial, 'Helvetica 65 Medium';
    align-content: center;
    margin-top: 10px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.pageButton {
    min-width: 5px;
    padding: 2px 4px 2px 4px;
    font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 7.5pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border: solid 1px #a0a0a0;
    background-color: #fff;
}
.smallButton
{
	min-width:5px;
	padding: 2px 4px 2px 4px;
	font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 7.5pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border:solid 1px #a0a0a0;
    background-color:#f0f0f0;
}
.dropDownList
{
	font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border:solid 1px #a0a0a0;
}
.smallDropDownList
{
	font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 7.5pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border:solid 1px #a0a0a0;
}
.textBox
{
	font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border:solid 1px #a0a0a0;
}
.smallTextBox
{
	font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 7.5pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border:solid 1px #a0a0a0;
}
.textBoxPre
{
	font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border:solid 1px #a0a0a0;
    text-align:right;
}
.watermarkTextBox
{
	font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    border:solid 1px #a0a0a0;
    color:#a0a0a0;
}
.linkButton
{
	font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 8pt;
	font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration:none;
	color:#f08800;
}
.cursorHand
{
    cursor:pointer;
}

.textBoxError
{
	background-color:#FF7373;
}

.messageText, .errorMessageText
{
	color:#ee2200;	
}
.subtleMessage
{
	color:#a0a0a0;	
}

.rowSeparator
{
	min-height:20px;	
}
.rowSeparatorSmall
{
	min-height:10px;	
}
.borderSeparator
{
    vertical-align:middle;
    min-height:20px;
}

.fileTreeMenu
{
}
.fileTreeMenuStatic
{
	margin-right:10px;
	vertical-align:middle;
    color:Black;
}

.repeaterInnerHeader
{
	margin:4px 0 0 2px;
}

.dataGrid
{
	width:100%;	
	border:solid 1px #f0f0f0;
}
.gridHeader, .gridFooter
{
    color:#555;
    font-family: Verdana, Arial, 'Helvetica 65 Medium';
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;    
    background-image: url('../Images/menutop_bg_corp.gif');
    background-repeat:repeat-x;
    height: 20px;
    text-align:left;
    border:solid 1px #f0f0f0;
}
.gridPagerStyle
{
	background-color: White;
	text-decoration: none;
	font-weight:bold;
	font-size: 10pt;
	background-color:white;
	border:solid 1px #f0f0f0;
	color:#ee2200;
}
.gridPagerStyle a
{
	color:#ee2200;
	text-decoration: none;
	font-weight:normal;
	font-size: 8pt;
}
.gridPagerStyle a:hover
{
	color: #ee2200;
	text-decoration: none;
	font-weight:normal;
	font-size: 8pt;
}
.gridRowStyle
{
	border:solid 1px #f0f0f0;
	background-color:white;
	text-decoration: none;
	color: Black;
}
.gridAltRowStyle
{
	background-color: #F9F9F9;
	border:solid 1px #f0f0f0;
	text-decoration: none;
	color: Black;
}
.gridRowStyle a
{
	text-decoration: none;
	color: Black;	
}
.gridRowStyle a:hover
{
	text-decoration: none;
	color: #ee2200;
}
.gridAltRowStyle a
{
	text-decoration: none;
	color: Black;	
}
.gridAltRowStyle a:hover
{
	text-decoration: none;
	color: #ee2200;
}
.gridRowBoldStyle
{
	border:solid 1px #f0f0f0;
	background-color:white;
	text-decoration: none;
	color: Black;
}
.gridAltRowBoldStyle
{
	background-color: #F9F9F9;
	border:solid 1px #f0f0f0;
	text-decoration: none;
	color: Black;
}
.gridErrorRowStyle
{
	border:solid 1px #f0f0f0;
	background-color:#fa5422;
	text-decoration: none;
	color: Black;
}
.gridDependentRowStyle
{
	border:solid 1px #f0f0f0;
	background-color:#ff8800;
	text-decoration: none;
	color: Black;
}
.gridCorrectedRowStyle
{
	border:solid 1px #f0f0f0;
	background-color:#00ff22;
	text-decoration: none;
	color: Black;
}
.gridRowHighlighted
{
	color:#ff8800;
	background-color:white;
}
.gridDifferentValueRowStyle
{
    background-color:#ffdd00;
    text-decoration: none;
    color: Black;
}
.gridRowHighlighted2
{
	color:#ee2200;
	background-color:white;
}
.gridAltRowHighlighted
{
	color:#ff8800;
	background-color:#F9F9F9;
}
.gridAltRowHighlighted2
{
	color:#ee2200;
	background-color:#F9F9F9;
}
.gridColumnClaimNo
{
	width:100px;
}
.gridColumnLongDate
{
	width:140px;
}
.gridColumnShortDate
{
	width:75px;
}
.gridColumnCustomID
{	
	width:50px;
	padding-right:5px;
	overflow:hidden;
}

tr.spaceUnder>td {
    padding-bottom: 1em;
}

.tabControl .ajax__tab_header
{
	border-bottom:solid 1px #aaa;
	margin-bottom:10px;
}

.tabControl .ajax__tab_outer
{
}

.tabControl .ajax__tab_inner
{

 }

.tabControl .ajax__tab_tab
{
	position:relative;
	top:1px;
	padding:5px 10px 5px 10px;
	background-color:#f9f9f9;
	font-weight:bold;
	font-size:8pt;
	color:#777;
	border:solid 1px #aaa;
}

.tabControl .ajax__tab_hover .ajax__tab_outer
{
}

.tabControl .ajax__tab_hover .ajax__tab_inner
{
}

.tabControl .ajax__tab_hover .ajax__tab_tab
{
	background-color:white;
	cursor:pointer; 
}

.tabControl .ajax__tab_active .ajax__tab_outer
{
}

.tabControl .ajax__tab_active .ajax__tab_inner
{
}

.tabControl .ajax__tab_active .ajax__tab_tab
{
	background-color:white;
	color:#555;
	border-bottom:solid 1px white;
}

.tabControl .ajax__tab_body
{
}


/*----*/

.tabControlSmallHeader .ajax__tab_header
{
	border-bottom:solid 1px #aaa;
	margin-bottom:10px;
}

.tabControlSmallHeader .ajax__tab_outer
{
}

.tabControlSmallHeader .ajax__tab_inner
{

 }

.tabControlSmallHeader .ajax__tab_tab
{
	position:relative;
	top:1px;
	padding:4px 4px 4px 4px;
	background-color:#f9f9f9;
	font-weight:bold;
	font-size:7pt;
	color:#777;
	border:solid 1px #aaa;
}

.tabControlSmallHeader .ajax__tab_hover .ajax__tab_outer
{
}

.tabControlSmallHeader .ajax__tab_hover .ajax__tab_inner
{
}

.tabControlSmallHeader .ajax__tab_hover .ajax__tab_tab
{
	background-color:white;
	cursor:pointer;
}

.tabControlSmallHeader .ajax__tab_active .ajax__tab_outer
{
}

.tabControlSmallHeader .ajax__tab_active .ajax__tab_inner
{
}

.tabControlSmallHeader .ajax__tab_active .ajax__tab_tab
{
	background-color:white;
	color:#555;
	border-bottom:solid 1px white;
}

.tabControlSmallHeader .ajax__tab_body
{
}

/*----*/


.tooltip
{
border:1px solid Grey;
left:18px;
top:0px;
position:absolute;
background-color:#FFF;
padding:3px;
font-size:1.0em;
overflow:auto;
z-index:1000001;
Visibility:hidden;
}

.scanningTooltip
{
border:1px solid Grey;
left:18px;
top:0px;
position:absolute;
background-color:#FFF;
padding:3px;
font-size:1.0em;
overflow:auto;
z-index:1000001;
Visibility:hidden;
text-align:left;
}

.popupControl {
background-color: #eeeeee;
border:outset 1px #c0c0c0;
color: #444444;
position:absolute;
visibility:hidden;
}

.hide {
    visibility: hidden
}

#progressBackgroundFilter {
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background-color:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
    z-index:1000;
}
#processMessage {
    position:fixed;
    top:30%;
    left:43%;
    padding:10px;
    width:14%;
    z-index:1001;
    background-color:#fff;
    border:solid 1px #000;
}

#colDeleteScanningAddress
{
    float:right;
}

.AutoExtender
{
    font-family: Verdana, Arial, 'Helvetica 65 Medium';
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0px;
    border: 1px solid #CCCCCC;
    padding: 0px;
    background-color: White;
    list-style: none;
    width:auto!important;
}

.AutoExtenderList 
{
    left:auto;
    margin:0px;
    width:auto;
    cursor:default;
}

.AutoExtenderHighlight
{
    color: White;
    background-color: #0099CC;
    margin: 0px;
    width:auto;
    cursor:default;
}

.labelFieldAlign label
{
    vertical-align: top;
    display: block;
}


.LocationDetailsHeader 
{
    background-color: rgb(4, 16, 98);
    color:White;
    height:20px;
    font-weight:600;
    font-family:Arial;
    font-size:9px;
    text-align:right;
    padding-left: 30px;
}

.errorMessageTextBox {
    border: None;
    color: #ee2200;
    font-family: Arial;
    font-size: small;
}