/* CCC Dan Ryan 2009
  
   
   ABOUT MAIN.CSS
   Date Created: March 2009
   Date Modified: March 2009
   Version 0.00
   
   This is the primary stylesheet for the djjr.net Web site.

   */

/* GENERAL */

body {
	margin: 0;						/* basic body attributes*/
	padding: 0;
	color: #000;
	background-color: rgb(204, 204, 204);
	font-family: Verdana, Arial, Helvetica, sans-serif;
        alink : #990000;
        link : #6666cc;
        vlink : #3333ff;
        color: rgb(51, 51, 51);
}

a img {
	border:0px;						/* prevents linked images from displaying a border */
}







/* a div style that opens a variable sized scroll box */

div.scroll {
height: 460px;
width: 680px;
overflow: auto;
border: 0px solid #666;
background-color: rgb(204, 204, 204);
padding: 0px;
}

/* These styles from Nolan's TreeMenu tool */

.treemenu {
	margin : 0px 0px;
	padding : 10px;
	list-style : none;	
	background-color : : rgb(204, 204, 204);
	border-top : 1px solid #000;
	width : 636px;
	font : 1.0em Verdana;
        font-weight: 900;
	text-align: left
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu .hdg {
	display : inline;
        font : 1.25em Verdana;
        font-weight : bold;
        color : #0000;
}

.treemenu LI {
	display : inline;
}
.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;
        color : #0000

}

.treemenu .treeopen {
	background-image : url('/images/open.gif');
	background-repeat : no-repeat;
	background-position : left;

}		

.treemenu .treeclosed {
	background-image : url('/images/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}

/* End of TREEMENU styles */

table.bordered{
border: 1px solid #000}


