BODY {
FONT-FAMILY: Verdana, Tahoma, Helvetica, Arial, sans-serif;
FONT-SIZE: 11px;
background: #EFEFEF;	
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

A:link {BACKGROUND: none; COLOR: #272AB7; TEXT-DECORATION: none}

A:active {BACKGROUND: none; COLOR: #272AB7; TEXT-DECORATION: none}

A:visited {BACKGROUND: none; COLOR: #272AB7; TEXT-DECORATION: none}

A:hover {BACKGROUND: none; COLOR: #4040FF; TEXT-DECORATION: underline}


.text{
COLOR: #000000; 
FONT-SIZE: 11px; 
FONT-WEIGHT: normal;
}

.info{
COLOR: #000000; 
FONT-SIZE: 9px; 
FONT-WEIGHT: normal;
}

.title{
BACKGROUND: none; 
FONT-SIZE: 15px; 
font-weight: bold; 
}

.news{
BACKGROUND: none;
FONT-SIZE: 11px;
font-weight: bold;
}

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

.tableborder2 {
border-style: solid;
border-width: 0px 1px 1px;
background-color: #FFFFFF;
padding: .5em;
}

.tableborder3 {
border: 1px solid #B2B1D5;
width: 200px;
background-color: #FFFFFF;
margin-right: 50px;
padding: 2px;
}

.tableborder4 {
border: 1px solid #B2B1D5;
width: 200px;
background-color: #FFFFFF;
margin-left: 50px;
padding: 2px;
}

.tableborder5 {
border-style: solid;
border-width: 0px 1px 1px;
border-color: #B2B1D5;
background-color: #FFFFFF;
padding: 2px;
margin-top: 0;
}
/* 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-size: 10pt; }

/* Used when listing stories and series to define the sub-section headers "Series" and "Stories */
.sectionheader {
 background: #200C61;
 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: #D0DFE0; }
.even { background: #E0E0EF; }

/* 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 #B2B1D5; }

/* 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;
}

.header{
background: url('/skins/WritingPlus/images/mbanner.jpg') repeat-x top left;
}


/* 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;
}

/* 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 #B2B1D5; border-top: 1px solid #B2B1D5; margin-top: -1px; }
.listbox .title { font-weight: bold;  font-size: 13px; }
.classification { font-weight: bold; }

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

/* 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;}
.block .ccontent { width: 100%; font-size: .95em; text-align: center;}

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

#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 */


