/* CSS Document for the Golden Orient*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/***************************************** layout of the table ****************************************/
.large_orange {
	font-size: 16px;
	color: #ff5b24;
}

.large_blue {
	font-size: 14px;
	color: #009999;
}

.header{
	background-image:url(images/top_banner.jpg);
	height: 34px;
}

.topmenu {
	background-image:url(images/background_menu.jpg);
	width: 198px;
	height: 138px;
	padding-right: 19px;
	padding-top: 18px;
	font-weight: bold;
	text-align: right;
}

.rotating_image {
	padding-top: 1px;
	padding-bottom: 1px;
}

.features_bar{
	background-image:url(images/background_details.jpg);
	background-repeat:no-repeat;
	width: 217px;
	text-align: center;
}

.features_bar_cell {
	height: 47px;
}

.features_bar_end {
	background-color: #e7dc83;
	background-repeat:repeat-y;
}

.blue_panel_spacer {
	height: 24px;
}


/******************************************** Content section ******************************************/

.content {
	color:#666666;
	font-size: 12px;
	line-height: 21px;
	vertical-align:top;
	padding-top: 24px;
	padding-left: 25px;
	padding-right: 19px;
	width:544px;
}

.right_panel {
	margin-left: 17px;
	width: 214px;
}

.blue_panel {
	background-color:#f3f9fa;
	border-width: 1px;
	border-style:solid;
	border-color:#009999;
	padding-top: 27px;
	padding-left: 22px;
}

.blue_panel_text {
	color:#009999;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

.highlight {
	color: #009999;
	font-weight: bold;
}

.form_tag {
	color: #666666;
	text-align:right;
	vertical-align:top;
}
/* ******************************************  links *******************************************/
.topmenu_text{
	font-size: 11px;
	color: #006666;
	line-height: 18pt;
	text-decoration:none;
}

.topmenu_text:hover{
	font-size: 11px;
	color: #ff5b24;
	line-height: 18pt;
	text-decoration:none;
}

.blue_panel_link {
	color:#009999;
	font-size: 12px;
	line-height: 14px;
}

.topmenu_arrow {
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	font-size: 16px;
}

h1 {
	color:#ff5b24;
	text-decoration:none;
	font-size:18px;
}

.orange_text {
	color:#ff5b24;
	font-weight: bold;
	text-decoration:none;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	background-image:url(images/bullet.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 12px;
}

/*********************************************  footer *********************************************/
.swc {
	color:#666666;
	font-size: 10px;
	text-decoration:none;
	text-align:center;
}
.swc:hover {
	color:#009999;
	font-size: 10px;
	text-decoration:none;
	text-align:center;
}

.contact{
	color: #009999;
	font-weight: bold;
	font-size: 10px;
	padding-left: 5px;	
}
/***********************************************************************************************
	General
***********************************************************************************************/
#contact {
	border:1px solid #009999;
}

.red {
	color: #FF0000;
}

.line hr {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.line-dotted hr {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 0px 0px 3px 0px;
}

.label {
	padding:0px 0px 0px 10px;
}.field {
	padding:5px 10px 5px 0px;
	text-align:left;
}

.button {
	border: 1px solid #009999;
	color:#009999;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 6px 4px 6px;
	cursor: pointer;
	margin:10px;
	text-align:center;
}

.button-small {	
	border: 1px solid #009999;
	color:#009999;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
}

#error {
	border: 1px solid #FF0000;
	color: #FF0000;
	background-color: #EFCFC1;
	text-align: left;
	vertical-align: top;
	padding: 6px;
	margin:10px;
}

#success {
	border: 1px solid #009900;
	color: #009900;
	background-color: #E6FEE6;
	text-align: left;
	vertical-align: top;
	padding: 6px;
	margin:10px;
}

#success a, #success a:hover {
	color: #009900;
}

.unavailable {
	color: #999999;
}

.full {
	width: 98%;
}

#print-holder {
	float: right;
}
