﻿a:link
{	
	text-decoration: none;
	color: #4f8a10;
}

a:hover
{
	text-decoration: none;
	color: #4f8a10;
}

a:visited
{
	text-decoration: none;
	color: #4f8a10;
}

body{
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .78em;
	line-height: 1.3em;
}

div.wrapper {
	width: 950px; 
	margin-left: auto; 
	margin-right: auto;
}

div.navbar
{
	width: 839px; 
	background-image: url(/mycc/images/nav-bar-bg.gif); 
	float: left; 
	height: 35px;
	color: #fff;
	font-weight: bold;
}

div.navbar a:link
{	
	color: #fff;
	text-decoration: none;
}

div.navbar a:hover
{	
	color: #fff;
	text-decoration: none;
}

div.navbar a:visited
{	
	color: #fff;
	text-decoration: none;
}

div.contentsub
{
	width: 659px;
	background-color: #fff;
	padding:15px 20px 5px 20px;
	float: left;
}

h1
{
	font-size: 1.48em;
	line-height: 1.4em;
}

h2
{
	font-size: 1.28em;
	line-height: 1.3em;
}

td.tableheader
{
	background-color: #194f93;
}

td.tablebody
{
	background-color: #cfe1f8;
}

/* Navigation */
.hiddenposting, .hiddenposting a
{
 color:Gray;
}
.unpublishedposting, .unpublishedposting a
{
	color:Red;
}

div.leftnavwrapper
{
	width:180px;
	float:left;
	margin: 14px 0px 0px 0px;
}

div.leftnav
{
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

ul.ln
{ 
	list-style-type: none;  
	text-align: left; 
	margin-left: 0px;  
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-left: 0px; 
}

ul.ln li.level1_posting
{
	border-bottom: solid 1px #4f8a10;
}

li.level1_expanded
{
	font-weight: bold;
	border-bottom: solid 1px #4f8a10;
}

li.level2
{
	padding: 0px 0px 5px 10px;
}

li.level2_expanded
{
	padding: 0px 0px 5px 10px;
	font-weight: bold;
}

li.level1_channel
{
	border-bottom: solid 1px #4f8a10;
}
li.level1_posting
{
	border-bottom: solid 1px #4f8a10;
}

li.level3
{
	padding: 0px 0px 5px 15px;
}

/* End Navigation */

div.footer
{
	background-color: #fff;
	width:100%;
	margin: 20px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	float:left;
}

div.navwrapper
{
	padding: 9px 0px 0px 0px;
}

.searchbutton 
{
	background-color: #cf0000;
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	border-left: 2px solid #de0000;
    border-top: 2px solid #de0000;
    border-right: 2px solid #5c0101;
	border-bottom: 2px solid #5c0101;
    font-weight: bold;
	font-size: 0.9em;
	margin: 1px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#CECECE', Positive='true');
}