/*   MAIN SETTINGS   */
body {
	background-color: #010100;
	padding: 0px;
	margin: 0px;
}
html,
body {
	width: 100%;
	height: 100%;
}
body,
table {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #3c1402;
}


/*   TABLE SETTINGS   */
table.filler,
table.main {
	width: 100%;
	height: 100%;
	border: none;
}

table.main td.des_top {
	height: 250px;
	background-image: url(../images/top_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	
	text-align: center;
	font-family: times new roman;
	font-size: 32pt;
	font-style: italic;
	font-weight: bold;
	color: #dccd90;
	
	padding-bottom: 6px;
}
table.main td.des_body_and_bottom {
	background-image: url(../images/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
/*table.main table.des_body td.cel_body {
	padding: 0px 100px 10px 100px;
}*/
table.main td.des_bottom {
	height: 215px;
}
table.des_body {
	width: 800px;
	height:675px;
	border: none;
}
/* ELF Classes */
table.main td.des_elf_top {
	height: 320px;
	background-image: url(../images/elf_top_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	
	text-align: center;
	font-family: times new roman;
	font-size: 32pt;
	font-style: italic;
	font-weight: bold;
	color: #dccd90;
	
	padding-bottom: 6px;
}
table.main td.des_elf_body {
	width:800px;
	border: solid 1px #ff0000;
}

table.main td.des_elf_body_and_bottom {
	background-image: url(../images/elf_body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
table.main td.des_elf_body_left {
	background-image: url(../images/elf_body_bg_left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
table.main td.des_elf_body_right {
	background-image: url(../images/elf_body_bg_right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
table.main td.des_elf_body_spacer {
	width:5px;
}
table.list {
	border: solid 1px #3c1402;
}
table.list td {
	padding: 2px 4px;
}
table.list tr.header td,
table.list td.header {
	font-weight: bold;
	background-color: #ad4f09;
}
table.list tr.even td,
table.list td.even {
	background-color: #e8a151;
	border-top: solid 1px #3c1402;
}
table.list tr.odd td,
table.list td.odd {
	background-color: #eeb363;
	border-top: solid 1px #3c1402;
}
table.list tr.footer td,
table.list td.footer {
	background-color: #ad4f09;
	font-weight: bold;
	border-top: solid 1px #3c1402;
}
td.form_label {
	text-align: right;
	font-weight: bold;
}


/*   INPUT SETTINGS   */
input.button {
	border: solid 1px #3c1402;
	color: #3c1402;
	font-weight: bold;
	background-color: #eeb363;
}
input.button:hover {
	background-color: #e8a151;
}
input.txt {
	border: solid 1px #3c1402;
	color: #3c1402;
	padding: 1px 3px;
}


/*   P SETTINGS   */
p {
	padding: 0px;
	margin: 0px;
}
p.headline_large {
	font-size: 14pt;
	font-weight: bold;
}
p.headline_medium {
	font-size: 12pt;
	font-weight: bold;
}
p.headline_small {
	font-size: 10pt;
}
p.body {
	padding-left: 25px;
	padding-bottom: 10px;
}
p.block_right {
	display: block;
	text-align: right;
}
p.block_center {
	display: block;
	text-align: center;
}
p.msg {
	color: #a11704;
	font-weight: bold;
}
p.bottom_padd {
	padding-bottom: 12px;
}


/*   A SETTINGS   */
a.main,
a.main:active,
a.main:visited {
	color: #3c1402;
}
a.main:hover {
	color: #6f2503;
}
a.side_menu_top,
a.side_menu_top:visited,
a.side_menu_top:active {
	font-weight: bold;
	color: #ebd38a;
	text-decoration: none;
}
a.side_menu_top:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a.side_menu,
a.side_menu:visited,
a.side_menu:active {
	font-weight: bold;
	color: #8b0000;
	text-decoration: none;
}
a.side_menu:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.news_link,
a.news_link:visited,
a.news_link:active {
	color: rgb(127,0,0);
	text-decoration: none;
}
a.news_link:hover {
	color: #ffffff;
	text-decoration: none;
}
a.red,
a.red:visited,
a.red:active {
	color: #8b0000;
	font-weight: bold;
	text-decoration: none;
}
a.red:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.large {
	font-size:16pt;
}
a.medium {
	font-size:12pt;
}
a.small {
	font-size:8pt;
}

/*   DIV SETTINGS   */
div.select_nation_outer {
	position: absolute;
	border: solid 1px #ff0000;
	top: -275px;
}
div.select_nation_bg {
	position: relative;
	left: -190px;
	top: 550px;
	width: 130px;
	height: 183px;
	border: solid 1px #000000;
	background-image: url(../images/select_nation_bg.jpg);
}
div.select_nation_inner {
	position: relative;
	top: 40px;
	left: 20px;
	width: 90px;
	height: 123px;
	overflow: auto;
}

/*   UL SETTINGS   */
ul.main {
	padding: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #3c1402;
}


/*   MISC SETTINGS   */
hr.red {
	background-color: #a11704;
	color: #a11704;
	height: 2px;
	border: none;
}
.txt_center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.label {
	text-align: right;
	font-weight: bold;
}
.trans_field {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}

td.cc {
	border-left: 1px solid #000000;
}

a.tom {
	color: #000000;
	text-decoration: none;
}

img.tom {
	margin: 1px;
}

