/* *******************************************************
J  a  v  a  c  a  t  z
Filename:   [project].css
Purpose:    This file is created to hold CSS styles of
            the project.
            Please do not put other styles in this file.
Created by: KY 2009.11.25
******************************************************* */
@import "page.css";
@import "header.css";
@import "topnav.css";
@import "pageBanner.css";
@import "mainContent.css";
@import "side.css";
@import "main.css";
@import "footer.css";

html, body {
	color: #fff;
	background-color: #111;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}
body#homepage {
	color: #C9C9C9;
	line-height: 1.4em;
}
form#formpage,
form#frmPage {
	text-align: center;
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 0.6em;
}

a {
	color: #ddd;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
h1 {	/* site title */
	font-size: 200%;
	margin-bottom: 0.5em;
}
h2 {	/* site subtitle */
	font-size: 150%;
	margin-bottom: 0.5em;
}
h3 {	/* page title */
	color: #0093C9;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 10px;
}
h3 .button,
h3 .button2 {
	margin-top: 17px;
}
h4 {	/* content heading */
	color: #0093C9;
	font-family: "Times New Roman", Times, serif;
	font-size: 142%;
	font-weight: normal;
	margin-bottom: 0.6em;
}
h5 {	/* content subheading */
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 129%;
	font-weight: normal;
	margin-bottom: 0.6em;
}
h6 {
	font-size: 100%;
	margin-bottom: 1em;
}



/* *** button *** */
.button,
.button2,
.smallbutton,
.bigbutton,
.bigbutton2 {
	color: #fff !important;
	background-color: transparent;
	background-image: url(../img/button/button.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	display: block;
	float: left;
	position: relative;
	clear: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none !important;
	letter-spacing: normal;
	height: 24px;
	margin: 0 20px 0 0;
	padding: 0;
	white-space: nowrap;
	cursor: pointer;
}
.button2 {
	background-image: url(../img/button/button2.png);
}
* html .button {
	background-image: url(../img/button/button.gif);
}
* html .button2 {
	background-image: url(../img/button/button2.gif);
}
.smallbutton {
	color: #636363 !important;
	background-image: url(../img/button/smallbutton.gif);
	font-size: 11px;
	height: 16px;
	margin: 0 5px 0 0;
}
.bigbutton,
.bigbutton2 {
	color: #fff !important;
	background-image: url(../img/button/bigbutton.gif);
	font-size: 14px;
	height: 28px;
	margin: 0 10px 0 3px;
}
.bigbutton2 {
	background-image: url(../img/button/bigbutton2.gif);
}
.button span,
.button2 span,
.smallbutton span,
.bigbutton span,
.bigbutton2 span {
	background-color: transparent;
	background-image: url(../img/button/button.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0%;
	display: block;
	position: relative;
	text-align: center;
	line-height: 24px;
	margin: 0 -5px 0 5px;
	height: 24px;
	min-width: 50px;
	padding: 0 20px 0 15px;
	white-space: nowrap;
	cursor: pointer;
}
.button2 span {
	background-image: url(../img/button/button2.png);
}
* html .button span {
	background-image: url(../img/button/button.gif);
}
* html .button2 span {
	background-image: url(../img/button/button2.gif);
}
.smallbutton span {
	background-image: url(../img/button/smallbutton.gif);
	line-height: 14px;
	height: 14px;
	min-width: 30px;
	margin: 0 -3px 0 10px;
	padding: 1px 10px 1px 0;
}
.bigbutton span,
.bigbutton2 span {
	background-image: url(../img/button/bigbutton.gif);
	line-height: 18px;
	height: 18px;
	margin: 0 -10px 0 10px;
	padding: 5px 10px 5px 0;
}
.bigbutton2 span {
	background-image: url(../img/button/bigbutton2.gif);
}
.button:hover,
.button2:hover,
.smallbutton:hover,
.bigbutton:hover,
.bigbutton2:hover {
	color: #fff !important;
	background-color: transparent;
	background-position: 0% -30px;
}
.bigbutton:hover,
.bigbutton2:hover {
	color: #fff !important;
	background-position: 0% -40px;
}
.button:hover span,
.button2:hover span,
.smallbutton:hover span {
	background-position: 100% -30px;
}
.bigbutton:hover span,
.bigbutton2:hover span {
	background-position: 100% -40px;
}
* html .button,
* html .button2,
* html .smallbutton,
* html .bigbutton,
* html .bigbutton2 {
	width: 30px;
}
* html .button span,
* html .button2 span,
* html .smallbutton span,
* html .bigbutton span,
* html .bigbutton2 span {
	width: 30px;
}
.button img,
.button2 img,
.smallbutton img,
.bigbutton img,
.bigbutton2 img {
	border: 0;
	vertical-align: middle;
	cursor: pointer;
}
.button.float_right,
.button2.float_right,
.smallbutton.float_right,
.bigbutton.float_right,
.bigbutton2.float_right {
	float: right;
}

.button.form,
.button2.form {
    margin: 10px 0 0 127px;
}

label.label {
	display: block;
	float: left;
	clear: none;
	margin-top: 2px;
	margin-right: 0.5em;
	margin-bottom: 3px;
	width: 120px;
	text-align: left;
}
label.label_sub {
    margin-left: 15px;
    width: 140px;
}
div.field_sub div.field_sub label.label_sub {
    width: 125px;
}
* html label.label {
	width: 120px;
}
div.field,
input.field,
textarea.field {
	display: block;
	float: left;
	clear: none;
	margin-top: 1px;
	margin-bottom: 3px;
}
div.field {
	margin-top: 2px;
	margin-bottom: 3px;
}
div.field_sub {
    margin-left: 15px;
}
div.field_sub select {
    float: none;
    display: inline-block;
}
div.field div.field {
    margin-bottom: 0;
}
div.field label.label {
    margin-bottom: 0;
}
input.field {
    vertical-align: middle;
}
input, textarea {
	font-size: 11px;
}
.field select {
	display: block;
	float: left;
	clear: none;
	font-size: 11px;
	margin-top: -2px;
}
.field select.normal {
	display: inline;
	float: none;
}
div.field .radio {
	margin-top: -2px;
}
div.field .radio input {
    vertical-align: middle;
    width: 13px;
    height: 13px;
}
div.field .radio label {
    margin: 0 10px 0 2px;
    vertical-align: middle;
}
textarea.text {
    width: 300px;
    height: 70px;
}
div.field input, div.field label {
    vertical-align: middle;
}
div.field .error {
    color: #ff0000;
    margin-left: 5px;
}
.form_error.float {
	float: left;
	clear: left;
	margin-top: 2px;
	margin-left: 7px;
	margin-left: 145px;
	width: 285px;
}
.field .form_error.float {
	margin-top: 1px;
}
div.field .form_error.float {
	margin-top: 0;
}
div.form_note {
    margin: 10px 0 5px;
}
div.form_note_2 {
    margin: 0 0 15px;
}

table th {
	color: #fff;
	background-color: #333;
	font-weight: bold;
}
table td {
}
table.normal th,
table.normal td {
	padding: 2px 5px !important;
}
table.border {
	border-collapse: collapse;
}
table.border th,
table.border td {
	text-align: left;
	border: 1px solid #ccc;
}
table.tableAltRow {
}
table tr.tr_odd th {
	padding: 2px 5px !important;
}
table tr.tr_odd td {
	background-color: #CBC7BC;
	padding: 2px 5px !important;
}
table tr.tr_even td {
	background-color: #f5f5f5;
	padding: 2px 5px !important;
}
table.bigpadding tr th,
table.bigpadding tr td {
	padding: 8px 12px !important;
}

table.info {
	width: 100%;
}
table.info th {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 2px 5px !important;
}
table.info td {
	vertical-align: top;
	padding: 2px 5px 10px 0;
}
table.info td.label {
	text-align: left;
	font-weight: bold;
	min-width: 0;
}
* html table.info td.label {
	width: 0;
}
table.info td.label.padding {
	padding-left: 5px;
}

table.columnContent {
	table-layout: fixed;
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.columnContent td {
	padding: 10px 8px;
}

table.halfList {
	table-layout: fixed;
	width: 100%;
	padding: 0;
	margin: 1em 0;
	border-collapse: collapse;
}
table.halfList tr {
}
table.halfList td {
	background-color: #fff;
	padding: 10px 8px;
	border-top: 1px solid #DBDBDB;
}
table.halfList h6 a {
	text-decoration: none;
}
table.halfList a {
	text-decoration: underline;
}

.caption_image_full {
	display: block;
	clear: none;
	text-align: center;
	border: 5px solid #fff;
	margin: 0 0 3px 0;
}
.caption_image_left {
	display: block;
	float: left;
	clear: none;
	border: 5px solid #fff;
	margin: 0 9px 3px 0;
}
.caption_image_right {
	display: block;
	float: right;
	clear: none;
	border: 5px solid #fff;
	margin: 0 0 3px 9px;
}
.caption_image_full img {
	display: block;
	margin: 0 auto;
}
.caption_image_left img,
.caption_image_right img {
	display: block;
	margin: 0;
}
.caption_image_full .caption,
.caption_image_left .caption,
.caption_image_right .caption {
	color: #333;
	background-color: #fff;
	font-size: 92%;
	text-align: left;
	margin: 0 5px 3px 5px;
}

.highlight {
	color: #fff;
	font-size: 118%;
	font-weight: bold;
	line-height: 1.5em;
}
.fineprint {
	font-size: 90%;
}
.fineprint2 {
	font-size: 84%;
}
.largeprint {
	font-size: 118%;
}
.largeprint2 {
	font-size: 135%;
}



/* *** item list *** */
.itemThumbs {
}
.itemThumbs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.itemThumbs { display: inline-block; }
/* Hides from IE-mac \*/
* html .itemThumbs { height: 1%; }
.itemThumbs { display: block; }
/* End hide from IE-mac */
.itemThumbs a.item {
	display: block;
	float: left;
	position: relative;
	clear: none;
	text-align: center;
	width: 100px;
	height: 115px;   /* 150 */
	margin: 0 10px 5px 0;
	overflow: hidden;
	cursor: pointer;
}
.itemThumbs a.item:hover {
	text-decoration: none;
}
.itemThumbs a.item.current {
}
.itemThumbs .item .thumb {
	display: block;
	background-color: #000;
	width: 55px;
	height: 55px;
	padding: 0;
	margin: 0 auto 5px auto;
	border: 1px solid #757575;
}
.itemThumbs .item img {
	width: 55px;
	height: 55px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.itemThumbs .item span {
	display: block;
}

.itemDetails {
	margin: 0 0 0 240px;
}
.itemDetails img.itemImage {
	float: left;
	margin-left: -240px;
	max-width: 230px;
}



.pageSharing {
	clear: both;
	display: block;
	color: #999;
	line-height: 16px;
	text-align: left;
	width: 100%;
	padding-top: 3em;
}
.pageSharing a {
	background-image: url(../img/ico_share.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 1px 50%;
	color: #999;
	line-height: 16px;
	padding: 0 3px 0 18px;
}
.pageSharing a:hover {
	background-color: #333;
	text-decoration: none;
}



.languageSwitch {
	position: absolute;
	top: 5px;
	right: 50px;
	/*
	background-image: url(../img/bullet/bullet-arrow-right.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	*/
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 0;
	z-index: 100;
}
.languageSwitch a {
	color: #9E9E9E;
}
.languageSwitch a:hover {
	color: #fff;
	text-decoration: none;
}
