﻿body
{
	font-family: Arial;
	font-size: 12px;
}

table.main
{
	border: 1px solid black;
}
table.main td.logo
{
	background-color: #525D73;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	color: White;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
}
#main_left
{
	border-right: 1px solid Black;
}
#main_right
{
	padding: 5px;
}
#main_settings
{
	border-bottom: 1px solid Black;
	background-color: #f0f0f0;
	padding: 2px;
}
#main_settings select
{
	width: 150px;
}

a
{
	text-decoration: none;
	color: Blue;
}
a:hover
{
	text-decoration: underline;
	color: Blue;
}
a:visited
{
	color: Blue;
}

/*
a.listlink
{
	display: block;
	color: Blue;
	text-decoration: none;
	padding: 1px;
	background-color: #F0F0FF;
}
a.listlink:hover
{
	background-color: #B0B0E0;
	color: Black;
	text-decoration: none;
}
*/

.block
{
	display: block;
}

#pagelist
{
	table-layout: fixed;
}
#pagelist td a
{
	overflow: hidden;
	text-overflow: ellipsis;
}
#pagelist tr.active td
{
	background-color: #404060;
	color: White;
}
#pagelist tr.active td a
{
	color: White;
	text-decoration: none;
}

.textbox
{
	border: 1px solid #404060;
	padding: 1px;
	padding-left: 5px;
}
tr.active .textbox
{
	border: 1px solid White;
	background-color: #606080;
	color: White;
}
.textbox_mod
{
	background-color: #ffe0e0;
}
tr.active .textbox_mod
{
	color: #fff3f7;
}

table.editor
{
	background-color: #606080;
	color: white;
}
table.editor div.small1
{
	font-size: 9px;
	color: #9090A0;
}
table.editor textarea
{
	width: 99%;
	border: 1px solid white;
}
table.editor div.small2
{
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	color: white
}
table.editor div.small2 a
{
	color: White;
}

.button
{
	border: 1px solid white;
	background-color: #606080;
	color: white;
}