/*
Template:	db-FREE
File:		db-styles.css - This contains all the Gooey styles for the template.

All the styles are separted into the following groups:
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Modules - styles for modules
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
body {
	font-family: "Trebuchet MS", sans-serif;
	 
}
/* @end */




/*------------------------------------------------------------------------*/

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
background-color: #f9f9cc;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #eeaaee;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #DBFFdb;
	color: black;
	}


/*------------------------------------------------------------------------*/


table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: white;
	border-collapse: collapse;
	background-image:url('images/13s-beige.jpg');
	//background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	//background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	//background-color: white;
	-moz-border-radius: ;
}



/* @group Layout */
/* Heading Styles */
.db-hd {
	background-color: #000000;
	padding-top: 1px;
	}
.db-hd .db-logo {
	margin-left: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #ff9999;
	font-size: 180%;
	font-weight: normal;
	/* float: left;*/
	/* display: inline;*/
	}

/* Body Styles 
.db-bd {
	padding: 2px 2px;
}
.db-cols .db-content {
	width: 85%;
	float: left;
	display: inline;
}
.db-cols .db-sidebar {
	width: 30%;
	float: right;
	display: inline;
}
.db-left-col {
	width: 48%;
	float: left;
	display: inline;
}
.db-right-col {
	width: 48%;
	float: right;
	display: inline;
}

/* Footer Styles */
.db-footer {
	clear: both;
	border-top: 0px solid #aaaaaa;
	font-size: 70%;
	color: #000000;
	padding: 8px;
	margin: 3px 3px;
	text-align: center;
}
/* @end */

/* @group Modules */
/* Width Styles */
.db-width-33 {
	width: 33%;
}
.db-width-66 {
	width: 66%;
}
.db-width-99 {
	width: 99%;
}
.db-width-25 {
	width: 25%;
}
.db-width-50 {
	width: 50%;
}
.db-width-75 {
	width: 75%;
}
.db-width-100 {
	width: 100%;
}


/* @end */

/* @group Nav */
/* Main Navigation */
/*
.db-nav {
	margin-left: 10px;
	clear: both;
}
.db-nav ul li {
	background-color: #ffffff;
	margin: 0 2px;
	float: left;
	display: inline;
}
.db-nav ul li a {
	display: block;
	padding: .75em 2.2em;
	font-weight: bold;
	float: left;
	display: inline;
}
.db-nav a:link, .db-nav a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 100%;
}
.db-nav a:hover {
	color: #0000000;
}

*/

/* @end */

/* @group Headings */
h1 {
	font-size: 182%;
	color: #6caa00;
	margin-bottom: 2px;
}

/* H2 */
h2 {
	font-size: 161.6%;
	color: #6caa00;
	margin-bottom: 2px;
}
h3 {
	font-size: 138.5%;
	color: #333;
	margin-bottom: 2px;
}
h4 {
	font-size: 123.1%;
	color: #333;
	margin-bottom: 2px;
	font-weight: bold;
}
h5 {
	font-size: 123.1%;
	color: #333;
	margin-bottom: 2px;
}
h6 {
	font-size: 100%;
	color: #6caa00;
	margin-bottom: 2px;
	font-weight: bold;
}
/* @end */

/* @group Text Styles */
address {
	margin-bottom: 10px;
}
blockquote {
	margin: 10px 40px 20px 40px;
	font-style: italic;
}
code {
	font-family: monospace;
}
dl {
	margin-left: 30px;
	margin-bottom: 20px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 10px;
	margin-bottom: 5px;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 2px;
	line-height: 110%;
}
q {
	font-style: italic;
}
strong {
	font-weight: bold;
}
tt {
	font-family: monospace;
}


/* Custom Text Classes */
.db-error {
	background-color: #cc0000;
	padding: .5em;
	color: #fff;
}
.db-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #f5f9ea;
}
.db-success {
	background-color: #6caa00;
	padding: .5em;
	color: #fff;
}
/* @end */

/* @group Lists */
ol {
	margin-bottom: 20px;
	}
ol li {
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 2px;
	}
ul {
	margin-bottom: 0px;
	}
ul li {
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 2px;
	}
/* @end */

/* @group Forms */
/* Default Form */

/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #006caa;
	text-decoration: underline;
	}
a:hover {
	color: #ff0000;
	text-decoration: none;
	}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
