/* CSS Document */
/* Styles in this document are specific to tables */

/*================================================*/
/*DATA TABLE CLASS*/



table.data {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	border-bottom: solid 1px #99CCFF;
	border-right: solid 1px #99CCFF;
}

table.data th {
	border-top: solid 1px #99CCFF;
	border-left: solid 1px #99CCFF;
	background-color: #DEEEFD;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	height: 1em;
	padding: 0.3em 8px;
	vertical-align: middle;
	font-size: 11px; 
    font-family: verdana, arial, helvetica, sans-serif;
	color: #3366CC;
}

table.data td {
	padding: 0.3em 8px;
	vertical-align: middle;
	font-size: 11px; 
    font-family: verdana, arial, helvetica, sans-serif;
	color: #3366CC;
	}
	
table.data td.empty {
	padding: 0px 0px;
	}

table.data th a {
	vertical-align: middle;
	text-decoration: none;
	}

table.data td {
	border-top: solid 1px #99CCFF;
	border-left: solid 1px #99CCFF;
	vertical-align: middle;
	font-size: 11px; 
    font-family: verdana, arial, helvetica, sans-serif;
	}
	
table.data td.drilldown {
	border-top: solid 0px #ccccc3;
	border-left: solid 1px #ccccc3;
}

table.data th.drilldown {
	border-top: solid 1px #ccccc3;
	border-left: solid 1px #ccccc3;
	background-color: #e6e6dc;
	text-transform: lowercase;
	font-weight: bold;
	text-align: left;
	height: 1em;
	border-right: solid 1px #ccccc3;
	border-bottom: solid 1px #ccccc3;
	border-collapse: collapse;
}

table.data td.nil {
	border-right: solid 0px #ccccc3;
}

/*================================================*/
table.form {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	border-bottom: solid 1px #99CCFF;
	border-right: solid 1px #99CCFF;
}

table.form th {
	border-top: solid 1px #99CCFF;
	border-left: solid 1px #99CCFF;
	background-color: #DEEEFD;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	height: 1em;
	padding: 0.3em 8px;
	vertical-align: middle;
	font-size: 11px; 
    font-family: verdana, arial, helvetica, sans-serif;
	color: #3366CC;
}

table.form td {
	padding: 0.3em 8px;
	font-size: 11px; 
    font-family: verdana, arial, helvetica, sans-serif;
	color: #3366CC;
	}
	
table.form td.top {
	border-top: solid 1px #99CCFF;
	}
	
table.form td.left {
	border-left: solid 1px #99CCFF;
	}
	
table.form td.topleft {
	border-top: solid 1px #99CCFF;
	border-left: solid 1px #99CCFF;
	}
/*================================================*/
/*COLUMN THREE PANEL STYLES*/

.side {
	background-color: #e6e6dc;
	}

.side2 {
	background-color: #f1f1e7;
	}

/*================================================*/
/*FORM TABLE CLASS*/

table.userform td {
	padding: 8px 8px;

}

table.userform tr.high td {
	background-color: #e0e2e6;

}
table.userform td.errors {
	font-size: 12px; 
    font-family: verdana, arial, helvetica, sans-serif;
	color: red;

}
table.userform td.instruct {
	font-size: 10px; 
    font-family: verdana, arial, helvetica, sans-serif;
	color: #006699;
}

/*================================================*/
/*EDITABLE AREA*/

.editable {
	color: #FF3300;
	background-color: #e8e8e8; 
	padding: 0.3em 8px;
	border: solid 1px #ccccc3;
}
/*================================================*/
/*FORM TABLE CLASS*/

table.groups {
	border-spacing: 0px 0px;
	border-collapse: collapse;
}
table.groups tr td {
	background-color: #e0e2e6;

}
/*================================================*/