BODY {
	
FONT-FAMILY: Verdana,Helvetica;
	
FONT-SIZE: 11px;

background: #EFEFEF;	

scrollbar-face-color : #FFFFFF; 
scrollbar-highlight-color : #FFFFFF; 
scrollbar-3dlight-color : #6C6CB4; 
scrollbar-shadow-color : #6C6CB4; 
scrollbar-darkshadow-color : #FFFFFF; 
scrollbar-track-color : #EFEFEF; 
scrollbar-arrow-color : #6C6CB4;

margin-left: 10;
margin-right: 10;
margin-top: 10;
margin-bottom: 10;
}

A:link {BACKGROUND: none; COLOR: #272AB7; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}

A:active {BACKGROUND: none; COLOR: #272AB7; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}

A:visited {BACKGROUND: none; COLOR: #272AB7; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}

A:hover {BACKGROUND: none; COLOR: #4040FF; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}


A.menu:link {BACKGROUND: none; text-decoration: none; color: #000000; font-size: 11px; font-weight: bold}
A.menu:active {BACKGROUND: none; text-decoration: none; color: #000000; font-size: 11px; font-weight: bold}
A.menu:visited {BACKGROUND: none;  text-decoration: none; color: #000000; font-size: 11px; font-weight: bold}
A.menu:hover {BACKGROUND: none; text-decoration: none; color: #4040FF; font-size: 11px; font-weight: bold}

.text{
COLOR: #000000; 
FONT-SIZE: 11px; 
FONT-FAMILY: verdana, tahoma, helvetica, arial;
FONT-WEIGHT: normal;
}

.info{
COLOR: #000000; 
FONT-SIZE: 9px; 
FONT-FAMILY: verdana, tahoma, helvetica, arial;
FONT-WEIGHT: normal;
}

.title{
BACKGROUND: none; 
FONT-SIZE: 15px; 
font-weight: bold; 
FONT-FAMILY: verdana, tahoma, helvetica, arial;
}

.news{
BACKGROUND: none;
FONT-SIZE: 11px;
font-weight: bold;
FONT-FAMILY: verdana, tahoma, helvetica, arial;
}

.tableborder{
border: 1px solid #B2B1D5;
background-color: #FFFFFF;
}

.tableborder2 {
border-top: 0px;
border-left: 1px solid #B2B1D5;
border-right: 1px solid #B2B1D5;
border-bottom: 1px solid #B2B1D5;
background-color: #FFFFFF;
}

/* these next few are hard coded into the script */
/* the title of the page */
#pagetitle { font-size: 1.2em; text-align: center; padding: 1ex;}

/* pagination links at the bottom of multiple page results */
#pagelinks { text-align: center; padding: 1em;}

/* the alphabet list used on multiple pages */
#alphabet { text-align: center; padding: 1em;}

/* Response links such as "Issue a Challenge!", "Respond to the Challenge!" etc */
.respond { text-align: center; }

/* Surrounds the news archive link in the news block */
#newsarchive { text-align: center;}

/* Story div definition */
#story { font-family: verdana, tahoma, helvetica, arial; font-size: 10pt;}

/* Used when listing stories and series to define the sub-section headers "Series" and "Stories */
.sectionheader {
 background: #000;
 color: #FFF;
 font-weight: bold;
 text-align: center;
 width: 100%;
 clear: both;
}

/* these define the alternating colors used in some tables and the listings of the stories, series, and challenges */
.odd { background: #CCC; }
.even { background: #EEE; }

/* This defines the look of the admin options for various pieces of the script.  Can be safely left undefined if you wish */
.adminoptions { font-weight: bold; }

/* Defines the appearance of the jump menu on the stories page
.jumpmenu { text-align: right; }

/* Carryover from 1.1 */
.tblborder { border: 1px solid #000; }

/* End of hardcoded classes and id's */


/* This wraps around the contents of the page */
#container {
 border-left: 3px double #000;
 border-right: 3px double #000; 
 background: #FFF; 
}

/* The top of the header where your site's name and slogan appear */
#banner {
  height: 121px;
 border-bottom: 1px solid #FFF;
 text-align: center;
}

/* This floats the skin changing form to the middle right of the banner div */
#skin { 
 position: absolute;
 top: 20px;
 right: 40px; 
}

/* the main content section below the menu */
#mainpage { background: #FFF; color: #000;}

/* the footer below the mainpage */
#footer {
 background: #FFF;
 color: #000;
 text-align: left;
 padding: 3px;
 margin-top: 2em;
}

/* much of the content output by the script such as the contents of the help and rules files are places in this div can be safely left undefined however  */
#output { padding: 5px; }

/* Used at the top of the challenges and series pages when an individual listing is displayed.  
Not hardcoded into the script!  This is defined in the default tpl.
*/
#titleblock { margin: 0 10%; }
#titleblock .listbox { border: 1px solid #000; margin: 10px; }

/* defines the appearance of the news block */
.newsbox{ padding: 5px;}

/* defines how the story and series blocks appear */
.listbox { padding: 1ex 1em; border-bottom: 1px solid #000; border-top: 1px solid #000; margin-top: -1px; }
.listbox .title { font-weight: bold; background #FFF; }
.classification { font-weight: bold; }

/* used in the categories page */
#categoriesblock { width: 90%; padding-left: 5%; padding-bottom: 1em; }

/* used in user.tpl */
#sort { text-align: right; position: relative; padding: 5px; clear: both;}
#bio { padding: 5px; }
#profile .adminoptions { font-weight: bold; height: 3em; }

#tabs {
 padding: 0;
 margin: 0;
 clear: both;
 border-top: 3px double #000;
 border-bottom: 3px double #000;
}

#tabs DIV{ 
 width: 33%;
 float: left;
 color: #000;
 text-align: center;
 background: #CCC; 
 font-size: 11pt;
}

#tabs #centertab {
  background: transparent;
  border-right: 3px double #000;
  border-left: 3px double #000;
  width: 98%;
}

#tabs a { color: #000; }
#tabs a:active, a:hover { text-decoration: none; color: #555; }

#tabs #active { background: #555; width: 34%; color: #FFF; }
#tabs #active a { color: #FFF; }
#tabs #active a:active, a:hover { text-decoration: none; color: #555; }

/* used for the blocks on the index page */
.block { border: 0px; margin: 0; padding: 0; margin-bottom: 1em; }
.block .title { font-size: 11px; font-weight: bold; padding: 0; border-bottom: 3px double #FFF; padding: 5px; text-align: center;}
.block .content { background: #FFF; margin: 0; padding: 5px;}

/* defines the columns on the index page */
#leftindex {
 width: 197px;
 float: left; 
 margin: 20px;
 margin-top: 0;
}
html>body #leftindex { width: 200; }

#rightindex {
 margin:  0 20px 10px 265px;
}

/* the clearfix class fixes certain problems with display in IE.  if you have disappearing backgrounds and/or text in a div adding this class to the PARENT might help */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline; }
/* Hides form IE-Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block; }
/* End hiding */

/* the following defines your menu below the banner div */
#menu { 
/* border-top: 3px double #000; */
/* border-bottom: 3px double #000; */
 background: #FFF;
 margin: 0;
 padding: 0;
 text-align: center; 
}

#menu ul { 
 margin: 0;
 padding: 0;
}

#menu li {
 display: inline;
 list-style-type: none;
 margin: 0;
 padding: 0;
 line-height: 105%; 
}

#menu a {
 color: #000;
 font-weight: bold;
 text-decoration: none;
 padding-left: 3px;
 padding-right: 3px; 
}

#menu a:hover { 
 background: #000; 
 padding-left: 2px;
 padding-right: 2px;
 border-left: 1px solid #FFF;
 border-right: 1px solid #FFF;
 color: #CCC; 
}
/* end menu setup */
