/*----------------------------
// CORE
//----------------------------*/
body
{
	font-family: verdana;
	color: #777;
}

a
{
    COLOR: #0000ff;
    TEXT-DECORATION: none
}
a:hover
{
    COLOR: #0000ff;
    TEXT-DECORATION: underline
}
#wrapper
{
	width: 780px;
	margin: 0 auto;
}

/*----------------------------
// HEADER AREA
//----------------------------*/
#header
{
	width: 100%
}

#header .title
{
	padding-left: 10px;
	border-bottom: 1px solid #000; 	
}

#header .img
{
	margin: 10px 0;
	width: 780px;
	height: 65px;
}

#header .menu
{
	width: 100%;
	border-top: 1px solid #000;
	text-align: right;
	font-size: 8pt;
	color: #CCC;
}

/*----------------------------
// MAIN CONTENT AREA
//----------------------------*/
#content
{
	width: 600px;
	margin: 50px auto 0 auto;
	font-size: 10pt;
	min-height: 400px;
}

#content h2
{
	color: #777;
	font-size: 12pt
}
#content h3
{
	color: #777;
	font-size: 11pt
}

#content table.panel
{
	margin: 0 auto;
	border: 1px solid #AAA;
	background-color: #EFEFEF;
	padding: 5px;
	width: 500px;
	font-size: 10pt;
}

#content table.active
{
	background-color: #ABAEFAB;
}

#content table.inactive
{
	background-color: #EFABAB;
}


/*------------------------------------
   HELP PAGE
------------------------------------*/
p.help 
{
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 12px;
}


.input 
{
	width: 220px;
}


.box
{
    BACKGROUND-COLOR: #000000
}
.hosted
{
    FONT-SIZE: 8pt;
    COLOR: #cccccc;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none
}
.smalltext
{
    FONT-SIZE: 8pt;
    COLOR: #666666;
    
    BACKGROUND-COLOR: white
}
.headertext
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #cccccc
}


.wavesong
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #ffffff
}
