 html { display : none; }
body 
{
	font-family: verdana, arial, sans-serif;
    color: #000000;
    font-size: 11px;
}
#header 
{
    color: #BDD0DD;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
#header .user_class 
{
    color: #FFFFFF;
}
ul#menu>li>div>a 
{
	color: white;
	text-shadow: -1px -1px #000000;
}
a 
{
    font-weight: bold;
}
a:hover 
{

}
h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #005295;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: normal;
}
h2
{
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
}
h3
{
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
}
h4
{
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
}
h5
{
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
}

body
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}
p
{
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #005295;
}
.blue
{
	color: blue;
}
.strongerConfirmText
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #005295;
	font-weight: bold;
}
.slightlyLessImportantText
{
	font-size: 14px;
	color: black;
}

.confirmBox
{
	background-color: #dddddd;
	border: outset 3px #999999;
}
.confirmBoxTitleBar
{
	background-color: rgba(59, 75, 85, 1);
	color: white;
	font-size: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}
.confirmBoxMessageArea
{
	text-align: center;
}
.confirmBoxMessageArea p
{
	margin: 10px;
	font-size: verdana, arial, sans-serif;
	font-size: 15px;
	color: black;
}
.confirmBoxMessageArea input
{
	width: 60px;
}

div.inOutLabel  label
{
	background-color: #E6E0DD;
	display: block;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid white;
	min-height: 25px;
	
}
.inOutLabel 
{
	border: solid 1px #A7A7A7;
	font-weight: normal;
	font-size: 18px;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 6px;
}
.independantLabel
{
	border: solid 1px #A7A7A7;
	font-weight: normal;
	font-size: 18px;
}
.independantLabel label
{
	background-color: #E6E0DD;
	display: block;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid white;
	min-height: 25px;
}



.smallLabelText
{
	/*font-size: 11px;*/
}

.inputField, .outputField
{
	font-weight: normal;
	font-size: 18px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 6px;
	min-height: 27px;
}
.outputField
{
	background-color: #EEEEEE;
	border: solid 1px #A7A7A7;	
	word-wrap:break-word;
}


.outputLabelNoMargin, .outputFieldNoMargin
{
	font-size: 13px;
	padding: 0px;
	line-height: 25px;
	min-height: 25px;
	border: solid 1px #A7A7A7;	
	word-wrap:break-word;
	text-align: center;
}

.outputLabelNoMargin
{
	font-weight: bold;
}

.outputFieldNoMargin
{
	margin-left: 0px;
	font-weight: normal;
}

.outputLabelNoMargin 
{
	background-color: #E6E0DD;
}

.inputField input[type='text'], .inputField input[type='password']
{
	border: solid 1px #A7A7A7;
	width: 100%;
}
.inputHelperColumn
{
	display:inline-block; 
	vertical-align:middle;
}
.inputHelperColumn div
{
	/*line-height: 38px;*/
	font-size: 10px;
	margin-top: 6px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 6px;
	font-weight: bold;
}

.horizontalRule
{
	height: 1px;
	border-top: solid 1px #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
}


input[type="text"]
{
	border: none;	
	color: #005295;
	font-size: 18px;
	font-weight: normal;
}

input[type="number"]
{
	border: none;	
	color: #005295;
	font-size: 18px;
	font-weight: normal;
}

input[type=submit]
{
	margin: 0px;
	width: 162px;
	height: 35px;
	text-align: center;
	text-shadow: -1px -1px #000000;
	line-height: 25px;
	font-size: 12pt;
	color: white;
	/*border: none;*/
	font-weight: bold;
	/*background: url(../../images/button.png) no-repeat;
	background-position:center center;*/
	font-family: verdana, arial, sans-serif;
    font-size: 11px;
    cursor: pointer;
}

a.button
{
    color: white;
}

.errorText
{
	color: red;
	font-weight: bold;
	/*font-size: 16px;*/
	padding-bottom: 10px;
	margin-left: 10px;
}
.errorBlock
{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffeeee;
	border: solid 1px red;
	color: black;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}
.warningBlock
{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffffee;
	color: black;
	border: solid 1px orange;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

.errorBlock img, .warningBlock img
{
	vertical-align: middle;
	margin-right: 6px;
}

.redText
{
	color: red;
}


#mrs_loading
{
	display:none; 
	position:fixed; 
	left:42%; 
	top:49%; 
	width:75px; 
	height:75px;
    background: url(../images/mrs_loading.gif) no-repeat center center;
}
#mrs_com_error
{
	display:none; 
	position:fixed; 
	left:35%;
	top:49%; 
	padding: 10px;
	background-color: #ffeeee;
	border: solid 1px red;
	color: black;
	font-weight: bold;
}

.mrs_searchable_results
{
	background-color: #F9F6F4;
    padding-bottom: 10px;
}

.wizardNavStep
{
	text-align: center;
	padding-bottom: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	color: #005295;
	padding-right: 20px;
}
.wizardNavStep a
{
	color: #005295;
	font-weight: normal;
}

/**
* Use to put vertical space between columns when they fold on mobile devices
*/
.wizardNavButton
{
	padding-bottom: 20px;	
}


.uppercaseInput{
	text-transform: uppercase;
}


/**
* Use to style Vehicle Modification Template table
*/

.modTemplateLabel{
	background-color: #F0FFFF;
}

.modTemplateItem{
	font-size: 14pt;
	font-family: Consolas;
}
.ui-datatable table {
    table-layout: auto !important;
}

.version-info
{
	text-align: center;
	padding: 10px;
}


.top-alignment {
      margin: 0 auto;
}