body
{
	font-family: Arial;
	margin: 0;
	padding-bottom: 20px;
	background-image: url("../images/body-bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	color: #F0F0F0;
}

a { color: #1D663E; }
a:visited { color: #999999; }

table { margin: auto; }
td, th { vertical-align: top; text-align: left; }
a img { border: none; }

input.text { border: solid 1px black; padding: 3px; }
textarea { width: 200px; height: 100px; font-family: Arial; }



#searchbox
{
	width: 800px;
	height: 32px;
	margin: 0px auto 20px;
	/*
	background-image: url('/images/search-box.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	*/
	text-align: right;
}



#header
{
	width: 800px;
	height: 48px;
	margin: 0px auto;
	cursor: pointer;
	/*
	background-image: url('/images/head-bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	*/
}
#header span
{
	display: none;
}

#container
{
	width: 800px;
	margin: auto;
}


h1 { 
	font-size: 1.4em;
	margin-top: 10px;
}
h2 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
}
h3 {
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}
h4 {
	color: #333;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	color: #555;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.horizontalRule {
	border-top: 1px dashed rgb(204, 204, 204);
	height: 1px;
}





#menu
{
	margin: 0px;
	padding: 8px;
	background-image: url('../images/menu-bg.jpg');
	border: solid 1px black;
}
#menu li
{
	list-style-type: none;
	display: inline;
	margin-left: 7px;
}
#menu li a
{
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding-right:12px;
}
#menu li a:hover
{
	color: #999;
}
#menu li a.active
{
	color: #999;
}

#content
{
	min-height: 460px;
	background-color: #444;
	font-size: 11px;
	padding: 0;
	line-height: 1.4;
	/*
	overflow: auto;
	overflow-x: hidden;
	*/
}
#sidebar
{
	width: 270px;
	background-color: #E6E4E5;
	/*
	background-image: url('/images/sidebar-bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	*/
	padding: 0;
}
#sidebar a
{
	display: block;
	margin-top: 8px;
}


#footer
{
	padding: 15px 0;
	text-align: center;
	font-size: small;
	background-image: url('/images/QLS_Za_BottomLinks_1BB.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	width:800px;
	margin: 15px auto;
}
#footer p {
	color: #999;
}

#footer a
{
	color: white;
	text-decoration: underline;
}

#footermenu {
	margin-left: 10px;
}
#footermenu a {
	text-decoration: none;
	border-right: solid 1px #DDD;
	margin-right: 9px;
	padding-right: 9px;
	font-size: 12px;
}
#footermenu a:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}



#footer h4
{
	color: white;
	margin-bottom: 12px;
	font-size: 12px;
}







/* Makes tables Nice */
table.simplelist
{
	border-collapse: collapse;
	width: 90%;
	margin: auto;
}
table.simplelist th
{
	vertical-align: top;
	text-align: center;
	padding: 8px;
	background-color: #DDD;
	font-weight: bold;
	border: solid 1px #555;
}
table.simplelist td
{
	vertical-align: top;
	text-align: left;
	padding: 8px;
	border: solid 1px #999;
}
table.simplelist tr.alt td
{
	background-image: url('../images/row-bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
/*******************/




table.contactform th
{
	text-align: left;
	width: 140px;
	vertical-align: top;
	padding: 8px;
	color: black;
	background-color: #AAA;
}
table.contactform td
{
	vertical-align: top;
	padding: 6px;
	background-color: #CCC;
}
table.contactform input[type=text] {
	width: 200px;
}
table.contactform input[type=password] {
	width: 200px;
}
table.contactform select
{
	width: 200px;
}
table.contactform textarea
{
	width: 200px;
	height: 80px;
}


table.subscribeform {
	background-color: #EEEEEE;
	padding: 15px;
}
table.subscribeform th
{
	border-collapse: collapse;
	width: 100%
}
table.subscribeform th
{
	text-align: left;
	width: 140px;
	vertical-align: top;
	padding: 8px;
	color: black;
}
table.subscribeform td
{
	vertical-align: top;
	padding: 6px;
}
table.subscribeform input[type=text] {
	width: 200px;
}
table.subscribeform input[type=password] {
	width: 200px;
}
table.subscribeform select
{
	width: 200px;
}
table.subscribeform textarea
{
	width: 200px;
	height: 80px;
}



.shortinput { width: 100px !important; }


table.product
{
	width: 100%;
}
table.product th
{
	padding: 4px;
}
table.product td
{
	padding: 4px;
}


.heading { 
	display: none;
}
.headingnew { 
	margin: 0;
	font-family: Century Gothic;
	background-image: url('../images/heading-bg.jpg');
	height: 28px; 
	color: white;
	font-weight: normal;
	/*letter-spacing: -1px;*/
	font-size: 22px;
	padding: 0px;
	height: 50px;
}

#searchterm { 
	position: relative; 
	top: 5px; 
	left: -14px; 
	background-image: url('/images/search-bg.jpg');
	border: none;
	width: 150px;
}
#searchbutton { 
	position: relative; 
	top: 8px; 
	left: -15px; 
}



#resources {
	width: 100%;
	border-collapse: collapse;
	margin: 0 10px 10px;
	border: solid 1px black;
}
#resources thead th {
	color: white;
	background-color: black;
	cursor: pointer;
	vertical-align: middle;
	height: 21px;
	padding: 0 10px;
}
#resources td {
	background-color: white;
	color: black;
	padding: 2px;
}
#resources tr.alt td {
	background-color: #F0F0F0;
}



#resources th.headerSortUp { 
    background-image: url('../images/asc.gif'); 
	background-position: top right;
	background-repeat: repeat-x;
} 
#resources th.headerSortUp div { 
    background-image: url('../admin/images/asc.gif'); 
	background-position: center right;
	background-repeat: no-repeat;
} 
#resources th.headerSortDown { 
    background-image: url('../images/desc.gif'); 
	background-position: top right;
	background-repeat: repeat-x;
} 
#resources th.headerSortDown div { 
    background-image: url('../admin/images/desc.gif'); 
	background-position: center right;
	background-repeat: no-repeat;
} 


p.error {
	font-weight: bold;
	color: red;
	text-align: center;
}


/* BLOG styles */

.blogEntry
{
	padding-bottom: 20px;
	border-bottom: dotted 1px #333;
	margin-top: 30px;
}
.blogEntry h2
{
	margin:0px;
	padding:0;
	color:#333;
	text-decoration:none;
}
.blogEntry p.date
{
	font-size: 10px;
}

table.blog
{
	margin-left:10px;
	margin-right:10px;
}

p.indent {text-indent: 0;}
p.indent + p {text-indent: 2.0em;}

table.blog td.cal
{
	width:54px;
	background:url(../images/calendar.jpg) no-repeat top left;
	font-size:12px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding-top:3px;
}

table.blog td.cal h2
{
	color:#818181;
	margin:0;
	padding:0;
	font-size:18px;
	margin-top:1px;
}

table.blog td.caltext
{
	padding-left:20px;
	margin-top:-5px;
}

table.blog td.caltext h2
{
	color:#333;
	margin:0;
	padding:0;
	text-decoration:none;
	line-height:20px;

}

.blogArchives
{
	margin-top:20px;
}

.blogArchives h2
{
	color:black;
	padding:0;
	margin-bottom:5px;
	margin-top:10px;
}

.blogArchives a
{
	display:block;
}

.singleBlogEntry
{
	padding-bottom: 20px;
	border-bottom: solid 1px #333;
}
.singleBlogEntry h1
{
	margin-bottom: 5px;
}
.singleBlogEntry p.date
{
	font-size: 10px;
}

.numberOfComments a {
	text-decoration: none;
	color:1D663E;
	text-decoration:underline;
	font-weight:bold;
	padding-right:10px;
}


.comment
{
	background-color: #C9EBDE;
	padding: 20px;
	margin: 20px 10px;
	border-top:3px solid #B1E2D0;
	border-bottom:3px solid #B1E2D0;
}


#addCommentForm table
{
	margin:0 10px;
	width:430px;
	border-collapse:collapse;
	border-top:3px solid #ddd;
	border-bottom:3px solid #ddd;
	background-color:#EDEDED;
}

.who
{
	color:black;
}

#addCommentForm table th
{
	text-align: left;
	vertical-align: top;
	padding: 8px;
	color: #666;
	background-color:#EDEDED;
}
#addCommentForm table td
{
	vertical-align: top;
	padding: 6px;
	background-color:#EDEDED;
}
#addCommentForm table input[type=text]
{
	width: 200px;
	padding: 4px;
	font-family: Verdana;
	font-size: 10px;
}
#addCommentForm table select
{
	width: 200px;
}
#addCommentForm table textarea
{
	width: 200px;
	height: 80px;
	padding: 4px;
	font-family: Verdana;
	font-size: 10px;
}
#addCommentForm table tfoot td
{
	text-align: center;
}


#breadcrumbs { float: right; font-size: 11px; margin: 15px; color: #999; }
#breadcrumbs a { color: #999; text-decoration: none; padding: 0 5px; }
#breadcrumbs a:hover { color: #BBB; }



table.buttons { 
	width: 100%;
	border-collapse: collapse;
	margin: 20px 9px 0 0px;
}
table.buttons td { 
	background-image: url('/images/button-tile.jpg');
	background-repeat: repeat-x;
	height: 28px;
	padding: 0 25px;
	vertical-align: middle;
	cursor: pointer;
	border-right: solid 1px white;
	text-align: center;
}
table.buttons td a { 
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
table.buttons td.active { 
	background-image: url('/images/button-tile-over.jpg');
}
table.buttons td.active a { 
	color: #CCCCCC;
}

table.noPad td {
	padding: 0 10px !important;
}
table.noPad2 td {
	padding: 0 2px !important;
}



.tabPane {
	display: none;
	padding: 20px;
}
.tabPane h3 {
	margin-bottom: 5px;
}
#submenu {
	margin: 20px 0 0;
	padding-bottom: 20px;
	border-bottom: dashed 1px #CCC;
}
#submenu li {
	list-style-type: none;
}


#orderedsubmenu {
	margin: 20px 0 0;
	padding-bottom: 20px;
	border-bottom: dashed 1px #CCC;
	display: none;
}



#menubuttons {
	height: 100%;
	border-collapse: collapse;
}
#menubuttons td {
	height: 100%;
	width: 100px;
	cursor: pointer;
}
#menubuttons td a {
	display: block;
	height: 100%;
	width: 100px;
	text-decoration: none;
}

#myCommunity {
	padding: 10px;
}


#footer table {
	width: 100%;
	margin-top: 30px;
}
#blogsnip{
	width:240px;
}
#blogsnip div{
	margin-left:14px;

}
#commentsnip{
	width:326px;
}
#commentsnip div{
	margin-left: 40px;
}
#finalFooterCol div {
	margin-left: 40px;
	font-size: 11px;
}
#finalFooterCol div a {
	color: #CDCDCD;
	display: block;
	margin-bottom: 5px;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}