#ask,#manage,#grade{padding:10px; margin-bottom:10px}
#helpbody li,p{line-height:180%;}
#helpbody .top{ text-align:right; font-size:12px; margin-top:5px; clear:both;}

#helpbody{ color:#333;padding:10px; font-size:14px;margin:0 auto 0 auto;}
#helpbody .content{ border-bottom:1px  dashed #D9D9D9;padding-top:5px;}
#helpbody .content img{border:#eee 1px solid; padding:1px ; background:#79A7E2; float:right; margin-left:20px}
#helpbody .content p{ padding-left:20px;}
#helpbody .content .title{padding-left:0px;color:green; font-weight:bold;}
#helpbody .content ol,.content ul{padding-left:50px}


#helpbody .red{color:#CC0000; font-weight:bold;}

#helpbody table{
	border:#eee 2px solid; padding:1px ; background:#79A7E2; width:80%; 
	margin:0 auto 0 auto;
}
#helpbody table td{ background:#fff;text-align:center; padding:3px;}
#helpbody table thead td{color:#1C60B7;font-weight:bold;background-color: #F2F8FD;}



.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	width: 70px;
	height: 25px;
	background-image: url( "../images/tab.png" );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: hand;
	margin: 1px 10px 1px 0px;
	padding: 3px 0px 0px 0px;
	border: 0;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
	font-size:12px; 
	font-weight: normal;font-weight:bold;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 74px !important;
	height: 25px !important;
	background-image:	url( "../images/tab_active.png" ) !important;
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 4;
	padding:	2px 0px 0px 0px;
	margin: 1px 10px -3px 0px;
	top: -2px;
}
.dynamic-tab-pane-control .tab-row .tab a {
	color:#0D4EA0;
	text-decoration: none;
	cursor: hand;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	width: 70px;
	height: 25px;
	background-image:	url( "../images/tab_hover.png" );
	background-repeat: no-repeat;
}
.dynamic-tab-pane-control .tab-page {

	border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	z-index: 2;
	position: relative;
	top: -7px;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:	5px;
	width: 97%;  /* stupid stupid stupid IE!!! */
	float: left;

}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}
