/*
	Base CSS Styles
	Created: February 1, 2008
	Author: Stephen Rushing, eSiteful
	
	This is intended to reset all HTML elements.

*/

*{
	outline:0px;
	border:0px;
	margin:0px;
	padding:0px;
	background:transparent;
	background-position:0px 0px;
	font-family:inherit;
	font-size:100%;
	line-height:inherit;
	text-align:inherit;
	list-style:none;
	vertical-align:top;
	border-collapse:collapse;
	white-space:normal;
}

html{
	overflow:-moz-scrollbars-vertical;
	height:100%;
}


a{
	color:#2282B3;
	text-decoration:underline;
}


body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/common/images/site-bg.jpg);
	background-color:#043249;
	background-repeat:repeat-x;
	padding:32px 0px 32px 0px;
	margin:0px;
	text-align:center;
	font-size:78%;
	color:#000000;
	
}


.clearboth{
	clear:both;
	display:block;
}


input, select, textarea{
	border:1px solid #cccccc;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	padding:1px 0px 1px 4px;
}

.input-button{
		background-color:#999999;
		color:#eeeeee;
		font-variant:small-caps;
		border-bottom:1px solid #333333;
		border-right:1px solid #333333;
		border-top:1px solid #999999;
		border-left:1px solid #999999;
		padding:1px 4px 1px 4px;
		cursor:pointer;
	}
	
	.input-checkbox{
		border:0px;
	}

.align-left-margin{
	float:left;
	margin:0px 12px 5px 0px;
}

.align-right-margin{
	float:right;
	margin:0px 0px 5px 12px;
}