
/* CSS Document */

body {
	background-color: #00abfb;
	background-image: url(images/custom/body_tile_top.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

body, td, input, div, p {
	font-family: Tahoma, Arial, Sans-Serif;
	color: #000000;
	font-size: 11px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #00acfd;
	margin: 0px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #223455;
	margin: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #223455;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.login {
	background-image: url(images/custom/input_field_bg.jpg);
	width: 175px;
	height: 20px;
	overflow: hidden;
}

.login input {
	border: 0px;
	background: none;
	width: 175px;
	height: 20px;
	padding-left: 3px;
	padding-top: 3px;
}

.home_main_panel {
	/*min-height: 420px;*/
	margin-bottom: 20px;
}
* html .home_main_panel { /*height: 430px;*/ }

.error { color: #990000; }

input.submit {
	border: none;
	background: none;
	background-image: url(images/custom/button_login.jpg);
	width: 90px;
	height: 21px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 3px;
}

input.create_account {
	border: none;
	background: none;
	background-image: url(images/custom/button_createaccount.jpg);
	width: 178px;
	height: 21px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 3px;
}

a { color: #088bcc; }

a:hover {
	color: #1172aa;
	text-decoration: none;
}

.title {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	color: #088bcc;
	font-weight: bold;
}

.field_title {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	color: #088bcc;
	font-weight: bold;
	text-align: left;
}

.dotted_line {
	height: 1px;
	background-image: url(images/custom/dotted_line_tile.jpg);
	background-repeat: repeat-x;
}

#Frame {
	width: 917px;
	background-image: url(images/custom/frame_tile.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	margin: auto;
	text-align: left;
}

#Frame #Top {
	width: 917px;
	background-image: url(images/custom/frame_bg_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#Frame #Bottom {
	width: 917px;
	background-image: url(images/custom/frame_bg_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#Frame #ContentContainer {
	min-height: 752px;
	width: 788px;
	margin-left: 67px;
}

* html #ContentContainer { height: 752px; } /* For IE */

#Content { }

#LanguageBar {
	height: 18px;
	text-align: right;
}

#TrailerAndNav {
	margin-top: 84px;
	height: 241px;
	width: 780px;
	background-image: url(images/custom/flash_panel_tile.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin-left: 2px;
}

#TrailerAndNav .bgLeft {
	height: 241px;
	background-image: url(images/custom/flash_panel_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#TrailerAndNav .bgRight {
	height: 241px;
	background-image: url(images/custom/flash_panel_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#TrailerAndNav .trailer {
	margin-left: 5px;
	margin-top: 5px;
	width: 770px;
	height: 189px;
}

#TrailerAndNav .nav {
	margin-left: 5px;
	margin-top: 3px;
	width: 770px;
	height: 34px;
}

#TrailerAndNav .nav td div.button {
	border: 1px solid #1e6696;
	background-image: url(images/custom/flash_panel_btn.jpg);
	padding: 9px 10px 9px 10px;
	font: 12px Tahoma, Arial, Sans-Serif;
	text-align: center;
	height: 16px; /* for firefox */
	cursor: pointer;
}

#TrailerAndNav .nav td a { text-decoration: none; }

#TrailerAndNav .nav td a div { color: #ffffff; }

#TrailerAndNav .nav td a:hover div, #TrailerAndNav .nav td a.selected div {
	background-image: url(images/custom/flash_panel_btn_over.jpg);
	color: #f6ff00;
}

#TrailerAndNav .nav td div.search {
	border: 1px solid #1e6696;
	background-image: url(images/custom/flash_panel_btn.jpg);
	height: 34px;
}

/* temporarily hide the search */
#TrailerAndNav .nav td div.search form { display: none; }

#TrailerAndNav .nav td div.search .searchField {
	width: 161px;
	height: 25px;
	background: none;
	background-image: url(images/custom/search_field_bg.jpg);
	overflow: hidden;
	float: left;
}

#TrailerAndNav .nav td div.search .searchField input {
	width: 161px;
	height: 25px;
	border: 0px;
	background: none;
	padding: 3px;
	padding-top: 5px;
	font-weight: bold;
	color: #ffffff;
}

#TrailerAndNav .nav td div.search .searchButton {
	width: 31px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#TrailerAndNav .nav td div.search .searchButton .input {
	width: 31px;
	height: 25px;
	border: 0px;
	background: none;
	background-image: url(images/custom/search_field_bg.jpg);
	padding: 0px;
	margin: 0px;
}

.panel { position: relative; }

.panel .border_left {
	width: 9px;
	background-image: url(images/custom/content_panel_left_tile.jpg);
	background-repeat: repeat-y;
}

.panel .border_right {
	width: 9px;
	background-image: url(images/custom/content_panel_right_tile.jpg);
	background-repeat: repeat-y;
}

.panel .border_top {
	height: 9px;
	background-image: url(images/custom/content_panel_top_tile.jpg);
	background-repeat: repeat-x;
}

.panel .border_bottom {
	height: 9px;
	background-image: url(images/custom/content_panel_bottom_tile.jpg);
	background-repeat: repeat-x;
}

.panel .corner_top_left {
	width: 9px;
	height: 9px;
	background-image: url(images/custom/content_panel_top_left_bg.jpg);
}

.panel .corner_top_right {
	width: 9px;
	height: 9px;
	background-image: url(images/custom/content_panel_top_right_bg.jpg);
}

.panel .corner_bottom_left {
	width: 9px;
	height: 9px;
	background-image: url(images/custom/content_panel_bottom_left_bg.jpg);
}

.panel .corner_bottom_right {
	width: 9px;
	height: 9px;
	background-image: url(images/custom/content_panel_bottom_right_bg.jpg);
}

.panel .panel_content { background-color: #ffffff; }

.subscribeField {
	float: left;
	margin-top: 5px;
	margin-left: 1px;
	width: 143px;
	height: 26px;
	background-image: url(images/custom/subscribe_field_bg.jpg);
	overflow: hidden;
}

.subscribeField input {
	width: 143px;
	height: 26px;
	border: 0px;
	background: none;
	padding: 3px;
	padding-top: 7px;
	font-weight: bold;
}

.subscribeButton {
	float: left;
	margin: 0px;
	margin-top: 5px;
	width: 31px;
	height: 26px;
}

.subscribeButton input {
	margin: 0px;
	width: 31px;
	height: 26px;
	border: none;
	background: none;
	background-image: url(images/custom/search_field_bg.jpg);
	padding: 0px;
}

.boxTitle {
	color: #00acfd;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.box {
	background-image:url(images/custom/box_tile.jpg);
	background-repeat:repeat-y;
	margin-right: 1px;
	padding: 0px;
	background-position: top left;
}

.box a { text-decoration: none; }

.box .box_top {
	background-image:url(images/custom/box_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.box .box_bottom {
	background-image:url(images/custom/box_bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
}

.box .box_content {
	width: 195px;
	min-height: 90px;
}

* html .box_content { height: 90px; }

.box .box_message { min-height: 0px; }

* html .box_message { height: 0px; }

#Copyright {
	text-align: center;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	height: 25px;
}

#FooterNav {
	margin-top: 5px;
	text-align: center;
	color: #223455;
	font-size: 12px;
	font-weight: bold;
}

#FooterNav a {
	color: #223455;
	text-decoration: none;
}

#FooterNav a:hover {
	color: #088bcc;
	text-decoration: none;
}

