/* Structural elements */

html {
	background: #FFFFE6;
	margin: 0;
	padding: 0;
}

body {
	width: 955px;
	margin: 1em auto;
	padding: 0;
	background: #FFFF99 url(../img/menu_bg.gif) left top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81.25%; /* 13 px */
	color: #000000;
}

#header {
	height: 108px;
	background: #FFFF99 url(../img/head.gif) left top no-repeat;
	text-indent: -9999px;
}

#content {
	float: right;
	width: 720px;
	background: #FFFF99 url(../img/main.gif) right top no-repeat;
	margin-bottom: 1em;
	padding: 0 90px 0 10px;
}

#sidebar {
	float: left;
	width: 131px;
	background: url(../img/menu_top.gif) left top no-repeat;
	padding-right: 4px;
	margin-bottom: 1em;
}

#footer {
	float: none;
	clear: both;
	width: 100%;
	text-align: right;
	font-size: 92.3%; /* 12px */
	text-align: right;
	color: #666666;
}

/* Sidebar */

#sidebar ul {
	margin: 0;
	padding: 1em 0 0 .5em;
	list-style: none;
	font-weight: bold;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	display: block;
	padding: 1em .5em 0;
	text-decoration: none;
	color: #012b7c;
	border-bottom: solid #e67a0f 1px;
}
#sidebar ul li a:hover, #sidebar ul li.active a {
	border-bottom: solid #012b7c 1px;
	color: #ddab10;
}

/* Footer */

#footer a {
	color: #666666;
}

/* General elements */

h1, h2, h3 {
	padding: 0;
	margin: 1em 0;
}

h1 {
	font-size: 146.2%; /* 19px */
}

h2 {
	font-size: 130.8%; /* 17px */
	color: #012b7c;
}

h3 {
	font-size: 115.4%; /* 15px */
	color: #012b7c;
}

a {
	color: #012b7c;
	text-decoration: underline;
	outline: none;
}

input, textarea {
	font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

input[type=text], input[type=password], textarea {
	background: #FFFFCC;
	border: solid 1px #999;
	color: #333;
}

input[type=text], input[type=password] {
	width: 35%;
}

textarea {
	width: 70%;
}

input[type=text]:focus, textarea:focus, input[type=password]:focus {
	background: #FFFFFF;
	border: solid 1px #666;
	color: #000;
}

input[type=submit] {
	font-weight: bold;
	color: #012b7c;
	background: #FFFFCC;
	border: solid 1px #012b7c;
	padding: .25em 1em; 
}

/* Tableless form */

form.tableless label {
  width: 20%;
  padding-right: 1em;
  text-align: right;
}
form.tableless label, form.tableless input, form.tableless textarea, form.tableless select {
  display: block;
  float: left;
  margin-bottom: .25em;
}
form.tableless br {
  clear:left;
  margin-bottom: .25em;
}
form.tableless input.submit {
  margin-top: .5em;
}

/* General classes */

.info {
  background: #CFC;
  padding: 1em;
}

.error {
  background: #FCC;
  padding: 1em;
}

/* TinyMCE specific */

body.mceContentBody {
	background: #FFF;
	padding: .5em;
	width: auto;
	margin: 0;
}

