/* <=================== Preliminaries ===================> */

BODY{
    font-family: sans;
}
TABLE {
    table-layout: seperated;
    border-collapse: seperate;
    border-spacing: 0px;
    empty-cells: show;
}
TD {
    background-color: light grey;
    color: #000000;
    font-family: sans;
    font-size: 10pt;
    text-align: left;
    align: left;
    vertical-align: top;
}

/* <================= Square Gator Stuff ===================> */

/* Database warnings issued by the software */
DIV.dbwarn{
	color: red;
	text-align: center;
}

/* General Warnings issued by the software */
DIV.genwarn{
	color: red;
	text-align: center;
}

/* Event Content */
DIV.edetail{
	padding: 3px 3px 3px 3px;
	border-style: groove;
	margin: 5px 0px 10px 0px;

}

/* Event Reference */
DIV.eref{
	background: #00FF66;
	padding: 3px 3px 3px 3px;
	border-style: groove;
}

/* Event Title */
DIV.etitle{ 
	font-style: italic;
	text-align: right;
	border: 1px solid green;
	background: #ECFFEC;
	padding: 0px 3px 0px 3px;
}

/* Supporting Documents Side-Bar */
DIV.supportingbar{
	padding: 3px 3px 3px 3px;
	margin: 5px 0px 10px 0px;
}

DIV.top{ 	
	text-align: center; 
	font-size: 12pt; 
	font-weight: bold; 
	margin: 0px 0px 10px 0px;
}

/* Event Name */
DIV.ename{
	text-align: center; 
	font-size: 20pt; 
	font-weight: bold;
}
