/* CSS Document */

/***** Global Settings *****/
 
* { 
margin: 0; padding: 0;
}

OL, UL, DIR, MENU, DD	{
padding-left: 40px; 
}
	
OL LI	{
list-style-type: decimal;
}
	
UL LI	{
list-style-type: disc;
}

UL UL, UL OL, UL MENU, UL DIR, MENU UL, MENU OL, MENU MENU, MENU DIR, DIR UL,
DIR OL, DIR MENU, DIR DIR, OL UL, OL OL, OL MENU, OL DIR	{
margin-top: 0;
margin-bottom: 0;
}

OL UL, UL UL, MENU UL, DIR UL, OL MENU, UL MENU, MENU MENU, DIR MENU, OL DIR, UL
DIR, MENU DIR, DIR DIR 	{
  list-style-type: circle;
}

OL OL UL, OL UL UL, OL MENU UL, OL DIR UL, OL OL MENU, OL UL MENU, OL MENU MENU,
OL DIR MENU, OL OL DIR, OL UL DIR, OL MENU DIR, OL DIR DIR, UL OL UL, UL UL UL,
UL MENU UL, UL DIR UL, UL OL MENU, UL UL MENU, UL MENU MENU, UL DIR MENU, UL OL
DIR, UL UL DIR, UL MENU DIR, UL DIR DIR, MENU OL UL, MENU UL UL, MENU MENU UL,
MENU DIR UL, MENU OL MENU, MENU UL MENU, MENU MENU MENU, MENU DIR MENU, MENU OL
DIR, MENU UL DIR, MENU MENU DIR, MENU DIR DIR, DIR OL UL, DIR UL UL, DIR MENU
UL, DIR DIR UL, DIR OL MENU, DIR UL MENU, DIR MENU MENU, DIR DIR MENU, DIR OL
DIR, DIR UL DIR, DIR MENU DIR, DIR DIR DIR 	{
list-style-type: square;
}

OL OL LI	{
list-style-type: lower-alpha;
}
	
OL OL OL LI	{
list-style-type: lower-roman
}


body {
font-family:verdana, arial, sans-serif;
font-size:12px;
text-align:center;
color:#606060;
}

/*ul,ol { margin:1.12em 0; display:block; margin-left:40px; }
li { display: list-item; }*/
 
img {
display: block;
border:0;
}
/***** Links *****/

a:hover {
font-weight:bold;
color:#dd6611;
}

a {
font-weight:bold;
color:#3366bb;
/*text-decoration:none;*/
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
}

option {
padding:0 0 0 3px;
}

form select {
font-size:10px;
}

form input {
font-size:10px;
}

/*input[disabled] {
padding:1px;
background-color:#EDEEED;
border:1px solid #7f9db9;
}*/


/***** Tables *****/
 
table {
border-collapse: collapse;
}

td {
font-size:12px;
}
 

/***** USER-DEFINED *****/
.factorCheckbox { margin: 0 2px 0 0;width:13px;height:13px; vertical-align:top;}
.factorLeftTd { padding-right:3px; text-align:left; }
.factorRightTd { padding-left:3px; text-align:left;}
.center { text-align:center; } 
.tbEl { height:25px; text-align:center; font-size:14px;}
.hoverBox { display:none; position:absolute; z-index:100; background-color:#f6eec9; border:1px solid #FF9900; padding:4px; font-size:12px; }
.errorBox { display:none; background-color:#f6eec9; border:1px solid #FF9900; padding:4px; font-size:12px; }
.errorHighlight { background-color:#f6eec9; }
.successBox { display:none; background-color:#ddf6ca; border:1px solid #99FF00; padding:4px; font-size:12px; }

.frontGraphLegend {margin-top:5px; background-color:#dfedff; border:1px solid #a5bfe7; padding:4px; text-align:center; font-size:12px;}