body {
	background-color: #fff;
	overflow: auto;
	width: 100%;
}


#content {	
   margin: 0 21 5 6;
}



.nav>li>a {
	padding : 4px 15px !important;
}

li a {
 font-size: 	smaller !important;
}
.clear {
	border: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

#topic_header, #topic_footer,
#toc_header, #toc_footer  {
	padding: 10px;
}

#topic_content,
#toc_content{
	margin: 10px;
}

/* Backgrounds */

#topic_header {
	width:98%; 
	padding: 8px; 
	margin: 10 5; 
	height: 55px;
}

#topic_footer{
	//background: #fff url(../img/footer-bg.png) repeat-x left top;
	margin-top: 20px;
}

/* Topic */

#topic_header_content {
	float: left;
}


#topic_header_nav {
	float: right;
	margin-top: 8px;
}

#topic_header #topic_header_nav img {
	margin-left: 5px;
}

#topic_header a,
#topic_footer a,
#search_results a,
#popupMenu a {
	color: #333;
	text-decoration: none;
}

#topic_header a:hover,
#topic_footer a:hover,
#search_results a:hover,
#popupMenu a:hover{
	text-decoration: underline;
}

#topic_header  h1 {
	color: #0066cc;
	font-size: 18px;
	margin-top: 5px;
}

#topic_footer {
	font-size: 11px;
}

#topic_breadcrumb {
	font-size: 11px;
	margin-top : -8px;
	padding-left : 3px;
}

/* Popup */

#popupMenu {
	background-color: #eee;
	border: 1px solid #999;
	position: absolute;
	padding: 5px;
	webkit-box-shadow: 0px 0px 5px #cccccc;
	-moz-box-shadow: 0px 0px 5px #cccccc;
	box-shadow: 0px 0px 5px #cccccc; 
}

#popupMenu a{
	display: block;
	margin: 5px 10px 2px 5px;
}

.close-button{
	color: #666;
	cursor: hand;
	cursor: pointer;
	float: right;
	font-size: 10px;
	position: relative;
	top: -5px;
	right: -3px;
}

/* Search highlight */

.highlight {
	background-color: yellow;
}

#watermark{
   background:url(../img/mco_sign.jpg) no-repeat; 
   width: 100px;
   height: 100px;
   position: fixed;
   bottom: 0;
   right: 120px;
   opacity: 0.15;
   filter: alpha(opacity=15); /* For IE8 and earlier */
   display : none;
}		

#mcoImg{
   /* width: 200px;
   height: 90px; */
}	


span.rvts7 {
	font-size : 18pt !important;
}

div>a {	
	font-weight : bold;
}

img {
//	width : 100%;
}

.middle {
    position: relative;
	left:	70px;
    color: #337ab7;
	font-weight : bold;
	margin-top: 10px;
}	

.hr_manual {
	margin-top :0px;
	margin-bottom: 0px;
	border: 0 !important;
    border-top: 1px solid #E2DCDC !important;
}


.standartTextColor {
	color: #337ab7 !important; 
}


h2.wn{
	font-size: 18px;
	margin-top: 25px;
	font-family: 'cambria';
    font-weight: bold;
    color: #0066cc;
	text-transform: capitalize;
}


img.wn {
    margin: auto;    
    padding: 10px;
	width:80%;
}

img.wn-60 {
    margin: auto;    
    padding: 10px;
	width:60%;
}

.rvts8.wn {
	margin-left:5em
}

ul.wn {
	margin-left:5em
}

#index .nav>li>a:focus, #index .nav>li>a:hover{
	border-radius: 5px;
}


.selected {
	color :red;
}
