/* CSS Document */

body {
	background-image:url(../graphics/bg_main_ver.gif);
	background-repeat:repeat-y;
	background-position:73px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	margin:0;
}

a, a:link, a:visited, a:hover, a:active {
	color:#000000;
}

td, th{
	vertical-align:top;
}

div#header{
	background-image:url(../graphics/bg_main_hor.gif);
	background-repeat:repeat-x;
	background-position:0 73px;
	padding:20px 0 0 20px;
}

img#logo{
	position:absolute;
	left: 159px;
	top: 51px;
}

div#navContainer{
	left:20px;
	position:absolute;
	top:140p;
	width:120px;
}

div.nav{
	background-color:#444444;
	border:#000000 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin:5px 0 5px 0;
	padding:2px 10px 2px 0;
	text-align:right;
}

div#content{
	background-color:#EAEAEA;
	border:#333333 1px solid;
	position:absolute;
	left:160px;
	margin-top: 5px;
	padding: 10px;
	width:424px;
}



a.mainNav, a.mainNav:link, a.mainNav:visited, a.mainNav:hover, a.mainNav:active, a.thickbox, a.thickbox:hover {
	text-decoration: none;
	color:#FFFFFF;
}


.bordered{
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;

}

table.smallerList{
	border-collapse:separate;
	font-size:smaller;
	width:100%;
}

tr.odd{
	background-color:#dAdAdA;
}

td.smallerList{
	padding:2px;
}

* FORMS */

form.inputForm {
	display: block;	
	margin: 0;
	padding: 0;
}

table.form {
	padding: 15px 0 15px 0;
	margin: 15px 1px 1px 1px;
	width: 100%;
}

th.formTitle {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

th.form, .error  {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

.error {
	color: red;
}

input, textarea, select, div.noBox {
	font-family: Arial, sans-serif; 
	border: 1px solid #444444;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
}

select {
	padding: 0;	
}

.button {
	border: 1px solid #1B346D;
	font-size: 11px;
}

.quote{
	font-style:italic;
	font-weight:bold;
	font-size:smaller;
}

img.merchPage{
	border:0;
	margin-right:5px;
}

div.merchPageContent{
	float:right;
	font-size:smaller;
	padding-left:5px;
	width:200px;
}

div#mediaContent{
	width:460px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

span.clickhere{
	font-size:smaller;
}