﻿.invisible
{
	display: none;
}
#content h2
{
    margin: 10px 0px 10px 0px;
    font-size: 150%;
}
#content h3
{
    font-size: 120%;
    text-align: center;
    color: #8190AD;
    margin: 10px 0px 5px 0px;
}
#content a, #content a:visited
{
	color:			#6F0102;
}
label
{
    color: #656565;
    font-weight: bold;
}
#content
{
    font-family: Verdana;
    font-size: 10px;
    /*width: 640px;
	min-height: 300px;
    padding-left: 70px;
    padding-right: 70px;*/
    color: #555555;
    float: none !important;
}
#contentwrapper
{
    border-top: 0;
}

/*#content
{
	background: #FFFFFF url('/images/backgrounds/content_top.gif') top left repeat-x;
}*/
#main
{
}
div#main_bar
{
	border-top: 1px solid #82858E;
	border-bottom: 1px solid #82858E;
	background: #D6D9DE url('/images/backgrounds/main_bar_left.gif') top left repeat-y;
}
#main_sub
{
	padding-left: 5px;
	height: 64px;
	background: transparent url('/images/backgrounds/main_bar_right.gif') top right repeat-y;
}
#footer
{
	position: relative;
}
#navigation
{
	/*background: transparent;
	position: absolute;
	right: 0;*/
}
.mainbarbutton
{
    /*background: transparent url('/images/backgrounds/toolbar.gif') no-repeat top left;
    width: 29px;
    height: 24px;
    margin: auto;*/
	margin: 10px 5px;
	padding: 10px 0;
    border: 0;
    float: left;
    position: relative;
}
.mainbarbutton, .mainbarbutton *
{
    cursor: pointer;
}
.mainbarbutton div
{
	background: transparent url('/images/backgrounds/toolbar.gif') no-repeat top left;
	width: 29px;
	height: 24px;
	margin-right: 5px;
	float: left;
}
.mainbarbutton label
{
	display: block;
	float: left;
	padding-top: 2px;
}
#add_file input.file
{
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    z-index: 0;
    cursor: pointer;
}
#add_file div
{
	background-position: 0px 0px;
}
#add_url div
{
    background-position: -30px 0px;
}
#footright
{
	margin-top: -10px;
}
.ui-widget-overlay {
    position: absolute;
    top: 0;
    background-color: #000;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity=30);
}
