
/*Page Properties*/
body {

	margin : 0;
	background-attachment:fixed;
	background-repeat:repeat;
	background-position: center center;
	
	scrollbar-track-color:330000;
	scrollbar-face-color:660000;
	scrollbar-highlight-color:330000;
	scrollbar-base-color:330000;
	scrollbar-darkShadow-color:330000;
	scrollbar-shadow-color:330000;
	scrollbar-arrow-color:CC0000;
	
	font-family: "Trebuchet MS";	
	color:FA7902;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	font-variant: normal;
	text-decoration: none;
	border: none;

}
/*
Table, Td, div, p, strong, {
	color: FA7902;
	background-attachment: fixed;
	background-repeat: repeat;
	border: none;
	background-image: url(http://blackonblackrhyme.com/BobrPics/WebGifs/Backgrounds/bobr_ltrhd3.gif);

} */

a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{
	color:CC0000;
	font-size : 11px;
	font-weight:bold;
	font-style:normal;
	font-family:"Trebuchet MS";
	text-decoration:none;
	border: none;
} 

a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{
	color:FF0000;
	font-size : 11px;
	font-weight:bold;
	text-decoration:underline;
	font-style:normal;
	font-family :"Trebuchet MS";
	border: none;
} 



/*MouseOver Button used to animate any object to work like a button*/
.mouseBeOffMe {
border-top : 10px solid #000000;
border-bottom : 10px solid #000000;
border-left : 6px solid #000000;
border-right : 10px solid #000000;
}
.mouseBeOnMe {
border-top : 6px solid #000000;
border-bottom : 14px solid #000000;
border-left : 10px solid #000000;
border-right : 6px solid #000000;
}
.mouseBeDown {
border-top : 13px solid #000000;
border-bottom : 7px solid #000000;
border-left : 10px solid #000000;
border-right : 6px solid #000000;
}
.mouseBeUp {
border-top : 10px solid #000000;
border-bottom : 10px solid #000000;
border-left : 10px solid #000000;
border-right : 6px solid #000000;
}


.over { background-color: #CBF7B0;  cursor: hand}
.out {	background-color: transparent }


/*Drop Down Menu*/
#dropmenudiv {
position : absolute;
border : 1px inset #cc0000;
font : normal 12px trebuchet ms;
line-height : 18px;
z-index : 5;
}
#dropmenudiv a {
width : 100%;
display : block;
text-indent : 3px;
border-bottom : 1px red;
padding : 1px 0;
text-decoration : none;
font-weight : bold;
}
#dropmenudiv a:hover { /*menu hover background color*/
background-color : #ffcc00;
}



/*Eric Meyer's based CSS tab*/
/*TabList Home*/
#tablist {
padding : 1px 0;
margin-left : 0;
margin-bottom : 0;
margin-top : 0.1em;
font : bold 10px Trebuchet MS;
}
#tablist li {
list-style : none;
display : inline;
margin : 0;
}
#tablist li a {
text-decoration : none;
padding : 1px 0.5em;
margin-left : 1px;
border-bottom : thin none #ffcc00;
background : #FA7902;
border-top : thin solid #FA7902;
border-right : thin solid #FA7902;
border-left : thin solid #FA7902;
}
#tablist li a:link, #tablist li a:visited {
color : #000000;
visibility : inherit;
}
#tablist li a:hover {
color : #FA7902;
background : BLACK;
border-color : #000000;
}
#tablist li a.current {
color : #FA7902;
background : black;
}

/* MySpace Code 
.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{
	color:FFCC00;
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	font-family:"Trebuchet MS";
	font-variant: small-caps;
	text-transform: capitalize;
	border: none;
} 
*/




/*TabContent 
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Trebuchet MS;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(http://blackonblackrhyme.com/BobrPics/WebGifs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style 
background-image: url(http://blackonblackrhyme.com/BobrPics/WebGifs/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style 
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
*/