body {
	margin: 0;
	background: url(main_table_bg1.jpg) repeat-y top center;
	background-color: #15508A;
	height: 100%;
	text-align: center; /* for IE */
}

body, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #000;
}

/* Text, Links, Headers */
a {
	color: #154F8A;
	text-decoration: none;
}

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

a.hidemenu {
	color: #666;
}
a.hidemenu:hover {
	color: #ffffff;
	background-color: #666;
}

.pagelinks a:hover {
	color: #fff;
	background-color: #154F8A;
}


h1, h2, h3, h4, p {
	padding: 0 5px;
}

.nopadding {
	padding: 0;
}

h1 {
	color: #15508A;
	text-transform: uppercase;
	font-size: 13px;
}

h2 {
	font-size: 12px;
	color: #333333;
}

h3 {
	font-size: 12px;
	color: #666;
	color: #71A4D8;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}


.error {
	border: solid 3px #ccc;
	background-color: #eee;
	padding: 5px;
	font-weight: bold;
	color: #f00;
}

.alert {
	border: solid 3px #ccc;
	background-color: #eee;
	padding: 5px;
	font-weight: bold;
	color: #333;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Backgrounds */
#bg-overlay {
	background: url(main_bg.jpg) repeat-x;
	width: 100%;
	height: 100%;
}

#main-container {
	height: 100%;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 846px;
}

#left-bg {
	position: absolute; 
	width: 20px;
	height: 100%;
	background: url(left_bg.jpg) repeat-y;
}

.left-overlay {
	background: url(left_overlay.jpg) no-repeat;
	width: 20px;
	height: 100%;
}


#right-bg {
	position: absolute; 
	width: 20px;
	height: 100%;
	margin-left: 820px;
	background: url(right_bg.jpg) repeat-y;
	width: 20px;
}

.right-overlay {
	background: url(right_overlay.jpg) no-repeat;
	width: 20px;
	height: 100%;
}

/* Sidebar */

#sitemaker-logo {
	position: absolute; 
	width: 129px;
	height: 52px;
	background: url(sitemaker_logo.jpg) no-repeat;
}

#logo-container {
	position: absolute; 
	background: url(main_bg.jpg) repeat-x;
	width: 135px;
	height: 62px;
}

#sidebar {
	position: absolute;
	margin-left: 20px;
	width: 135px;
	height: 100%;
	background: url(sidebar_bg1.jpg) repeat-y;
}

/* Sidebar Menu */
#new-menu {
	position: absolute;
	margin: 62px 0 0 0;
}

#new-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#new-menu li {
   float: left;
}


#new-menu-top {
	background: url(menu_top.gif) no-repeat top right;
	background-color: #676767;
	width: 135px;
	height: 9px;
	padding: 0;
	margin: 0;
}

#new-menu a {
 	width: 135px;
	display: block;
	background: url(menu_item_bg.gif) no-repeat;
	background-color: #676767;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.new-menu-padding {
	padding: 5px 3px 5px 25px;
}

#new-menu a:hover {
	background: url(menu_item_on.gif);
	background-color: #939393;
	color: #fff;
}

#new-menu-divider {
	width: 135px;
	height: 1px;
	background: url(grey.gif) repeat-x;
	float: left;
}


/* Mainbar */

#mainbar {
	position: absolute;
	margin: 0 0 0 155px;
	width: 665px;
	height: 100%;
	background: url(mainbar_bg.jpg) repeat-x;
	background-position: 0 62px;
	background-color: #87B3DE;
}



#mainbar_video {
	position: absolute;
	margin: 0 0 0 0px;
	width: 820px;
	height: 100%;
	background: url(mainbar_bg.jpg) repeat-x;
	background-position: 0 62px;
	background-color: #87B3DE;
}

#sidebar-shadow {
	position: absolute;
	width: 50px;
	height: 100%;
	background: url(sidebar_shadow_bg.jpg) repeat-y;
	background-color: #87B3DE;
}

#sidebar-shadow-overlay {
	position: absolute;
	margin: 0 0;
	background: url(sidebar_shadow_overlay.jpg) no-repeat;
	background-position: 0 62px;
	width: 50px;
	height: 600px;
}

#tab-bar {
	position: absolute; 
	background: url(main_bg.jpg) repeat-x;
	width: 665px;
	height: 62px;
}

#tabs {
	position: absolute; 
	margin: 38px 0 0 0;
	width: 532px;
	height: 24px;
    padding: 0;
    font-size: 11px;
}

#tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabs li {
    float: left;
    background: url(tab_left_off.gif) no-repeat;
    margin: 0 2px 0 0;
    padding: 0;
}

#tabs a {
    float:left;
    display: block;
    background: url(tab_right_off.gif) no-repeat right top;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin: 0;
	height: 24px;
}

.tab-menu-padding {
    margin: 4px 6px;
}

#tabs a:hover {
	color: #FFFDCA;
}

#tabs #current {
    background-image: url(tab_left_on.gif);
    background-color: #fff;
}

#tabs #current a {
   background: url(tab_right_on.gif) no-repeat right top;
   color: #676767;
}

#tabs .help-icon {
	width: 11px;
	height: 17px;
	float: left;
	margin-right: 3px;
	background: url(icon_help_off.gif) no-repeat;
}

#tabs #current .help-icon {
	background: url(icon_help_on.gif) no-repeat;
}

#solid-tab {
	position: absolute; 
	margin: 38px 0 0 533px;
	width: 132px;
	height: 24px;
	background: url(tab2_bg.jpg) repeat-x;
	color: #fff;
	text-align: center;
	font-size: 11px;
}

#solid-tab #left {
	background: url(tab2_left.jpg) no-repeat bottom right;
	width: 4px;
	height: 24px;
	float: left;
}

#solid-tab #padding {
	margin: 5px 4px 0 7px;
}

#solid-tab a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#solid-tab a:hover {
	color: #FFFDCA;
}

#content-container, #content-container-noscroll {
	position: absolute; 
	margin: 70px 0 5px 10px;
	width: 645px;
	background-color: #fff;
}

#content-container_video{
	position: absolute; 
	margin: 70px 20px 5px 30px;
	width: 760px;
	background-color: #fff;
}

#content-container {
	height: 80%;
	overflow: auto;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	width: 600px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
}

#footer a {
}

#footer a:hover {
}

/* Page Formatting */
.thumb {
	float: left;
	background-color: #eee;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

td.stylehead {
	background-color: #ddd;
	border: #666 1px solid;
}

table.memlist {
	border: solid 1px #666;
}

table.memlist td {
	padding: 5px;
}

table.memlist tr.headrow, table.cattable tr.headrow  {
	background: url(title_grey_bg.jpg) repeat-x;
	background-color: #666;
	color: #fff;
	font-weight: bold;
}

tr.headrow td, tr.headrow td a {
	color: #fff;
	font-weight: bold;
}

tr.headrow a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	background-color: #666;
}

/* Add/Edit Page Styles */

.title-section, .text-section {
	font-weight: bold;
	color: #5D5D5D;
	width: 615px;
	padding-bottom: 5px;
}

.title-section {
	background-color: #E8DEE8;
}

.text-section {
	background-color: #FFF;
}


.title-section div.title-row, .text-section div.title-row {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.0;
	width: 100%;
	height: 24px;
}

.title-section div.title-row {
	background: url(title_purple_bg.jpg) repeat-x;
	background-color: #6E586E;
}


.text-section div.title-row {
	background: url(title_grey_bg.jpg) repeat-x;
	background-color: #676767;
}

.title-padding {
	padding: 3px;
	float: left;
}

.reorder {
	float: right;
	width: 200px;
}

.reorder a {
	color: #fff;
}

.reorder a:hover {
	color: #fff;
}

.toggle {
	display: block;
	float: right;
	text-transform: none;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 3px;
}

a.but-down, a.but-up {
	display: block;
	width: 13px;
	height: 13px;
	float: right;
	margin-right: 3px;
	margin-top: 3px;
	background-color: #fff;
}

a.but-down {
	background: url(arrow_down.gif) no-repeat;
}

a.but-up {
	background: url(arrow_up.gif) no-repeat;
}

div.optional, div.required, div.section-alert, div.page-sections, div.required-on, div.form-row {
	clear: left;
	display: block;
	width: 615px;
	height: expression('1%');
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

div.required-on {
	background-color: #eee;
}

.field-name {
	width: 150px;
	text-align: right;
	padding-right: 3px;
	float: left;
}


form div label, form div label.wide {
	display: block;
	float: left;
	width: 75px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

form div label.wide {
	width: 120px;
}

form div.optional label, label.optional {
	font-weight: normal;
}

form div.required label, label.required {
	font-weight: bold;
}

form div.section-alert {
	color: #f00;
	background-color: #fff;
}

.section-name {
	background-color: #eee;
	border: solid 1px black;
	padding: 3px;
	width: 200px;
}

.section-thumb, .section-thumb-on {
	padding: 5px;
	float: left;
}

.section-thumb-on {
	background-color: #F7FFC3;
}

.question {
	border:solid 1px black;
	padding:2px;
	cursor:help;
	text-decoration:none;
}

.option-value {
	width: 150px;
}

/* Stats Page Styles */

table.hits tr.headrow {
	color: #fff;
	background-color: #71A4D8;
	font-weight: bold;
}

table.hits {
	border: solid #333 1px;
	width: 250px;
}

table.hits td {
	padding: 5px;
	border-bottom: solid #999 1px;
}

/* Stylesheet Revisions */


div.additem {
	border: solid 3px #ccc;
	background-color: #eee;
	color: #333;
	margin-bottom: 10px;
}

div.event-top-line {
	border-bottom: solid 1px #ccc;
}

div.event {
	border: solid 1px #ccc;
	border-top: none;
}

div.event-static:hover {
	background-color: #FFFF99;
}

.topbar {
	background-color: #999;
	color: #fff;
	padding: 5px;
	text-align: right;
}

.deletebox a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-variant: small-caps;
	padding:3px;
	background-color:#E08566;
	margin-right: 10px;
}

.deletebox a:hover {
	background-color:#CC3300;
}

/* Calendar Yes/No Buttons */

.yes {
	background-color: #339966;
}

.yes:hover {
	background-color: #336633;
	text-decoration: none;
}

.no {
	background-color: #E08566;
}

.no:hover {
	background-color:#CC3300;
	text-decoration: none;
}

.yes, .no {
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border: none;
}

/* Edit Pages Menu */

.draglink {
	cursor:move;
}

div.dropmarker {
	width:200px;
	height:6px;
	background: url(dropmarker.png) left top;
	margin-top:-3px;
	margin-left:-5px;
	z-index:1000;
	overflow: hidden;
}


.pageLinkImg {
	vertical-align: top;
}

/* Buttons */

a.save {
	width: 48px;
	height: 22px;
	background: url(but_save_off.jpg) left top;
}

a.save:hover {
	background: url(but_save_on.jpg) left top;
}

/* Image pop-up box */
#trailimageid {	
	/*position: relative;
	visibility: hidden;*/
	width: 350px;
	height: 0px;
	z-index: 200;
}

/* Catalog Listings */

table.cattable {
	border: solid 1px #999;
	width: 615px;
}

table.cattable td {
	border-bottom: solid 1px #999;
}

/* Plus-Minus Boxes */

a.checkbox-plus, a.checkbox-minus {
	display: block;
	float: left;
	margin-right: 5px;
	width: 9px;
	height: 15px;
}

a.checkbox-plus {
	background: url(icon_plus.gif) no-repeat;
	background-position: 0 3px;
}

a.checkbox-minus {
	background: url(icon_minus.gif) no-repeat;
	background-position: 0 3px;
}

a.delete-link, a.delete-link:hover {
	color: #f00;
}

/* memnet style info */
.resultlist{
	line-height: 32px;
}






/*  TRANSPARENT DIV    */
	.transparent {
	filter: alpha(opacity=70); /* ie */
	-moz-opacity: .7; /* mozilla */
	background:#000;
	text-align: center;


}

.userbox {
	background: #fff;
	border: 1px solid #000;


}


