/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link {
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
	color: #cc0000;
	text-decoration: underline;
	background: transparent;
}
A:visited {
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
	color: #cc0000;
	text-decoration: underline;
	background: transparent;
}
A:active {
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
	color: #cc0000;
	text-decoration: underline;
	background: transparent;
}
A:hover {
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
	color: #cc0000;
	text-decoration: none;
	background: transparent;
}

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
body {
	margin: 0px 0px 20px 0px;
	background-color: white;
  	text-align: center;
	font-size: 12px;
	line-height: 130%;
	}

TD, P 
	{ 
	  color: #000000;
	}


.powered {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:10px;
		font-weight:normal;
  		line-height:140%;
  		padding:2px;				
		}

#rap {
	display: block;
	margin: auto;
	position: relative;
	text-align: left;
	width: 770px;
}
#header {
	border: 0 solid #000;
      background: url('http://www.dinosbasketball.com/wordpress/images/header.jpg') no-repeat top left;
	border-width: 0 0 2px 0;
	color: black;
	height: 212px;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	text-align: right;
	top: 0px;
	width: 768px;
}
#header a {
	color: black;
	display: block;
	padding: 180px 0 0 0;
	text-decoration: none;
      font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
      font-size: 32px;
      font-weight: bold;
}
#content {
	left: 155px;
	padding: 3px 3px 3px 3px;
	position: absolute;
	top: 220px;
	width: 603px;
      border: 2px solid #000;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

h3 a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	}

.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 10px;
	font-size: 11px;
	}

.credit p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	text-align: center;
	}


#menu {
	left: 0;
	padding: 0 0 0 2px;
	position: absolute;
	top: 220px;
	width: 145px;
      background: #cc0000;
      border: 2px solid #000;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul {
      color: black;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

#menu li {
      color: #f7de00;
	font-weight: bold;
      font-size: 12pt;
	margin: 0 0 10px 0;
	padding: 0;
}

#menu form {
	margin: 0;
	padding: 0;
      color: black;
}
#menu ul li ul {
	margin: 2px 0 0 0;
	padding: 0;
}
#menu ul li ul li {
	background:#000;
	font-weight: normal;
      font-size: 10pt;
	margin: 0 0 2px 0px;
	padding: 0 0 0 10px;
	line-height: 22px;
}
#menu ul li ul li a, #menu ul li ul li a:link, #calendar td a, #calendar td a:link {
	color: white;
}
#menu ul li ul li a:visited, #calendar tfoot td a:visited {
	color: white;
}
#menu ul li ul li a:hover {
	color: white;
}

