/* AA CSS  */

body
	{
	text-align: center;
	background: #E6E6E6;
	margin: 0px;
	}


div,td,.info ,body
	{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #2F0056;
	font-size: 11px;
	}
	
td
	{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	}
	
.currently_On
	{
	color: #119911;
	}
	
.subtext 
	{
	color: #888;
	font-size: 10px;
	}


a,.a
	{
	color: #2350C3;
	text-decoration: none;
	}

a:hover {
	color: #48A5A8;
	text-decoration: underline;
}

.ahover {
	color: #48A5A8;
	text-decoration: underline;
}

.infoOn {
	vertical-align: middle;
	text-align: left;
	background: #F3F3FA;
	font-size: 11px;
	border: #aaa solid 1px;
	padding: 4px 4px 5px 4px;
}

h1
{
 	font-weight:bold;
	font-size:14px;
	margin:1px;
}	

.section_header 
{
	color: #87439C;
	border-bottom: solid #eaeaea 1px;
	padding-bottom: 5px;
	text-align: left;
}

.info {
	vertical-align: middle;
	text-align: left;
	font-size: 11px;
	padding: 5px;
	border-bottom: solid #eaeaea 1px;
}

.mainbody 	
	{
	border-left:solid 1px #FFFFFF;
	border-right:solid 2px #FFFFFF;
	background: #f7f7f7;
	margin: auto;
	width:800px;
	}

.inner_body
	{
	background: #f7f7f7;
	}

.info_b 
	{
	border: dotted 1px #cccccc;
	padding: 6px 10px 10px 10px;
	background: #fff; 
	}

.row_odd 
	{
	background: #f3f3f3;
	}

.row_even 
	{
	background: #EBE7EF;
	}
	
.fic
       {
	padding: 2px;
	border-bottom: solid 1px #DDD;
	font-size: 11px;
    }
/* End AA CSS */
	
	
	
/* CSS for the window, header, etc. */

/* Outer div tag of the window for centering in IE */
.outerwindow
{
	z-index: 3;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 0px;
}

/* Inner div tag of the window for centering in FF */
.window
	{
	width: 700px;
	margin: auto;
	background: #ffffff;
	border: 1px solid #2c4fc1;
	font-size: 9pt;
	}
	
/* Div tag for the window title (class/tag name) */
.windowtitle
	{
	color: #2c4fc1;
	background: #9cb9f3;
	text-align: center;
	font-size: 9pt;
	}
	
/* Subtitles for window */
.windowsub
	{
	color: #2c4fc1;
	text-align: left;
	text-decoration: underline;
	font-size: 9pt;
	}
	
/* Button to close the CSS window */
.windowbutton
	{
	margin: auto;
	width: 75px;
	color: #2c4fc1;
	background: #9cb9f3;
	text-align: center;
	border: 1px solid #2c4fc1;
	cursor: pointer;
	font-size: 9pt;
	}
	
/* Header area of the CSS Gen */
.upper
	{
	height: 25px;
	background: #9cb9f3;
	border-bottom: 1px solid #2c4fc1;
	color: #2c4fc1; 
	font-size: 14px;
	font-weight: bold;
	}
	
/* Footer area of the CSS Gen */
.lower
	{
	height: 45px;
	background: #9cb9f3;
	border-top: 1px solid #2c4fc1;
	border-bottom: 1px solid #2c4fc1;
	color: #2c4fc1; 
	font-size: 14pt;
	font-weight: bold;
	}
	
/* Class to modify the td tags in the header and footer */
.uppertd, .lowertd
	{
	font-size: 14px;
	font-weight: bold;
	color: #2c4fc1; 
	}
	
/* Button for previewing and submitting the current CSS settings */
.button
	{
	width: 150px;
	color: #2c4fc1;
	background: #ffffff;
	text-align: center;
	border: 1px solid #2c4fc1;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	}
	
/* Div tag to cover the AA portion of the gen while the CSS window is up */
.blanket
	{
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}

/* Div tags to click for to modify the body tag, mainbody class, and inner_body class */
.otherclass
	{
	font-size: 12pt;
	font-weight: bold;
	}
