/* Global */
body { padding: 0; margin: 0; font-size: 10pt; font-family: arial, helvetica, sans-serif;
  color: #000; background: none; background-image: none;}

body.mobile  { padding: 0; margin: 0; font-size: 10pt; font-family: arial, helvetica, sans-serif;
  color: #000; background: none; background-image: none;}


table.mainLayoutTable tr.headerRow {height: 105px; vertical-align:top; }


#linkbar {
	POSITION: relative; TEXT-ALIGN: center; BACKGROUND: none transparent scroll repeat 0% 0%; FONT-SIZE: 8pt; TOP: 0px; FONT-WEIGHT: bold; display: none
}
#linkbar A {
	COLOR: #08457b
}
#linkbar A:visited {
	COLOR: #08457b
}


.hsLabel {text-align: left ;} 
.align-right {text-align: right ;} 

div.addrCorrection
{
 position:relative;
 left:0px; 
}
/*
ADM: Add all of these styles
input.gbButtonSmall
input.gbButtonSmall:hover, input.gbButtonSmall:active
input.gbButton
input.gbButton:hover, input.gbButton:active
input.gbButtonLarge
input.gbButtonLarge:hover, input.gbButtonLarge:active
input.gbButtonXLarge
input.gbButtonXLarge:hover, input.gbButtonXLarge:active
*/








.alignCenter {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.alignLeft {
	text-align:left;
	margin-left:0;
}

.alignRight {
	text-align:right;
	margin-right:0;
}


button.gbButtonSmall, button.gbButton,button.gbButtonLarge, button.gbButtonXLarge, 
input.gbButtonSmall, input.gbButton,input.gbButtonLarge, input.gbButtonXLarge, input.submit
{ 
    color: white;
		font-weight: bold;
		background: #3078a8; 
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) ); 
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1); 
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1'); 
} 
 
button.gbButtonLarge:hover, button.gbButtonLarge:active,button.gbButton:hover, button.gbButtonSmall:hover,
button.gbButtonSmallActive,button.gbButtonActive,button.gbButtonLargeActive, button.gbButtonXLargeActive, input.submit 
{ 
    color: white;
		font-weight: bold;
    background: #81a8cb; 
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) ); 
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb); 
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb'); 
} 
 
button.gbButtonSmallActive,button.gbButtonActive,button.gbButtonLargeActive, button.gbButtonXLargeActive
{ 
    color: white;
    font-weight: bold;
		background: #4477a1;
}

