/*

	THIS CLASS OVERRIDES BLUEPRINT CSS.
	
Color Codes

Light Grey: #ececec (bar)
Dark Grey: #cecfce (bar border bottom, footer)
Black: #000 (header)


*/

html {
overflow-y:scroll;
}

body {
	margin: 0px;
	color: #333;
	font-size: 10pt;
	font-family: Arial, Verdana, sans, sans-serif, Helvetica;
}

A,A:visited,A:active {
	color: #0451a0;
	font-weight: bold;
}

.header {
	background-color: #000;
}

.bar {
	background-color: #ececec;
	border-bottom: 1px solid #cecfce;
	font-size: xx-small;
}

.hidden {
	display: none;
}

.tab {
	position: relative;
	top: -17px;
}

.selected-tab {
	position: relative;
	top: 12px;
	z-index: 1000;
}

#footer{
clear: both;
height: 5%;
border-top: 1px solid #cecfce;
padding: 0;
margin: 0;
font-size: 11px;
color: #888;
text-align: center;
}

.halfright {
	position: relative;
	left: 14px;
}

.halfleft {
	position: relative;
	left: -14px;
}

.title {
	font: 185% sans, Arial, Verdana, Helvetica;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.2px;
	height: 40px;
	color: #333;
}

.smalltitle {
	font: 90% sans, Arial, Verdana, Helvetica;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.2px;
	height: 30px;
	color: #333;
}

SUP {
	font-size: 8pt;
}

#hiddenh2 h2 {
	font-size: 2pt;
	color: white;
}

FIELDSET {
	background: #ececec url('http://volomike.com/images/boxtop.png') top left repeat-x;
}

#contactform {
	width: 403px;
	min-width: 440px;
	line-height: 4pt;	
}

.field {
	height: 16px;
	margin-bottom: 0px;
}

#contactform SELECT {
	height: 26px;
	width: 430px;
}

#contactform TEXTAREA {
	width: 420px;
	margin-right: 0px;
}

#fldCaptcha {
	height: 14px;
	margin-bottom: 0px;
	width: 50px;	
}

#contactform .field {
	width: 420px;
}

#dimmer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 4000;
	overflow: hidden;
	clip: auto;
	background-image: url('http://volomike.com/images/dimmer.gif');
	background-repeat: repeat;
	display: none;
}

#alert {
	text-align: center;
	border: 3px solid #62708d;
	z-index:10000;
	background-color: #efebef;
	position: absolute;
	width: 400px;
	min-height: 100px;
	margin-top: 50px;
	display: none;
	/* center ploy */
 	left:50%; 
	margin-left:-200px; /* half of width */
	top:50%;
	margin-top:-100px;
	/* end center ploy */
}

#alert-title {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}

#alert-text {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
}

#alert-button {
	display:block;
	position:relative;
	margin-left: 160px;	
	padding:3px;
	/* border:2px solid #000; */
	width:80px;
	font-size: 10pt;
	text-transform:uppercase;
	text-align:center;
	color:#000;
	background-color: #e0e0e0;
	text-decoration:none;
	cursor: pointer; 
	cursor: hand;	
	margin-bottom: 6px;
}

#backlinks {
	color: #FFF;
	font-size: 5px;
	letter-spacing: -0.5px;
}

#backlinks A,#backlinks A:visited,#backlinks A:active {
	color: #FFF;
	text-decoration: none;
}

#contact {
	margin-top: 20px;
}

#contact TABLE {
	width: 100%;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 20px;
	padding-bottom: 8px;
	border-radius: 3px;
	-border-radius: 3px;
	-moz-border-radius: 3px;
	-ie-border-radius: 3px;
	-msie-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

#contact TD {
	vertical-align: top;
}

#contact LABEL {
	display: block;
	font-weight: bold;
}

#contact INPUT,#contact TEXTAREA,#contact SELECT {
	margin-bottom: 10px;
}

#contact #btnSubmit {
	cursor: hand;
	cursor: pointer;
	height: 28px;
	width: 100px;
}

#contact #fldName,#contact #fldEmail,#contact #fldName {
	width: 350px;
	border: 1px solid #CCC;
	padding: 3px;
}

#contact #fldHear {
	width: 357px;
}

#contact #fldMessage {
	width: 482px;
	border: 1px solid #CCC;
	height: 180px;
	font-family: sans-serif,Arial,Verdana,sans,MS Sans Serif;
	font-size: 10pt;
	padding: 3px;
	position: relative;
	top: -7px;
}

#contact #captcha {
	border: 1px solid #CCC;
	padding: 3px;
	padding-top: 0px;
	font-weight: bold;
	font-family: serif,Georgia,Courier New,Courier,sans-serif,sans,Arial,Verdana;
	font-size: 18pt;
	width: 65px;
	position: relative;
	top: -7px;
	margin-left: 10px;
}

#contact EM {
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
}

.button {
-moz-outline:0;
-moz-outline-style:none;
cursor:pointer;
outline:0;
}

.button:hover {
-moz-opacity:.70;
-moz-outline:0;
-moz-outline-style:none;
filter:alpha(opacity=70);
opacity:.70;
outline:none;
}

.button:focus {
outline:none;
}

#fake {
color:#FFF;
font-size:1px;
left:-800px;
position:relative;
}

#progress {
	text-align: center;
	padding-top: 130px;
	margin-top: 20px;
	width: 100%;
	height: 152px;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 3px;
	-border-radius: 3px;
	-moz-border-radius: 3px;
	-ie-border-radius: 3px;
	-msie-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
}

#errorbox {
font-size:9pt;
font-weight:700;
margin-bottom:10px;
padding:5px;
background-color:#FFB6C1;
border:3px solid #DC143C;
color:#444;
}

