html {
 margin: 0;
 padding: 0;
}

body {
 margin: 0;
 padding: 0;
 font: normal 0.8em Arial, Verdana, sans-serif;
 color: #333;
 background: #FFFFFF;
}

table.container {
 width: 100%;
 margin: 0px;
 padding: 0px;
}
#container {
 width: 940px;
 margin: 10px auto;
 margin-top: 0px;
 background-color: #550000;
 min-height: 500px;
 overflow: visible;
 border: 0px solid #000;
}

#footer {
 height: 30px;
 background: #883322;
}
#footer a:link, #footer a:visited {
  color: #FFFF88;
}
#footer a:hover, #footer a:active {
  color: #00AAEE;
}
#footer table {
 width: 100%;
}
#footer td {
 padding: 5px;
}

#header {
 height: 180px;
 background: #550000 url('/themes/byt/header.gif') no-repeat;
 text-align: right;
 vertical-align: bottom;
}
#navigation {
 height: 30px;
 margin: 0px;
 margin-bottom: 10px;
 background: #883322;
 padding-left: 10px;
 text-align: left
 vertical-align: middle;
}
#navigation a:link, #navigation a:visited {
 color: #FFFF88;
}
#navigation a:hover, #navigation a:active {
 color: #00AAEE;
}
#navigation table {
 height: 100%;
}
#navigation td {
 vertical-align: middle;
 padding: 5px;
 cursor: pointer;
 color: #FFFF88;
}
#navigation td:hover {
 color: #00AAEE;
}

#header h1 {
 margin: 0;
 height: 40px;
 line-height: 40px;
 padding: 10px;
 font-size: 40px;
}

#nav {
 float: left;
 margin: 0;
 padding: 0;
 background-color: #FFF;
}

#nav h1 {
 padding-left: 10px;
}

#topbar {
 background: #883322;
 padding: 4px;
 color: #FFFFFF;
 font-size: 1.2em;
 line-height: 24px;
 height: 26px;
}

#topbar a {
 color: #ffffff;
}

#topbar a:hover {
 color: #dddddd;
}

#content {
 margin-left: 10px;
 margin-right: 10px;
 background-color: #ffcc88;
 min-height: 500px;
}

* html #content {
 height: 500px;
}

.bigbox_toprow {
  margin-top: 10px;
  height: 265px;
}
.bigbox_bottomrow {
  margin-top: 10px;
  height: 300px;
}

.bigbox_left {
 float: left;
 width: 330px;
 height: 100%;
 background-color: #e5e5e5;
 padding: 0 6px;
 overflow: auto;
}

.bigbox_right {
 float: left;
 margin-left: 10px;
 width: 330px;
 height: 100%;
 background-color: #e5e5e5;
 padding: 0 6px;
}

img {
 border: 0 solid #000;
}

img.homearrow {
 display:inline;
 vertical-align: middle;
}

p, td {
 padding: 3px;
 margin-top: 2px;
 margin-bottom: 5px;
 color: #550000;
}

.error {
  color: #C00;
}

.debug {
  color: #C0C;
  display: none;
}

em {
 font-weight: bold;
 font-style: normal;
}

/* headings */

h1 {
 margin: 0px;
 padding: 10px 0 3px 0;
 font-size: 1.5em;
 color: #550000;
}

h2 {
 padding: 5px 0 3px 0;
 font-size: 1.3em;
 color: #550000;
 margin: 0px;
 margin-bottom: 5px;
 
}

h3 {
 font-size: 1.1em;
 font-weight: bold;
 margin-bottom: 3px;
}


h4 {
 font-size: 1.1em;
 margin-bottom: 10px;
}

.clear {
 clear: both;
}

/* FORMS */

form {
 width: 450px;
 padding: 0px;
 margin: 0;
 font-size: 0.9em; 
 text-align: right;
 border: 0px solid #adb0b5;
}

form fieldset {
 margin-bottom: 6px;
 border: 1px solid #adb0b5;
 padding: 8px;
}

form input, select, textarea {
 margin-top: 8px;
}

form select, input.text, select.text {
 padding: 0;
 width: 180px;

}

form textarea.text {
 padding: 0;
 width: 260px;
}

input.checkbox {
  width: 25px;
  margin: 0px;
  height: 13px;
  padding: 0px;
}

form textarea.mcecontent {
 padding: 0;
}

form .btn {
 margin: 10px 0 0 0;
}

.required {
 color: #d72222;
}

table {

}

form table {
 width: auto;
}

table td {
 vertical-align: top;
}

.bigbox_right form {
 margin: 0 0 0 5px;
 padding: 0;
 width: 320px;
}

/* links */

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

a:hover {
 color: #d72222;
}

/* lists */

ul.simplelist {
 margin: 0;
 padding: 0;
 min-height: 20px;
 overflow: hidden;
}

* html ul.simplelist {
 height: 20px;
 overflow: visible;
}

ul.simplelist li {
 float:left; 
 width: 200px;
 line-height: 1.6em;
 list-style: none;
 margin: 0;
 padding: 0 5px;
}

#nav .box_footer {
 width: 193px;
 height: 18px;
 margin: 0px 14px 8px 14px;
 background: #999999 url("/images/box_footer.jpg") no-repeat;
}

#nav ul {
 margin: 0 14px 0 14px;
 padding: 6px 0 0 6px;
 background-color: #999999;
}

#nav li {
 margin: 0 7px 0 0;
 padding: 0;
 list-style: none;
 font-weight: bold;
}

#nav ul ul {
 margin: 0 0 0 10px;
}

#nav li li {
 padding: 2px 0;
 line-height: 24px;
 font-weight: normal;
 font-size: 0.9em;
 margin-bottom: 0;
 list-style: none;
 background: url("/images/arrow.jpg") no-repeat right;
}

#nav li li:hover {
 background: url("/images/arrow_over.jpg") no-repeat right;
}


#morelink {
 float: right;
 width: 65px;
 background: url("/images/arrow.jpg") no-repeat right;
 cursor: pointer;
}
#morelink:hover {
 background: url("/images/arrow_over.jpg") no-repeat right;
}

#nav li li.welcome {
 font-size: 0.8em;
 background: transparent;
}

#nav li li.welcome:hover {
 background: transparent;
}

#nav a {
 color: #ffffff;
 display: block;
}

#nav a:hover {
 color: #dddddd;
}

ul.adminoptions {
 float: left;
 margin: 0;
 padding: 0;
 margin-bottom: 20px;
 margin-right: 20px;
}

ul.adminoptions li {
 float: left;
 width: 100px;
 height: 80px;
 text-align: center;
 margin: 5px;
 padding: 5px;
 list-style: none;
}

ul.adminoptions li img {
 display: block;
 margin: 0 auto;
}

/* Resource List Table */

table.smallresourcelist {
 width: 330px;
}
table.smallresourcelist td.date {
  height: 18px;
  width: 100px;
  text-align: right;
}
table.smallresourcelist td div {
 overflow: hidden;
 height: 18px;
 width: 220px;
}
table.smallresourcelist td.icon {
 width: 16px;
 height: 16px;
}

table.smallresourcelist td.icon img {
 width: 16px;
 height: 16px;
}

table.smallresourcelist th {
 text-align: left;
 font-weight: bold;
 border-left: 1px solid #bbbbbb;
 border-bottom: 1px solid #bbbbbb; 
 padding: 4px;
}

table.resourcelist {
 width: 100%;
 font-size: 1em;
 margin: 0;
 padding: 0;
}

table.resourcelist th {
 text-align: left;
 font-weight: bold;
 border-left: 1px solid #550000;
 border-bottom: 1px solid #550000; 
 padding: 4px;
}

table.resourcelist td {
 border: 1px solid #550000;
 background-color: ;
 padding: 4px;
 font-size: 0.9em;
}

table.resourcelist tr.highlight td {
 background-color: #ffdd99;
}

table.resourcelist td.icon {
 width: 16px;
 height: 16px;
}

table.resourcelist td.icon img {
 width: 16px;
 height: 16px;
}

table.resourcelist a {
 display: block;
}

table.resourcelist td.rating_position {
 font-size: 18px;
 font-weight: bold;
}

table.view_resource {
 width: 100%;
 background: #ffcc88; 
 margin-bottom: 10px;
}
table.view_resource td.resource_details {
 font-size: 13px;
 padding: 10px;
}
table.view_resource td.resource_preview {
 width: 400px;
 text-align: center;
 vertical-align: top;
}
#closeresource {
 float: right;
 width: 140px;
 background: url("/images/x.jpg") no-repeat right;
 cursor: pointer;
}
#closeresource:hover {
 background: url("/images/x_over.jpg") no-repeat right;
}
#closetopten {
 margin-top: 10px; 
 float: right;
 padding-right: 30px;
 height: 22px;
 background: url("/images/back.png") no-repeat right;
 cursor: pointer;
 vertical-align: middle;
}
#closetopten:hover {
 background: url("/images/back_over.png") no-repeat right;
}

/* Pagination */

div.pagination {
 height: 38px;
}

div.pagination img {
 margin: 6px 5px;
}

div.prev {
 float: left;
}

div.next {
 float: right;
}

.floatright {
 float: right;
}

.clearright {
 clear: right;
}

/* View Resource */

img.icon {
 display: inline;
 padding: 0 5px;
 vertical-align: middle;
}

form.invisible {
  margin: 0;
  padding: 0;
  width: 94px;
  height: 22px;
}

form.invisible input {
  margin: 0;
  padding: 0;
}

.links_container {
	width: 100%;
}
form.createlink {
  text-align: left;
  width: 100%;
  margin: 0;
}

form.createlink select {
  margin: 0;
  padding: 0;
  width: 280px;
}

form.createlink div.linkresource {
  float: left;
  width: 24%;
}

form.createlink input {
  margin: 0;
  padding: 0;
  margin-left: 5px;
  vertical-align: middle;
}

form.faqForm {
  width: 680px;
}

form.faqForm textarea.long {
  width: 550px;
}

form.faqForm input.long {
  width: 550px;
}


.topRight {
  float: right;
  text-align: right;
  padding: 3px 10px;
  line-height: 1.8em;
}

.long {
  width: 320px;
}

.block {
  margin-left: 22px;
}

.key {
  padding: 10px 28px;
  line-height: 1.4em;
}

.key img {
  vertical-align: middle;
}

img.rating_star {
  width: 18px;
  height: 18px;
  border: 0px;
  vertical-align: middle;
  cursor: pointer;
}


.accordion_container {
	width: 922px;
}
.accordion_toggle {
	display: block;
	height: 30px;
	background: #dedede;
	padding: 0px;
	padding-left: 10px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #555555;
	border: 1px solid #bbbbbb;
	cursor: pointer;
	margin: 0 0 2px 0;
}
.accordion_toggle:hover {
	background: #0088FF;
	color: #FFFFFF;
}
.accordion_toggle_active {
	background: #0088FF;
	color: #ffffff;
	border: 1px solid #bbbbbb;
}
.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

.subaccordion_container {
  width: 95%;
  float: right;
}
.subaccordion_toggle {
	display: block;
	height: 30px;
	clear: both;
	background: #999999;
	padding: 0px;
	padding-left: 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #bbbbbb;
	cursor: pointer;
	margin: 0px;
	margin-bottom: 2px;
}
.subaccordion_toggle:hover {
	background: #0088FF;
	color: #FFFFFF;
}
.subaccordion_toggle_active {
	background: #0088FF;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #bbbbbb;
}
.subaccordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: visible;
}
.subaccordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.subaccordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

.horizontalaccordion_container h2 {
}
.horizontalaccordion_toggle {
	float: left;
	height: 24px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 20px;
	vertical-align: middle;
	cursor: pointer;
}
.horizontalaccordion_toggle:hover {
}
.horizontalaccordion_toggle_active {
}
.horizontalaccordion_content {
	float: right;
	overflow: visible;
	height: 24px;
}

#altmessage {
	z-index: 200;
	position: absolute;
	width: 0px;
	height: ;
	left: 0px;
	top: 0px;
	padding: 2px;
	visibility: hidden;
	background: #FFFFFF;
	border: solid 1px #000000;
}