/*web apps style*/
#blue_line {
 padding: 0;
 position:relative;
 background: #032F8B;
 height:20px;
 white-space: nowrap;
}
/* 6/24/2010 12:03:05 PM - changed max-width:450px; */
div#app_header{
	min-width:400px;
	max-width:560px;
	padding-left:10px;
	padding-top:10px;
}
div#app_header h1 {
	padding-top: 0;
	margin-top: 0;
	font-size: 1.5em;
	font-weight: bold;
}
/* 6/24/2010 12:04:58 PM added this */
div#app_header h3 {
	padding-top: 0;
	margin-top: 0;
	font-size: 1.5em;
	font-weight: bold;
}
/* 3-31-10: width was uncommented again because portlet width
     is 560 on production.
     Rex's opinion is that it should be commented out.
*/
div#app_content {
	width:560px;
	padding-left:10px;
}
div#app_content a {}
div#app_content a:link {}
div#app_content a:hover {}
div#app_content a:visited {}

div#app_content h1 {
	font-size: 2em;
	font-weight: bold;
}
div#app_content h2 {
	font-size: 1.2em;
	font-weight: bold;
}
div#app_content h2.centered {
	margin-right: 0px;
	text-align: center;
}
div#app_content h3 {
	font-size: 1em;
	font-weight: bold;
}
div#app_content h3.centered {
	margin-right: 0px;
	text-align: center;
}

div#app_content h4 {
	font-size: .8em;
	font-weight: bold;
}

div#app_content h5 {
	font-size: .6em;
	font-weight: bold;
}

div#app_content h6 {
	font-size: .4em;
	font-weight: bold;
}
div#app_content address {
	margin-left: 20px;
	font-style: normal;
}
div#app_content form {}
div#app_content form fieldset {
	border: 1px solid #EDCF00;
	margin: 25px 5px;
	padding: 5px;
}
div#app_content form fieldset fieldset {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
div#app_content form fieldset legend {
	color: #000;
	font-weight: bold;
}

div#app_content form fieldset table {
	margin: 10px;
}

/* This default style for labels is left aligned and normal weight
   according to the style in dmv_app.css */

/* This style is for labels that are aligned to the left and bold */
div#app_content form fieldset label { /* For all labels */
	font-weight: bold;
	font-size: 1em;
	margin-right: 0px;
	text-align: left;
	width: auto;
}
/* This style is for labels that are aligned to the right and bold */
div#app_content form fieldset label.bold_right { 
	float: right;
	text-align: right;
}
/* This style is for labels that are aligned to the right
   and normal weight */
div#app_content form fieldset .label_right {
	font-weight: normal;
}
label.yes,
label.no {
		font-weight: bold;
		padding: 0px 10px 6px 20px; 
		clear: none;
		float: none;
	}
div#app_content form fieldset label.selection { /* The selectable text for radio buttons & check boxes */
	font-weight: normal;
}
div#app_content form fieldset input {}

div#app_content table tr th .non_header_text,
div#app_content table tr td .non_header_text {
	font-weight:normal;
	}
div#app_content table tr th,
div#app_content table tr td {
	padding:2px 2px 2px 5px;
	vertical-align:top;
}	


/* web app style classes */
div#app_content p.foot_note { /* Content denoted with an astrik or similar notation */
	font-style: italic;
}
div#app_content p.narative {  /* Summary of a particular input field */

}
div#app_content fieldset p.desc {  /* Summary at the top of a field */
	margin-left: 20px;
}
div#app_content .warning { /* Defining warnning/caution text that should be read */
	color: #900;
}
div#app_content .alert { /*  Can be used in conjunction with validation errors. eg 'Please correct the following errors' */
	color: #900;
	font-weight: bold;
}
div#app_content .validation_error { /* To style all validation errors */
	color: #900;
}
div#app_content a.pdflink { /* For links that point to PDF software */

}
/* web app navigation style classes */
div#app_nav {
	vertical-align:top;
	width:185px;
	margin-top:10px;
	margin-left:10px;
}
div#app_nav h2 {
	font-size: 1.1em;
	font-weight: bold;
}

div#app_nav a,
div#app_nav a:link,
div#app_nav a:hover,
div#app_nav a:visited
 {
	color: #032F8B;
	text-decoration: underline;
}

div#spanish_nav h2 {
	margin-bottom:10px;
}
div#spanish_nav ul {
	margin-bottom:0px;
}
div#spanish_nav li {
	margin-top:5px;
	margin-bottom:5px;
}

p.login_required {
	margin: 4px 0px 8px 0px;
	font-weight: bold;
}

/*---------------------------------------------*/
/*  NRL unique styles that could be reused     */
/*---------------------------------------------*/
.nrl_table_no_caption,
.nrl_table,
.nrl_input_table
 { 
	width: 530px; 
	}
.nrl_table_label,
.nrl_input_label
 { 
	width: 205px; 
	font-weight: bold;
}

p.isr_big {
		font-size: 1.3em;
		text-align: center;
		font-weight: bold;
	}
	
/*---------------------------------------------*/
/*  FeeCalc styles that could be reused        */
/*---------------------------------------------*/
.contentRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #990000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;	
	font-size: 100%;	
}

.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #990000;
}
/* set in dmv_department.css for portal pages. reset them here */
 #middle_column UL LI {
	MARGIN-BOTTOM: 0px
}
#middle_column LI UL LI {
	LIST-STYLE-IMAGE: none; 
	MARGIN-BOTTOM: 0px
}
