/* ----------------------------------------------------------------------------------------------------
** - Body
** ----------------------------------------------------------------------------------------------------
*/

BODY
{
background-color: #191818;
/* 
	
	background-repeat:repeat-x; repeat-y;
*/
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
overflow: auto;
}



/* ----------------------------------------------------------------------------------------------------
** - Header
** ----------------------------------------------------------------------------------------------------
*/

H1
{
color: #ffffff;
display: inline;
font-family: Tahoma, Arial, Verdana;
font-size: 8pt;
font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------
** - Text
** ----------------------------------------------------------------------------------------------------
*/

P
{
color: #ffffff;
font-family: Tahoma, Arial, Verdana;
font-size: 8pt;
font-weight: normal;
}

A, LI, SPAN, LABEL
{
color: #ffffff;
font-family: Tahoma, Arial, Verdana;
font-size: 8pt;
font-weight: normal;
}

LABEL.CHECKBOX, LABEL.RADIO, LABEL.LINK
{
cursor: pointer;
/* cursor: hand; */
}

/* ----------------------------------------------------------------------------------------------------
** - List
** ----------------------------------------------------------------------------------------------------
*/

UL.CIRCLE, UL.CIRCLE UL
{
list-style-type: circle;
}

UL.PLUS, UL.PLUS UL
{
list-style-type: none;
}

LI
{
line-height: 14pt;
margin-left: 0px;
padding-left: 0px;
}

UL.PLUS LI
{
background-image: url(http://sound-load.com/gfx/list/plus.gif);
background-repeat: no-repeat;
background-position: left 3px;
padding-left: 16px;
}

/* ----------------------------------------------------------------------------------------------------
** - inline Text
** ----------------------------------------------------------------------------------------------------
*/

SPAN.HOT,
SPAN.RED,
SPAN.ERROR
{
color: #CC0000;
font-weight: bold;
}

SPAN.GREEN,
SPAN.SUCCESS
{
color: #00A000;
font-weight: bold;
}

SPAN.GRAY,
SPAN.UNKNOWN
{
color: #C0C0C0;
font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------
** - Links
** ----------------------------------------------------------------------------------------------------
*/

LABEL.LINK,
A SPAN,
A
{
color: #ffffff;
text-decoration: none;
}

LABEL.LINK:hover,
A:hover SPAN,
A:hover
{
color: #ff0000;
text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------
** - Images
** ----------------------------------------------------------------------------------------------------
*/

IMG
{
border-width: 0px;
}

/* ----------------------------------------------------------------------------------------------------
** - Horizontal Ruler
** ----------------------------------------------------------------------------------------------------
*/

HR
{
background-color: #ffffff;
color: #808080;
border: 0 none;
height: 1px;
font-size: 1px;
line-height: 1px;
clear: both;
display: block;
margin: 5px auto 5px auto;
padding: 0px 0px 0px 0px;
text-align: center;
width: 100%;
}

TABLE.BLOCK TR TD HR
{
margin: 0px auto 0px auto;
width: 140px;
}
