body
{
	background:	url('/tpl/RedSoft/background.jpg');
	background-repeat: repeat;
	font-family:	verdana;
	text-align:	center;
}


a
{
	text-decoration: none;
	color:			#DD00FF;
}

a:hover
{
	text-decoration: 	underline;
	color:			#FF33FF;
}


input, select, textarea
{
	border: 		1px solid black;
	background-color:	#FFCCFF;
	font-family:		verdana;
	font-size:		10px;
	color:			#000000;
}

.tablediv
{
	display:  		table;
	width:			900px;
	background-color:	#FFDDFF;
	border:			3px solid #000000;
	border-spacing:		5px;
	font-family:		verdana;
	font-size:		12px;
	color:			#000000;
	position: 		relative;
	margin-left: 		auto;
	margin-right: 		auto;
	height:			600px;
	text-align:		left;
}


.celldiv
{
	float:			left;
}


.rowdiv  
{
	width:			auto;
}



#left_side_container
{
	margin: 5px;
	width:	140px;
}



#right_side_container
{
	width:	750px;
}


#page_title
{
	font-size:		20px;
	font-weight:		bold;
}


#page_container
{

}

#form_description
{
	color:			#aaaaaa;
	font-size:		11px;
	font-style:		italic;
}

#form_thing{
	color:			#cccccc;
	font-weight:	bold;
}

#add_errors
{
	color:			#ff0000;
}

#counter
{
	font-size:		9px;
	text-align:		center;
}

HR
{
	height:			1px;
}

.menu_titles
{
	color:			#000000;
	font-weight:		bold;
}


#title
{
	font-size:		50px;
	font-weight:		bold;
	color:			#440044;
	margin:			10px;
}



.add_form td
{
	padding:		5px;
	padding-right:		0px;
	vertical-align: 	top;
	border-bottom: 		1px solid #cccccc;
}

.add_form .description
{
	font-size: 		9px;
	font-style: 		italic;
	color: 			#aaaaaa;
}





.graph_window
{
	vertical-align: 	bottom; 
	width: 		30px; 
	font-family: 	verdana; 
	font-size: 		8px;
}


.graph_bar
{
	width: 		20px; 
	background-color:	#FFAAFF;
}


.row1
{
	background-color:	#FFBBFF;
	padding: 4px;
}


.row2
{
	background-color:	#FFCCFF;
	padding: 4px;
}



.col1
{
	background-color:	#FFBBFF;
	padding: 4px;
	font-weight: 		bold;
	width:			200px;
}

.col2
{
	background-color:	#FFCCFF;
	padding: 4px;
	width:			400px;
}

