/* CSS text_topic.css*/
/*Version 2.3 3-17-09*/

p {
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 18px;
}

#mm-pd {
	margin-top: 2px;
	margin-left: 15px;
	margin-bottom: 25px;
	background-color: #fff;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	min-width: 360px;
	text-align: left;
}

/* START NAVBAR STYLES */

#navbox { 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 28px; 
	float: left; 
	padding-top: -2px; 
	border-bottom: 1px solid #939393;
	background-color: #2D3237;
	z-index: 99;
}

.gradient {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d1d1d1), color-stop(0.5, #d1d1d1));
	-webkit-background-origin: border;
}

#navleftbox {
	position: relative;
	font-size: 10px; 
	position: absolute; 
	top: -1px;
	left: 15px 
}

#navrightbox {
	float: right;
	position: relative;
	top: -2px;
	font-size: 10px;
	margin-right: 24px; 
}

.navlink_left {
	color: #FFF; 
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	vertical-align: top;
}

.navlink_right {
	color: #FFF;
	font-weight: normal;
	line-height: 12px;
	margin-left: 8px;
	margin-top: 9px;
	text-align: right;
	vertical-align: top;

 }


/* End Navbar styles */

/* START HEADER AREA STYLES */

#headerbox {
	margin-top: 46px;
	margin-bottom: 23px;
	padding-right: 6px;
}

h1 {
	color: #fff;
	background-color: #3a52a4;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 6px; padding-left: 3px; padding-top: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
}

.subh1 {
	color:555;
	font-style:italic;
	margin-top: 6;
}

#iconbox {
	margin-bottom: 0px;
	float: left;
}

#iconimg {
	padding-top: 6px;
}

#pagetitle {
	border: solid 1px #fff;
	margin-left: 40px;
	margin-right: 25px;
}

/* End Header Area Styles */

/* EMBEDDED/INLINE LINK STYLES */

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #224499;
}

/* End Embedded/Inline Link Styles */

/* START introframe and OUTROBOX STYLES*/

#introframe, #outrobox {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 14px;
	margin-bottom: -2px;
}


.introtext, .outrotext {
	font-size: 13px;
	margin-left: 42px;
	margin-right: 15px;
	margin-bottom: 12px;
}

/* End introframe Styles */

/* START GROUPBOX STYLES */
.groupbox {
	clear: both;
	position: relative;
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left: 42px;
	margin-right: 30px;
	background-color: #FFFFFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0px 2px 4px #CCCCCC;
	-moz-box-shadow: 0px 2px 4px #CCCCCC;
	border: 1px solid #d7d7d7;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 6px;
}

/*Frame for text inside the groupbox*/
.bodyframe {
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-right: inherit;
	list-style-type: square;
}

/*Shaded title*/
.bodytitle {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-left: 42px;
	margin-right: 0px;
	margin-top: 6x;
	margin-bottom: 0px;
	background-color:#888;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 4px;
}

/*Title like H3*/
.bodytitle2 {
	color: #555;
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 45px;
	margin-bottom: 6px;
	padding-bottom: 6px; padding-left: 6px; padding-top: 6px;
}

/*for body text or as a div for lists - indents them inside the bodyframe */
.bodyitem {
	margin-left: 52px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 12px;
}

/*For TOC entries paragraph style*/
.tocitem {
	margin-left: 25px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.bodyimg { 
	vertical-align: middle;
	margin-top: 12px; 
	margin-bottom: 12px; 
}

p.bodyimgcontent { 
	text-align:center; 
	font-style:italic;
}

ul li:before {
   content: counter(mycounter, square) "";
    color : #555;
    font-size : 100%;
    position: relative;
    top: -.05em;
    float: left;
    margin-right : .25em;
    margin-left : -1.2em;
    margin-bottom: 0em;
} 

.bodylistbulleted li {
	color: #333;
	font-family: Arial, sans-serif;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	left: -25px;
	line-height: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
	text-indent: 0;
	text-align: left;
	width: 100%;
}

.bodylistparagraph, p.bodylistparagraph {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
	margin-top: 9px;
	padding-bottom: 0px;
	position: relative;
	text-indent: 0px;
	left: -3px;
	top: 0px;
}

/* End groupbox Styles */


/* START groupbox PADDING */

.groupboxpad {
	clear: both;
	position: relative;
	margin-top: 18px;
	font-size: 1px;
	line-height: 1px;
}

/* End groupbox Padding */


/* START RULE STYLES*/

.rule {
	margin-top: 24px;
	margin-bottom: 0px;
}

hr {
	background-color: #F6F6F6;
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	border-top: 1px solid ##C6CBD1;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 8px;
}

/* End Rule Styles */

/* RELATED TOPICS STYLES */

#relatedframe {
	margin-left: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
}

.relatedhead {
	color: #555;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin-left: 42px;
	margin-top: 20px;
	margin-bottom: 4px;
	text-align: left;
}


.relatedlink {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 67px;
}


/* START FEEDBACK STYLES */

#feedbackbox {
	margin-top: 20px;
	margin-bottom: 0px;
	background-color:#D5D8D2;

}

.feedbacklink {
	color: #555;
	padding-top: 10px;
	padding-bottom:10px;
	margin-bottom: 1px;
	text-align: center;
}

/* End Feedback Styles */
