body{
font-family: Arial;
}
td{
font-size: 98%;
word-wrap: break-word;
white-space: normal;
}
form { 
margin: 0;
display: inline;
}
input:hover{
font-size: 80%;
hight: 16px;
background-color: #1E1E1E;
border:1px #282828 solid;
color:#ffffff
}
input{
font-size: 80%;
hight: 16px;
background-color: #191919;
border:1px #1E1E1E solid;
color:#ffffff
}
select:hover{
background-color: #1E1E1E;
border:1px #282828 solid;
color:#ffffff
}
select{
background-color: #191919;
border:1px #1E1E1E solid;
color:#ffffff
}
textarea {
background-color: #191919;
border:1px #1E1E1E solid;
color:#ffffff
}
textarea:hover{
background-color: #1E1E1E;
border:1px #282828 solid;
color:#ffffff
}
a {
text-decoration:none;
color:#ffffff;
font-size: 94%;
}
a:hover {
text-decoration:none;
color:#ffffff;
font-size: 96%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.if_visited:visited {
color:#5B5B5B;
}

img {
border:0px;
}

.half-visable {
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}

.half-visable:hover{

filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

.menu{
line-height:140%;
font-size: 125% !important;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}

table.table
	{
	text-align: center;
	background-image: url(images/verticgray0.png);
	}
td.tableheader
	{
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-image: url(images/verticgray1.png);
	height: 40px;
	}
	
td.tablecell
	{
	vertical-align: middle;
	white-space: nowrap;
	text-align:right;
	
	}

tr.tablerow
	{
		background-color: rgb(10, 10, 10);
	}
	
tr.tablerow:hover
	{
		background-color: rgb(30, 30, 30);
	}
.center
	{
	text-align:center !important;
	}

.right
	{
	text-align:right !important;
	}

.left
	{
	text-align:left !important;
	}
	
.manage_send
	{
	height:20px;
	width:30px;
	}
	

