/*



JADS Original Style



*/



/* ------------------------------

__Initialize

------------------------------ */



body,div,dl,dt,dd,ul,ol,li,

h1,h2,h3,h4,h5,h6,

pre,form,fieldset,input,textare,

p,blockquote,th,td {

	margin: 0;

	padding: 0;

}



html {

	overflow-y : scroll;

	height: 100%;

}





h1,h2,h3,h4,h5,h6 {

	font-weight: normal;

	font-size: 1em;

}



ol,ul { list-style: none; }



fieldset, img, hr {

	border: 0;

}



hr {

	border: none;

}



a:link,a:visited,a:active {

	outline: none;

}



a {

	color: #666666;

}



table {

	border-collapse:collapse;

	border-spacing: 0;

}



caption,th {

	text-align: left;

	font-weight: normal;

}



address,caption,cite,code,dfn,em,strong,th,var {

	font-style: normal;

}



.hidden {

	visibility: hidden;

	font-size: 1px;

	height: 1px;

}



.prt {

	visibility: hidden;

	font-size: 1px;

}



.right {

	text-align:right;

}



.clr {

	clear: both;

}



.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}



.clearfix {display: inline-table;}



/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix {display: block;}

/* End hide from IE-mac */





/* ------------------------------

__Spacing

------------------------------ */



.section {

	padding-bottom: 30px;

	padding-right: 10px;

	padding-left: 10px;

}



.subsection {

	margin-bottom: 18px;

	clear: both;

}



.subsection p {

	margin-bottom: 1em;

}





/* Global ---------------------------------------------------------------- */



body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 86%;

	font-style: normal;

	font-weight: normal;

	font-variant: normal;

	line-height: 1.7;

	color:#333333;

	margin: 0px;

}



/* Header */



#bodylayout {

	width: 800px;

	margin-left: auto;

	margin-right: auto;

	background-image: url(../images/bodylayout.gif);

	background-repeat: repeat-y;

	background-position: center;

	height: 100%;

}



#header {

	width: 780px;

	height: 70px;

	background-image: url(../images/header.gif);

	background-repeat: no-repeat;

	margin-left: 10px;

	margin-right: 10px;

}



#header-name,#header-description {

	height: 1px;

	font-size: 1px;

	visibility: hidden;

}









/* Navigation ----------------------------------------------------------------- */





/* Contents Navigation */



.content-nav {

	font-size: 0.8em;

	height: 20px;

	margin-left: 40px;

	margin-right: 40px;

	border-bottom: 1px solid #CCCCCC;

	background-image: url(../images/gohome.gif);

	background-repeat: no-repeat;

	padding-left: 7px;

	background-position: 0px 4px;

}



h1#gohome {

	position: absolute;

	left: 10px;

	top: 0px;

}



h1#gohome a {

	width: 250px;

	height: 50px;

	display: block;

}



.navto {

	text-align: right;

	padding-right: 40px;

	padding-bottom: 10px;

}



.content-header-text {

	padding-right: 40px;

	padding-left: 60px;

	padding-bottom: 10px;

}







/* Content ---------------------------------------------------------------- */



#content {

	background-image: url(../images/content.jpg);

	background-repeat: no-repeat;

	margin-left: 10px;

	margin-right: 10px;

}



#content-body {

	margin-left: 40px;

	margin-right:40px;

	padding: 40px;

	background-color: #FFFFFF;

	background-image: url(../images/content-body.gif);

	background-repeat: repeat-x;

}



#content-header h2 {

	margin-left: 40px;

	margin-top: 10px;

}



.library-header1 {

	margin-left: 40px;

	margin-right:40px;

	background-color: #FFFFFF;

	background-image: url(../images/library-header1.gif);

	background-repeat: repeat-x;

	padding-top: 35px;

	height: 90px;

	border-top: 1px solid #CCCCCC;

	border-right: 1px solid #CCCCCC;

	border-left: 1px solid #CCCCCC;

	}



.library-header2 {

	margin-top: 40px;

	margin-left: 40px;

	margin-right:40px;

	background-color: #FFFFFF;

	background-image: url(../images/library-header2.gif);

	background-repeat: repeat-x;

	padding-top: 35px;

	height: 90px;

	border-top: 1px solid #CCCCCC;

	border-right: 1px solid #CCCCCC;

	border-left: 1px solid #CCCCCC;

}



.library-body {

	background-color: #FFFFFF;

	clear: both;

	padding-top: 20px;

	padding-bottom: 40px;

	padding-left: 20px;

	padding-right: 20px;

	margin-right: 40px;

	margin-left: 40px;

	border-top: none;

	border-right: 1px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;

	border-left: 1px solid #CCCCCC;

}



.tablist li {

	display :inline;

	float: left;

}





/* Basic Text Deco */



a {

	color: #006600;

	text-decoration: none;

}



a:hover {

    color: #006600; 

	text-decoration: underline;

}



.bold {

	font-weight: bold;

}



.underline {

	text-decoration: underline;

}



.font8 {

	font-size: 0.8em;

}



.font11 {

	font-size: 1.1em;

}



.right {

	text-align: right;

}



.center {

	text-align: center;

}



.green {

	color: #009900;

}



.clear {

	clear: both;

}



li {

	margin-top: 3px;

	margin-bottom: 5px;

}



.heading-a {

	color: #006600;

	padding-left: 6px;

	margin-bottom: 5px;

	font-weight: bold;

	border-left-width: 4px;

	border-left-style: solid;

	border-left-color: #006600;

}



.heading-b {

	color: #FFFFFF;

	background-color: #579ACC;

	padding-left: 3px;

	margin-top: 3px;

	height: 1.5em;

}



.glink1 {

	background-image: url(../images/glink1.gif);

	background-repeat: no-repeat;

	padding-left: 10px;

	margin-left: 3px;

	background-position: 0px 2px;

}







/* Customize Text Deco */





.gotop {

	text-align: right;

	font-size: 0.9em;

}



.textbox {

	background-color: #FFFFFF;

	padding: 10px;

	margin-top: 30px;

	margin-bottom: 15px;

	border: 1px solid #D5D5D5;

}



.tbl1 {

	text-align: center;

	width: 500px;

	margin-top: 15px;

	margin-bottom: 20px;

}







/* Footer ----------------------------------------------------------------- */



#footer {

	text-align: center;

	background-image: url(../images/footer.gif);

	background-repeat: no-repeat;

	background-position: center;

	width: 100%;

	padding-top: 60px;

}







#footer address {

	font-size: 0.9em;

	color: #757575;

	font-style: normal;

}


/* 100414add ----------------------------------------------------------------- */


.number{
	padding:5px;
	margin:0 0 10px 40px;
	border:1px solid #42a401;
	width:290px;
	text-align:center;
	background:#fafff2;
	font-size: 1.1em;
}

.update{
	padding:5px 15px;
	margin:0 0 10px 40px;
	border:1px solid #cccccc;
	width:480px;
	text-align:left;
	background:#fffcfc;
	font-size: 1.1em;
}

