body
{
	font-family: Tahoma;
	font-size: 12px;
	min-width:960px;
	line-height: 1.2;
	
	scrollbar-3d-light-color: #97AACF;
	scrollbar-arrow-color: #003366;
	scrollbar-base-color: #97AACF;
	scrollbar-dark-shadow-color: #97AACF;
	scrollbar-face-color: #97AACF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #97AACF;
	
	background-color: #666;
}

a
{
	color: #36d;
	text-decoration: none;
}

/* Outermost Container */
div#cont1
{
	margin:0 auto;
	position: relative;
	width: 950px;
}





/* Top Shadow */
div#ts
{
	height: 25px;
	background: url("/images/layout/ts.png") top left no-repeat;
}

/* Container between top and bottom shadows */
div#cont2
{
	padding: 0px 30px;
	background: url("/images/layout/ct.png") top left repeat-y;
}




div#head
{
	position: relative;
	
	
}

div#logo {}

div#headlinks
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 11px;
}


div#tndiv
{
	position: relative;
	/* 35px total height */
	height: 33px;
	margin-top: 5px;
	background: url("/images/layout/tntile.png") top left repeat-x;
	border: 1px solid #9b9b9b;
	border-width: 1px 0px;
}

div.tnc
{
	position: absolute;
	height: 35px;
	width: 3px;
	top: -1px;
}

div.tncl { left: -3px; background: url("/images/layout/tnlc.png") top left no-repeat;}
div.tncr { right: -3px; background: url("/images/layout/tnrc.png") top left no-repeat;}

ul#tnul
{
	float: left;
	height: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#tnul li
{
	height: 100%;
	float: left;
	overflow: hidden;
	font-size: 12px;
	border-left: 1px solid #fff;
	border-right: 1px solid #666;
}

ul#tnul li.f { border-left: 0px; }

ul#tnul li a {
	display: block;
	padding: 10px 7px;
	
	font-weight: bold;
	text-transform: uppercase;
	/* letter-spacing: 0px; */
	text-decoration: none;
	color: #ff7a38;
	
	
}

ul#tnul li a:hover { color: #5d4c94; }



div#tnf
{
	float: right;
	padding: 5px 5px 0px 0px;
	
}

#tn
{
	padding-top: 4px;
}

#tn form
{
	margin-right: 5px;
}

div#tnf form { padding-right: 5px; }

input.submit1
{
	padding: 2px 3px 4px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #0f4490;
	background: url("/images/layout/tntileblue.png") top left repeat-x;
	border: 1px solid #adb1e4;
}



div#cont3 {
	padding: 10px 0px;
}


/* //////////////////// */
/* // Footer Related // */
/* //////////////////// */

div#foot
{
	background-color: #ccc;
	border: 1px solid #999;
}

/* Footer top */
div#ft
{
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid #999;
}

div#ft form {
	width: 90%; /* Keeps IE7 from stretching containing div vertically -- no other purpose */
}

/* Footer Links */
div#fl
{
	padding: 10px 0px;
}

/* Footer Link Box */
div#fl div.flb
{
	/* Total width + padding cannot add up to more than 33% */
	/* Declarations like "padding: y% x%;" apply y% to the top AND bottom, and x% to the left AND right */
	
	float: left;
	width: 27%;
	
	padding: 0% 3%;
	
	font-size: 11px;
	
}

/* Footer Link Box Title */
div#fl div.flb div.title
{
	padding-bottom: 5px;
	font-weight: bold;
}

div#fl div.flb a
{
	float: left;
	width: 50%;
}

div#fl div.flb span
{
	float: left;
	width: 50%;
}

/* //////////////////////// */
/* // End Footer Related // */
/* //////////////////////// */






/* Bottom Shadow */
div#bs
{
	height: 25px;
	background: url("/images/layout/bs.png") top left no-repeat;
}





/* Filter Box */
div.filbox
{
	padding: 1px;	
}


/* Content Box */
div.cbox
{
	clear: both;
	padding: 8px;
	border: 1px dotted #999;
	border-width: 1px 0px 0px 1px;
}



/*//////////////*/
/* category box */
/*//////////////*/
div.cbox2
{
	clear: both;
	padding: 8px;
	border: 1px dotted #999;
	border-width: 1px 0px 0px 1px;
	background-color: #6B57A1;
}

div.cbox2title
{
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 15px;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #F96;
}

div.cbox2list
{
	padding-left: 5px;
}

div.cbox2list div.title
{
	padding-left: 0px;
	font-weight: bold;
}

div.cbox2list div
{
	padding-top: 4px;
	padding-left: 5px;
}

div.cbox2list div a, div.cbox2list div a:visited
{
	color: #FFF;
}

div.cbox2list div span
{
	padding-right: 4px;
	font-weight: bold;
	color: #F96;
}
/*//////////////*/
/* end category box */
/*//////////////*/

div.adbox1
{
	clear: both;
	padding: 8px;
	border: 1px dotted #999;
	border-width: 0px 0px 0px 1px;
} 

/* Ad Box */
div.adbox
{
	padding: 10px;
	font-size: 12px;
	word-spacing: 1px;
}

div.adbox2
{
	padding: 2px;
}

/* Right Side Login Box */
div.rlogin
{
	padding: 10px;
	background-color: #ffffe5;
	border: 1px solid #efe08b;
}

div.rlogin input { margin: 5px 0px; }

div.rlogin form { margin: 0px; padding: 0px; }

/* Section Title */
div.stitle
{
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 15px;
	letter-spacing: 1px;
	word-spacing: 2px;
	/* letter-spacing: 1px; */
}

div.stitle2
{
	font-size: 14px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

/* /////////////// */
/* // Video Box // */
/* /////////////// */

div.vbox
{
	clear: both;
	position: relative;
	padding: 0px 0px 10px 0px;
	color: #555;
}

div.vbox div.item
{
	width: 21%;
	padding: 0px 2%;
	float: left;
	font-size: 11px;
	height: 180px;
	/*letter-spacing: 2px; */
}

div.vbox div.item img
{
	display: block;
	position: relative;
	border: 1px solid #999;
}

div.vbox div.item a
{
	display: block;
	padding: 2px 0px;
	text-decoration: none;
}

a.viewall
{
	float: right;
	margin-top: 10px;
	text-decoration: none;
	text-align: right;
	/* letter-spacing: 1px; */
	font-size: 14px;
}

/* /////////////////// */
/* // End Video Box // */
/* /////////////////// */

/* //////////////////////// */
/* // Filtered Printable // */
/* //////////////////////// */

div.vfbox
{
	clear: both;
	position: relative;
	padding: 0px 0px 10px 0px;
	color: #555;
}

div.vfbox div.item
{
	width: 21%;
	padding: 0px 2%;
	float: left;
	font-size: 11px;
	height: 180px;
	/*letter-spacing: 2px; */
}

div.vfbox div.item img
{
	position: relative;
	float: left;
	width: 21px;
	hieght: 16px;
	margin: 0px 0px 0px px;
	border-width: 0px;

}

div.vfbox div.item a
{
	display: block;
	padding: 2px 0px;
	text-decoration: none;
}

a.viewall
{
	float: right;
	margin-top: 10px;
	text-decoration: none;
	text-align: right;
	/* letter-spacing: 1px; */
	font-size: 14px;
}

/* //////////////////////// */
/* // Filtered Printable // */
/* //////////////////////// */

/* ///////////////////////////// */
/* // Featured Printables Box // */
/* ///////////////////////////// */

div.fbox
{
	position: relative;
	padding: 0px 0px 10px 0px;
	color: #999;
}

div.fbox div.item
{
	float: left;
	width: 21%;
	padding: 0px 2%;
	font-size: 11px;
	color: #999;
	/* letter-spacing: 2px; */
}


div.fbox div.item img
{
	float: left;
	width: 16px;
	margin: 0px 0px 0px px;
	border-width: 0px;
	
}

div.fbox div.item a
{
	display: block;
	padding: 2px 0px;
}

/* ////////////////////// */
/* // End Featured Box // */
/* ////////////////////// */



/* /////////////////////////////////////// */
/* // Top Rated / Most Recent Box types // */
/* /////////////////////////////////////// */

div.tbox
{
	margin-bottom: 10px;
	font-size: 12px;
	/* letter-spacing: 1px; */
}

div.tbox img
{
	float: left;
	margin-right: 5px;
	border: 1px solid #999;
}

/* /////////////////////////////////////////// */
/* // End Top Rated / Most Recent Box types // */
/* /////////////////////////////////////////// */



/* /////////////////////// */
/* // Latest Videos Box // */
/* /////////////////////// */

div.lvbox
{
	clear: both;
	margin-bottom: 5px;
	font-size: 11px;
}

div.lvbox img
{
	float: left;
	width: 80px;
	margin: 0px 5px 5px 0px;
	border: 1px solid #999;
}

div.lvbox a
{
}


/* /////////////////////////// */
/* // End Latest Videos Box // */
/* /////////////////////////// */



/* ///////////////////////////// */
/* // Printables Purchase Box // */
/* ///////////////////////////// */

div.pbox
{
	margin: 20px 0px 0px 0px;
	padding: 5px;
	
	background-color: #ffffe5;
	border: 1px solid #efe08b;
}

div.pbox div.item
{
	float: left;
	width: 18%;
	margin-bottom: 0px;
	padding: 0px 1%;
	text-align: center;
	
}


div.pbox div.item input
{
	
	
}

div.pbox div.item img
{
	border: 1px solid #999;
	
}


/* ///////////////////////////////// */
/* // End Printables Purchase Box // */
/* ///////////////////////////////// */

/* /////////////////////////////////////////////// */
/* // Printables Purchase Box (PRINTABLES ONLY) // */
/* /////////////////////////////////////////////// */

div.ppbox
{
	margin: 0px 0px 0px 110px;
	padding: 5px;
	width: 400px;	
	background-color: #ffffe5;
	border: 1px solid #efe08b;
}

div.ppbox div.item
{
	float: left;
	display: relative;
	width: 18%;
	margin-bottom: 0px;
	padding: 0px 1%;
	text-align: center;
	
}


div.ppbox div.item input
{
	
	
}

div.ppbox div.item img
{
	border: 1px solid #999;
	
}


/* //////////////////////////////////////////////////// */
/* // End Printables Purchase Box (PRINTABLES ONLY) // */
/* ////////////////////////////////////////////////// */


/* ///////////////// */
/* // Comment Box // */
/* ///////////////// */

div.commentbox
{
	
	
}

div.commentbox div.item
{
	clear: both;
	
}

div.commentbox div.item img
{
	float: left;
	width: 80px;
	margin-right: 5px;
	margin-bottom: 15px;	
}

div.commentbox div.item div
{
	padding: 3px 0px;
	
}


/* ///////////////////// */
/* // End Comment Box // */
/* ///////////////////// */


/* /////////////////// */
/* // Bullet List 1 // */
/* /////////////////// */

div.blist1
{
	padding-left: 5px;
}

div.blist1 div.title
{
	padding-left: 0px;
	font-weight: bold;
}

div.blist1 div
{
	padding-top: 4px;
	padding-left: 5px;
}

div.blist1 div span
{
	padding-right: 4px;
	font-weight: bold;
	color: #c39;
}



/* /////////////////////// */
/* // End Bullet List 1 // */
/* /////////////////////// */





/* /////////////////// */
/* // Table Style 1 // */
/* /////////////////// */

table.style1
{
	margin: 5px;
}

table.style1 th
{
	padding: 2px 4px;
	font-weight: bold;
	text-align: right;
}

table.style1 td
{
	padding: 2px 4px;
	
}


/* /////////////////////// */
/* // End Table Style 1 // */
/* /////////////////////// */



/* General Use */

div.w25 { width: 24%; }
div.w33 { width: 33%; }
div.w50 { width: 49%; }
div.w66 { width: 66%; }
div.w75 { width: 75%; }

.fleft { position: relative; float: left; }
.fright { position: relative; float: right; }

.clear { clear: both; }
span.clear { display: block; }


.b { font-weight: bold; }

.ls1 { letter-spacing: 1px; }
.ls2 { letter-spacing: 2px; }
.ls3 { letter-spacing: 3px; }

.ws1 { word-spacing: 1px; }
.ws2 { word-spacing: 2px; }
.ws3 { word-spacing: 3px; }

.col1 { color: #f30; }
.col2 { color: #c39; }
.col3 { color: #33f; }
.col4 { color: #063; }
.col5 { color: #306; }
.col6 { color: #7f9517; }
.col7 { color: #00cc00; }
.col8 { color: #6600cc; }

.p5 { padding: 5px; }
.p10 { padding: 10px; }

.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }

.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }

.m5 { margin: 5px; }
.m10 { margin: 10px; }

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }



.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }


.bg1 { background-color: #f00; }


.inline { display: inline; }


/* clipshare styles (may have been changed) */
.signupstatement 
{
	margin-left: -20px;
	list-style-position: outside;
}

#upload-container
{
	width: 80%;
	margin: 0 auto;
}

.fullwidth
{
	width: 100%;
}

.fttitle
{
font-size: 12px;
font-weight: bold;
	
}

.filterbar
{
	background-color: #e9e9e9;
	border: 1px solid #9b9b9b;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 5px;	
}

.textl   {
	font-size: 12px;
	font-family: Verdana;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.titlel   { color: #f60; font-size: 20px; font-family: Helvetica; line-height: 25px }
.stylel1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
}
a.lwhite:link {
		color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}
a.lwhite:visited {
		color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}
a.lwhite:hover {
		color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
	text-decoration: underline;
}
.textl2   { font-size: 12px; font-family: Verdana; line-height: 18px; text-decoration: underline }
.stylel6 {color: #CC0000}
.stylel7 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 24px;
}
a.lesson:link {
	color: #990000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}
a.lesson:visited {
	color: #990000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
}
a.lesson:hover {
	color: #990000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
	text-decoration: underline;
}

