/*--------------------------------------------------------
	Body
---------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	
	background: #EFF0EC url(../images/bg-page-home.jpg) repeat-y top center;
}

#container
{
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: 900px;
	
	text-align: left;
	background: #FFF url(../images/bg_container.gif) no-repeat;
	background-position: center 18px;
}

/* zero out element margins */
h1, h2, h3, h4, ul, form { margin: 0; }

/* default header sizes */
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

.header_join {
	color: #333;
	background-color:#CCCC99;
	font-weight: bold;
	font-size: .9em;
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #333;
}

/*--------------------------------------------
	Link Defaults
---------------------------------------------*/
a { color: #0000CC; }
a:visited { color: #660033; }
a:hover, a:active { color: #006600; }

a.box:link, a.box:visited {
	display: inline-block;
	font-size: .8em;
	background-color: #F6F3F0;
	color: #6699CC;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	border: 1px solid #A25F19;
}

a.box:hover {
	background-color: #FFF;
}

/*--------------------------------------------
	Header
---------------------------------------------*/
#header h1 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#header img {margin-bottom: 5px;}

.login form {float: right; text-align: right; width: 280px; }

.login .heading {font-size: 0.7em; * font-size: .8em; letter-spacing: 0.1em; color: #333; font-weight: bold; padding-bottom: 2px;}

.login .heading a {text-decoration: none; font-weight: bold;}

.login .register {font-size: 11px; color: #333; text-align: right; padding-top:2px;}

.login input {border: 1px solid #6699CC;}

/*--------------------------------------------
	Menu
---------------------------------------------*/
#menu ul
{
	margin: 0 0 0 0px;
	* margin: 0;
	
	padding: 0px;
	
	min-height: 26px;	/* so ul with have a background, but it goes off to the left anyway, so we put the background stuff in the div */

	font-size: 12px;
}

#menu ul.rightmenu
{
	float: right;
	width: 260px;
	padding-left: 40px;
	background-color: #6699FF;
	background-image: url(/images/bg_rightmenu.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
#sublinks {
	height: 22px;
	margin-left: 22px;
}
#redbar {
	background-image: url(../images/redbar.jpg);
	height: 25px;
	width: 900px;
}
#redbarText {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 10px;
}
#redbarText a {
	color: #FFFFFF;
}
#navButtons {
	margin-left:20px;
}

#subTools {
	margin-left: 90px;
}

#subTutorials {
	background-image: url(../images/roundTri.gif);
	margin-bottom: -25px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sublinks div{
display:none;
margin-top:5px;
/*font-weight:bold;*/
}

#menu ul.rightmenu li
{
	float: left;
	margin: 0 10px 0 0;
	padding: 11px 4px 8px 4px;
	list-style-type: none;
	
	color: #000099;
}

#menu ul.rightmenu li a:link, #menu ul.rightmenu li a:visited 
{
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

#menu ul.rightmenu li a:hover, #menu ul.rightmenu li a.selected
{
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}


#menu ul.leftmenu
{
	width: 572px;
	padding-left: 18px;
	/*background-color: #006699;*/
	background-image: url(/images/bg_leftmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul.leftmenu li
{
	float: left;
	margin: 0 10px 0 0;
	padding: 11px 3px 8px 3px;
	* padding: 11px 2px 8px 2px;
	
	list-style-type: none;
	
	color: #FFFFFF;
}

#menu ul.leftmenu li a:link, #menu ul.leftmenu li a:visited
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#menu ul.leftmenu li a:hover, #menu ul.leftmenu li a.selected
{
	color: #EEE;
	text-decoration: underline;
	font-weight: bold;
}




/*--------------------------------------------
	Searchbar
---------------------------------------------*/
#searchbar
{
	height: 75px;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	background-position: left top;
	background-color: #006699;
	background-image: url(/images/bg_searchbar.jpg);
	background-repeat: no-repeat;
}

#searchbar a {
	float: right;
	color: #FFF;
	text-decoration: none;
	margin: 10px 15px 0px 0px;
}

#searchbox
{
	width: 280px;
}

#searchform
{
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
}

#searchform input, #searchform select 
{
	margin: 2px;
	padding: 2px;
	border: 1px;
	font-size: 140%;
	z-index: -1;
}

#searchform .go {
	border: 2px solid #FFFFFF;
	height: 23px;
	min-height: 23px;
	width: 33px;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	padding: 1px 4px 3px 4px;
	cursor: pointer;
	background-color: #AFD2E7;
}


.largetext { font-size: 200%; }


/* autocomplete */
div.search_autocomplete, div.autocomplete
{
	position: absolute;	
    background-color: #F0E2CF;
	color: #333;
    border: 2px solid #EEE;
    margin: 0px;
    padding: 0px;
}
div.search_autocomplete ul, div.autocomplete ul  {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
div.search_autocomplete ul li.selected, div.autocomplete ul li.selected { background-color: #E5C79F; }
div.search_autocomplete ul li, div.autocomplete ul li {
  list-style-type: none;
  display:block;
  margin:0;
  padding:2px;
}
div.autocomplete ul li { margin: -10px -10px 10px 30px; }
span.informal{
    font-style:italic;
}

/*--------------------------------------------
	Main Section
---------------------------------------------*/
#main
{
	padding: 10px 0 0 0;	
}

/* pagination */
div.pagination {
	padding: 3px;
	margin: 3px;
	font-size: 10px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #A25F19;
	
	text-decoration: none; /* no underline */
	color: #A25F19;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #006699;
	background-color: #FFF;
	color: #006699;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #006699;
		
		font-weight: bold;
		background-color: #006699;
		color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}

/* messagebox */
#messagebox
{
	margin: 0 0 10px 0;	
	border: 1px solid #333;
	background: #F5F5F5;
}

#messagebox p
{
	padding: 8px;
	font-size: 14px;
}

#loading
{
	float: right;
	width: 30px;
	height: 30px;
	background: url(/images/loading.gif) no-repeat center center;
}
/* end loading */

/* Star Rating */
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 20px;
		position: relative;
		background: url("/images/stars20avg.gif") top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:20px;
		height: 20px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url("/images/stars20avg.gif") left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:20px;
	}
	.star-rating a.two-stars{
		left:20px;
	}
	.star-rating a.two-stars:hover{
		width: 40px;
	}
	.star-rating a.three-stars{
		left: 40px;
	}
	.star-rating a.three-stars:hover{
		width: 60px;
	}
	.star-rating a.four-stars{
		left: 60px;
	}	
	.star-rating a.four-stars:hover{
		width: 80px;
	}
	.star-rating a.five-stars{
		left: 80px;
	}
	.star-rating a.five-stars:hover{
		width: 100px;
	}
	.star-rating li.current-rating{			
		* margin-left: -50px;
		background: url("/images/stars20avg.gif") left center;
		position: absolute;
		height: 20px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}	
	.star-rating li.your-rating{
		* margin-left: -50px;
		background: url("/images/stars20mine.gif") left center;
		position: absolute;
		height: 20px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}			
/* End Star Rating */

#nav{
	font-size: 11px;
	margin-bottom: 10px;
}
#top {
	height: 125px;
	background-repeat: no-repeat;
}
#top_navbar {
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
#loginLabels {
	font-size: 10px;
	letter-spacing: 0.3em;
	font-weight: bold;
	margin-left:253px;
}
#loginDiv {
	margin-bottom: 20px;
	margin-left:253px;
}
#loginDiv input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#loggedIn {
	text-align: right;
	margin-bottom: 15px;
	margin-right: 10px;
}


#topleft_panel
{
	float: left;
	width: 280px;
	margin: 0 10px 0 0;
	clear: left;
}
#topright_panel
{
	float: right;
	width: 550px;
	margin: 0;
}
#divSearch {
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	vertical-align: middle;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #005900;
}
#divSearch #zoom_query {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #009900;
	color: #006600;
}
#tutorialContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
#tutorialContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#byline{
	font-size: 11px;
	margin-bottom: 10px;
	margin-top:5px;
}
#pageNum{
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pageNav{
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*--------------------------------------------
	Left Panel
---------------------------------------------*/
#left_panel
{
	float: left;
	width: 170px;
	margin: 0 10px 0 0;
	clear: left;
}

#left_panel h3 {
	background-color: #006699;
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
	
	padding: 4px 4px 6px 4px;
	margin: 0px;
}

#left_panel ul { margin: 0 0 2em 0; }
#left_panel ul li 
{
	margin: 0 0 8px -40px; 
	* margin: 0 0 8px 0; 
		
	list-style-type: none;
	
	border-bottom: 1px solid #C49C6F;
}

#left_panel ul li a, span.category
{
	display: block;
	padding: 5px;

	border: 1px solid #C49C6F;
	background: #F0E2CF;
	
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#left_panel ul li a.category, span.category
{
	float: left;
	width: 127px;
}

#left_panel ul li a.category:hover {
	width: 126px;
	margin-right: 1px;
}

#left_panel ul li a.expand
{
	float: left;
	margin: 0 0 0 -1px;	
	width: 20px;
	text-align: center;
}

#left_panel ul.subitems
{
	margin: 0;
}

#left_panel ul.subitems li
{
	margin-bottom: 0;
	font-size: .8em;	
}

#left_panel ul.subitems li a
{
	border-top: 0;
	border-bottom: 0;
	
	background: #FFF;
}

#left_panel ul li a:hover
{
	border-color: #006699;
	color: #000;
}

#left_panel ul.subitems li a:hover {
	background-color: #F7F7F7;
}

#left_panel .search_output {
	margin-bottom: 2em;
	border: 1px solid #006699;
}

#left_panel p {
	padding: 5px 5px 10px 5px;
}

#left_panel form {
	padding: 5px;
}

#left_panel input {
	font-size: 1em;
	padding: 2px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #333;
}

#left_panel .go {
	border: 2px solid #A25F19;
	background: #C49C6F;
	height: 21px;
	width: 31px;
	
	font-size: 12px;

	color: #FFF;
	font-weight: bold;
	padding: 0px 2px 3px 2px;
	
	cursor: pointer;
}

/*--------------------------------------------
	Left2 Panel (takes up first two columns)
---------------------------------------------*/
#left2_panel
{
	float: left;
	width: 580px;
	margin: 0 10px 0 0;
	clear: left;
}

#left_panel3
{
	float: left;
	width: 720px;
	clear: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

/*--------------------------------------------
	My Account
---------------------------------------------*/
.change_password {
	font-size: .9em;
}

.change_password input {
	border: 1px solid #333;
}

.change_password .submit {
	border: 2px solid #A25F19;
	background: #C49C6F;
	height: 21px; min-height: 21px;
	
	font-size: 12px;

	color: #FFF;
	font-weight: bold;
	padding: 0px 2px 3px 2px;
	margin-bottom: 3px;
	
	cursor: pointer;	
}



/*--------------------------------------------
	Center Panel
---------------------------------------------*/
#center_panel
{
	float: left;
	width: 400px;
	margin: 0 10px 0 0;
}


/*--------------------------------------------
	Center Panel
---------------------------------------------*/
#center_panel h2, #center_panel h2 a {
	background-color: #006699;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	
	padding: 4px 4px 6px 4px;
	margin: 0px;
}

/*--------------------------------------------
	Right Panel
---------------------------------------------*/
#right_panel
{
	float: right;
	width: 310px;
	margin: 0;
}

#right_panel2
{
	float: right;
	width: 170px;
	margin: 0;
}


/*--------------------------------------------
	Sponsors
---------------------------------------------*/
#sponsors
{
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#sponsors .heading {
	background-color: #EEE;
	color: #666;
	font-weight: normal;
	font-size: .9em;
	letter-spacing: .15em;
	text-align: center;
	
	padding: 4px 4px 6px 4px;
	margin: 0px;
}

#sponsors ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
#sponsors li
{
	float: left;
	width: 125px;
	height: 125px;
	margin: 0px 10px 15px 10px;
	* margin: 0px 10px 15px 0px; /* Kim, fix this. */
	list-style-type: none;
}

/*--------------------------------------------
	Special Offer
---------------------------------------------*/
#special_offer
{
	width: 300px;
	
	padding: 5px;
	
	background: #EEE;
	
	margin-bottom: 10px;
}

#special_offer .heading {
	background-color: #EEE;
	color: #666;
	font-weight: normal;
	font-size: .9em;
	letter-spacing: .15em;
	text-align: center;
	
	padding: 4px 4px 6px 4px;
	margin: 0px;
}

/*--------------------------------------------
	Recent Activity Widget
---------------------------------------------*/
#recent_activity
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #006699;
	background-color: #F0E2CF;	
}

#recent_activity h3 {
	background-color: #006699;
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
	
	padding: 4px 4px 6px 4px;
	margin: 0px;
}

#recent_activity ul {
	margin: 0px 0px 0px -40px;
	* margin: 0px;
}

#recent_activity ul li {
	list-style-type: none;
	padding: 10px 5px 10px 5px;
	
	border-bottom: 1px solid #FFF;
}

#recent_activity ul li.odd {
	background-color: #F3EBE3;
}

#recent_activity ul li a {
	color: #006699;
	font-weight:bold;
}

#recent_activity ul li img {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
	margin-bottom: 5px;
}

#recent_activity a.busy_logger {
	border: 2px solid #FFF;
	padding: 0px 3px 0px 3px;
	margin-right: 5px;
	
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

img.first_time_logger {
	padding: 3px 0px 0px 0px;
}

/*--------------------------------------------
	General Pages Styles
---------------------------------------------*/
#tan_border_box
{
	display: inline-block;
	margin: 0 0 10px 0;
	border: 1px solid #C49C6F;
	background: #FFF;
}

#tan_border_box h2 {
	color: #A56521;
	font-size: 130%;
	margin-left: 10px;
	margin-top: 12px;
}

#tan_border_box p {
	padding: 10px;
	line-height: 1.3em;
	color: #333 !important;
}

#tan_border_box ul 
{
	margin: 10px 10px 10px -30px;
	* margin: 10px 10px 0px 10px;	
}

#tan_border_box ul li {
	list-style-type: none;
	padding: 0px 0px 5px 0px;
}

#tan_border_box ul.bulleted, #tan_border_box ol {
	margin: 0px 10px 0px -10px;
	* margin: 0px 10px 0px 35px;	
	color: #333;
}

#tan_border_box ul.bulleted li {
	list-style-type: disc !important;
	padding: 0px 0px 5px 0px;
}

#tan_border_box ol li {
	padding: 0px 0px 5px 0px;
}

#tan_border_box ul li a:link, #tan_border_box ul li a:visited {
	color: #006699;
}

#tan_border_box input, #tan_border_box textarea, #tan_border_box select {
	border: 1px solid #666;
	padding: 2px;
}

#tan_border_box .submit {
	border: 2px solid #A25F19;
	background: #C49C6F;
	height: 21px; min-height: 21px;
	
	font-size: 12px;

	color: #FFF;
	font-weight: bold;
	padding: 0px 2px 3px 2px;
	
	cursor: pointer;
}

#tan_border_box .submit:hover {
	color: #333;
	background-color: #FFF;
}

#header_links {
	float: right;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
	background: none;
	color: #006699;
}


table.import_label {
	border: 2px solid #F0E2CF;
	margin: 10px;
	background-color: #F9F9F9;
	color: #333;
}

table.import_label td {
	border-bottom: 1px solid #F0E2CF;
}

table.import_confirm {
	font-size: .8em;
}

table.import_confirm td {
	border-bottom: 1px solid #333;
}

table.import_confirm thead td {
	background-color: #DEDEDE;
	font-weight: bold;
}


/*--------------------------------------------
	Footer
---------------------------------------------*/
#footer {
	background: #FFF url(/images/bg_footer.gif) bottom left no-repeat;
	width: 894px;
	padding: 10px 3px 10px 3px;
	margin: 10px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699FF;
}

#subfooter {
	color: #666;
	font-size: .8em;
	margin-top: 5px;
	font-weight: bold;
	text-align:  center;
}

#footer ul {
	margin: 0px 0px 0px -40px;
	* margin: 0px;
	
}

#footer ul li {
	list-style-type: none;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #555;
	text-decoration: underline;
	font-weight:bold;
	font-size: .8em;
	line-height: 1.5em;
}

#footer1, #footer2, #footer3, #footer4 {
	float: left;
	padding: 0px 0px 0px 18px;
}

#footer2, #footer3 {
	padding: 0px 22px 10px 22px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #6699FF;
}

#footer1 {
	width: 160px;
}

#footer3 {
	width: 340px;
	margin-left: 10px;
}

#footer3 img {
	margin-right: 10px;
}

#footer4 {
	width: 225px;
	margin-left: 10px;
}

#footer4 img {
	margin: 8px 0px 0px 0px;
}

#footer h3 {
	color: #006699;
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}


/*--------------------------------------------
	Ads
---------------------------------------------*/
.ad_160x600 {
	background: #FFF url(/images/bg_ads_left_panel.gif) no-repeat top center;
	padding: 10px 5px 0 5px;
	width: 160px;
}

.ad_160x600_bottom {
	background: #FFF url(/images/bg_ads_left_panel.gif) no-repeat bottom center;
	height: 10px;
	width: 170px;
}

.ad_120x600_banner
{
	padding: 10px 5px 0 5px;
}

.ad_468x60_google
{
	text-align: center;
	padding: 5px;
	margin: 0 0 15px 0;
	background: #FFF url(/images/bg_ads_580x70.gif) no-repeat bottom center;
}
.googleAd
{
    margin-top:15px;
	margin-bottom:15px;
}


/*--------------------------------------------
	Misc
---------------------------------------------*/
form.inplaceeditor-form { display: inline; font-size: .8em; }
form.implaceeditor-form input { font-size: .8em; }

.clear { clear: both; }

.clearleft { clear: left; }

.semi50
{
	/* fix this to work in ie. may need to make the image smaller. see: http://www.daltonlp.com/daltonlp.cgi?item_type=1&item_id=217 */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale' src='../images/logo.gif');
}
.semi50[class] {background-image: url(../images/50white.png); }

img.transparent {behavior: url(/behaviors/pngbehavior.htc); }

.float_right {float: right; }
.float_left {float: left; }

.aligned_right {text-align: right; }

.darkgray {color: #333; }
.lightgray {color: #AAA; }
.red {color: #006699; font-weight: bold;}

.bold {font-weight: bold;}

.bg_grey {background-color: #EEE; padding: 5px; margin: 10px;}

#heading_tan {
	background: url(/images/bg_heading_tan.gif) top left no-repeat;
	
	padding: 10px;
	min-height: 20px;
	* height: 20px;
	
	color: #006699;
	font-size: 150%;
	font-weight: bold;	
}

#heading_tan small {font-size: .6em; color: #000; font-weight: normal; }

#heading_stars {float: right; }

.border_bottom_double {
	border-bottom: 3px double #C49C6F;
}

.pad5 {padding: 5px; }

.pad15 {padding: 15px; }

.rightmar5 {margin-right: 5px; }

.top2 {margin-top: 2px; }

.top10 {margin-top: 10px; }

.top1em {margin-top: 1em; }

.bottom1em {margin-bottom: 1em; }

.shift-5 {margin-left: -5px; }

hr.pages {
	margin: 10px;
	background-color: #E1CDB7;
	height: 2px;
	border: 0;
}

.center {text-align: center; }

#redesign {
	background-color: #CCCCFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #6666FF;
}
.bookmarkLinks {
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#title {
	font-size: 22px;
	font-weight: bolder;
	color: #003300;
	margin-bottom:10px;
}
.articleByline {
	font-size: 12px;
}
#busIdeaContent {
	line-height: 20px;
}
#tools {
	text-align: right;
	margin-bottom:10px;
}
#ideaNav {
	font-size: 14px;
	margin-bottom: 10px;
}
.forumNameMain {
	font-size: 14px;
}
.postsTable-hdr {
    background-color:#0033CC;
}
.postsTable-hdr td {
    color:#FFFFFF;
	font-weight:bold;
}
.ideaMain {
    font-size: 18px;
	font-weight:bold;
	color: #3366CC;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom:#006600 dashed 1px;
}
.text-spacing {
	line-height:20px;
	margin-bottom:5px;
}
.blogroll-byline {
    line-height:20px;
	font-size:10px;
}
#title {
	font-size: 18px;
	margin-top:10px;
	text-decoration: none;
}
#title a {
	text-decoration: none;
}
ul {
    line-height:18px;
	padding-bottom:5px;
}
il {
    padding-bottom:5px;
}
.cat-content-title {
    margin-top:10px;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
.cat-content-desc {
	line-height:20px;
	margin-bottom:5px;
}
#article {
    line-height:22px;
}
.text-line {
	margin-bottom: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
}
.text-large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}
.homeRtPromo {
	margin-bottom: 50px;
	line-height: 15px;
	font-size: 13px;
}
.homeRtPromo a {
	color: #0000FF;
}
.catRtPromo a {
	color: #0033FF;
}


.text-small-gray {
	font-size: 9px;
	color: #999999;
	line-height: 14px;
	padding-top: 4px;
}
.catRtPromo {
	margin-bottom: 5px;
	line-height: 14px;
	font-size: 11px;
	margin-left: 5px;
}

