body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
}
a img {
	border: none;
} 
table.linkcontainer td{

}
td.logo_area {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
td.middle_spacer {
	width: 940px;
	background-color: #000;
	height: 1px;
}
td.shadow_right {
	background-image: url(../img/layout/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../img/layout/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 25px;
	background-image: url(../img/layout/bg_content.jpg);
	background-repeat: repeat;
}
td.body_content a {
	color: #600;
}
td.below_header{
	background-color: #1F1F1F;
	height: 50px;
	color: #CCCCCC;
	padding: 5px;
}
td.main_content_box {
	background-color: #FFFFFF;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #ccc;
	padding-bottom: 5px;
	margin-top: -10px;
}

td.horizontal_center {
	background-color: #0f0f0f;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 140px;
	display: table-cell;
	vertical-align: top;
	background-image: url(../img/layout/header_bg.jpg);
}
td.header_column {
	height: 104px;
	vertical-align: middle;
	color: #FFFFFF;
	background-image: url(../img/layout/header2_bg.jpg);
	background-position: top;
}
td.content {
	padding: 10px;
	vertical-align: top;
}
td.left_content {
	width: 200px;
	padding: 15px;
	vertical-align: top;
	background-image: url(../img/layout/bg_content.jpg);
	background-repeat: repeat;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #ccc;
	padding: 5px;
}
div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	margin: 0;
}
form.header_search {
	border-left: 2px #fff solid;
	padding-left: 6px;	
	float: right;
	clear: both;
}
div.i18n_bar {
	float: right;
	clear: both;	
}
div.title {
	color: #888;
	font-size: 3.5em;
	padding-top:0.5em;
	padding-right: 3.5em;
	text-align: right;
}

/* Overlay */
/* black version of the overlay. simply uses a different background image */
div.apple_overlay.black {
	background-image:url(../img/layout/overlay.png);		
	color:#fff;
	width: 450px;
	text-align: center;
}
.apple_overlay .close {
	background-image:url(../img/layout/close.png);		
}
div.apple_overlay h2 {
	font-weight:bold;
	font-size:14px;
}

div.black h2 {
	color:#fff;
}
div.hr {
	border-bottom: 2px solid #ccc;
	margin: 30px 0;
}
#triggers {
	margin-top:10px;
	text-align:center;
}

.button .icon{
	background: url('../img/layout/button_bg_edge.png') top right;
	height: 44px;
	padding-right: 42px;
}
.button .caption{
	background: url('../img/layout/button_bg.png') top right;
	padding-left: 10px;
	line-height: 44px;
	color: white;
	font-weight: bold;
}
.button {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:2px 5px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin: 0 auto;
	display: inline-table;
}

#title_bg {
	width: 100%;
	height: 350px;
	background: url(../img/layout/title_bg.jpg);
	padding-top: 20px;
}
#nav {
	width: 600px;
	height: 50px;
	margin: 0px auto;
}
.topic {
	font-weight: bold;
}
label {
	display: block;
}
.error-message {
	color: red;
}
.news {
	padding-left: 85px;
	margin-bottom: 10px;
}
.news_date {
	margin-left: -85px;
	float: left;
}
.news_open_date {
	color: #444;
}
.news_open_read_more {
	text-align: right;
}
.social_icons {
	text-align: center;
}
.social_icons img {
	margin: 0.3em;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
