html{
    height:100%;
}

body{
    background-color:#292929;
    background-image:url('design/background.gif');
    background-repeat:repeat-x;
    margin:0px;
    height:100%;
}

body, table, tr, td{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:10px;
    color:#403F3E;
}

a, a:visited, a:link, a:active, a:focus{
    color:#403F3E;
    font-weight:bold;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

input, select, textarea{
    background-color:#ffffff;
    border-width:1px;
    border-style:solid;
    border-color:#000000 #373737 #373737 #000000;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
}

textarea.comment{
    width:95%;
    height:100%;
}

select{
    background-color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000000;
    border:1px solid black;
}

table, tr, td{
	empty-cells:show;
}

img{
	vertical-align:middle;
}

.contentinput{
    width:90%;
    height:99%;
}

.button{
    width:60px;
    height:17px;
}

.menu_category, .menu_categoryr{
    background-image:url('./design/menu_category.gif');
    background-repeat:repeat-x;
    text-align:right;
    height:14px;
    color:white;
    padding-right:3px;
    font-weight:bold;
}

.menu_categoryr{
    background-image:url('./design/menu_categoryr.gif');
}

.menu_row
{
    background-image:url('./design/menu_row.gif');
    background-repeat:repeat-x;
    padding-left:5px;
    height:13px;
}

.vwar_textarea{
    width:95%;
    height:300px;
}

/* Vwar css */

.headfont{
    color:#5e5e5e;
    font-weight:bold;
}

.titlefont{
    color:#5e5e5e;
    font-weight:bold;
}

.categoryfont{
    color:#ffffff;
    font-weight:bold;
}

.normalfont{
    color:#5e5e5e;
    font-weight:normal;
}

.smallfont{
    font-size:9px;
    /*color:#5e5e5e;*/
    font-weight:normal;
}

.onbackgroundfont{
    color:#f5f5f5;
}

.codeboxfont{
    color:#000000;
}

/* trs */
td.category, tr.category{
	background-color:#5E5E5E;
}

td.head, tr.head td{
	background-color:#D9D9D9;
	background-image:url('./design/head.gif');
	background-repeat:repeat-x;

	border-width:1px 0px 0px 1px;
	border-style:solid;
	border-color:#FFFFFF;
}

td.category, tr.category td{
	background-color:#5E5E5E;

	border-width:1px 0px 0px 1px;
	border-style:solid;
	border-color:#6E6E6E #4B4B4B #4B4B4B #6E6E6E;
}

td.firstalt, tr.firstalt td{
    background-color:#E4E4E4;
/*	background-image:url('./images/schnee/schneebg.gif');*/
	
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:#FFFFFF #BEBEBE #BEBEBE #FFFFFF;
}

td.secondalt, tr.secondalt td{
    background-color:#D4D4D4;

    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color:#FFFFFF #BEBEBE #BEBEBE #FFFFFF;
}

tr.firstalt td td, tr.secondalt td td, tr.head td td, tr.category td td{
	border-width:0px;
	background-image:;
}
