/* TUTORIAL QUEST CSS */

div.content_title {
	background:#eee;
	padding:2px;
	margin:5px 0px 5px 0px;
}
/* ------------------------------------- */
/* ------------ NAVIGATION ------------- */
/* ------------------------------------- */
.cat_select option
{
	background-color:#FFF;
}
.cat_select optgroup
{
	font-family:  Arial,Verdana, sans-serif;
	font-style:normal;
	text-decoration:none;
	color:#333;
	background-color:#eee;
}

#content.resources p {
	font-size:11px;
	padding:0px 5px 0px 5px;
}
span {
	font-size:11px;
}

div.category_menu{
	float:left;
  	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
div.category_menu ul {
	display: block;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;	
			
}

div.category_menu ul li { display: inline;
}

.nav_icon {
	float:left;
	padding:5px;
	top:0px;
	position: static;
	}


div.category_menu ul li a {
	display: block;
	height:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 10px 8px 28px;
	border: none;
	color: #666666;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	border-top:1px solid #fff;
	border-bottom:1px solid #CCC;
	cursor: pointer;
	margin:0px 1px 0px 1px;
}
div.category_menu ul li a.white {
	backgroun: #fff;
	/*background: #fff url('images/pane_bg.gif') repeat-y;
	background-position: top right;*/
	/*background: #fff url('images/nav_reg_white.jpg');*/
}
div.category_menu ul li a.grey {
	background: #f5f5f5;
	/*background: #fff url('images/nav_reg_grey.jpg');*/
}
div.category_menu ul li a.currentpage {
	background: #699bb4;
	/*background: #fff url('images/nav_down.jpg');*/
	color: #FFFFFF;
	font-weight:bold;
}
div.category_menu ul li a:visited {

}
div.category_menu ul li a.white:hover {
	/*background: #fff url('images/nav_over_white.jpg');*/
	color: #111;
	text-decoration: none;
}
div.category_menu ul li a.grey:hover {
	/*background: #fff url('images/nav_over_grey.jpg');*/
	color: #111;
	text-decoration: none;
}

div.category_menu ul li a:active {

}

/* --------------------------------------- */
/* ------TUTORIAL / RESOURCE ------------- */
/* --------------------------------------- */

table.resources {
	border-collapse: collapse;
	border-spacing: 0px; 
	padding:0px;
	margin-left:5px;
	font-size:11px;
}
table.resources td {
	padding:2px;
	padding-left:5px;
}
.search-items {
	float:left;
	padding-top:2px;
}
.search-link a {
	padding:5px 15px 0px 5px;
	color: #3366CC;
	font-weight:bold;
	font-size: 12px;
}

#searchBar {
	width:955px;
	padding:5px 5px 0px 5px;
	font-family: Verdana, Arial, sans-serif;
	color:#999;
	font-size:11px;
}

#page_bar {
	width:100%;
	padding-top:3px;
	text-align:center;
	padding-bottom:5px;
	font-family: Verdana, Arial, sans-serif;
	text-indent:3px;
	color:#999;
	font-size:11px;
	
	font-weight:bold;
}
#page_bar{
	color: #3366CC;
}
#page_bar a:hover {
	color:#000;
}
#page_bar a.currentpage  {
	color: #999;
	border:1px solid #999;
	padding:2px 4px 2px 4px;
	margin:0px 4px 0px 4px;
	
}
div.separatordots2{
	clear:both;
	border-top: 1px solid #DDD;
	padding:0px;
	margin:0px;
}
div.tut_item_white {
	width:100%;
	padding:5px 0px 1px 0px;
	font-family: Verdana, Arial, sans-serif;

}
div.tut_item_grey {
	width:100%;
	padding:5px 0px 1px 0px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #f6f6f6;
}

div.thumb_style {
	float:left;
	border: 1px dashed #AAA;
	padding: 1px;
	margin:3px 10px 5px 10px;

}

img.thumb_border {
	border: 1px solid #666;
}
div.tut_info {
	width:370px;
	float:left;
	padding:0px;
	padding-bottom:5px;
}
p.tut_details {
	margin:0px;
	padding:0px;
	color: #333;
	font-size:11px;
}
div.rating {
	text-align:center;
	background: #fff url("images/Layout/tut_rating_top.gif") no-repeat;
	float:left;
	width:58px;
	height:38px;
	padding:0px;
	margin:0px;
}
div.rating p {
	margin:10px;
}
span.rating {
	font-size: 15px;
	font-weight:bold;
	color:#999;
}
.rating_btn {
	background: #fff url("images/tut_rating_btn.gif") no-repeat;
	height:22px;
	width:58px;
	
	border:0px;
	font-size:11px;
	font-weight:bold;
	color:#3366CC;
	margin:2px 0px 0px 0px;
}
.rating_btn:hover {
	color:#333;
	background: #ccc url("images/tut_rating_btn_over.gif") no-repeat;
}
span.tut_desc {
	color: #666;
	font-size:10px;
}
span.tut_stat {
	color: #666;
	font-size:11px;
	
}
span.tut_stat1 {
	color: #df6535;
	font-size:11px;
}
span.tut_stat2 {
	color: #63ad00;
	font-size:11px;
}
span.tut_stat_side {
	color: #63ad00;
	font-size:11px;
}
a.tut_link {
	padding:0px;
	font-size: 11px;
	color: #3366CC;
	font-weight:bold;
}
a.tut_link hover {
	font-size: 11px;
	color: #67AD00;
	font-weight:bold;
}
/****************************************
// SIDE PANES
*****************************************/
div.leftPane {
	padding-top:5px;
	
}
div.leftPane h1 {
	text-indent:3px;
	color:#333;
	font-size:11px;
	padding-top:9px;
	font-weight:bold;
}
div.rightPane {
	padding-top:5px;
}
div.rightPane h1 {
	text-indent:3px;
	color:#333;
	font-size:11px;
	padding-top:9px;
	font-weight:bold;
}
div.pane_header {
	text-indent:0px;
	width:100%;
	height:31px;
	margin:0px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-top:0px;
	background: #d4ebf7;
}


/* -- Style for content in panes -- */

div.paneContent p{
	padding-top:5px;
	font-size:11px;
	
}
p.sideContent {
	color:#666666;
	font-size:11px;
	padding:3px 5px 0px 5px;
}
/* ------------------------------------- */
/* ------------ SUBNAVIGATION ------------- */
/* ------------------------------------- */
#subcategory_menu{
	float:left;
  	width:97%;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	border: 1px solid #aaa;
}
#subcategory_menu ul {
	display: block;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;	
			
}

#subcategory_menu ul li { display: inline;
}
#subcategory_menu ul li a {
	display: block;
	height:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 1.2em;*/
	padding: 5px 10px 7px 10px;
	border: none;
	color: #666666;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	border-top:1px solid #fff;
	border-bottom:1px solid #748697;
	cursor: pointer;
	margin:0px;
}
#subcategory_menu ul li a.white {
	background: #d4ebf7;
	/*background: #fff url('images/subnav_reg.gif');*/
}
#subcategory_menu ul li a.grey {
	background: #d4ebf7;
	/*background: #fff url('images/subnav_reg.gif');*/
}
#subcategory_menu ul li a.currentpage {
	background: #FFF;
	/*background: #fff url('images/subnav_over.gif');*/
	color: #000;
}
#subcategory_menu ul li a.white:hover {
	background: #FFF;
	/*background: #fff url('images/subnav_over.gif');*/
	color: #111;
	text-decoration: none;
}
#subcategory_menu ul li a.grey:hover {
	background: #FFF;
	/*background: #fff url('images/subnav_over.gif');*/
	color: #111;
	text-decoration: none;
}

#subcategory_menu ul li a:active {

}


/* ------------------------------------- */
/* ------------- PANES ----------------- */
/* ------------------------------------- */


#leftColumn{
	float:left;
	margin: 0px 0px 0px 5px;
	width: 200px;
	height:100%;
}
#rightColumn{
	float:right;
	margin: 0px 5px 0px 0px;
	width: 250px;
}


table.sideContent {
	color:#666666;
	font-size:11px;
	margin-bottom:10px;
}
div.school_nav {
	border: 1px solid #666;
	padding: 1px;
	margin:2px;
}

div.float{ display: inline; }
/*---------------------------
   Main Content
-----------------------------*/
#content{
	margin:0px;
	padding:0px;
	clear:both;
}
#content a, div.paneContent a, div.fineprint a {
	font-family: Verdana, Arial, sans-serif;
	color: #67AD00;
	text-decoration:none;
}
#content a:hover, div.paneContent a:hover, div.fineprint a:hover {
	color: #3366CC;
}
#centerColumn{
	float:left;
	width: 495px;
	margin: 3px 2px 10px 2px;
	
}


#inside_content {
	background-color:#FFFFFF;
	padding:5px 0px 0px 0px; 
	margin:0px; 
	border:1px solid #666;
}
/* ------------------------------------- */
/* ------------ PORTFOLIO -------------- */
/* ------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0px; 
	padding:0px;
	margin-left:5px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	margin-top:0px;
}

table.myTable {
	border-collapse: collapse;
	border-spacing: 0px; 
	padding:0px;
	margin-left:5px;
	border: 1px solid #ddd;
}

table.myTable tr {
	border:1px solid #ddd;
}
table tr.tblHeader {
	border:1px solid #aaa;
	background-color: #d4ebf7;
	color:#3366CC;
	font-size:13px;
	font-weight:bold;
	border-bottom: 2px solid #aaa;
}

table tr.gray {
	background-color: #f6f6f6;
	}
table.myTable td {
	padding:5px;
}


#item_left {
	float:left;
	display:block;
	padding-bottom:5px;
}
#item_right{
	float:right;
	display:block;
	padding-bottom:5px;
}

img.screen_style {
	border: 1px solid #999999;
	padding: 4px 4px 4px 4px;
	margin:2px;
	margin-bottom:3px;
}
img.thumb_style {
	border: 1px solid #666;
	padding: 1px;
	margin:2px;
	margin-bottom:3px;
}


/* ------------------------------------- */
/* ------------ GLOBAL USE ------------- */
/* ------------------------------------- */
div.separatordots{
	clear:both;
	border-top: 1px solid #DDD;
	margin: 5px 2px 5px 2px;
}
div.separator_pane{
	clear:both;
	border-top: 1px solid #DDD;
	margin: 2px;
}

/* -- Pane divider (bottom & top) -- */
div.paneDivider {
	clear: both;
	background-repeat:no-repeat;
	background-color:#CCCBA9;
	font-size:5px;
	height:4px;
	margin: 0px;
	padding:0px 0px 1px 0px;
}

div.bulletwrapper {
	clear: both;
}
/* ----------------------------
 	Image positioning.
-----------------------------*/
div.imgleft {
	float: left;
	margin:0px 5px 5px 0px;
}
div.bullet {
	float: left;
	padding-top:2px;
	margin:2px 4px 4px 2px;
}
div.imgright {
	float: right;
	margin:0px 0px 5px 5px;
}


/* ------------------------------------- */
/* ------------ FONTS ------------------ */
/* ------------------------------------- */
p, h1, h2, h3, li, #bulletwrapper, span {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	margin-top:0px;
}

p {
	margin-left:5px;
	margin-bottom:1em;
}
td.softcolor {
	color:#666;
}
h1, h2 {
	color:#333;
	font-size:12px;
	margin-top:.1em;
	margin-left: 5px;
	margin-bottom: .1em;
}
h2 {
    color:#000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left:5px;
}

h3 {
	font-weight: normal;
}

li {
	margin-left:1px;
	padding:0px;
	text-indent:0px;
}

ul {
	margin-top: 0px;
}
p.title {
	padding-top:4px;
	padding-bottom:4px;
	color: #3366CC;
	margin-bottom:0px;
}

/* ------------------------------------- */
/* ------------ FORM STYLING ----------- */
/* ------------------------------------- */



input, textarea, select {
	font-family: Verdana,Arial, sans-serif;
	font-size: 13px;
	padding:1px 2px 1px 2px;
	margin:2px;
}
select {
	padding:0px;
}

/*input, textarea, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #AAA;
	padding: 2px;
	background-color: #ffffa0;
}
select {
	padding:0px;
}*/


/* FORM ERROR STYLE */
#errorbox {
	padding: 10px;
	background-color: #f3f3f3;
	border: 2px solid #ec9393;
}
#errorbox h1 {
	color: #cc0000;
}

#successbox {
	padding: 10px;
	background-color: #E8FAE1;
	border: 1px solid #006633;
}
/*----------------------- MSG SCREEN ---------------------------*/
.message-screen
{
	background:url('images/message_screen.jpg'); 
	background-repeat:no-repeat; 
	width:500px; 
	height:312px; 
	margin:auto; 

}
.message-table
{
	position:relative; 
	left:120px;
	top:115px; 
	font-family:Arial; 
	font-size:12px; 
	color:#666666; 
}
.message-table input {
	font-size:12px; 
	border:solid 1px #64768a;
	width:180px; 
	padding:3px;
	color:#003a75;
}	
.message-error
{
	position:relative;
	left:85px;
	top:80px; 
	width:330px; 
	height:15px; 
	padding:5px;
	padding-bottom:8px; 
	background:#fbf6c0;
	border:solid 1px #850000; 
	color:#850000; 

}
.message-text
{ 
	position:relative; 
	left:140px; 
	top:145px; 
	width: 320px; 
	height:38px; 
	font-size:16px; 
	font-family:Arial; 
	color:#666666; 
}
.login-button
{
	position:relative;
	left:100px; 
	top:125px;
}
/*  ----------------  TQ BUTTON    --------  */
.tq-button, .login-button
{
	
	background:url('images/Layout/slim_button.png') no-repeat;
	width:66px;
	height:25px;
	padding-bottom:5px; 
	border:0; 
	font-size:11px; 
	color:#FFFFFF;
	font-weight:bold;
}



