body{
	margin:0px;
	padding:0px;
	background-image:URL(../images/bg.jpg);
       height:100%;
    font-family:Arial, Helvetica, sans-serif;
}
table.main_table{
	border-style:none;
	width:980px;
	
}td.main_left{
        width:40px;
        background-image:URL(../images/left.png);
        background-repeat:repeat-y;
}td.main_right{
        width:40px;
        background-image:URL(../images/right.png);
        background-repeat:repeat-y;
}td.main{
        background-color:#FFFFFF;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#222222;
        vertical-align:top;
        width:900px;
} 

td.left_tab{
	height:44px;
	width:214px;
	background-image:URL(../images/alpha_tab.png);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}td.mid_tab{
	height:44px;
	width:215px;
	background-image:URL(../images/alpha_tab.png);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}td.right_tab{
	height:44px;
	width:210px;
	background-image:URL(../images/alpha_tab.png);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}td.left_tab_over{
	height:44px;
	width:214px;
	background-image:URL(../images/alpha_tab_over.png);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}td.mid_tab_over{
	height:44px;
	width:215px;
	background-image:URL(../images/alpha_tab_over.png);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}td.right_tab_over{
	height:44px;
	width:210px;
	background-image:URL(../images/alpha_tab_over.png);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

.white{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}


td.menu_top{
        width:900px;
        height:5px;
        background-image:URL(../images/shadtop.png);
        background-repeat:repeat-x;
}td.menu_bottom{
        width:900px;
        height:5px;
        background-image:URL(../images/shadbot.png);
        background-repeat:repeat-x;
}td.menu_item{
        background-color:#85051B;
        height:25px;
        text-align:center;
        color:#FFFFFF;
        font-size:12px;
        cursor:pointer;
}td.menu_item_over{
        background-color:#AA0D24;
        height:25px;
        text-align:center;
        color:#FFFFFF;
        font-size:12px;
        cursor:pointer;
}

td.admin_menu_holder{
	background-color:#006600;
}

td.admin_menu{
	background-color:#006600;
	height:20px;
	width:150px;
}

td.admin_menu_hover{
	background-color:#009900;
	height:20;
	width:150;	
}

a.white_link:hover, a.white_link:link, a.white_link:visited, a.white_link:active {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	margin-left:0px;
}

table.admin_table{
	background:#FFFFFF;
	width:850px;
}


a.white_link:link, a.white_link:visited, a.white_link:active {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	
}
a.white_link:hover {
    color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	
}
a.plug:link, a.plug:visited, a.plug:active{
	font-size:10px;
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}a.plug:active{
	text-decoration:underline;
}

input.default_form{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#909090;
	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
	margin-top:0px;
}textarea.default_form{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#909090;
	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
	margin-top:0px;
}select.default_form{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#909090;
	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
	margin-top:0px;
}button.default_form{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-color:#909090;
	margin-bottom:1px;
	margin-left:1px;
	margin-right:1px;
	margin-top:0px;
}.small{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
.toggleopacity img {
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}

.toggleopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
td.menu_tab{
	height:40px;
	width:160px;
	background-image:URL(../images/red-button.gif);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}td.menu_over{
	height:40px;
	width:160px;
	background-image:URL(../images/red-button.gif);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}