html, body
{
	background: #fefefe;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	border-bottom: 1px solid #CCC;
}

a[target=_blank]
{
	padding-right: 14px;
	background: transparent url(../Graphics/Icons/link_icon.png) no-repeat right;
}

#main {
	width: 1042px;
	height: 100%;
	min-height: 500px;
}

#top {
	text-align: right;
	width: 100%;
	height: 172px;
}
#lang_nav
{
	padding: 20px 30px;
}
#lang_nav ul
{
	list-style-type: none;
}
#lang_nav li a
{
	color: #efefef;
	font-size: 12px;
	font-family: Helvetica, Verdana;
	text-shadow: #666666 5px 5px 5px;
}
#lang_nav li a:hover
{
	text-decoration: none;
	border: 0;
}
#lang_nav li.selected a 
{
	font-weight: bold;
}
#lang_nav li a img 
{
	vertical-align: middle;
	margin: 2px 0;
	border: 1px solid #333;
}
#lang_nav li.selected a img
{
	border: 1px solid orange;
}


#body {
    float: left;
	width: 1000px;
	margin-left: -206px;
	background: transparent url(../Graphics/Layout/body_bg.png) repeat-y;
	padding: 1px 20px;
	padding-bottom: 20px;
	text-align: left;
}

#content {
	min-height: 400px;
	width: 780px;
	color: #333;
	padding: 0 0 0 200px;
	text-align: justify;
	font-family: Helvetica, Verdana, Arial;
}

#content h1, #content h2, #content h3, #content h4 
{
	margin: 3px 0;
}

#content h1 {
	border-bottom: 1px solid #999;
	margin: 10px 0;
	font-family: "Lucida Calligraphy";
	text-shadow: #aaa 2px 2px 4px;
}

#content p, #content li, #content a, 
#content table td, #content table th {
	font-size: 12px;
	line-height: 1.3em;
	text-shadow: 0;
}

#content h3 {
	margin-top: 20px;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}

#content img {
	margin: 0 0 15px 15px;
	border: 1px solid #333;
}
#content img.icon {
	margin: 0 5px;
	border: 0;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

#content small
{
	font-size: 10px;
}

#box {
	color: #333;
	font-family: Helvetica, Verdana, Cambria, Arial;
	float: left;
	margin: 10px 20px 0 0;
	position: relative;
	text-align: left;
	width: 186px;;
	background: transparent;
}

#box h3 {
	margin: 0;
	padding: 8px 0 0 20px;
	font-variant: small-caps;
}

#box ul li {
	text-align: left;
	margin-left: 14px;
	margin-bottom: 4px;
	width: 137px;
	line-height: 1.3em;
	list-style-type: none;
	list-style-position: inside;
	font-size: small;
	display: block;
	padding: 4px 2px 0px 5px;
	border-bottom: 1px solid #efefef;
}
#box ul li.active
{
	padding: 2px 2px 2px 5px;
	border: 0;
	margin-bottom: 0;
	color: black;
	font-weight: bold;
	background: #efefef;
}
#box ul li:hover
{
	color: #333;
}
#box ul.sub li
{
	margin: -2px 0;
	font-size: 11px;
	margin-left: -30px;
	font-weight: normal;
	background: #efefef;
    width: 106px;
}
#box ul.sub li.active
{
	padding: 4px 2px 0px 5px;
	margin: -2px 0;
	margin-left: -30px;
	font-weight: bold;
}
#footer {
	font-family: Arial;
	padding-bottom: 0px;
	padding-right: 32px;
	margin-bottom: 12px;
	line-height: 1.3em;
	text-align: right;
	font-size: 11px;
	color: #ddd;
	width: 1042px;
	background: transparent url(../Graphics/Layout/body_bg.png) repeat-y 16px 0;
}
.center 
{
	text-align: center !IMPORTANT;
}
.right 
{
    text-align: right !IMPORTANT;
}

p.box 
{
	width: 80%;
	text-align: center;
	border: 1px solid #333;
	padding: 20px;
	margin: 10px;
	background: #fefefe;
}

.form_table
{
	width: 60%;
	margin: 20px;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-collapse: collapse;
}
.form_table td, .form_table th, .form_table table th, .form_table table td
{
	vertical-align: top;
	padding: 6px 8px;
	text-align: left;
	font-size: small;
	background: #fcfcfc;
	font-weight: normal;
	border-right: 1px solid #efefef;
	border-collapse: collapse;
}
.form_table input
{
	width: 200px;
}
.form_table textarea
{
	width: 300px;
	height: 150px;
}

table.list {
	width: 100%;
	margin: 20px 0;
	background: #fefefe;
	border: 2px solid #888;
	border-collapse: collapse;
}
table.list th {
	background: #ddd;
	border: 1px solid #888;
	border-collapse: collapse;
	padding: 3px;
	text-align: center;
}
table.list th#asc {
	background: #bbb url(../Graphics/Icons/16/up.png) no-repeat center left;
}
table.list th#desc {
	background: #bbb url(../Graphics/Icons/16/down.png) no-repeat center left; 
}
table.list th, table.list th a {
	font-size: 13px !IMPORTANT;
}
table.list td {
	padding: 4px;
	font-size: 12px;
	border: 1px solid #efefef;
	vertical-align: top;
	text-align: left;
}
table.list td img {
	float: right;
}
table.detail {
	width: 100%;;
	margin: 20px 0;
	background: #fefefe;
	border-collapse: collapse;
}
table.detail th {
	font-size: small;
	width: 200px;
	background: #ddd;
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 3px;
	text-align: right;
	vertical-align: top;
}
table.detail td {
	padding: 4px;
	font-size: 12px;
	border: 1px solid #ccc;
	vertical-align: top;
	text-align: left;
}

#content table th {
	vertical-align: top;
}
.error 
{
    color: darkred;
}
