html {
	overflow-y: scroll;
}

div, body {
	margin: 0;
	padding: 0;
}

body {
	background: #444;
	min-width: 1000px;
	font-family: Arial, sans-serif;
}

.wrap {
	margin: 0 auto;
	width: 975px;
	position: relative;
}


#logo {
	position: absolute;
	right: -2px;
	top: 20px;
}


#nav {
	position: absolute;
	left: 0;
	top: 8px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	height: 35px;
}

#nav ul li {
	display: inline;
}

#logo a {
	display: block;
	width: 201px;
	height: 55px;
	background: url(logo.png) no-repeat;
}

#logo a h1 {
	overflow:hidden;
	letter-spacing:-999px;
	display:inline-block;
	margin: 0;
	padding: 0;
}


#search-box {
	position: absolute;
	right: 0;
	top: 90px;
}

#search-box-field {
	border: none;
	padding: 2px;
	background: #d8d7c5;
	width: 170px;
	height: 20px;
	float: left;
}

#search-box-field.empty {
	background: #d8d7c5 url(search-box.png) no-repeat 8px 5px;
}

#search-box-submit {
	padding: 2px;
	background: #d8d7c5 url(search-box-submit.png) 5px 6px no-repeat;
	display: block;
	height: 20px;
	width: 20px;
	float: left;
	margin-left: 5px;
}

#search-box-submit span {
	display: none;
}

#header {
	height: 164px;
	background: #fff;
}

#subnav {
	background: #c4bfa8 url(shadow-subnav.png) repeat-x;
	height: 32px;
	color: #fff;
	padding-top: 12px;
}

#subnav a {
	color: #fff;
}

#subnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#subnav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#content {
	background: #cca url(shadow-1.png) repeat-x;
	min-height: 300px;
}

#content .wrap {
	padding: 20px 0;
}

#content #main, #content #column {
	width: 305px;
	border-top: 1px solid #444;
}

#content #main.wide {
	width: 100%;
}

#content #main {
	float: left;
}

#content #column {
	float: right;
}

#content .columns {
	width: 640px;
	clear: left;
}

.clearer {
	clear: both;
}

#boxes {
	padding: 0;
	float: right;
	width: 305px;
	position: relative;
	top: -48px;	
	margin-bottom: -40px;
}

#boxes.subnav {
	top: -92px;	
}

#boxes .box {
	width: 306px;
	margin-bottom:20px;
}

.error, .message {
	font-weight: bold;
	border: 1px solid #fff;
	padding: 4px;
}

.date {
	margin-top: 4px;
	display: block;
	font-weight: bold;
}

#boxes #box-1 .top {
	padding-top: 29px;
	background: url(box1-top.png) no-repeat;
}

#boxes .content {
	padding: 0 28px 20px 20px;
}

#boxes #box-1 .content {
	background: url(box1-body.png) repeat-y;
}

#boxes #box-2 .top {
	padding-top: 28px;
	background: url(box2-top.png) no-repeat;
}

#boxes #box-2 .content {
	background: url(box2-body.png) repeat-y;
}

#boxes .bottom {
	padding-bottom: 9px;
	background: url(box-bottom.png) no-repeat bottom;
}


#boxes .lines {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#footer {
	height: 280px;
	padding-top: 40px;
	background: #444 url(shadow-2.png) repeat-x;
}

#footer-image {
	margin: 0 auto;
	position: relative;
}

#footer-line {
	background: #444 url(shadow-3.png) repeat-x;
}


#content {
	color: #444;
	font-size: 12px;
	line-height: 18px;
}

#content a {
	color: #444;
	padding-left: 14px;
	background: url(arrow.png) no-repeat 0 3px;
}

#content .columns a.button {
	border: none;
	padding: 4px 4px 4px 19px;
	background: url(arrow.png) no-repeat 4px 7px;
	white-space: nowrap;
}

#content #boxes a.button {
	border: none;
	padding: 4px 4px 4px 19px;
	background: url(arrow-white.png) no-repeat 4px 7px;
	white-space: nowrap;
}

#content ul {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}

#content ul.links {
	list-style-type: none;
	padding-left: 0;
}

#content ul li a {
	font-weight: normal;
}

#content ul li b a {
	font-weight: bold;
}

#content ul li.active a {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
	

#boxes a {
	color: #fff;
	background-image: url(arrow-white.png);
}

#boxes #box-1 h3 a {
	display: block;
	color: #00a3ed;
	background: #9cf;
	border: none;
	margin-bottom: 1px;
}

* {
    outline: none;
}


#boxes #accordion {
	margin-top: 1px;
}

#boxes #box-1 h3.ui-state-active a {
	background: #fff;
}


#content .columns a {
	border-bottom: 1px dotted #888;	
}

#boxes #box-1 a {
	border-bottom: 1px dotted #ccf;	
}

#boxes #box-2 a {
	border-bottom: 1px dotted #f88;	
}




#content h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

hr {
	display: block;
	background: #444;
	border: none;
	height: 1px;
}

#content p {
	margin-top: 0;
}

#boxes {
	color: #fff;
	font-size: 12px;
}

#footer-line {
	padding: 1px 10px;
	color: #cca;
	font-size: 14px;
	text-align: right;
}

#footer-line a {
	color: #cca;
}

#footer-line a, #content a {
	font-weight: bold;
	text-decoration: none;
}

#content .columns input.textbox, #content .columns textarea {
	background: #d8d7c5;
	border: none;	
	width: 100%;
}

#content .columns select {
	background: #d8d7c5;
	border: none;
	width: 100%;
}

#content .columns input {
	background: #d8d7c5;
	border: #d8d7c5;
}

#content #boxes input.textbox {
	background: #fff;
	border: none;
	width: 100%;
}

table.fieldset {
	width: 100%;
}

#content .columns table.fieldset td {
	padding: 4px 0;
}

#content #boxes table.fieldset td {
	padding: 2px 0;
}

td.submit {
	text-align: right;
}

table tr.error {
	background: #ff5e65;
}

table#tenant-backend td {
	border-top: 1px solid #aa8;
	vertical-align: top;
}

table#tenant-backend td.label {
	width: 150px;
}

table#tenant-backend td.field {
	width: 260px;
}

table#tenant-backend td.help {
	width: 260px;
}

#content .columns table#tenant-backend td.help {
	padding: 6px 6px 6px 12px;
}

.flash-replaced .alt {
	display:none;
}

#header-image {
	padding-top: 12px;
}

#header-image .flash-replaced {
	position: relative;
	left: -30px;
}

#content .columns #main, #content .columns #column {
	margin-top: 20px;
}

#visibility-info {
	background: url(arrow-corner.png) no-repeat left bottom;
	margin-left: 4px;
	padding-left: 20px;
	margin-bottom: 4px;
}

#content .columns a.asmListItemRemove {
	background: url(arrow.png) no-repeat 0 7px;
	border-bottom: none;
}

