/* *******************************************************
J  a  v  a  c  a  t  z
Filename:   chai_talay.css
Purpose:    This file is created to hold CSS styles of
            Chai Talay.
            Please do not put other styles in this file.
Created by: KY 2008.05.16
******************************************************* */

html, body, form#formpage {
	color: #727171;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin: 0;
}
body {
	margin: 0 auto;
}

a {
	color: #336599;
	text-decoration: underline;
}
* html a {
	position: relative;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

a.button,
a.bigbutton {
	color: #fff !important;
	background-color: transparent;
	background-image: url(../img/button/button.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	display: block;
	float: left;
	position: relative;
	clear: none;
	text-decoration: none !important;
	height: 17px;
	margin: 0 10px 0 2px;
	padding: 0;
	white-space: nowrap;
}
* html a.button {
	height: 17px;
}
*+html a.button {
	height: 17px;
}
a.button span,
a.bigbutton span {
	background-color: transparent;
	background-image: url(../img/button/button.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 0%;
	display: block;
	position: relative;
	margin: 0 -8px 0 10px;
	height: 14px;
	padding: 1px 10px 2px 0;
	white-space: nowrap;
	cursor: pointer;
}
a.button:hover,
a.bigbutton:hover {
	color: #fff !important;
	background-color: transparent;
	background-position: 0% -30px;
}
a.button:hover span,
a.bigbutton:hover span {
	background-position: 100% -30px;
}
* html a.button {
	background-position: 0% 0%;
	width: 6px;
}
* html a.button span {
	background-position: 100% 0%;
	width: 6px;
}
* html a.button:hover {
	background-position: 0% -30px;
}
* html a.button:hover span {
	background-position: 100% -30px;
}
a.button img,
a.bigbutton img {
	border: 0;
	vertical-align: middle;
}

a.bigbutton {
	color: #3D3D3D !important;
	background-image: url(../img/button/bigbutton.gif);
	font-weight: bold;
	height: 26px;
	margin: 0 14px 0 2px;
}
a.bigbutton span {
	background-image: url(../img/button/bigbutton.gif);
	margin: 0 -10px 0 10px;
	font-size: 14px;
	height: 18px;
	padding: 4px 10px 4px 0;
}
a.bigbutton:hover {
	color: #3D3D3D !important;
	background-position: 0% -40px;
}
a.bigbutton:hover span {
	background-position: 100% -40px;
}
* html a.bigbutton {
	background-position: 0% 0%;
	width: 6px;
}
* html a.bigbutton span {
	background-position: 100% 0%;
	width: 6px;
}
* html a.bigbutton:hover {
	background-position: 0% -40px;
}
* html a.bigbutton:hover span {
	background-position: 100% -40px;
}

label.label {
	display: block;
	float: left;
	clear: none;
	margin-top: 2px;
	margin-right: 0.5em;
	min-width: 70px;
}
* html label.label {
	width: 70px;
}
div.field,
input.field,
textarea.field {
	display: block;
	float: left;
	clear: none;
	margin-top: 1px;
}
div.field {
	margin-top: 2px;
}
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;
	max-width: 380px;
}
div.field .radio label {
	margin-right: 10px;
	margin-left: 3px;
}
.form_error {
	color: #f00;
}
.form_error.float {
	display: block;
	float: left;
	clear: none;
	margin-top: 2px;
	margin-left: 7px;
	white-space: nowrap;
}
.field .form_error.float {
	margin-top: 1px;
}
div.field .form_error.float {
	margin-top: 0;
}

table th {
	background-color: #EEE;
	font-weight: bold;
}
table.normal th,
table.normal td {
	padding: 2px 5px;
}
table.border {
	border-collapse: collapse;
}
table.border th,
table.border td {
	border: 1px solid #ddd;
}
table.tableAltRow {
}
table tr.tr_odd th {
	padding: 2px 5px;
}
table tr.tr_odd td {
	background-color: #EEE;
	padding: 3px 5px;
}
table tr.tr_even td {
	background-color: #FFF;
	padding: 3px 5px;
}
table.info {
	width: 100%;
}
table.info th {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 2px 5px;
}
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;
}



.caption_image_full {
	display: block;
	clear: none;
	text-align: center;
	border: 1px solid #DDD;
	margin: 0 0 3px 0;
}
.caption_image_left {
	display: block;
	float: left;
	clear: none;
	border: 1px solid #DDD;
	margin: 0 7px 3px 0;
}
.caption_image_right {
	display: block;
	float: right;
	clear: none;
	border: 1px solid #DDD;
	margin: 0 0 3px 7px;
}
.caption_image_full img {
	margin: 3px;
}
.caption_image_left img,
.caption_image_right img {
	display: block;
	margin: 3px;
}
.caption_image_full .caption,
.caption_image_left .caption,
.caption_image_right .caption {
	font-size: 92%;
	text-align: left;
	margin: 0 5px 3px 5px;
}



a.icon_pdf {
	background-image: url(../img/icon_pdf.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	padding: 2px 0 2px 20px;
}
a.forwardLink {
	background-image: url(../img/bullet_red_arrow_next.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
	padding: 0 10px 0 0;
}
a.backwardLink {
	background-image: url(../img/bullet_red_arrow_prev.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	padding: 0 0 0 10px;
}
.download_description {
	margin: -0.75em 0 1em 20px;
}



/* *** Gallery *** */
.photoGallery {
}
.photoGallery .photoGalleryPadding {
}
.photoGallery .thumbList {
	margin-bottom: 10px;
}
.photoGallery .thumbList .thumb {
	display: block;
	float: left;
	clear: none;
	margin: 0 5px 5px 0;
}
.photoGallery .thumbList .thumb a {
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
}
.photoGallery .thumbList .thumb a img {
	display: block;
	padding: 3px;
	border: 0;
}
.photoGallery .pageList {
	text-align: right;
}
.photoGallery .pageList .pageListPadding {
}
.photoGallery .pageList a {
}
