body {
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #3d454d;
}
* { outline: none; }



/* layout */


.page {
	width: 970px;	
}
.screen {
	width: 970px;
	height: 300px;
	margin: 0 0 10px 0;
	padding: 0;
}
.col01w { width: 190px; }
.col02w { width: 380px; }
.col03w { width: 570px; }
.col05w { width: 970px; }



/* skin */

.col01tab h1, .col02tab h1, .col03tab h1 {
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	color: #fff;
	
	margin: 0;
	padding-left: 20px;
}

.col01bg { background: transparent url(../img/col01bg.jpg) repeat-y center; }
.col01footer { background: transparent url(../img/col01footer.jpg) no-repeat scroll bottom center; height: 27px; }
.col01tab { background: transparent url(../img/col01tab.jpg) no-repeat scroll top center; height: 27px; }
.col01bg02 { background: transparent url(../img/col01bg02.jpg) repeat-y center; }
.col01footer02 { background: transparent url(../img/col01footer02.jpg) no-repeat scroll bottom center; height: 27px; }

.col02bg { background: transparent url(../img/col02bg.jpg) repeat-y center; }
.col02footer { background: transparent url(../img/col02footer.jpg) no-repeat scroll bottom center; height: 27px; }
.col02tab { background: transparent url(../img/col02tab.jpg) no-repeat scroll top center; height: 27px; }

.col03bg { background: transparent url(../img/col03bg.jpg) repeat-y center; }
.col03footer { background: transparent url(../img/col03footer.jpg) no-repeat scroll bottom center; height: 27px; }
.col03tab { background: transparent url(../img/col03tab.jpg) no-repeat scroll top center; height: 27px; }

.col05bg { background: transparent url(../img/col05bg.jpg) repeat-y center; }
.col05footer { background: transparent url(../img/col05footer.jpg) no-repeat scroll bottom center; height: 20px; }
.col05tab { background: transparent url(../img/col05tab.jpg) no-repeat scroll top center; height: 20px; }



/* content */

#content {
	margin: 0px;
	padding: 0px 20px 0px 20px;
	
	font-size: 11px;
	line-height: 15px;
}
#content a {
	color: #3b6e8f;
	text-decoration: underline;
}
#content a:hover {
	color: #79bde8;
}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}



#content p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	
	font-size: 11px;
	line-height: 15px;
}
#content h1 {
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
#content h3 {
	margin: 0;
	padding: 0px 0px 15px 0px;
	
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
#content h5 {
	margin: 0;
	padding: 0;
	
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #3b6e8f;
}
#content .h7 { font-size: 24px; line-height: 30px; font-weight: bold; }



#content .iconArrow {
	padding-left: 19px;
	background: transparent url(../img/icon_arrow.gif) no-repeat scroll left top;
	
	color: #79bde8;
	text-decoration: none;
}
#content .iconDoc {
	display: block;
	background: transparent url(../img/icon_doc.gif) no-repeat scroll left top;
	
	padding-left: 19px;
	margin-bottom: 15px;
	
	color: #3d454d;
	text-decoration: none;
}
#content .iconPrint {
	padding-left: 19px;
	background: transparent url(../img/icon_print.gif) no-repeat scroll left top;

	color: #3d454d;
	text-decoration: none;
}
#content .iconPlus {
	display: block;
	background: transparent url(../img/icon_plus.gif) no-repeat scroll left top;
	
	padding-left: 19px;
	margin-bottom: 15px;
	
	color: #3d454d;
	text-decoration: none;
}
#content .iconDocLink {
	background: transparent url(../img/icon_doc.gif) no-repeat scroll left top;
	padding-left: 19px;
	
	color: #3d454d;
	text-decoration: none;
}
#content .iconMovLink {
	background: transparent url(../img/icon_play.gif) no-repeat scroll left top;
	padding-left: 19px;
	
	color: #3d454d;
	text-decoration: none;
}
#content .iconList {
	display: block;
	background: transparent url(../img/icon_arrow_a.gif) no-repeat scroll left top;
	padding-left: 15px;
}
#content .iconNone {
	display: block;
	padding-left: 19px;
}



#content p.caption, ul.caption {
	font-size: 10px;
	line-height: 12px;
	margin: 9px 0 12px 0;
}
#content .captionlink, #content .captionlink a {
	font-size: 10px;
	line-height: 15px;
	
	text-decoration: none;
}
#content .pms8180 { color: #80909f; text-decoration: none; }
#content .pms292 { color: #79bde8; text-decoration: none; }



#doc { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 15px; }
#doc span { color: #80909f; white-space: nowrap; }
#doc_active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 15px; color: #79bde8; cursor: pointer; }
#doc_active span {  color: #79bde8; white-space: nowrap; }



#list {
	margin-left: 40px;
	margin-bottom: 15px;
}
#list ol {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#list li {
	list-style-type: decimal;
}



#subnav li a {
	display: block;
	background: transparent url(../img/icon_plus.gif) no-repeat scroll left top;
	
	padding-left: 19px;
	margin-bottom: 15px;
	
	color: #3d454d;
	text-decoration: none;
}
#subnav li a:hover {
	display: block;
	background: transparent url(../img/icon_arrow.gif) no-repeat scroll left top;
	
	padding-left: 19px;
	margin-bottom: 15px;
	
	color: #79bde8;
}



/* topnav */

#topnav {
	margin-left: auto;
	margin-right: auto;
	
	width: 970px;
	height: 50px;
}
.logo {
	width: 150px;
	height: 40px;	
	margin: 0px 20px 10px 20px;
}
.topnav {
	width: 480px;
	height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 0px 9px 0px 9px;
	border-left: 1px solid #d9dde2;
	border-right: 1px solid #d9dde2;
}
#detailregion { z-index: -1; }
#detailregion.SlidingPanels {
	width: 280px;
	height: 50px;
}
#detailregion .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
}
#detailregion .SlidingPanelsContent {
	width: 280px;
	height: 50px;
}
#detailregion .img {
	width: 50px;
	height: 30px;
	margin: 10px;
}
#detailregion .caption {
	width: 200px;
	height: 50px;
	margin-top: 6px;
	
	font-size: 10px;
	line-height: 12px;
	color: #80909f;
}



/* footer */

#quicklinks {
	margin: 15px 0;
	
	font-size: 10px;
	line-height: 10px;
	color: #80909f;
}
#quicklinks a {
	color: #80909f;
	text-decoration: none;
	
	padding: 0px 7px 0px 7px;
}
#quicklinks a:hover {
	color: #3d454d;
	text-decoration: none;
}
#quicklinks .qlimg { padding: 0px 4px 0px 4px; }



/* */

.float { float: left; }
.clear { clear: both; }
.center { margin: 0 auto; }
.spacer05 { height: 5px; clear: both; }
.spacer10 { height: 10px; clear: both; }
.spacer15 { height: 15px; clear: both; }
.spacer20 { height: 20px; clear: both; }
.spacer25 { height: 25px; clear: both; }
.br { margin-bottom: 15px; }
.divider {
	height: 15px;
	border-bottom: 1px solid #d9dde2;
	margin-bottom: 14px;
	clear: both;
}
.divider02 {
	height: 14px;
	border-top: 1px solid #d9dde2;
	clear: both;
}
.separator {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #d9dde2;
}
.separator02 { padding: 0 7px; }
.cursor { cursor: pointer; }



.SpryHiddenRegion { visibility: hidden; }
.default { cursor: pointer; }
.hover { color: #79bde8; }
.select { color: #79bde8; }
