body {
	background: rgb(240, 240, 240);
	font-family: sans-serif;
	margin: 0px;
	padding: 2px;
	background-color: #666666;	/*text-align: center;*/
}
h1{
    margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
    font-weight: bold;
	margin-top:8px;
	padding-top:8px;
	margin-bottom:5px;
	color: rgb(6, 135, 9);

}

h6{
    margin: 0;
    font-weight: normal;
}


h2{
    margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
    font-weight: bold;
	margin-top:13px;
	margin-bottom:13px;
	color: rgb(6, 135, 9);
}

.comment {
	border : none;
	border-top : dashed 1px #CCCCCC;
	color : #FFFFFF;
	background-color : #FFFFFF;
	height : 1px;
}


.hcomment {
	border : none;
	border-top : solid 1px #CCCCCC;
	color : #FFFFFF;
	background-color : #FFFFFF;
	height : 1px;
}
/* OLD
.sidebar{
   float: right;
   width: 16em;
   font-size: 80%;
   border: 2px dotted #000;
   padding: 2px;
   margin-left: 75px;
   background-color: #f8eece;
   color: #000;
   text-align: center;
}
*/
.sidebar{
   float: right;
   width: 16em;
   font-size: 80%;
   padding: 2px;
   margin-left: 52px;
   background-color: #FFFFFF;
   color: #000;
   text-align: center;
   
   
}

.sbheight {
	min-height:700px;
}

.rate{
   float: right;
   padding: 3px;
   width: 17em; 
   background-color: #f8eece;
   border: 2px dotted #000;
   color: #000;
   text-align: center;

}
.tag{
   float: right;
   padding: 3px;
   margin: 4px;
   width: 17em; 
   background-color: #EEEEEE;
   border: 1px solid #000;
   color: #000;	
   text-align: center;

}

.tagcloud{
   padding: 7px;
   margin: 7px;
   word-spacing: 5px;
   line-height: 175%;

}

.questiontag{
   margin-top:10px;
   padding: 4px;
   width: 16em;
   background-color: #EEEEEE;
   border: 1px solid #000;
   color: #000;	
   text-align: center;
}

.questionrate{
   padding: 3px;
   width: 16em;
   background-color: #f8eece;
   border: 2px dotted #000;
   color: #000;
   text-align: center;
}

.tag_label_head {
	float:left;
	text-align:right;
	margin-bottom:5px;
	width:9em;
	clear:left;
	font-size: 8pt;
	font-weight: bold;
}

.tag_num_head{
	text-align:right;
	float:left;
	margin-left:12px;
	font-size: 8pt;
	font-weight: bold;
}


.tag_label {
	float:left;
	text-align:right;
	width:100px;
	clear:left;
}



.tag_num {
	text-align:left;
	float:left;
	margin-left:10px;
}
.tag_vote {
	text-align:center;
	float:left;
	margin-left:8px;
	font-size: 8pt;
	font-weight: bold;
}

.related_label {
	float:left;
	text-align:right;
	width:150px;
	margin-bottom:3px;
	clear:left;
}


.form_label {
	float:left;
	text-align:right;
	width:5em;
	display:block;
	margin-right:5px;
	padding-top: 5px; 
}

hr {
	border : none;
	color : #CCCCCC;
	background-color : #CCCCCC;
	height : 4px;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#005500; 
	background:#efefef;
	padding:3px;
	padding-left:5px;
	border: 1px solid #cccccc;
	border-bottom:0; 
	
}
.box_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding-left:5px;
	border: 1px solid #cccccc;
	line-height: 150%;
}

/* START TABS.CSS CONTENT */


body#index li#tab1,
body#article li#tab2,
body#blog li#tab4,
body#calc li#tab6,
body#tags li#tab8,
body#products li#tab9,
body#services li#tab10,
body#about li#tab5 {
    background: white;
    border-bottom: 1px solid white;
}

body#askstats li#tab7 {
   background-color: rgb(0, 0, 153);
   border-bottom: 1px solid white;

}


ul#tabs a:hover,
body#index li#tab1 a,
body#article li#tab2 a,
body#blog li#tab4 a,
body#calc li#tab6 a,
body#tags li#tab8 a,
body#products li#tab9 a,
body#services li#tab10 a,
body#about li#tab5 a {
    /*color: black;*/
	/* text-decoration: underline; */
	text-decoration: none;
    color: black;
    font: 14px Arial, sans-serif;
}
body#askstats li#tab7 a {
	color: white;
	background-color: rgb(0, 0, 153);
}

ul#tabs span {
    display: block;
    padding: 0px 3px 0 3px;
}

ul#tabs {
	float: right;
	position: relative;
	margin: 0px 0 0 0;
	width:auto;
	list-style: none;
	margin-top: 2px;
	padding: 0px 0 0 0; 
}


ul#tabs li {
	float: right;
	margin: 0px 1px 1px 1px;
	text-align: center;
	position: relative;
	width: 75px;
	border: 1px solid black;
	background: rgb(6, 135, 9);
}

ul#tabs li#tab7 {
	color: white;
	background-color: rgb(0, 0, 153);
}
ul#tabs li#tab7:hover {
	border-bottom: 1px solid white;
	background: white;	
}

ul#tabs li:hover {
	border-bottom: 1px solid white;
	background: white;
}

ul#tabs a {
	display: block;
    text-decoration: none;
    color: white;
    font: 14px Arial, sans-serif;
}



/*FONTS */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: rgb(6, 135, 9);
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: rgb(6, 135, 9);
	padding:0;
	margin:30px 5px 0px 0px;

}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding:0;
	margin:20px 5px 0px 0px;

}

.formula {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.qul A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	/*color: black;*/
}
.qul A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
}
.qul A:active {text-decoration: none}
.qul A:hover {text-decoration: underline; color: blue;}



.qlines A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	color: black;
	text-decoration: none;
}
.qlines A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
}
.qlines A:active {text-decoration: none}
.qlines A:hover {text-decoration: underline; color: blue;}


.qlines2 A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 190%;
	color: black;
	text-decoration: none;
}
.qlines2 A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 190%;
	text-decoration: none;
}
.qlines2 A:active {text-decoration: none}
.qlines2 A:hover {text-decoration: underline; color: blue;}



a.hlink:link {
	color: black; 
	text-decoration: none;
	line-height: 150%;
}
a.hlink:visited {
	color: #0000ff; 
	color: purple; 
	text-decoration: none;
}
a.hlink:hover {
	text-decoration: underline;
}


a.htitle:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	text-decoration: none;
	color: rgb(6, 135, 9);
}
a.htitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	color: #006600; 
	text-decoration: none;
	
}
a.htitle:hover {
	text-decoration: underline;
	color: rgb(6, 135, 9);
}
.imgWrap {
	float:right;
	margin:10px;
	padding:10px;
	/* border:1px solid black; */
}

.navCellOff { 
   BACKGROUND-COLOR: #000000; 
    color:#0000FF; 
} 
.navCellOn { 
   BACKGROUND-COLOR:#CCCCFF; 
   text-decoration: underline;	
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 10px
} 

.navCellOnhead { 
 /* #D2FFFF*/
   BACKGROUND-COLOR:#CCCCFF ; 
   text-decoration: underline;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
} 
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 10px;
}

.navheadtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:#3366CC;

}

.dateSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;	
	margin-top: 1px;
	margin-bottom: 5px;
}



/* USING GRIDS CSS HERE */
#container{
	width: 88%;
	max-width: 1200px;
	width:expression(document.body.clientWidth > 1200? "1200px": "auto" );
	margin: 5px auto;
	/*padding:5px;*/
	background: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	/*border: 1px solid gray;*/
}
#container_wide{
	width: 95%;
	max-width: 1500px;
	width:expression(document.body.clientWidth > 1500? "1500px": "auto" );
	margin: 5px auto;
	background: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	/*border: 1px solid gray;*/
}
#container_medium{
	width: 90%;
	max-width: 1200px;
	width:expression(document.body.clientWidth > 1200? "1200px": "auto" );
	margin: 5px auto;
	background: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	/*border: 1px solid gray;*/
}

#nav {
    float:right;
    width:0%;
	background: white;
	/*border: 1px solid gray;*/
}
#main {
	float:left;
	/*margin: 5px;*/
   width:93%;
   padding:10px;
    padding-right:50px;
	padding-left:25px;
	/*min-width: 750px;*/
	min-height:500px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;	
	line-height:150%;
	/*min-width:100%;*/
	/*border: 1px solid gray;*/
}

#home_main {
	float:left;
	margin: 5px;
	width:47%;
	padding:10px;
	background: white;
	line-height: 130%;	
	/*border: 1px solid gray;*/
	
}
#wide {
    float:left;
    width:99%;
	margin: 5px;
	background: white;
	/*border: 1px solid gray;*/
}
#home_nav {
    float:right;
    width:45%;
	background: white;
	line-height: 130%;
	margin: 5px;
	padding: 10px;	
	/*border: 1px solid gray;*/
}
#home_footer {
	clear:both;
	padding:1em 2%;
	background-color: #FFFFFF;
}
#home_header {
	overflow:hidden;
	background: rgb(215, 255, 209);
	background-image:  url(images/logo6.gif);
    background-repeat: no-repeat;
    height: 55px;
    /*width: 274px;*/
	/*border: 1px solid gray;*/
}

#home_subheader {
	overflow:hidden;
	background: rgb(215, 255, 209);
    height: 20px;
    /*width: 274px;*/
	/*border: 1px solid gray;*/
}

.homepageLine{
   position: relative;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
  	bottom:15px;
   left:45px;
}

.homeline{
   /* position: relative; */
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   margin-top:35px;
   margin-left:45px;
  /*  bottom:15px;
   left:45px;
   */ 
}

.homeline A:link{
	text-decoration:none;
	color: #000000;
}

.homeline A:hover{
	text-decoration:underline;
	color: #0000FF;
}

#imghome{
   position: absolute;
   top:1;
   /* left:14.2%;*/
}


#searchbox{
   position: relative;
   float: right;
   margin-top: 2px;
   margin-bottom: 0px;
   padding: 0px 0 0 0;
  /* border: 1px solid gray; */
}

.searchbox2{
	float: right;
}




.refs {
	list-style: none;
	line-height: 150%;
	margin-bottom: 10px;
	margin-right: 5px;
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding-left:55px;
	text-indent: -55px; 

}

.sublink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 225%;
}
/*TABLES */

.wald_table {
	padding: 4px; 
	spacing: 4px; 
	border: 2px black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: rgb(215, 255, 209);
}
#input_table {
	padding: 10px; 
	spacing: 10px;

}
#input_table tr.mid {
	border-bottom: 1px black;

}
.input_table th {
	background: rgb(215, 255, 209);
}

#output_table {
	padding: 10px; 
	spacing: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.output_table th {
	background: rgb(215, 255, 209);
}

#output_all {
	float:right;
	padding: 10px; 
	spacing: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.output_all th {
	background: rgb(215, 255, 209);
}

.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF8080;
}
.errmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF0000;
	font-weight: bold;
}


.fullaccess {
	position:relative;
	border: 1px solid red;
	top:0px;
	left: 10px;
	margin-top:15px;
	padding:7px;
	width:520px;
	background-color: #E1FFE8;
}

.boughtmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color:#339900;
}

.errorbox{
	position:relative;
	background:#FF8080;
	border: 1px solid red;
	top:10px;
	left: 20px;
	padding:10px;
	width:85%;
}

.errorboxSmall{
	position:relative;
	background:#FF8080;
	border: 1px solid red;
	top:10px;
	left: 20px;
	padding:10px;
	width:300px;
}

.msgbox{
	position:relative;
	border: 1px solid green;
	top:10px;
	left: 20px;
	padding:10px;
	width:95%;
	background-color: #C6FFD5;
}

.filterBox{
	position:relative;
	top:10px;
	left: 20px;
	padding:10px;
	margin-bottom:40px;
	width:85%;
	background-color: #FFFFCC;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.sampleBox{
	position:relative;
	top:10px;
	left: 20px;
	padding:10px;
	width:450px;
	background-color: #FFFFCC;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.sampleBoxLarge{
	position:relative;
	top:10px;
	left: 20px;
	padding:10px;
	width:550px;
	background-color: #FFFFCC;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.sampleBoxLarge2{
	padding:5px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0000FF;
	font-weight:bold;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FF0000;
}
/*ADMIN STYLES */
.errordiv {
	position:absolute;
	background:#FF8080;
	border: 1px solid red;
	top:10px;
	left: 500px;
	z-index:2;
	display: inline;
}

.register_label {
	float:left;
	text-align:right;
	width:150px;
	clear:left;
	margin-right:8px;
	padding-top: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;

}

.action{
	display:inline;
	
}
.leftaction{
	display:inline;
}
.rightaction{
	float:right;
}


.actionstripe{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
	background-color: #BCBBCC;
	margin-bottom:10px;
}

.fslogin{
	margin:10px;
	width:275px;
	padding: 15px;
}

.qreg{
	width:350px;
	padding: 5px;
	background-color: #C7E6FE;
}

.pwdreset{
	width:450px;
	padding: 5px;
	background-color: #EBEBEB;
}

.genericform{
	width:75%;
	padding: 10px;
	background-color: #E9E9E9;
}

.datatable{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	
}

.datatable td{
	font-size: 0.8em;
	border:1px solid #999999;
	padding:3px 8px 8px 5px;
}

.datatable th{
	 /* background: url(images/th_bg.png) no-repeat left top; */
	/* background:#8080FF; */
	background: rgb(6, 135, 9);
	color:white;
	text-align:left;
	border-color:#14556b;
}
.datatable tr.alt td{
	background:#E9E9E9;
}
.datatable tr.blank td{
	background:none;
}

.datatable tr.hover td{
	background-color: #A5FEC4;
}
.colstats{
	background: rgb(6, 135, 9);
	color:black;
	text-align:left;
	font-size: 10pt;
	border-color:#14556b;
	font-weight: normal;
}

.datatable th A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 130%;
	color: #B9F1FD;
}
.datatable th A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 130%;
	color: #B9F1FD;
}


.formtable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* border:1px solid #999999; */
	background-color: #D7FAFD;	
}

.formtable td{
	font-size: 0.8em;
	padding:3px 8px 8px 5px;
}

.formtable th{
	 /* background: url(images/th_bg.png) no-repeat left top; */
	 background:#8080FF;
	background: rgb(6, 135, 9);
	color:white;
	text-align:left;
	border-color:#14556b;
}
.registerTable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* border:1px solid #999999; */
	/*background-color: #EEEEEE;	*/
}

.registerTable td{
	font-size: .9em;
	padding:3px 8px 8px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
}

.registerTable th{
	 /* background: url(images/th_bg.png) no-repeat left top; */
	 background:#8080FF;
	background: rgb(6, 135, 9);
	color:white;
	text-align:left;
	border-color:#14556b;
}




/* ADMIN */
.adminMain{
	margin:5px;
	padding:4px;
	float: right;
	text-align:right;
	line-height: 130%;
	background-color: #6AEA9D;
}
.subnav{
	display:block;
	margin-top:5px;
	padding:4px;
	background-color: white;
}

.activenav{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	background-color: white;
	line-height: 130%;
}



#lgoutbar{
	display:block;
	text-align:right;
	margin:5px;
	padding:5px;
	
}

.caption{
	margin:5px;
	padding:5px; 
	text-align: center;
}
.captext{
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	margin:5px;
	margin-left:15px;
	padding-left:15px; 
}
.logindiv{
	/*border: 1px solid gray;
	height: 10px;*/
	width: 100%;
	padding-top:3px;
	padding-bottom:6px;
	padding-right:6px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #666666; 
	/* background: rgb(215, 255, 209); */
}
.logindiv A:hover{
	background-color: #009900;
}
.logindiv A{
	text-decoration: underline;
	color: white;
}

.titlebar{
	padding-top:10px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:15px;
	margin-bottom:10px;
	/* border: 1px solid gray; */
}
.titlebar title{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #400080;
	margin-top:9px;
}

.viewall A:link{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #CCCCCC;	
	margin-left:9px;
}

.viewall A:visited{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left:9px;
	color: #CCCCCC;	
}
.viewall A:hover{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left:9px;
	color: blue;
}

.imagetable td{
	padding:3px 8px 8px 5px;
}
.imagetable th{
	/* background: url(images/th_bg.png) no-repeat left top; */
	/* background:#8080FF; */
	padding:3px 8px 8px 5px;
	text-align:left;
}

.topSalestable {
	padding:15px;
	margin-right:35px;
}

.topSalestable tr{
	font-size: 12px;
	padding:3px 5px 5px 5px;
}

.topSalestable td{
	padding:8px;
}
.topSalestable td.pics{
	border-top:1px dashed #999999;
	padding:15px;
	margin:15px;
}
.topSalestable td.buy{
	padding:15px;
	margin:15px;
	font-size: 12pt;
	font-weight: bold;
	border-top-color: #0066FF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #0066FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.topSalestable td.copyBody{
	padding-left:30px;
	margin-left:30px;
	padding-right:50px;
	margin-right:50px;
	font-size: 12pt;
}

.salestable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	margin:0px 30px 30px 30px;
	line-height:130%;
}

.salestable td{
	/*font-size: 0.8em;*/
	/*border:1px solid #999999;*/
	padding: 10px;
}
.salestable td.main{
	font-size: 0.8em;
	
	width:67%;
	padding-top: 3px;
	padding-right: 50px;
	padding-left: 15px;
}
.salestable td.rt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px;
	padding-top: 3px;
}

.salestable th{
	/* background: url(images/th_bg.png) no-repeat left top; */
	/* background:#8080FF; */
	border:1px solid #999999;
	padding:3px 8px 8px 5px;
	text-align:left;
}

.salestable td.quote {
	/*float: right;*/
	/* width: 250px; */
	background-color: #ffffcc;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aaaaaa;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	padding: 10px;
	margin: 10px;
	/*padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	*/
}

/* SALES COPY */
.salesCopy {
	padding-left:30px;
	margin-left:30px;
	padding-right:100px;
	margin-right:100px;
	font-size: 12pt;

}

.salesquote {
	/*float: right;*/
	/* width: 250px; */
	background-color: #ffffcc;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aaaaaa;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	padding: 10px;
	margin: 10px;
	margin-bottom: 20px;
	/*padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	*/
}

.callout {
	float: right;
	width: 250px;
	background-color: #ffffcc;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aaaaaa;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	padding: 10px;
	margin: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	
}


.purchase{
	position:relative;
	border: 1px solid red;
	top:0px;
	left: 10px;
	margin-top:15px;
	padding:7px;
	width:95%;
	background-color: #E1FFE8;
}

.purchase A:link{
	text-decoration:none;
	color:black;	
}
.purchase A:visited{
	text-decoration:none;
	color:black;
}
.purchase A:hover{
	text-decoration:underline;
	color:blue;	
}

#tmSideBar {
	float:right;
	width:23%;
	margin-top:80px;
	padding-right:15px;
	margin-right:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}
.profileDiv{
	padding	:8px;
	padding-bottom:10px;
	margin:10px;
	width:85%;
	background-color: #E9E9E9;
}
/* SPAM GUARD */

.noSPMfield {
	display: none;
}

.errorbox{
	background:#FF8080;
	border: 1px solid red;
	top:2px;
	left: 20px;
	padding:2px;
	width:85%;
	clear:both;
}

.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF8080;
}

.deleted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: line-through;
	color:#FF0000;
}

.siteLicense {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:15px;
	color:#666666;
}

.topBlog A:link{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #999999;	
	margin-left:9px;
}

.topBlog A:visited{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left:9px;
	color: #999999;		
}
.topBlog A:hover{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left:9px;
	color: blue;
}


.blogComment{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF6633;	
	margin-left:3px;
}


.blogComment A:link{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FF6633;	
	margin-left:9px;
}

.blogComment A:visited{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left:9px;
	color: #FF6633;		
}
.blogComment A:hover{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-left:9px;
	color: blue;
}


.radioTable {
	padding:2px;
}

.radioTable td.bt{	
	margin-top:15px;
	padding-top:15px;
}

.radioTable td{
	font-size: 10px;
	padding:1px;
}

.subText {
	font-family: Arial, Helvetica, sans-serif;
	color: #009933;
	font-size: 11px;

}


.imageCapTable {
	font-size: 80%;
	line-height:110%;
	text-align:right;
	/*padding:3px; */
}

.imageCapTable td.credit{
	font-size: 9px;
	color: #CCCCCC;
	padding:0px;
	margin:0px;
	font-style: italic;
	text-align:right;
}
.imageCapTable td.label{
	font-size: 12px;
	padding:4px;
	margin:4px;
	line-height:180%;
	text-align:left;
}

.imageCapTable td.cap{
	font-size: 14px;
	font-style: bold;
	text-align:center;
}

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

.aboutsidebar {
   float: right;
   width: 16em;
   height:700px;
   font-size: 80%;
   padding: 2px;
   margin-left: 52px;
   background-color: #FFFFFF;
   color: #000;
   text-align: center;
   
}

.bulletsimple {
	 list-style-type: none;
	 line-height:170%;
}

.presoBullets{
	list-style: none;
	line-height: 150%;
	margin-bottom: 10px;
	margin-right: 70px;
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;

}

.bsField{
	position:relative;
	top:10px;
	left: 20px;
	padding:10px;
	margin-top:0px;
	padding-top:0px;
	width:600px;
	background-color: #FFFFE6;
	font-size: 12px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

.bsField h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: rgb(6, 135, 9);
	padding:0px;
	margin:10px;

}

#nouns {
	width:150px;
	font-size: 10px;
	/*
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:auto;
	line-height:120%;
}

#nouns h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: rgb(6, 135, 9);
	padding:0px;
	margin:0px;
}

.discountMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	padding:0px;
	margin:0px;

}
.upSellMsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	padding:3px;
	margin:3px;

}

/* TUTORIALS */
.leftactionTutorial{
	display:inline;

}
.rightactionTutorial{
	float:right;

}

.actionlightTutorial{
	padding-top:5px;
	/* padding-bottom:15px; */
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	/*height:22px;*/
	border-bottom-style: dotted;
	border-bottom-color: #9393FF;
	border-top-color: #9393FF;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-width: thin;
}
.tutorialDescription {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	width:80%;
	margin:10px;
	padding:15px;
	line-height:150%;

}

.ulTutorial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:200%;
}

.tutorialTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000066;
}


/*LESSONS */


.navbar{
	margin-left:50px;
	margin-right:50px;
	margin-top:0px;
	padding-top:0px;
	border: 1px solid gray;
	text-align:center;

	
}
.navbarTable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
}


.navbarTable td{
	font-size: 0.8em;
	padding:3px 8px 8px 5px;
	background-image:url(images/center_light_thin.gif);
	background-repeat: repeat-x;
}
.navbarTable tr {
	background-image:url(images/center_light_thin.gif);
}
.navbarTable td.blank {
	background-image:none;
	text-align:right;
	padding-left:30px;
	background-color: #FFFFFF;
}

.navbarTable td.blank A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-decoration: underline;
}

.navbarTable td.blank A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-decoration: underline;
}

.navbarTable td.blank A:hover {
	text-decoration: underline; 
	color: blue;
}

.navbarTable td.alt {
	font-size: 0.8em;
	padding:3px 8px 8px 5px;
	/*background-image:url(../images/green_circ_light.gif);
	background-repeat:no-repeat;
	*/
}
.navbarTable td.first {
	font-size: 0.8em;
	padding:3px 8px 8px 5px;
	/*
	background-image:url(../images/green_circ_light.gif);
	background-repeat:no-repeat;
	*/
}


.navbarTable td.hover {
	font-size: 0.8em;
	padding:3px 8px 8px 5px;
	/*
	background-image:url(../images/green_circ.gif);
	background-repeat:no-repeat;
	*/
}

.navbarcirc{
	float:right;
}


.LessonTable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	padding: 3px;
	margin: 3px;
	padding-bottom: 80px;
}

.LessonTable tr{
	text-align:left;
}
.LessonTable td{
	/*padding: 8px;
	margin: 8px;
	*/
}


.LessonTable table{
	padding: 10px;
	margin: 10px;
	
}




.actionlight{
	padding-top:5px;
	/* padding-bottom:15px; */
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
	/*height:22px;*/
	border-bottom-style: dotted;
	border-bottom-color: #9393FF;
	border-top-color: #9393FF;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-width: thin;
}



/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;	
	line-height:150%;
}


.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
.col2 {
	padding-top:30px;
	padding-right:60px;
	text-align:center;
	
}



/* 2 Column (right menu) settings */
.rightmenu {
 	background-color: #FFFFFF;	
}
.rightmenu .colleft {
	right:25%;
	
}
.rightmenu .col1 {
	width:60%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:28%;			/* right column content width (right column width minus left and right padding) */
	left:31%;
	padding-left:15px;
	
}

.sidebarLinks {
	text-align:left;
	font-size: 12px;
	font-weight: normal;	
	line-height:140%;
}

.sidebarfont a{
	font-size: 12px;
	font-weight: normal;	
	line-height:140%;
		
}

.sidebarad{
	text-align:center;
	font-size: 9pt;
	font-weight: normal;	
	line-height:150%;		
}



#maincontainer{
	width: 100%; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}



#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-right: 350px; /*Set right margin to RightColumnWidth*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;	
	line-height:150%;
}

#rightcolumn{
	float: left;
	width: 350px; /*Width of right column*/
	margin-left: -350px;

}


.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	background-image: url(#A39F9C);
}

.ulBig {
	line-height:150%;
	padding-bottom:30px;
	margin-bottom:30px;
	margin-top:0px;

}

.ulBig li{
	margin-bottom:20px;
}



/*AD DIV */
.uxAd{
	padding-top:20px;
}

.subBox {
	background-color:#333333;
	border-bottom-color: #9393FF;

	border-bottom-width: 2px;
	line-height:120%;
	text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:10px;
	width:100%;
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:10px;

}
.subBox a{
	color:#CCCCCC;
	font-size:12px;
	line-height:180%;
	margin-bottom:5px;
	padding-bottom:5px;

}
.subBox a:visited{
	color:#CCCCCC;
}


.subBoxHead {
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	line-height:130%;
}





.subBar {
	display:inline-block;
	float:left;
	font-size:18px;
	line-height:normal;
	margin-left:5px;
	padding:0 0 5px;
	width:215px;
	text-align:left;
}

.subBarBody{
	text-align:left;
	border-bottom:5px solid #DDDDDD;
}


.twit {
	font-size:12px;
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	color : #003366;
	list-style-image: url(images/twitterSmall.png);
	white-space: nowrap;
	padding-bottom:5px;
}

.twit a{
	vertical-align:top;
	white-space: nowrap;
	
}

#TwitterCounter a{
	white-space: nowrap;
	vertical-align:top;
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	font-size:12px;
	line-height:150%;

}


.rssbullet {
	font-size:12px;
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	color : #003366;
	list-style-image: url(images/rss-big.png);
	white-space: nowrap;
	
}

.rssbullet a{
	vertical-align:top;
}

.emailbullet {
	font-size:12px;
	font-family : "Trebuchet MS", arial, helvetica, sans-serif;
	color : #003366;
	list-style-image: url(images/email.png);
	vertical-align:top;
}

.emailbullet a{
	vertical-align:top;
}


.tweetRight{
	float:right;
	padding:10px;
	padding-left:20px;
}

#tm_box{
	float:right;
	padding:10px;
	padding-left:20px;
}


.articletable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.articletable td{
	/*border:1px solid #999999;*/
	padding:1px;
	margin:1px;
	border-bottom-color: #9393FF;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
}

.articletable th{
	/* background: url(images/th_bg.png) no-repeat left top; */
	/* background:#8080FF; */
	background-color: #000000;
	color:#FFFFFF;

}

.nobeakdiv{
	display: inline;
	color: #FF0000;	
}

.buybtn {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#FF0000;
	 border-color: #c63 #930 #930 #c63;
	padding:3px;
	font-weight: bold;	
}

.buybtnhov { 
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#FF0000;
	border-color: #FFFFFF;
	padding:3px;
	font-weight: bold;	
}


/* ADMIN CALENDAR */
.calendar{
	border-style: dashed;
	border-color: #999999;
	border-width: 1px;
	margin-top:17px;
	padding:8px;
	background-color: #D2D2FF;
	width: 650px;
}
.calendarbt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.calendarToday { 
	background-color: #FFFFFF;
} 
.calendarHeader { 
	font-weight: bold;
	color: #000000; 
} 


.sidehead{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: rgb(6, 135, 9);
	padding:0;
	margin:5px 5px 0px 0px;
}

.related {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
	margin:7px;

}
.jeffBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	margin-top:5px;
}

.jeffBarpic {
	float: left; 
	padding: 3px 8px 10px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

