.bodycontent { padding: 10px 15px; }

.imageleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imageright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.imageborder { 	border: 1px solid #333; }

.imageborder2 {	border: 1px solid #999; }

#imageborder a:hover { background-color: #FFF;}


#explore {
	width: 100%;
	text-align: left;
	clear: left;
	min-height: 300px;
}

.homebox {
	width: 100%;
	
}

.homebox_2col {
	width: 49%;
	float: left;
	margin-bottom: 30px;
}

.homebox_3col {
	width: 33%;
	float: left;
	margin-bottom: 30px;
}

.homebox_4col {
	width: 23%;
	float:left;
	padding-right: 2%;
	margin-bottom: 30px;
}

.homebox_5col {
	width: 18%;
	float:left;
	padding-right: 2%;
	margin-bottom: 30px;
}

#loading {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 200px;
	text-align: center;
}


#wrapper { 
	width: 90%; /* the width of the thumbnail block */
	text-align: center; 
	margin: 0 auto; 
} 

div.thumb { 
	border: 1px solid #999999; 
	width: 100px; 
	height: 100px; 
	overflow: hidden; 
}

#wrapper ul li { 
	list-style: none; 
	float: left; 
	width: 100px;
	margin: 10px;
	text-align: center;
} 

#wrapper a img { border: 1px solid #777777; /*margin: 5px; */ } 

/* end gallery stuff */

.admin_menu {
	border: 1px solid #999999; 
	background-color: #BBBBBB; 
	display: block; 
	text-align: center; 
	padding: 5px;
}

/* profile layout */

#profile {
	width: 100%;
	position: relative;
}

#profile_left {
	width: 62%;
	float: left;
	margin-bottom: 20px;
}

#profile_right {
	width: 35%;
	float: right;
	text-align: center;
	margin-bottom: 20px;
}

#profile_right_content {
	padding-left: 20px;
}

/* browse layout */

.browse { width: 33%; }

.browse_list { width: 33%; }

.browse_list a {
	padding-left: 10px;
	padding-bottom: 10px;
	background: url('/images/arrow.gif') top left no-repeat;
	display: block;	
}

/* msessage and comment reply */

.reply {
	margin-left: 15px;
	padding: 5px;
	color: #777777;
	background-color: #EEEEEE;
	border-left: 2px solid #777777;
}

/* slideshow formatting */

.share {
	width: 50%;
	display:block;
	float: left;
}

.share_box {
	float: right;
	width: 50%;
}

.share_r {
	width: 100%;
	display:block;
	height: 40px;
}

/*pages wizard formatting */

#parent_list li {
	list-style-type: none;
}

#parent_list ul { 
	list-style-type: none;
	list-style-position: outside;
}

/* Map formatting */

#map { color: #333333; }	

#map a:link, #map a:visited  { color: #009900; }


/* pagination page links */

#pagelink {
	clear: both;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

#pagelink a {
	padding: 2px 6px;
	border: 1px solid #999999;
	background-color: #ECECEC;
	width: 22px;
	text-decoration: none;
	color: #333333;
}

#pagelink td a:link, #pagelink a:link {	color: #333333; }

#pagelink a:link { color:#333333; }

#pagelink a:visited { color: #666666; } 

#pagelink a:hover { border-color: #333333; }

#pagelink a:link.selected, #pagelink a:visited.selected {
	background-color: #999999;
	color: #ECECEC;
	padding: 2px 6px;
	border: 1px solid #333333;
	width: 22px;
	text-decoration: none;
}

/* Site Tools */
.site_tools {
	float: right; 
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

a.transparency:hover img {
	filter:alpha(opacity=80); 
	-moz-opacity: 0.80; 
	opacity: 0.80;
}

a.transparency img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

#imagethumb {
	border: 1px solid #666666;
	overflow: hidden;
}

.sitetools { float: right; }

.pbrlogo { border: 0px; }

/*  table tr hover  */

#table_hover tr:hover td {
	background: #DDDDDD;
	color: #333333;
}

#table_hover tr:hover a {
	color: #333333;
}	


/* Music info box */

#musicbox {
	float: right;
	max-width: 350px;
	min-width: 200px;
	width: 100%;
}

#musicplayer {
	float:left;
	clear: right;
	margin-right: 20px;
}


button {
	border: 1px solid #b5dab5;
	background: #b5dab5 url(/components/images/misc/btn_bg.gif) repeat-x;
	padding: 2px 17px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	color: #444444;
	margin: 0px;
}
	
button:hover {
	color: #000000;
	border: 1px solid #6BB56B;
}

#home_steps {
	margin: 0px; 
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	list-style-type: none; 
}

#home_steps li {
	list-style-type: none;
	line-height: 30px;
	cursor: default;
	padding: 3px 0px;
}

#home_steps li span {
	padding: 0px 6px;
	margin-right: 7px;
	font-size: 20px;
	background: #b5dab5 url(/components/images/misc/btn_bg.gif) repeat-x;
	border: 1px solid #b5dab5;
}

#home_steps li:hover { color: #000000; }
#home_steps li:hover span { color: #000000; border: 1px solid #6BB56B; }

/*
Will need to add proper padding top padding bottom to heading html elements
since they are currently <p> tags
*/

/* PBR Banner Not Created Yet - 05.03.07 - Neal */
h1 { display: none; }

.pagehead, h2 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	margin: 18px 0px;
}

.pagetitle, h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px;
}

.pagehead a { text-decoration: none; }

.subhead, .head, .headline, h4 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

.smallbody { font-size: 10px; }

.required {	color: #FF0000 !important; /*  used to trump /createprofile.php */ }

.tablehead {
	background-color: #333333;
	color: #FFFFFF;
	font-weight:bold;
	padding: 5px;
}

.thead td {
	background-color: #CCCCCC;
	color: #333333;
	font-weight:bold;
	padding: 5px;
}

.tablerow { padding: 5px; }

.tableborder { border: 1px dotted #666666; }


#rss_list ul {
	margin-left: 15px;
	margin-right: -15px;
	padding:0px;
}

#rss_list li { margin-bottom: 6px; }

#rss_list a { text-decoration: none; }

#rss_list a:hover { text-decoration: underline; }

#admin_panel td, tr { background: none; }

/* messages formatting */

#messages td { border:1px solid #999999; }

#messages th {
	border: 1px solid #999999;
	background-color: #BBBBBB;
}

#messages a { text-decoration: underline; }

.thread {
	width: 30px;
	height: 20px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: -30px;
	float: left;
}

.thread_container {
	border-left: 1px solid #333;
	background-color: #BBBBBB;
}

.thread_box {
	border: 1px solid #333;
	padding: 10px 10px 10px 20px;
	color: #333;
}


/* forum formatting */

#forum td { border: 1px solid #999999; }


/* Image rollover preview */

.hoverbox {
	cursor: default;
	list-style: none;
}

.hoverbox a { cursor: default; }

.hoverbox a .preview { 	display: none; }

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: 345px;
	z-index: 1;
}

/*.hoverbox .preview { border: 1px solid #333; }*/

.hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox a { 
	position: relative;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/



.hoverbox2 a:hover {
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox2 a:hover .preview {
	top: -38px;
	left: 345px;
}

.hoverbox2 li { 	position: static; }

.modbox {
	border: 1px solid #999;
	margin: 10px;	
}

.modhead {
	border-bottom: 1px solid #999;
	padding: 5px;
	font-weight: bold;
}	

.modscroll {
	height: 200px;
	overflow: auto;
	padding: 5px;
}

.build_box, .build_box2 {
	border: 1px solid #888888;
	margin: 10px 5px 20px 0px;

	padding: 5px 10px 10px 10px;
	min-height: 100px;
	
}

/* new horizontal navigation menu attempt */

#menu {
	width: 100%;
	background: #999;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
	float: left;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 3px 15px 3px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #333 #333 #ccc;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	color: #fff;
	background: #999;
	text-decoration: none;
}

#menu a:hover {
	color: #333;
	background: #ececec;
}

#menu li { position: relative; }


#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/* submenu navigation formatting  */

#submenu { width: 100%; }

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

#submenu a, #submenu h2 {
	font-size: 11px;
	font-family: verdana, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 5px 3px;
}

#submenu h2 {
	color: #fff;
	font-weight: bold;	
	background: #99999;
}

#submenu a.hasSubMenu, #submenu a.hasSubMenu:hover { 
	background-image: url(/components/images/misc/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom right; 
}


#submenu a {
	color: #000;
	text-decoration: none;
}

#submenu li {
	position: relative;
	z-index: 100;
	/*background-color: #ececec;*/
}

#submenu li:hover {	/*background-color: #cccccc;*/ }

#submenu ul ul {
	position: absolute;
	top: -50px;
	left: 100%;
	width: 100%;
	border: 50px solid;
	border-color: transparent;
	border-left: 0px;
}

div#submenu ul ul,
div#submenu ul li:hover ul ul 
{display: none;}

div#submenu ul li:hover ul,
div#submenu ul  ul li:hover ul 
{display: block;}

div#submenu ul ul ul,
div#submenu ul ul li:hover ul ul
{display: none;}

div#submenu ul ul li:hover ul,
div#submenu ul ul ul li:hover ul
{display: block;}

div#submenu ul ul ul ul,
div#submenu ul ul ul li:hover ul ul
{display: none;}

div#submenu ul ul ul li:hover ul,
div#submenu ul ul ul ul li:hover ul
{display: block;}

/* End subnavigation formatting */


	
/* calendar formatting */
	
#calendarbox, #calendar, #calendar td, #calendar a { color: #333333; }

/* Profile Display formatting */

#profile_container { border: 1px solid #999; }

#profileimage {
	width: 150px;	
	margin-right: 10px;
	margin-bottom: 10px;
}	

#profileinfo {
	width: 70%;
	margin-left: 160px;
	border: 1px solid #999;
	float: right;
}

#profileabout {	border: 1px solid #999; }


/* color preview boxes for color chooser */
#colorPreview_border, 
#colorPreview_bgcolor,
#colorPreview_button_color, 
#colorPreview_button_text, 
#colorPreview_button_hover_color, 
#colorPreview_button_hover_text, 
#colorPreview_text_color, 
#colorPreview_link_color {
	position: relative; 
	padding: 2px 25px;
	border: 1px solid #333;
	text-decoration: none;
	margin-right: 10px;
}

#colorPreview_border:hover,
#colorPreview_bgcolor:hover,
#colorPreview_button_color,
#colorPreview_button_hover_color,
#colorPreview_button_hover_text:hover,
#colorPreview_text_color:hover, 
#colorPreview_link_color:hover {
	border: 1px solid #AAAAAA;
}

/* thumbnail preview on mouse over */

.previewlink {
	position: relative;
	padding-left: 5px;
}
.previewlink img {
	position: absolute;
	top: 0;
	left: 2em;
	z-Index: 10;
	border: none;
}

.previewlink img.previewimage {
	left: 0;
	border: none;
	position: relative;
}