/* Some definitions used everywhere */
BODY { 
	background: #fff  url(images/mainbg.jpg) top left repeat-x fixed;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
 	font-family: arial;
	font-size: 12px;
}

.noteinfo
{
border: 1px solid black;
}

IMG { 
	border: 0;
	padding: 0;
	margin: 0;
}
/* Header cells in tables throughout the site */
TH { 
	background: #000000;
	color: #FFF;
	font-weight: bold;
}
/* links */
A { 
	color: #0072ff;
	font-weight: bold;
	text-decoration: none;
}
/* hovering links */
A:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}



/* the box at the top of the page */
#banner {
	height: 315px;
 	background: #fff url(images/header.jpg) top right no-repeat;
	font-weight: bold;
}

/* Box furthest on the left */
#one {
	float: left;
	background: #fff url(images/hbg.jpg) top left repeat-x;
	text-align: left;
	width: 200px;
	padding: 0px
	margin: 0px;
		}

/* Browse menu formatting */
#onemenu {
	position: relative;
	padding: 15px;
	color: #0072ff; 
	line-height: 1em;
	}

#onemenu ul {
	list-style: none;
	margin: 0;
	padding: 2px;
	}

#onemenu li {
	text-align: left;
	margin:0px;
	border-bottom: 1px #b5b5b5 solid;
	}

#onemenu li a {
	display: block;
	margin-left: 1em;
	padding: .2em;
	padding-left: 15px;
	background: transparent url(images/list-off.gif) left center no-repeat;
	text-decoration: none;
	font-size: 12px;
	color: #666; 
	}

#onemenu li a:visited { color: #666; }

#onemenulist li a:hover { color: #0072ff; background: transparent url(images/list-on.gif) left center no-repeat;}

/* Second box */
#two {
	float: left;
	background: #fff url(images/hbg.jpg) top left repeat-x;
	text-align: left;
	width: 200px;
	padding: 15px
	margin-left: 210px;
	color:#666;
		}

#twopadding {
	text-align: left;
	padding: 15px
		}



/* Makes the menu Background */
#menu {
	background: #dbdbdb url(images/menubg.gif) repeat-x bottom left;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	height: 30px;
}

/*Above the Banner*/

#topmenulist {
 	padding-top: 8px;
 	margin: 0px;
 	text-align: right;
}

#topmenulist ul {
 	margin-left: 0;
 	padding-left: 0;
 	white-space: nowrap;
}

#topmenulist li {
	 display: inline;
 	list-style-type: none;
}

#topmenulist a { 
	padding-top: 1px;
	padding-bottom: 1px;
 	padding-left: 7px;
 	padding-right: 7px;
 	margin-right: 3px;
	}

#topmenulist a:link, #menulist a:visited {
 	text-decoration: none;
 	font-weight: bold;
}

#topmenulist a:hover{
 	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/*Below the banner */

#menulist {
 	padding-top: 2px;
 	margin: 0px;
 	text-align: right;
}

#menulist ul {
 	margin-left: 0;
 	padding-left: 0;
 	white-space: nowrap;
}

#menulist li {
	 display: inline;
 	list-style-type: none;
}

#menulist a { 
	padding-top: 1px;
	padding-bottom: 1px;
 	padding-left: 7px;
 	padding-right: 7px;
 	margin-right: 3px;
	}

#menulist a:link, #menulist a:visited {
 	text-decoration: none;
 	font-weight: bold;
}

#menulist a:hover{
 	color: #fff;
 	background-color: #666;
	text-decoration: none;
	font-weight: bold;
}


/* the footer box at the bottom of the page */
#footer {
 	color: #FFF;
	background-color: #999;
	padding: 5px;
	clear: both;
}


/* End universal page setup */

/* this is a carryover from 1.1.  Generally it is used around tables and table cells. */
.tblborder { 
	padding: 6px;
	border-collapse: collapse;
}

/* Main page surrounds the text between the header and the footer.  
For IE, height is set to 650 to force the footer down to the bottom of the page where the content is short.  
And the second declaration is for everyone else so that it will scroll if longer but be a minimum of 650px
*/
#mainpage {
	height: 650px;
	padding: 10px;
	text-align: center;
}
html>body #mainpage { 
	height: auto;
	min-height: 650px;
}

/* This makes the actual story text appear in a 750px box, which prevents those at 800x600 from having to scroll sideways to view the story. To remove it, just delete this css and the "div id=skinny" tag (and the closing tag) from viewstory.tpl
*/

/* Makes background for stories */
#skinny {
	width: 90%;
	padding: 15px;
	margin: auto;
	background: #fff url(images/blockbg.jpg) repeat-x bottom left;
	border: 1px solid #b5b5b5;
	text-align: left;
	}

/* Most pages use pagetitle to format the page's title */
#pagetitle { 
	width: 95%;
	text-align: center;
	background: #dbdbdb url(images/menubg.gif) repeat-x bottom left;
	color: #0072ff;
	font-weight: bold;
	padding: 3px;
	padding-left: 8px;
	border: 1px solid #b5b5b5;
	margin: auto;
	margin-bottom: 10px;
}

#pagetitle a{ color: #0072ff;}

/* 
Where there's a list of alphabet links #alphabet controls their look. 
Just to make things simpler #pagelinks controls the look of the links at the bottom of multi-page results
and will be set here too. Generally, they look alike.
*/
/* the box around the links */
#alphabet, #pagelinks {
	text-align: center;
	word-spacing: .1em;
	margin: 1em;
}
/* each link */
#alphabet A, #pagelinks A {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background: #0072ff;
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 0 2px;
}
/* each link when hovered over */
#alphabet A:hover, #pagelinks A:hover {
	background: #666;
	color: #fff;
}
/* the currently selected letter and currently selected page */
#alphabet #current_letter, #pagelinks #currentpage {
	background: #FFF;
	color: #333;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 0 2px;
}

.column DIV { margin: 1em !important; clear: left;}
.column DIV IMG { float: left;  margin: 4px;}

/* End alphabet and page link declarations */

/* labels throughout the site in forms and in other places */
LABEL, .classification {
	color: #000;
	font-weight: bold;
}
/* Admin options in various places.  */
.adminoptions { 
	color: #000000;
	font-weight: bold;
}

/* The listings of stories etc. */
/* .sectionheader styles the headings "Stories" and "Series" */
.sectionheader {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/* The box around each individual story */
.listbox {
	margin: 1em 5%;
	border: 1px solid #b5b5b5;
	color: #333;
}

/* The title bar for each story box. */
.listbox .title {
	background: #dbdbdb url(images/menubg.gif) repeat-x bottom left;
	border-bottom: 1px solid #b5b5b5;
	height: 15px;
	padding: 2px;
	font-weight: bold;
}

/* The content of the box...summary, categories, etc. */
.listbox .content {
	padding: 6px;
	background-color: #ffffff;
	background: #fff url(images/blockbg.jpg) repeat-x bottom left;
	text-align: left
}

/* The tail info published date etc. on the last line */
.listbox .tail {
	background: #dbdbdb url(images/menubg.gif) repeat-x bottom left;
	border-top: 1px solid #b5b5b5;
	height: 15px;
	padding: 2px;
}


/*End story/series listings */

/* titleblock is used for the title information in series and challenges */
#titleblock {
	margin: 0 10%;
}

/* The pulldown jump menus on several pages. */
.jumpmenu {
	text-align: right;
	margin-right: 1em;
}

/* On the story page, there's a jumpmenu at the bottom. It looks better centered, so this will replace the declaration above for that 
drop down list ONLY */
#pagelinks .jumpmenu {
	text-align: center;
}

/* This is used on series and challenges and other places where a response is solicited */
.respond { 
	text-align: center;
	padding: 6px;
}

/* The sort menu on the categories page */
#sort { text-align: center; margin: 10px }


/* On pages that don't use listings, the content is surrounded by a div labeled output to */
#output { 
	margin: auto;
	width: 90%;
	padding: 15px;
	margin: auto;
	background: #fff url(images/blockbg.jpg) repeat-x bottom left;
	border: 1px solid #b5b5b5;
	
}

/* User Profile stuff */
/* The top list of information */
#profile {
	margin: 1em 10%;
	text-align: left;
}
/* The sort menu in the profile */
#profile #sort {
	margin: 20px;
	text-align: right;
	font-weight: bold;
	color: #000;
 }
/* The following declarations control the tabs */
/* The outer tab box */
#tabs {
	width: 90%;
	text-align: center;
}
/* The individual tabs. */
#tabs span {
	font-size: 12px;
	background: #666;
	color: #fff;
	padding: 3px;
}
/* Links in the tabs */

#tabs #active {
	background: #0072ff;
}

#tabs a { color: #fff;}

/* This controls the look of the blocks on the index page.   */

.label {font-weight: bold;}

/* The box around the block */
.block { 
	margin-bottom: 1em;
}

/* The block's title */
.block .title {
	height: 27px;
	color: #000;
	width: 100px;
	font-weight: bold;
}

/* The block's content */
.block .content {
	padding: 6px;
	background: #fff url(images/blockbg.jpg) repeat-x bottom left;
	border: 1px solid #b5b5b5;
}


#leftindex { 
	position:relative;
	width: 180px;
	float: left;
	text-align: left;
}
#rightindex {
	position:relative;
	width: 180px;
	float:right;
	text-align: left;
}

#middleindex {
	position:relative;
	margin-left: 190px;
	margin-right: 190px;
	text-align: left;
}



/* The next link at the bottom of a multi-chapter story */
#next { float: right; }
/* The previous link at the bottom of a multi-chapter story */
#prev { float: left; }

#browse #category_content { width: 95% !important; margin: 1em auto; }

#loginblock { 
	margin: 3px 0 0 0;
	text-align: right;
}

#loginblock .textbox, #loginblock .checkbox { 
}

#loginblock .button { 
	padding: 0; 
	margin: 0; 
	font-weight: bold; 
	font-family: "Arial"; 
}
#loginlinks {
	display: inline;
}
#loginlinks A {
	color: #999;
}
.quote {color:#5E2612; font-weight: bold;
.quote1 {color:#5E2612; font-weight: bold;
.tip {color:red; font-weight: bold;
.link {color:blue; font-weight: bold;
}