body, td, th
{
	font-family		: tahoma;
	font-size		: 12px;
}

input, select, textarea
{
	border		: 1px solid black;	
	font-family		: tahoma;
	font-size		: 12px;
}

.disabled_input
{
    background-color: #c0c0c0;
    color           : #878787;
}


.adminbg2
{
    background-color            : #B5CCD8;
}

.client_info
{
	background-color	: #e3dfcb;
}

.site_info
{
	background-color	: #ebe9dc;
}

.site_admin_info
{
	background-color	: #f2f2f2;
}

.box_title
{
	background-color	: #333366;
	font-size		    : 14px;
	font-weight		    : bold;
	color			    : #ffffff;
}

.form_title
{
	background-color	: #333366;
	font-size		    : 16px;
	font-weight		    : bold;
	color			    : #ffffff;
	padding-left		: 5px;
	padding-right		: 5px;
}

.fix_check_box
{
	border			: 0px;
}

.tablink
{
    color           : #000000;
    text-decoration : none;
}

.tablink:hover
{
    color           : #000000;
    text-decoration : underline;
}

.screenshot_holder{
	position:absolute;
	border:1px outset #026;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.screenshot_text {
	padding:0px 5px;
}

.header {
	background:transparent url( ../images/bg.gif ) center right no-repeat;
}

.headerSortUp {
	background:transparent url( ../images/asc.gif ) center right no-repeat;
}

.headerSortDown {
	background:transparent url( ../images/desc.gif ) center right no-repeat;
}
