/* CSS Document */

body {
	background: url(/mw/applications/mw/templates/images/vpo_bg.jpg) repeat-x #FFFFFF;
	margin: 20px;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4;
	text-align: center;
}

div,form,fieldset,input,blockquote,th,td { margin: 0; padding: 0; }

table{ border-collapse: collapse; border-spacing: 0;}

td {
	font-size: 12px;
}

select,input {
	font-size: 10px;
}

a:visited { color: blue; }

h2 a, h2 a:visited { font-size: 12px; color: #000000; margin: 0 0; font-weight: bold; text-decoration: none; }
h2 a:hover { text-decoration: underline }

#wrapper {
	background: white;
	padding: 5px;
	margin: 0 auto;
	width: 950px;
	.width: 960px;
	text-align: left;
}

#container {
	border: 1px solid #CECECE;
	padding: 15px;
	width: 918px;
	.width: 950px;
	background: white;
	text-align: left;
}

#footer {
	width: 950px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
	clear: both;
}

#footer a, #footer a:visited {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	color: #000099;
	font-size: 11px;
	text-decoration: underline;
}

.vpo_header {
	height: 50px;
	padding-bottom:8px;
	background: url('../images/vpo_header_bg.jpg') repeat-x;
	text-align: left;
	color: #666666
}
	.vpo_header a, .vpo_header a:visited {
		font-size: 11px;
		color: #666666;
		text-decoration: none;
	}

.button_base {
	width: 100%;
	height: 8px;
	font-size: 2px;
}

.company_description {
	font-size: 11px;
}

#vpo_dropdown_list {
	background-color: #D7D7DC;
	margin: 4px 0 0 0;
	padding: 3px 3px 0 6px;
	font-size: 10px;
}

	#vpo_dropdown_list select {
		font-size: 10px;
	}
	#vpo_dropdown_list option {
		font-size: 10px;
	}
	
	#vpo_dropdown_list a,#vpo_dropdown_list a:visited {
		text-decoration: none;
		color: black;
		font-size: 10px;
	}


/** Headings */

h1 { font-size: 18px; margin-top: 0; color: #333333; font-weight:bold; }

h2 { font-size: 14px; color: #000000; margin: 0 0; font-weight:bold; }

h3 { font-size: 10px; color: #999999; margin: 0 0; }

h4 { font-size: 100%; color: black; margin: 10px 0;  }

img { border: 0 }


/** a href styles */

a { text-decoration: underline; font-size: 100%;}
a:hover { text-decoration: none}
