BODY 		{
		BACKGROUND: #778899;
		font-family: helvetica, arial, verdana,"trebuchet ms", sans-serif;
		COLOR: #FFFFFF;
		}

INPUT           {COLOR: #000000;}
		
TEXTAREA        {COLOR: #000000;}
		

/*  ### POSITIONING ###   */
#dptop
{
        position: absolute;
        width: 100%;
        left: 1%;
        top: 0%;
        height: 24%;

}

#dpbottom
{
        position:absolute;
        width: 100%;
        left: 1%;
        top: 500%;
}
#dpcenter
{
        position: absolute;
        width: 60%;
        left: 21%;
        top: 25%;

}

#dpleft
{
        position: absolute;
        width: 18%;
        left: 1%;
        top: 25%;

}
#dpright
{
        position: absolute;
        width: 18%;
        left: 81%;
        top: 25%;

}


HR {
        BACKGROUND-COLOR: transparent;
        CLEAR: both;
        COLOR: #8cacbb;
        HEIGHT: 1px;
}
	
A:link {
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
}

A:active {
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
}

A:visited {
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
}

A:hover {
	TEXT-DECORATION: underline;
	FONT-WEIGHT: bold;
	COLOR: #dddddd
}

A {
	TEXT-DECORATION: none
}

.criticaltext { color: yellow;}

.moderatetext {color: green;}

.mildtext {color: orange;}

.darkercell {background-color: #3b5062; /*text-align: center; margin-left: auto; margin-right: auto;*/}
.lightercell {background-color: #5b7082; /*text-align: center; margin-left: auto; margin-right: auto;*/}
.lightestcell {background-color: #7b90a2; /*text-align: center; margin-left: auto; margin-right: auto;*/}

.panel		{
		width: 100%;
		border-top: 1px solid #778899;
                border-left: 1px solid #778899;
		border-collapse: collapse;
		}

.panel_title	{
		background-image: url('blue_grad.gif');
		background-repeat: repeat-x;
		FONT-WEIGHT: bold;
		}

.panel_body	{
		background-color : #8da1b2;
		}


.win		{
		width: 100%;
		border-collapse: collapse;
		border-top: 1px solid #778899;
                border-left: 1px solid #778899;
                border-collapse: collapse;
                margin-bottom: 1em;
		}

.win_hdr	{
		background-image: url('blue_grad.gif');
		background-repeat: repeat-x;
		FONT-WEIGHT: bold;
		height: 1.5em;
		text-align: center;
		}

.win_body	{
		background-color : #8da1b2;
		}

.nowindow	{
		background-color: #778899;
		}

.nowindow_body	{
		background-color: #778899;
		}

.border { border: 1px solid black; }

.admin_edit	{
		text-align: right;
		background: red;
		font-size: 50%;
		} 

.bullet         {
                width: 16px;
                height: 16px;
                }

