/*
	-----------------------------
	Editable CSS file
	-----------------------------
*/


/* --- PAGE LAYOUT ---*/
BODY
{
	background-color:#000;	
}

#pagewrapper
{
	background-color:#FFFFFF;
background-repeat:repeat-y;
border:2px solid #000000;
margin-top:20px;}

#footer
{
	background-color:#FC0303;
border-color:-moz-use-text-color -moz-use-text-color #FFFFFF;
border-style:none none solid;
border-width:0 0 5px;
color:#FFFFFF;
margin:0 5px;
padding:0;
}
#footer P
{
	color:#000000;
}

/* --- TEXT STYLES ---*/

BODY, TD
{
	font-family:verdana,arial;
	font-size:8pt;
	
}

P, DIV
{
	font-family:verdana,arial;
	font-size:8pt;
	text-align:left;
}

H1
{
	font-family: Trebuchet MS, Arial, verdana;
	font-size: 16pt;
	font-weight:normal;
	color:#000000;
}

a:link	   {
	color: #0c1c8d;
	text-decoration: underline; 
	font-weight: normal;
}
a:visited  {
	color: #4056ee;
	text-decoration: underline; 
	font-weight: normal;
}
a:hover	   {
	color: #4056ee;
	text-decoration: none; 
	font-weight: normal;
}

.whitelink:link, .whitelink:visited, .whitelink:active, .whitelink:hover
{
	color: #ffffff;
	text-decoration:none;
}

h2	{
	font-family: Trebuchet MS, Arial, verdana;
	font-size: 16px;
	color: #000000;	
	margin-bottom: 0;
	padding-bottom: 7px;
	margin-top: 0;
	padding-top: 0;
}

h2 a:link	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}

h2 a:visited	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}

h2 a:hover	{
	text-decoration: underline;	
	color: #000000;
	margin-top: 0;
	padding-top: 0;
}

h2 a:active	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}

/* Left menu*/
.menuitem
{
background-color:#FC0303;
border:0 none;
margin-bottom:2px;

}
.menuitemlink:link, .menuitemlink:active, .menuitemlink:visited
{
	font-family:arial,verdana;
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:15pt;
}
.menuitemlink:hover
{
	
	color:#FC0303;
}
.menuitem:hover
{
background-color:#fff;


/* Top menu*/
#toplistmenu ul
{
	
	background-color: #fff;
	border-top:1px solid #C5AD0F;
	border-bottom:1px solid #C5AD0F;
	margin-bottom: 5px;
	margin-top:0px;	
}

#toplistmenu ul li a
{
	font-family:arial,verdana;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	
	margin:0;
	text-decoration: none;
	border-right: 1px solid #C5AD0F;
}
#toplistmenu ul li a:hover
{
	background-color:#C5AD0F;
	color:#000000;
}

/*News*/
HR
{
	color : #c5ad0f;
	height : 1px;
	margin:0;
	margin-top : 15px;
	margin-bottom : 5px;
	padding:0;
	border:1px;
	border-style: dashed;
}
.newsdate
{
	padding-left: 10px; 
	font-size: 10px; 
	color: gray;
	}


/* Search */
.btninput
{
	background-color: #c5ad0f;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border: solid 1px #cccccc;
}