@charset "iso-8859-1";
/* ================ */
/* General settings */
/* ================ */
BODY {
	font-family: Trebuchet MS, sans-serif;
    font-spacing: 3px;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.textfield 
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
	BORDER-COLOR: #000000;
	/*BACKGROUND-COLOR: #FFF799;*/
	BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: tahoma, verdana;
    FONT-SIZE: 8pt
}

.textfield2
{
    BORDER-BOTTOM: 0px solid;
    BORDER-LEFT: 0px solid;
    BORDER-RIGHT: 0px solid;
    BORDER-TOP: 0px solid;
	BORDER-COLOR: #ffffff;
	BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: tahoma, verdana;
    FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	COLOR: #596f00;
	
}

.boxx
{
    BORDER-BOTTOM: 0px solid;
    BORDER-LEFT: 0px solid;
    BORDER-RIGHT: 0px solid;
    BORDER-TOP: 0px solid;
	BORDER-COLOR: #F5F5F5;
	BACKGROUND-COLOR: #F5F5F5;
    FONT-FAMILY: tahoma, verdana;
    FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
}

INPUT.box {
       background-CoLoR:#f1f1f1;
       BORder-TOP-WIDTH: 1;
	   BORder-BOTTOM-WIDTH: 1;
	   BORder-BOTTOM-STYLE: DOUBLE;
	   BORder-TOP-STYLE: DOUBLE;
	   BORder-LEFT-STYLE: DOUBLE;
	   BORder-RIGHT-STYLE: DOUBLE;
	   BORder-LEFT-WIDTH: 1;
       BORder-RIGHT-WIDTH: 1;
	   font-type: tahoma;
	   font-size:12px;
       COLOR: #555555;
	   BORDER-COLOR:#c1c1c1;

           }

/*INPUT.button {
	   background-CoLoR:#0076A3;
       BORder-TOP-WIDTH: 1;
       BORder-BOTTOM-WIDTH: 1;
	   BORder-BOTTOM-STYLE: DOUBLE;
       BORder-TOP-STYLE: DOUBLE;
	   BORder-LEFT-STYLE: DOUBLE;
       BORder-RIGHT-STYLE: DOUBLE;
	   BORder-LEFT-WIDTH: 1;
	   BORder-RIGHT-WIDTH: 1;
	   COLOR:#FFFFFF;
	   BORDER-COLOR:#000000;
	font-size: 11px;
	font-weight: bold;			
				}*/

INPUT.button {
	font-size: 11px;
	font-weight: bold;
}

INPUT.buttx {
	font-size: 11px;
	font-weight: bold;
	background-color: #ff0000;
	color: #ffffff;
}

INPUT.butty {
	font-size: 11px;
	font-weight: bold;
	background-color: #0000ff;
	color: #ffffff;
}

INPUT.button2 {
	   background-CoLoR:#ACD373;
       BORder-TOP-WIDTH: 1;
       BORder-BOTTOM-WIDTH: 1;
	   BORder-BOTTOM-STYLE: DOUBLE;
       BORder-TOP-STYLE: DOUBLE;
	   BORder-LEFT-STYLE: DOUBLE;
       BORder-RIGHT-STYLE: DOUBLE;
	   BORder-LEFT-WIDTH: 1;
	   BORder-RIGHT-WIDTH: 1;
	   COLOR:#000000;
	   BORDER-COLOR:#000000;
	font-size: 11px;
	font-weight: bold;
}

INPUT.button3 {
	   background-CoLoR:#FF0000;
       BORder-TOP-WIDTH: 1;
       BORder-BOTTOM-WIDTH: 1;
	   BORder-BOTTOM-STYLE: DOUBLE;
       BORder-TOP-STYLE: DOUBLE;
	   BORder-LEFT-STYLE: DOUBLE;
       BORder-RIGHT-STYLE: DOUBLE;
	   BORder-LEFT-WIDTH: 1;
	   BORder-RIGHT-WIDTH: 1;
	   COLOR:#FFFFFF;
	   BORDER-COLOR:#000000;
	font-size: 11px;
	font-weight: bold;
				}		

INPUT.button4
{
	background-CoLoR:#808080;
	BORder-TOP-WIDTH: 1;
	BORder-BOTTOM-WIDTH: 1;
	BORder-BOTTOM-STYLE: DOUBLE;
	BORder-TOP-STYLE: DOUBLE;
	BORder-LEFT-STYLE: DOUBLE;
	BORder-RIGHT-STYLE: DOUBLE;
	BORder-LEFT-WIDTH: 1;
	BORder-RIGHT-WIDTH: 1;
	COLOR:#FFFFFF;
	BORDER-COLOR:#000000;
	font-size: 11px;
	font-weight: bold;
}

.frame01 
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
	BORDER-COLOR: #000000;
	BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Tahoma, verdana;
    FONT-SIZE: 8pt
}

.frame02
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
	BORDER-COLOR: #A6A6A6;
	BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Tahoma, verdana;
    FONT-SIZE: 8pt
}

.frame03 
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
	BORDER-COLOR: #006A93;
	BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Tahoma, verdana;
    FONT-SIZE: 8pt
}
				
/* =============== */
/* Anchor settings */
/* =============== */
A {
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: none;
}
A:link {
	color: #2676CE;
	font-weight:bold;
	text-decoration: none;
}
A:active {
	color: #2676CE;
	font-weight:bold;
	text-decoration: none;
}
A:visited {
	color: #2676CE;
	font-weight:bold;
	text-decoration: none;
}
A:hover {
	color: #2676CE;
	text-decoration: underline;
}

A:link.link2 {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	
}
A:active.link2 {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
		
}
A:visited.link2 {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
		
}
A:hover.link2 {
	color: #ffffff;
	font-weight:bold;
	text-decoration: underline;
}
A:link.link3 {
	color: #50769D;
	font-weight:none;
}
A:active.link3 {
	color: #50769D;
	font-weight:none;

}
A:visited.link3 {
	color: #50769D;
	font-weight:none;

}
A:hover.link3 {
	color: #50769D;
	text-decoration: underline;
}

A:link.link4 {
	color: #013A8D;
	font-weight:bold;

}
A:active.link4 {
	color: #013A8D;
	font-weight:bold;

}
A:visited.link4 {
	color: #013A8D;
	font-weight:bold;

}
A:hover.link4 {
	color: #013A8D;
	text-decoration: underline;
}
A:link.link5 {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	
}
A:active.link5 {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
		
}
A:visited.link5 {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
		
}
A:hover.link5 {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
/* =========== */
/* Text colors */
/* =========== */
.white {
	color: #FFFFFF;
}
.normalwhite {
	color: #FFFFFF;
	font-size: 10pt;
}
.red {
	color: #bb0000;
}
.darkred {
	color: #CC0000;
}
.blue {
	color: #214D7C;
}
.grey {
	color: #666666;
}
.yellow {
	color: #FFFF33;
}
.lightyellow {
	color: #FFFFDD;
}
.orange {
	color: #FFCC00;
}
.lightgreen {
	color: #CCFFCC;
}
.green {
	color: #9AB04E;
}
.purple {
	color: #662C91;
}
.beige {
	color: #FFF99D;
}
.bgblack {
	background-color: #000000;
}

.bgred {
	background-color: #BB0000;
}

.bggrey {
	background-color: #808080;
}

.bgwhite {
	background-color: #FFFFFF;
}

.bgblue {
	background-color: #006A93;
}

.bgcorp {
	BACKGROUND-COLOR: #464646;
}
.statactive {
	color: #FFFFFF;
	BACKGROUND-COLOR: #8dc63f;
}
.statsuspend {
	color: #FFFFFF;
	BACKGROUND-COLOR: #ff0000;
}

/* ============== */
/* Resizing fonts */
/* ============== */
.xs {
	font-size: 7.5pt;
}
.small {
	font-size: 8.5pt;
}
.normal {
	font-size: 10pt;
}
.medium {
	font-size: 12pt;
}
.xl {
	font-size: 20pt;
}

/* ================ */
/* Change font face */
/* ================ */
P {
	font-family: Tahoma;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	line-height: 11pt;
}

UL.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	margin-left: 0.5cm;
	position: relative;
}
DIV {
	font-family: Trebuchet Ms;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
TD {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	line-height:17px;
	text-align: none;
}
TD.white {
	font-family: Tahoma, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
}
INPUT {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
}
SELECT {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
}

.style2 {
	color: #1A2748;
	font-weight: bold;
}
.style3 {color: #1A2748}

/*menu tree style sheet */
.itemBorder { border-style:none; border-top-width:thin; border-width:thin; border-bottom-width:thin;  border-color:#cccccc }
.itemText { text-decoration: none; color: #FFFFFF; font: 9px Tahoma}

.crazyBorder { border: 2px outset #663399 }
.crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.style1 {
	font-size: 9pt;
	font-weight: bold;
}
