@charset "utf-8";
/* CSS Document */


/*Setting page default*/ 
/*if font size is set at 100% it means that the default font is 16px, hence 1em=16px*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	background-color: #6d9293;
}
html{
font-size:100%/*WinIE6- text resize adjust*/
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, form{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
	text-decoration: none;
	color: #BD9C5A;
}
a:hover {
	color: #597A7E;
	text-decoration: underline;
}
.top-page {
	font-size: 0px;
	color: #FFFFFF;
	height: 0px;
	width: 0px;
}
/*End setting page default*/ 

#Container {/*this is the box which surrounds the whole page and the font size is set at .75em or 12px*/
	margin: auto;
	font-size: .75em;
	line-height: 1.6em;
	border: .25em solid #FF8843;
	padding-top: .83em;
	padding-right: 1.67em;
	padding-bottom: .83em;
	padding-left: 1.67em;
	background-color: #FFFFFF;
	width: 63.34em;
}

*html #Container {/*IE earlier than 6 hack*/
	width: 70em;
	w\idth: 66,67em;
}

#Container #banner {/*top of page with the titles of articles and the Mosaic plus logo*/
	background-image: url(../Images-permanent/Mosaic-month-navigation-back.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	height: 10.83em;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1030;
	margin-bottom: 0em;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#Container #banner .month img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Container .month-issue {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6D9293;
	text-align: center;
	padding: 0.2em;
	margin-top: 2em;
	margin-bottom: 0em;
	border: 1px solid #6D9293;
}



/*start main section*/


#Container .inside {/*light green box with main test*/
	padding-right: 0.8em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
	border: 1px solid #597A7E;
	padding-top: .4em;
	color: #577475;
}
#Container   .inside     .top  {
	font-size: 1em;
	font-weight: normal;
	text-align: right;
}

#Container .inside .li-bullet {/*first level bulleted text with orange bullet*/
	background-image: url(../Images-permanent/bullet-orange.gif);
	background-repeat: no-repeat;
	background-position: left .5em;
	padding-left: 1em;
	padding-top: 0em;
	text-indent: 0em;
}

#Container .inside .li2-bullet {/*ssecond level bulleted text with green bullet*/
	background-image: url(../Images-permanent/bullet-green.gif);
	background-repeat: no-repeat;
	background-position: left .5em;
	padding-left: 1em;
	text-indent: 0em;
	margin-left: 1em;
}
#Container .inside a {/*setting color for links inside main text*/
	color: #577475;
}

#Container .inside a:hover {/*setting color for links in hover state inside main text*/
	color: #FF8843;
}

#Container .inside p {/*setting the space between paragraphs*/
	margin-bottom: .4em;
}
#Container .inside .section {/*bold orange main header inside the content page*/
	color: #FF8843;
	margin-top: 0.5em;
	font-weight: bold;
	margin-bottom: 0em;
	font-size: 1.2em;
}
#Container .inside li {/*first level bulleted text inside text and content page*/
	text-indent: 1em;
	font-size: 1.1em;
	font-weight: bold;
}
#Container .inside .li2 {/*second level bulleted text inside text and content page*/
	text-indent: 2em;
	font-weight: normal;
}
#Container .inside .img-list {/*orange double-arrow at the end of the list*/
	padding-top: .2em;
	vertical-align: baseline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.clearfloat:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



#Wrapper .description table th {
	font-size: 1.1em;
	color: #194968;
}
#Wrapper .description #listing {
	margin-left: 12px;
	margin-top: 15px;
}
#Wrapper .description {
	width: 712px;
}
#Container   #content  #inside  .toc-ul  {
	margin-left: 0em;
	padding-left: 0px;
	margin-bottom: 0px;
}
#Container #content #inside .toc-ul a {
	color: #577475;
}

#Container   #content  #inside  .toc-ul  .toc-li  {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF8843;
	margin-left: 0px;
	margin-top: .3em;
	margin-bottom: 0px;
	padding: 0px;
}
#Container   #content  #inside  .toc-ul  .toc-li2  {
	font-weight: bold;
	color: #577475;
	margin-left: 2em;
	font-size: 1em;
}
#Container   #content  #inside  .toc-ul  .toc-li3  {
	font-weight: normal;
	margin-left: 3em;
}
#Container #content #inside .toc-ul .top {
	text-align: right;
}
#Container #banner  #archive-row  a {
	color: #FF8843;
}
#Container #banner  #archive-row  a:hover {
	text-decoration:underline;
}#Container #banner #archive-row {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	color: #6D9293;
	font-weight: bold;
	padding-left: 1em;
}

