html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font: 12px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; /* "Myriad Pro", */
	color: #333;
	background: url('/assets/public/images/ui_bkg_grad.jpg') top repeat-x;
}

p {
	margin-bottom: 15px;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

ul {
	list-style: square outside none;
}

li {
	margin: 0px 0px 6px 12px;
}


a {
	text-decoration: none;
	color: #46a;
}

a:hover {
	text-decoration: underline;
	color: #46a;
}

a:visited {
	color: #79d;
}

img, div { behavior: url('/assets/public/js/iepngfix.htc') }

form h2 {
  border: none;
}

form label {
	clear: both;
	float:left;
	display:inline;
	text-align:right;
	color:#666666;
	width:140px;
	margin: 4px 2px 0px 0px;
}

form label.required {
	font-weight: bold;
	color: #cc0000;
}

form .small {
	display: block;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	line-height: .8em;
	width: 100%;
}

form input.text, form select {
	float:left;
	display:inline;
	width: 200px;
	margin: 0px 0px 10px 10px;
	border: 1px solid;
}

form textarea, form input.text, form input[type='password'], form select {
	font-family: inherit !important;
	color: inherit !important;
	padding: .2em;
	border-color:#aaa;
}

form textarea:focus, form input.text:focus, form input[type='password']:focus, form select:focus {
	padding: .2em;
	outline: 1px solid #99ccff;
	border-color:#ddd;
}

form button{ 
	clear:both;
	margin-left:150px;
	background:#888888;
	color:#FFFFFF;
	border:solid 1px #666666;
	font-size:11px;
	font-weight:bold;
	padding:4px 6px;
}

form div.spacer {
	margin-left: 150px;
}

.float {
	float: left;
	display:inline;
}

.clear {
	clear: both;
}

/*
 * Background divs, positioning boxes
 */

div#bkgbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div#bkg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -650px;
	width: 1300px;
	height: 850px;
	background: url('/assets/public/images/ui_bkg.jpg') top left no-repeat;
}

div#mainbox {
	position: relative;
	width: 820px;
	margin: auto;
}

/*
 * Header
 */

div#header {
	position: relative;
	height: 117px;
	background: url('/assets/public/images/ui_header.jpg') bottom left no-repeat;
}

div#icon {
	position: absolute;
	width: 128px;
	height: 128px;
	left: -28px;
	top: 20px;
	background: url('/assets/public/images/ui_icon.png') bottom left no-repeat;
}

/*
 * Main content
 */


div#content {
	padding: 0 10px;
	width: 800px;
	min-height: 400px;
	background: url('/assets/public/images/ui_border.png') top left repeat-y;
}

div#content #notice {
	width: 100%;
	height: 30px;
	background: url('/assets/public/images/notice_bkg.png') repeat-x;
	border-bottom: 1px solid #666;
	text-align: center;
	-webkit-text-size-adjust: none;
}

div#content #notice h2 {
	font-weight: bold;
	padding: 6px 0 0 0px;
}

div.error_box {
	width: 50%;
	margin: auto;
	border: 1px solid #bbb;
	padding: 30px 30px;
	margin-top: 100px;
	background: #f6f6f6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.content_box {
	width: 594px;
	margin: auto;
	padding: 30px 0 20px;
}

/*
 * Action bar
 */

div#actionbar {
	height: 109px;
	color: #fff;
	background: url('/assets/public/images/ui_bkg_actionbar.jpg') top left repeat-x;
}

div#actions {
	padding: 20px 0px 30px 60px;
}

div#actions div.action {
	display: inline;
	float: left;
	height: 75px;
	width: 33%;
}

div.action a {
	color: #fff;
	text-decoration: none;
}

div.action a:hover {
	color: #fff;
	text-decoration: underline;
}

div.action img {
	display: block;
	float: left;
	margin: 4px 15px 25px 0px;
}

div.action div.description {
	font-weight: normal;
	margin-top: 9px;
}

div.action div.description h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 0;
	border: none;
}

/*
 * Sections
 */

h2.breadcrumbs {
	width: auto;
	font-size: 1.2em;
	font-weight: bold;
	color: #555;
	padding: 25px 0px 0px 30px;
	margin-bottom: 0px;
	border: none;
}

h2.breadcrumbs a, h2.breadcrumbs .next {
	font-weight: normal;
	color: #bbb;
}

h2.breadcrumbs.right {
	float: right;
	display: inline;
	padding: 25px 30px 0px 0px;
}

div.section {
	width: 100%;
	min-height: 50px;
	background: url('/assets/public/images/ui_bkg_content.jpg') bottom left repeat-x;
}

div.divider h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 3px 0 3px;
  padding: 0 0 0 35px;
  border: none;
}

div.sidebar {
	display: inline;
	float: right;
	width: 200px;
	height: 100%;
	padding-bottom: 20px;
	border-left: 1px solid #d8d8d8;
}

/*
 * About us
 */
div#portraits {
	float: left;
	display: inline;
	width: 50px;
	margin: 0 40px 10px 0;
}

div#portraits img {
	width: 50px;
	height: 50px;
	margin-bottom: 13px;
	padding: 1px;
	border: 1px solid #bbb;
}

/*
 * Footer
 */

div#footer {
	font-size: .8em;
	line-height: 1.3em;
	padding: 13px 0px 60px 25px;
	height: 40px; /* 76px high */
	-webkit-text-size-adjust: none;
	background: url('/assets/public/images/ui_footer.png') top left no-repeat;
}

p#iewarning {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: url('/assets/public/images/ie-warning_bg.gif') repeat-x;
	border-top: 2px solid #f00;
	border-bottom: 2px solid #f00;
	z-index: 100;
}
