/*
     -------[ Site by Yellow Cube                             ]-------
     -------[ for more, visit www.yellowcube.hu               ]-------
     -------[ (c) 2007 Yellow Cube Ltd. - all rights reserved ]-------
*/

body
{
	margin: 0;
	padding: 0;
	background: #ffffff url(i/bg.gif) repeat-x top;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #226c22;
}

table, td
{
    padding: 0px;
    border-collapse: collapse;
}

img
{
	border: 0;
}

form
{
	padding: 0;
	margin: 0;
}

a
{
	color: #1D45A9;
}

#center
{
	width: 726px;
	margin: 0 auto;
	background: #ffffff url(i/centerbg.gif) repeat-x top;
}

#new
{
	float: left;
	margin-left: 20px;
	width: 450px;
	height: 230px;
	overflow: hidden;
	background: url(i/new.gif);
}

#new div.inner
{
	position: relative;
	top: 40px;
	left: 20px;
}

#delete
{
	float: left;
	margin-left: 20px;
	width: 450px;
	height: 230px;
	overflow: hidden;
	background: url(i/delete.gif);
	color: #C21D1D;
}

#delete div.inner
{
	position: relative;
	top: 40px;
	left: 20px;
}

#reactivate
{
	float: left;
	margin-left: 20px;
	width: 450px;
	height: 230px;
	overflow: hidden;
	background: url(i/reactivate.gif);
}

#reactivate div.inner
{
	position: relative;
	top: 40px;
	left: 20px;
}

#stat
{
	float: right;
	margin-right: 20px; 
	width: 205px; 
	height: 230px; 
	overflow: hidden;
	background: url(i/stat.gif); 
}

#stat div
{
	position: relative;
	top: 40px;
	left: 20px;
	color: #917809;
}

#bottom
{
	background: url(i/bottombg.gif);
	width: 685px;
	height: 135px;
	margin: 10px auto;
	color: #6C6C6C;
	font-size: 13px;
}

#bottom a
{
	color: #363535;
}

#bottom div
{
	padding: 6px 10px 10px 10px;
	text-align: center;
}

.content
{
	clear: both;
	padding: 20px;
}

.formtxt
{
	font-size: 17px;
	font-weight: bold;
}

.formtxt td
{
	padding: 4px;
}

input, select
{
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #226c22;
}

#delete input 
{
	color: #C21D1D;
}

.title
{
	font-size: 20px;
	border-top: 1px dashed #81C480;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.red
{
	color: #C21D1D;
}

.blue
{
	color: #242B59;
}

.validation_table
{
	margin-top: 10px;
}

.message
{
	width: 370px;
	height: 100px;
	text-align: center; 
	font-size: 18px;
	margin-top: 15px;
	margin-left: 25px;
}

.delete_message
{
	font-size: 16px;
	font-weight: normal;
}