@import url("../../css/elements.css");

body {
	background-color:#FFF;
	text-align:left;
}

/*************** header *********************/
.header {
	background-color:#99cc00;
 	height:26px;
	padding-left:50px;
}
.header h1 {
	color:#FFF;
	font-size:18px;
	line-height:135%;
	font-weight:normal;
}

/*************** logo *********************/
.logo {
	padding:7px 0 25px 25px;
}

/*************** scroll *********************/
.scroll {
	width:100%;
	height:437px;
	overflow:auto;
}


/*************** content *********************/
.content {
	margin-left:25px;
	width:650px;
}

/*************** help *********************/
.help {
	border-bottom:1px solid #99cc00;
	padding-bottom:10px;
	margin-bottom:10px;
}
.help h2 {
	font-size:1em;
	color:#333;
	margin-bottom:2px;
}
.help .desc {
	width:400px;
	float:left;
}
.help .image {
	float:right;
	width:174px;
	height:138px;
	background-color:#CCC;
}
.help .image .src {
	position:absolute;
	width:174px;
	height:138px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.help .image .frame {
	position:absolute;
	width:174px;
	height:138px;
	background-image:url(../images/frame_help.png);
}
*html .help .image .frame {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/frame_help.png', sizingMethod='crop');
}
.help .links {
	margin:10px 0 0 -30px;
}
.help .links a {
	display:block;
	color:#F60;
	background-image:url(/images/ar_green.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	padding-left:30px;
	margin:7px 0;
}
.help .links a:hover {
	color:#333;
}

.help-menu {
	position:absolute;
	width:260px;
	height:425px;
	border:1px solid #DCDEE5;
	vertical-align:top;
	overflow:auto;
}
.help-menu table {
	clear:both;
	float:left;
}
.help-menu td div {
	height: 20px !important;
}
.help-content {
	position:absolute;
	margin-left:280px;
	width:370px;
	height:425px;
	overflow:auto;
}
.help-content .nav {
	height:27px;
	border-bottom:1px solid #333;
	margin-bottom:5px;
}
.help-content .nav a {
	display:block;
	height:19px;
	color:#FFF;
	text-decoration:none;
}
.help-content .nav a strong {
	float:left;
	display:block;
	height:19px;
	cursor:pointer;
}
.help-content .nav a.prev {
	float:left;
	background:#F60 url(../images/btn-prev2.gif) no-repeat 100% 0;
	padding-right:8px;
}
.help-content .nav a.prev strong {
	background:url(../images/btn-prev1.gif) no-repeat 0 0;
	padding-left:15px;
}
.help-content .nav a.prev-off {
	float:left;
	background:#CCC url(../images/btn-prev2-off.gif) no-repeat 100% 0;
	padding-right:8px;
}
.help-content .nav a.prev-off strong {
	background:url(../images/btn-prev1-off.gif) no-repeat 0 0;
	padding-left:15px;
	cursor:default;
}
.help-content .nav a.next {
	float:right;
	background:#F60 url(../images/btn-next2.gif) no-repeat 0 0;
	padding-left:8px;
}
.help-content .nav a.next strong {
	background:url(../images/btn-next1.gif) no-repeat 100% 0;
	padding-right:15px;
}
.help-content .nav a.next-off {
	float:right;
	background:#CCC url(../images/btn-next2-off.gif) no-repeat 0 0;
	padding-left:8px;
}
.help-content .nav a.next-off strong {
	background:url(../images/btn-next1-off.gif) no-repeat 100% 0;
	padding-right:15px;
	cursor:default;
}
