/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-image: url(../images/sky.jpg);
}

img{ border:none;}

ul, li{ list-style-type:none;}

a
{
	color:#ffffff;
}

h1
{
	color:#FF0101;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}

h4
{
	font-size:14px;
	font-weight:bold;
	
}

h5
{
	font-size:13px;
}

h6
{
	font-size:13px;
	margin:0;
	padding-top:15px;
}

div#loggedoutscreen div#loggedoutmessage
{
	position:fixed;
}

div#loggedoutscreen.visible
{
	background-image:url(../../../images/icons/png/gr-black-opac50.png);
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:10000;
}

/* Admin Page Styles */

#myaccount-admin a, span
{
	color:#000000;
}

div#managepagelayout div.layoutmenu ul li a
{
	color:#000000;
}

div#managepagelayout div#layoutdesign
{
	color:#000000;
}

div.layoutitem
{
	background-color:#000000;
}

div#usermenubar
{
	background-color:#FFFFFF;
}

div#layoutitemsettings form label#label_content
{
	display:none;
}



/* Sections */ 
.template_top
{
	width:100%;
}

.template_left
{
	width:480px;
	float:left;
}

.template_right
{
	width:245px;
	float:right;
	clear:both;
}

.template_bottom
{
	width:100%;
	float:left;
}

.form
{
	color:#ffffff;
	font-weight:bold;
}
/*
.captcha img
{
	padding:10px;
}

.captcha input
{
	position:relative;
	top:-30px;
	left:20px;
}

*/
/* Products Section Colors */

#manageproductform, #manageproductform a
{
	color:#000000;
}

.darkStripe, .lightStripe
{
	color:#000000;
}

.darkStripe a, .lightStripe a
{
	color:#000000;
}

/* Gallery */

div.layoutitem_picturegallery ul li ul li
{
	clear:right;
	float:left;
	height:240px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
	width:245px;
}

div.layoutitem_picturegallery ul li p {
font-size:10px;
margin:2px;
padding:2px;
font-weight:bold;
}

/*Forum */

.highlightedStripe
{
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}

.smalltext
{
	font-weight:bold;
	font-size:12px;
}
 
.darkStripe, .lightStripe
{
	color:#000000;
	font-weight:bold;
	font-size:13px;
}