<!--
@charset "utf-8";
/* CSS Document */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,ol, li, dl, dt, dd, form, a, fieldset, input, th, td{
      margin: 0;
      padding: 0;
      border: 0;
      outline: none;
}

body{
	background:#eaeaea none repeat scroll 0 0;
	text-align: center;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size:11.5px;
	line-height:21px;
}

h1, h2, h3, h4, h5, h6{
      font-size: 100%;
      margin: 0 15px;
	  font-weight:normal;
		line-height:1.4em;
		padding-bottom:5px;
}
ul, ol{
      list-style-image: none;
      list-style-type: none;
}     
img{
 border: 0;
}
h1, h2, h3 {
	font-weight:normal;
	margin:0;
	padding:0;
}
h1 {
	font-size:32px;
	font-weight:normal;
	line-height:1.4em;
	padding-bottom:0.7em;
	color: #3D3D3D;
	text-align: center;
	border-bottom:1px solid #EEEEEE;
}
h2 {
	clear:both;
	font-size:18px;
	color:#5B5A5A;
	line-height:1.4em;
	padding-bottom:5px;
}
ul {
	margin:0 1.5em 1.5em;
	list-style-position:inside;
	list-style-type:disc;
}
ol {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:upper-alpha;
}
li {
	border-bottom:1px solid #DDDDDD;
	padding:3px 10px;
	color:#666666;
}
p{
	padding:0 0 1em;
}
hr {
	background:#DDDDDD none repeat scroll 0 0;
	border:medium none;
	clear:both;
	color:#DDDDDD;
	float:none;
	height:0.1em;
	margin:0 0 1.45em;
	width:100%;
}
a:link, a:visited, a:active{
	color:#3366CC;
	text-decoration:underline;
}
a:hover {
	color:#CC3333;
}

#wrapper{
	width: 800px;
	margin: 20px auto;
	text-align: left;
}

#maincontent{
	border:1px solid #dddddd;	
	background-color: #FFF;
	padding: 30px;
}

input, select, textarea{
	padding: 4px 6px;	
	border: solid 1px #7f9db9;
}

.left{
	float: left;
}
.right{
	float: right;
}
.spacer{
	display: block;
	clear: both;

}

.ajaxholder{
	background-image: url(../media/layout/load.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}

.button {
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	-moz-box-sizing:content-box;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px !important;
	line-height:16px;
	padding:2px 8px;
	text-decoration:none;
	background:#DFDFDF url(images/gray-grad.png) repeat-x scroll left top;
}
.small1 {	font-size: 12px;
	color: #422F1E;
}
-->

