html,
body
{
	text-align: center;
	width: 100%;
}
body
{
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333333;
/*	background-image: url('../img/back.gif');*/
	background-color: #4c4c4e;
}
table.Main
{
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-right: solid 1px #000000;
}
h1
{
	font-size: 18px;
	margin-bottom: 3px;
	margin-top: 15px;
}
td
{
	font-size: 12px;
}
a
{
	color: #2222ff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.Language
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
	padding-left: 6px;
	padding-right: 6px;
}
a.Language:hover
{
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;	
	padding: 1px;
	padding-left: 6px;
	padding-right: 6px;
}
td.LanguageBar
{
	background-color: #dddddd;
	padding: 2px;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #ffffff;
	background-image: url('../img/topbar_back.gif');
}
td.BottomBar
{
	color: #ffffff;
	background-color: #aaaaaa;
	padding: 8px;
	background-image: url('../img/bottombar_back.gif');
}
td.SideMenu
{
	background-color: #eeeeee;
	padding-left: 5px;
	padding-top: 10px;
	/*background-image: url('../img/side_back.gif');
	background-repeat: repeat-x;
	background-position: left top;*/
}
td.Banner
{
	background-color: #eeeeee;
	padding: 5px;
}
td.Content
{
	padding: 10px;
}
div.AdminLogin
{
	font-size: 11px;
	margin-right: 15px;
	margin-top: 2px;
}
a.AdminLogin
{
	font-size: 11px;
	color: #eeeeee;
}
input.Button
{
	background-color: #eeeeee;
	color: #333333;
	border: solid 1px #aaaaaa;	
}
table.List
{
}
th.List
{
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #3333FF;
}
td.List
{
	font-weight: bold;
}
th.Form
{
	text-align: left;
	background-color: #888888;
	color: #ffffff;
}
tr.FormOdd
{
	background-color: #eeeeee;
}
tr.FormEven
{
	background-color: #e0e0e0;
}
.path
{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 3px;
	cursor: default;
}

div.list
{
	margin-top: 10px;
}

div.list div.item
{
	padding: 3px;
	margin: 1px;
	background-color: #eeeeee;
	border: #cccccc 1px solid;
	cursor: move;
}

div.list div.item a img
{
	border: none;
	vertical-align: middle;
	cursor: pointer;
	margin-top: auto;
}

div.list div.item div.caption
{
	display: inline;
	width: 30%;
	margin: 2px 5px 2px 5px;
	vertical-align: middle;
}
