/* CSS Document */
#sidebar{
	background-color: #0B0B0B;
}


#sidebar h2 {
       color: #FFFFFF;
line-height: 25px;
display: block;
background:  url('images/sidebar-h2.png') no-repeat;
padding-top: 5px;
margin-top: auto;
margin-bottom: auto; font-style:normal; font-variant:normal; font-weight:bold; font-size:1em; font-family:Tahoma; padding-left:10px; padding-right:10px; padding-bottom:15px;
}


#sidebar ul {
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
}


#sidebar ul li {
	display: inline;
	margin:0;
	padding:0;
}


#sidebar li{

	list-style: none;
}


#sidebar ul li a {
	border-bottom: 1px dotted #666;

	color: #8B8B8B;

	display: block;
	text-decoration: none !important;

	margin-left: 0px;

	background-image: url('images/bullarrow.png');

	background-repeat: no-repeat;

	background-position: 10px 50%;
	font-size: 11px; padding-left:25px; padding-right:0px; padding-top:4px; padding-bottom:4px
}



#sidebar ul li a:hover{

	color: #FFFFFF;
        
        font-family: verdana;

	background-color: #333333;

}

h3           { font-family: Verdana; color: #8B8B8B; font-weight : 100; font-size: 10pt; text-transform: 
               capitalize; border-left-width: 1px; border-right-width: 1px; 
               border-top-width: 1px; border-bottom: 1px solid #333333; 
               padding: 0 }

h4           { background-position: right bottom; font-family: Verdana; font-size: 9pt; color: #8B8B8B; text-transform: 
               capitalize; border-left-width: 1px; font-weight : 100; border-right-width: 1px; 
               border-top-width: 1px; border-bottom: 1px solid #333333;}
h1           { font-family: Verdana;font-weight : 100; font-size: 9pt; text-transform: capitalize; color: 
               #33CCFF }
td           {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666
}



#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url('images/seperator.gif') no-repeat bottom right;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none; padding-left:12px; padding-right:12px; padding-top:8px; padding-bottom:8px
}
#menu a:hover {
	background: #2580a2 url('images/hover.gif') no-repeat bottom center;
	color: #fff;
	padding-bottom: 8px; }

#menuthing {
float:right;
padding-right:10px;
}


.mattblacktabs{
overflow: hidden;
border-bottom: 1px solid #333; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #333333; /*right divider between tabs*/
color: #ffffff;
background: #000000; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #0076A3; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

      

#footer {
        clear:both;
        float:left;
        width:100%;
		border:1px solid #333;
    }
    
    #footergap {
        height:10px;
    }

.list-list{margin:0 auto 1em;padding:0;}
.list-list .list-delete{margin-bottom:-2px;}
.list-list li{list-style:none;padding-bottom:.2em;padding-top:.2em;border-bottom:1px solid #e0e0e0;line-height:18px;margin:1px 0;}
.list-list li span{float:right;margin-top:-16px;font-style:italic;}
.list-list li a{cursor:pointer;display:block;text-decoration:none;}
.list-list li:hover a{text-decoration:underline;color:#104c68;}
.list-list li .new-updated{font-size:90%;color:#74a050;}
.list-list li .new-new{font-size:90%;color:#74a050;font-weight:600;}
