#aep_ovrl { 
	background-color:#4D70B8; 
	-moz-opacity: 0.7; 
	opacity: 0.7; 
	top: 0; 
	left: 0; 
	position: fixed; 
	width: 100%; 
	height:100%; 
	z-index: 99; 
} 
#aep_ww { 
	position: fixed; 
	z-index: 100;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	text-align: center;
} 
#aep_win { 
	margin: 20% auto 0 auto; 
	width: 400px; 
	text-align: left;
} 
#aep_w {
	background-color: white; 
	padding: 3px; 
	border: 1px solid black; 
	background-color: #EEE;
} 
#aep_t {
	color: white;
	margin: 0 0 2px 3px; 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
} 
#aep_text {
	width: 100%;
} 
#aep_w span {
	font-family: Arial, sans-serif; 
	font-size: 10pt;
} 
#aep_w div {
	text-align: right; 
	margin-top: 5px;
} 

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 0px #CCC;
	border-right: solid 0px #999;
	border-top: solid 0px #999;
	border-bottom: solid 0px #CCC;		
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {		
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	/*font:"Times New Roman", Times, serif;*/
	/*color:#FFFFFF;*/	
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	/*color: black;*/
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	/*background-color: #EEE;*/
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	/*background-color: #CCC;*/
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	/*background-color: #3399FF;*/
}

a:link {
	color:#0000FF;	
	text-decoration:none;
	border:none;
}
a:visited {
	color:#0000FF;
	text-decoration:none;
	border:none;
} 
a:hover {
	color:#0066FF;
	border:none;
}

#maintainMenu {
	width: 100%;
	margin: 1em 1em;
	padding:0 2em 2em 2em ;
	border:1px solid #bbb;
	color: #444;
	background:#ffc;
	font: 0.9em verdana, sans-serif;
}

.nopadding {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;	
	padding-top: 0;
	line-height: 14px;
	font-size: 12px;
	font-family: Tahoma, Arial;	
}

.popupsky {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	font-size:12px;
	line-height:20px;
	font-family: Tahoma, Arial;
	border: 1px solid #000000;
	background: white;
}

#Upload {
	width: 100%;
	margin: 1em 1em;
	padding:0 2em 2em 2em ;
	border:1px solid #bbb;
	color: #333;
	background:#ffd;
	font: 0.9em verdana, sans-serif;
}
	
#Upload h1 {
	font: 1.4em bold verdana, sans-serif;
	margin: 0;
	padding:1em 0;
	text-align:center;
}

#Upload label {
	float: left;
	width: 7em;
}
		
#Upload p {
	 clear: both;
}		

.red {
	color:red;
}


body { 
margin:5px 5px; 
font-size:10pt; 
line-height:10px; 
font-family: Arial; 
background: url(images/body_bckg.jpg) repeat-x #ffffff;
text-align:middle;
}


h5 {
font-size:14px;
font-family: "Comic Sans MS",Arial;
text-decoration:bold;
line-size:0px;
}

table {
margin:0;
cellspacing:0;
cellpadding:0;
border-style:none;
}

img {
border-style:none;
}

P {
font-size:10pt;
clear: both;
}

td {
font-size:10pt;
text-align:justify;
clear: both;
}

li {
font-size:10pt;
clear: both;
}

#sideContent {
bgcolor : #000000;
background : url(images/theme/sideback.jpg) repeat-x;
vertical-align : top;
}

#leftbartitle {
background:url(images/labels/labelback.jpg) repeat-x;
font-size:14pt;
color:#fafafa;
height:25px;
width:100%;
font-family: "Comic Sans MS",Arial;
font-align: left;
}

#rightbartitle {
background:url(images/labels/labelback.jpg) repeat-x;
font-size:14pt;
color:#fafafa;
height:25px;
width:100%;
font-family: "Comic Sans MS",Arial;
font-align: right;
}