body,html
{
        margin: 0;
    	padding: 0;
    	color: #cec9b4;
    	line-height: 130%;
    	font-size: 14px;
    	font-weight: normal;
    	background-image: url('images/header_bg.jpg');
    	background-repeat: repeat-x;
    	background-color: #000000; font-style:normal; font-variant:normal; 

}
h1
{
		font-size: 24px;
		line-height: 30px;
		font-weight: normal;
		color: #FFFFFF;
		margin-top: 0;
}

h3 
{
		font-size: 16px;
		font-weight: bold;
		font-weight: normal;
}
h2 {
	font-size: 20px;
	text-transform: capitalize;
	color: #d08506;
	font-weight: normal;
}
.even {
    background-color: #1d2c37;
}
#home_contentimg {
	width: 460px;
	height: 140px;
	margin: 10px 0 10px 0;
	}
	
	#home_contentimg img {
	border: 2px solid #c37709;
	margin: 0 5px 0 5px;
	float: left;
	}
ul 
{
		margin: 0;
		padding-left: 15px;
}
table.login
{
        color : black;
}
td.header 
{
        /*background : url(images/header.jpg) no-repeat;*/
        height : 140;

}
input:disabled
{
    color : #555555; 
    background-image: url('images/bg_button_disabled.jpg');
}
input {
	font-size: 12px;
	color: #E6EBEE;
	background-color: #26211c;
	border: 1px solid #000000;
}
select {
	font-size: 13px;
	color: #E6EBEE;
	background-color: #26211c;
	border: 1px solid #000000;
}
.shopbutton
{
    width : 145px;
	background-image: url('images/bg_button.jpg');
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}
.button 
{
	background-image: url('images/bg_button.jpg');
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}
.button:disabled
{
	background-image: url('images/bg_button_disabled.jpg');
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}
input.shopbutton_red
{
        width : 145;
        background : red;
        color : yellow;

}
table.ranking
{
        background-color: #141d25;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #f0ecdc;
    	width : 100%;
}
table.ranking th
{
  
}
table.hof_subtable
{
        background-color: #141d25;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #f0ecdc;
    	margin: 0;
    	padding: 0;
        width : 100%;
        height : 700;
}
table.hof_subtable_half
{
        width : 100%;
        height : 350;
        background-color: #141d25;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #f0ecdc;
    	margin: 0;
    	padding: 0;
}
td.hof_subtable_header
{
        font-weight : bold;
        font-size : 16;
        background-color: #141d25;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #f0ecdc;
    	margin: 0;
    	padding: 0;

}
input.tiny_button
{
        background-image: url('images/bg_button.jpg');
        width : 38;
}
input.small_button
{
        background-image: url('images/bg_button.jpg');
        width : 75;
}
input.medium_button 
{
        background-image: url('images/bg_button.jpg');
        width : 100;
}
input.large_button
{
        background-image: url('images/bg_button.jpg');
        width : 150;
}
input.huge_button
{
        background-image: url('images/bg_button.jpg');
        width : 200;
}
textarea.clan_body
{
        width: 700;
}
select.clan_to
{
        width: 220;
}
input.clan_subject
{
        width: 475;
}

input.army_button
{
        background-image: url('images/bg_button.jpg');
        width : 90;
        height : 20
}
input.army_button:disabled
{
        background-image: url('images/bg_button_disabled.jpg');
        width : 90;
        height : 30
}
input.army_button_low
{
        background-image: url('images/bg_button.jpg');
        width : 90;
        font-size : 10;
        height : 18;
}
input.army_button_low:disabled
{
        background-image: url('images/bg_button_disabled.jpg');
        width : 90;
        font-size : 10;
        height : 18;
}
input.msg_button
{
        background-image: url('images/bg_button.jpg');
        width : 90;
}
input.camp_button
{
       background-image: url('images/bg_button.jpg');
        width : 70;
}
input.camp_button:disabled
{
        background-image: url('images/bg_button_disabled.jpg');
        width : 70;
}
input.hq_button
{
        background-image: url('images/bg_button.jpg');
        width : 40;
}
input.hq_button:disabled
{
        background-image: url('images/bg_button_disabled.jpg');
        width : 40;

}
input.border_button
{
        background-image: url('images/bg_button.jpg');
        width : 70;
}

input.border_button:disabled
{
        background-image: url('images/bg_button_disabled.jpg');
        width : 70;
}
tr.alternate
{
        background-color: #1d2c37;
}
td.error
{
        background : #FF0000;
}
td.menu
{
        /*width : 140;  */
        vertical-align : top;
}

a {
	color: #d08506;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline
}
.menu {
	}
	
	.menu ul {
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	padding-left: 15px;
	list-style-image: url('images/listimgae.gif');
	}
	
	.menu hr {
	width: 100px;
	color: #0a0f13;
	background-color: #0a0f13;
	border: 0px none;
	}

tr.msg_header
{
        background : #000000;
        color : #C3C3C3;
        font-weight : bold ;
}
tr.msg
{
        background : #FFFFFF;
        color : black;
}
    tr.msg a
    {
        color : blue;
    }
    tr.msg a:visited
    {
        color : #000055;
    }
    tr.msg_alternate a
    {
        color : blue;
    }
    tr.msg_alternate a:visited
    {
        color : #000055;
    }
input.save_button
{
        background : #5B5B5B;
        color : #FFFFFF;
        width : 39;
        height : 20;
        border-top:1px solid;
        border-left:1px solid;
        border-right:2px solid;
        border-bottom:2px solid;
        border-top-color:#000000;
        border-left-color:#000000;
        border-right-color:#000000;
        border-bottom-color:#000000;
}
tr.msg_alternate
{
        background : #DADADA;
        color : black;
}
td.msg_international
{
        background : #F3725F;
}
    td.msg_international a
    {
        color : black;

    }
td.msg_national
{
        background : #8EE68E;
}
    td.msg_national a
    {
        color : black;
    }
td.msg_system
{
        background : #ACCCDF;
}       
    td.msg_system a
    {
        color : black;
    }
a.menu_red
{
        /*color : #FBF7A8 ; */
        color : red;
        font-weight : bold ;
}
table#page
{
        margin-right : auto;
        margin-left : auto;
}
table.main
{
        /*background : #DFAF70; */

        background : #FFFFCA;
        height : 600px;
        background-image: url('images/bg_content.jpg');
    	background-color: #000000;
    	background-repeat: repeat-x;
    	border: 1px solid #537e9e;
    	color: #cec9b4;
}
td.main
{
        vertical-align : top;
        text-align : center;


}
select.travel
{
        width : 190;
}
table.subtable
{
        width : 100%;
        background-color: #141d25;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #f0ecdc;
    	margin: 0;
    	padding: 0;
}
td.subtable_header
{
        font-weight : bold;
        font-size : 16;
        background-color: #141d25;
    	font-family: Arial, Helvetica, sans-serif;
    	color: #f0ecdc;
    	margin: 0;
    	padding: 0;

}

table#userlist
{
        vertical-align : top ;
        
}
.loginlabel {font-family: Arial, Helvetica, sans-serif; font-size: 12px;color: #FFFFFF; }
.bluedash {color: #243745; font-size: 11px;}
.logintext {font-size: 11px}
.loginlinks {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.postedby {color: #3E5D75}

#login {
	width: 434px;
	height: 40px;
	border: 2px solid #3f5f78;
	padding: 8px 8px 4px 8px;
	margin-bottom: 3px;
	background-color: #3f5f78;
	margin-bottom: 10px;
}
/* news messages */
table.newsitem
{
        width : 100%;
        /*background-color: #141d25;  */
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #f0ecdc;
    	margin: 0;
    	padding: 0;
}
tr.news_title
{

}
td.news_title
{
        font-weight : bold;
        font-size : 16;
}
tr.news_main
{

}
td.news_main
{
        /*
        border-top-width : 1px ;
        border-top-color : #800000  ;
        border-top-style : solid ;
        border-bottom-width : 1px ;
        border-bottom-color : #800000  ;
        border-bottom-style : solid ;  */
}
tr.news_footer
{

}
td.news_footer
{
        font-style : italic;
        color: #3E5D75;
}
table.headquarters
{
        width : 400;
        border-width : 2px;
        border-color : #000000  ;
        border-style : solid ;
}
table.headquarters_nowidth
{
        border-width : 2px;
        border-color : #000000  ;
        border-style : solid ;
}
td.hq_header
{
        font-size : 16;
        font-weight : bold;
        border-bottom-width : 1px ;
        border-bottom-color : #000000  ;
        border-bottom-style : solid ;
}
td.hq_subject
{
        font-weight : bold;
        border-right-width : 1px ;
        border-right-color : #000000 ;
        border-right-style : solid ;
}

/* questionary */
table.itemgroup { width : 100%; margin-bottom : 5px;}
table.itemgroup td { background-color : #446882; padding : 3px 3px 3px 5px;}
table.itemgroup td.option, table.itemgroup th.option { text-align : center; }
table.itemgroup td textarea { width : 99%; height : 60px; background-color:#26211C; border:1px solid #000000; color:#E6EBEE; font-size:12px;}
table.itemgroup input.text { width : 99%; }
table.itemgroup th { text-align : left; padding: 2px 2px 2px 5px; background-color : #141D25;}
table.itemgroup th.question,table.itemgroup td.question { width : 50%;}
table.itemgroup th.item_nr,table.itemgroup td.item_nr { width : 5%;}

div.questionnaire_note { padding : 4px; background-color :#446882; border :1px solid #537E9E; margin-bottom : 5px; }
