/************ div content ************/

/* list-/detail pageNavi table */
#pgNavi {
	color: #858585;
	background-color: #EAEAEA;
	width: 100%;
	padding: 2px;
}

/* list subNavi table */
#subNavi {
	background-color: #CCCCCC;
	width: 100%;
	padding: 2px;
}

div#content h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: solid #CCCCCC 2px;
}
div#content h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: solid #CCCCCC 1px;
}
div#content h3 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #51A126;
}
div#content p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
div#content a:link, div#content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #41811F;
}
div#content a:hover, div#content a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #51A126;
}
.imgtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}
.imgtable td {
	font-size: 11px;
	padding: 2px;
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/************ div right ************/
div#right h2 {
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	background-image: url(../images/right_h2_bg.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}
div#right p {
	margin-left: 3px;
	margin-right: 3px;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	font-size: 10px;
	font-weight: normal;
}
div#right img {
	margin-left: 3px;
}
div#right a:link, div#right a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #41811F;
}
div#right a:hover, div#right a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #51A126;
}

/************ sub divs ************/
.agb-txt {
	display: block;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* global button style */
.button {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #41811F;
	border-right: 1px solid #316017;
	border-top: 2px solid #51A126;
	border-left: 2px solid #51A126;
	border-bottom: 1px solid #316017;
	padding: 2px;
}

/* global input style */
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

