/* body settings */

body {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	
	font-style: normal;
	font-weight: normal;
	
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-top: 0px;
	padding-right: 0px; 
	padding-bottom: 0px;
	padding-left: 0px;
	
	background-color: #222222;
	background-repeat: repeat-y;
}

a:visited	{ color: white; font-size: 10px; text-decoration: none }
a:link		{ color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:hover		{ color: #d2691e; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

.footer {
	color: white;
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

/* fonts */
h1 {
	font-family: verdana, tahoma, arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	color: white;
}

h2 {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	color: white;
}

table.listtable {
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	color: white;
	background-color: #222222;
	border: #454545 solid;
	border-width: 0px 1px 1px 1px;
}

td.listtable_top {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: white;
	background-color: #222222;
	background-image: url(../images/th_back.png);
	border: #454545 solid;
	border-top-color: #d2691e;
	border-bottom-color: #454545;
	border-width: 1px 0px 1px 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px
}

td.listtable_1 {
	font-family: verdana, tahoma, arial;
	font-size: 11px;	
	border: #454545 solid;
	border-width: 0px 0px 0px 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px
}

a.alert {
	display: block;
	background-color: transparent;
	color: #cc0000;
	text-decoration: none;
	padding-left: 11px;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
}

.main_login {
        color: white;
        text-decoration: none;
        font-size:  10px;
        font-family: verdana, tahoma, arial;
}

.maintab_back, .maintab_active_back {
        color: white;
        text-decoration: none;
        font-size:  13px;
        vertical-align: middle;
        padding: 0px 10px;
        font-family: tahoma, sans-serif;
        background: url(../images/menuback.png) left bottom repeat-x;
        height: 31px;
}

.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
        color: white;
        text-decoration: none;
	font-size:  13px;
	vertical-align: middle;
	font-family: tahoma, sans-serif;
	height: 31px;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
        color: #fe6d1f;
        text-decoration: none;
}


input, textarea, button
{
                font-family: Tahoma;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #222222;
        border: 1px solid #555555;
}
input, button
{
                font-family: Tahoma;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #222222;
        border: 1px solid #555555;
}

textarea
{
                font-family: Tahoma;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #222222;
        border: 1px solid #555555;
}


