* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #92abd1 url(./images/bkg.png) no-repeat 0 0;
	font-family: Arial, Verdana, "Bitstream Vera Sans", "Lucida Grande",
		sans-serif;
}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}

.aligncenter {
	text-align: center;
}

div.code {margin:2em 0;border:1px solid #92ABD1;padding:0.5em;}

/** BEGIN wrapper **/
#wrapper {
	
}

#wrapper .buffer {
	width: 980px;
	margin: auto auto;
	text-align: left;
}

/** END wrapper **/ /** BEGIN header **/
#header {
	height: 101px;
	background: transparent url(./images/logo.png) no-repeat right bottom;
	/*border-bottom: 1px solid #333*/
}

#header a {
	text-decoration: none;
}

#header h1 {
	font-size: 0;
	float: left;
	margin-bottom: 0 !important;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	outline: none;
	width: 325px;
	height: 70px;
	background: url(images/logo.gif) no-repeat 0 0;
}

#header .options {
	float: right;
	width: 295px;
	padding: 13px 20px 0 0;
}

#header .options .visitwebsite {
	background: url(images/visitwebsite.gif) no-repeat 0 0;
	padding: 2px 0 2px 20px;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	margin: 14px 25px 0 0;
	float: left;
}

#header .options .userbox {
	width: 134px;
	height: 39px;
	background: url(images/userbox.gif) no-repeat 0 0;
	float: right;
	color: #ffffff;
	padding: 5px 0 0 30px;
}

#header .options .userbox a {
	color: #9B9B9B;
}

#header .options .userbox p {
	font-size: 0.8em;
	padding-top: 4px;
}

#header ul {
	clear: both;
	list-style-type: none;
	padding: 1px 0 0 1px;
	background: url(images/divider.gif) no-repeat 0 1px;
	height: 30px;
}

#header ul li {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 1px 0 0 !important;
	background: url(images/divider.gif) no-repeat right 0;
}

#header ul li a {
	color: #ffffff;
	display: block;
	padding: 8px 15px;
}

#header ul li.here a {
	background: url(images/active.gif) repeat-x 0 0;
}

#header ul li a:hover {
	text-decoration: none;
	color: #00ffff;
}

/** END header **/ /** BEGIN body **/
#body { /*background: url(images/bkg.png) repeat-x 0 0;*/
	background-color: #fff;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	border-radius: 10px;
	border-top-right-radius: 0;
}

/** END body **/ /** BEGIN content **/
#content {
	width: 642px;
	float: left;
	padding: 20px 18px 20px 20px;
	color: #434242;
	min-height: 350px;
}

/** begin headers **/
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
	color: #2d3f63;
	border-bottom: 1px dotted #ccc
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 30px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4,h5,h6 {
	font-size: 1em;
}

/** end headers **/ /** begin messages **/
.error,.success,.note,.warning {
	font-size: 0.8em;
	padding: 4px 10px 4px 24px;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.error {
	background-color: #FDD9D9;
	background-image: url(images/error.gif);
	border-color: #FBA3A3;
	color: #D80303;
}

.success {
	background-color: #E4FCD9;
	background-image: url(images/success.gif);
	border-color: #BFFDA3;
	color: #35A502;
}

.note {
	background-color: #DDEAFA;
	background-image: url(images/note.gif);
	border-color: #A3D8FD;
	color: #026DA5;
}

.warning {
	background-color: #FBF0B3;
	background-image: url(images/warning.gif);
	border-color: #FBBB95;
	color: #FD6002;
}

/** end messages **/ /** begin form **/
form {
	padding: 16px;
}

form .input {
	padding-top: 12px;
	clear: both;
}

form .first {
	padding-top: 0;
}

form .input p {
	margin-bottom: 7px !important;
}

form input {
	margin-right: 5px;
}

form label {
	margin-right: 10px;
	color: #8B8B8B;
}

form input.text,form textarea {
	border: 1px solid #BEBDBD;
	font-size: 1em;
	font-family: Verdana;
	background-color: #F3F3F3;
	/*color: #808080;*/
	padding: 2px;
	max-width: 100%;
}

.positive,.negative {
	font-size: 0.9em;
	font-weight: bold;
	padding: 1px 0 0 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline;
	margin-top: 2px;
}

.positive {
	background-image: url(images/positive.gif);
	color: #35A502;
}

.negative {
	background-image: url(images/negative.gif);
	color: #D80303;
}

form textarea {
	line-height: 1.6em;
}

form button,form input.button {
	font-size: 0.9em;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
	background: #B6B4B4 url(images/button.gif) repeat-x 0 0;
	border: 1px solid #B6B4B4;
	padding: 5px 10px;
	float: right;
}

/** end form **/ /** begin table **/
table {
	
}

table th {
	font-size: 0.9em;
	color: #ffffff;
	background-color: #679BC5;
	padding: 2px 4px;
	line-height: 1.6em;
}

table td {
	line-height: 1.6em;
	padding: 2px 4px;
}

table tr.odd td {
	background-color: #EEEEEE;
}

table tr.even td {
	background-color: #E5E5E5;
}

/** end table **/ /** begin paragraphs, lists, etc. **/
#content p {
	line-height: 1.6em;
	margin-bottom: 10px;
}

#content ul,#content ol {
	list-style-position: inside;
}

#content li {
	line-height: 1.6em;
	padding: 2px 0 2px 0;
}

a {
	color: #679BC5;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

blockquote {
	padding: 10px;
	background-color: #eeeeee;
	line-height: 1.6em;
	border-width: 2px 0 1px;
	border-style: solid;
	border-color: #e0e0e0;
}

/** end paragraphs, lists, etc. **/ /** END content **/
	/** BEGIN sidebar **/
#sidebar {
	width: 270px;
	float: right;
	padding: 70px 0;
	font-size: 0.85em;
}

#sidebar h2 {
	margin: 0 10px;
	font-size: 1em;
	color: #ffffff;
	padding: 7px 10px;
	background-color: orange;
	background-color: #2d3f63;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#sidebar ul {
	list-style-type: none;
	padding: 10px;
	margin: 0 10px 10px;
	background-color: #F1F1BD;
	color: #87874F;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#sidebar ul li {
	padding: 4px 0 4px 14px;
	background: none;
	line-height: 1.6em;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

#sidebar ul li a {
	color: #000000;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: none;
	color: #ff0000;
}

#sidebar ul li a:active {
	text-decoration: none;
	color: #ff0000;
}

#sidebar ul li current {
	text-decoration: none;
	color: #2d3f63;
}

.current {
	text-decoration: none;
	color: #2d3f63;
}

/** END sidebar **/ /** BEGIN footer **/
#footer {
	height: 41px;
	font-size: 0.85em;
	padding: 15px 0;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #065391;
}

#footer p {
	line-height: 1.6em;
	margin: 0 auto 5px;
	width: 950px;
	text-align: left;
}
/** END footer **/