
/* OLD CSS FOLLOWS... */

BODY {
	margin: 0px;
	COLOR: #182335;
	background-color:#FFFFFF;
}

 //Непонятная зеленая херня
HR { 
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 600px;
}


TABLE {
	
	background:
		#c8f64c
        repeat-x
        top
        url(img/table_background.png);
    text-align: left;
    font-family: "Times New Roman", Times, serif;

/*	border: medium none;*/
}

TABLE.forum {
	width:100%;
	margin:5px;
	padding:5px;
	text-align:center;
}
TD.left,
TH.left {
	text-align:left;
}

TABLE.header {
	background:
		#c8f64c
        repeat-x
        bottom
        url(img/header_background.png);
	text-align:center;
	font-size:20; 
}

TABLE.dropdown {
	background-image:none;
	background-color:#FFFFFF;
    text-align: left;
	font-size:20; 
}

TABLE.mainbody {
	background-image:none;
	background-color:#FFFFFF;
    text-align: left;
	vertical-align:top;
}

IMG { 
	border:none;
}

A {
	color:#182335;
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
	cursor:pointer;
}

DIV.dropdown {
	vertical-align:top;
	text-align:left;
	visibility:hidden; 
	position:absolute; 
	z-index:2; 
}

textarea {
	width:500px;
	height:150px;
}