
body {
	background-color:#ECECEC;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
#ImportRatesForm .FormRow {
	width: 600px;
}
.FormRow label {
	display: inline-block;
	width: 70px;
	margin-right: 5px;
}
label {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}
label.AccessLabel {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}
.FormRow label.label100 {
	width: 100px;
}
.FormRow label.label30 {
	width: 30px;
}
.FormRow input[type="submit"] {
	margin: 10px 10px 10px 0;
}
checkbox.disabled {
	background-color: #f00;
}
label.disabled {
	color: #666;
	text-decoration: line-through;
}
.visible {
	visibility: visible !important;
	display: block !important;
}

.hidden {
	visibility: hidden !important;
	display: none !important;
}
tr.hidden {
	visibility: collapse !important;
}
.alert {
	font-size: 14px;
	color: #f00;
}
.backgroundTable {
	    
}
.topBottomBlock {
	
}
.smallStripe {
	
}
.headingText {
	color:#002F82;
}
.loginBox {
	color:#002F82;
}
.loginHref {
	color:#000;
}
input[type="submit"] {
	margin-bottom:10px;
}
input[type="text"], .inputnarrow {
	width: 150px;
}
.inputwide {
	width: 250px !important;
}
.inputnarrow {
	width: 150px !important;
}
.wrapper{
	width:640px;
	margin:0 auto;
	margin-top:100px;
	background-color:#FFFFFF;
	/* height:400px; */
	padding:10px 10px 30px 10px;
	text-align:left;
	-moz-box-shadow: 0 0 5px 5px #808080;
	-webkit-box-shadow: 0 0 5px 5px#808080;
	box-shadow: 0 0 5px 5px #808080;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.logo{
	width:650px;
	float:left;
	margin-right:40px;
}
.formDiv{
	width:270px;
	float:left;
}
.tag{
	clear:both;
	text-align:right;
	width:500px;
	margin:0 auto;
	margin-top:10px;
}
.super {
	font-weight: normal; font-size: 9px; vertical-align: super; 
}

#formtable td {
	padding: 5px 2px;
}
a:link,a:visited {
	color: #f00;
	text-decoration: none;
}
a:hover,a:active {
	color: #00f;
	text-decoration: underline;
}

a.alertlink:link,a.alertlink:visited {
	color: #00f;
}
a.alertlink:hover {
	color: #f00;
}
a.alertlink:active {
	color: #f00;
	text-decoration: underline;
}
body,div,p,ul,li,span,td {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana;
	font-style: normal;
	font-weight: normal;
}
li {
	padding: 3px 0;
}
option {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana;
}
.invisiblerow {
	visibility: hidden;
	display: none;
}
.super {
	font-weight: normal;
	font-size: 9px;
	vertical-align: super; 
}
#msgappend {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
div.small {
	margin-top: 4px;
}

.nowrap {
	white-space: nowrap;
}

.inline-block {
	display: inline-block;
}

#menutable {
	border-spacing: 0px;
    border-collapse: separate;
}

#menutable td.menutop {
	background-color: #48C4ED;
}

#menutable td.menutop > div {
	/* graphic below inline and dynamic */
	/* background-image: url(/images/menuicons/top.png); */
	background-repeat: no-repeat;
	width: 630px;
	height: 200px;
}

#menutable td.menutop img {
	margin: 0;
}

#menutable td {
	padding: 0px !important;
	margin: 0;
}

#menutable tr.menuicons > td {
	background-color: #0E63B0;
}

#menutable .menu_name {
	color: #fff;
	/* border: 1px solid red; */
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
}

#menutable .menu_desc {
	color: #fff;
	font-size: 12px;
}

#menutable .icondiv {
	width: 200px;
	cursor: pointer;
	padding-bottom: 10px;
}

#menutable .icondiv img {
	margin: 10px 0;
}

#menutable .dividerdiv {
	width: 15px;
	padding-bottom: 10px;
}