#floatDiv {border:none; vertical-align:top;}
#floatDiv p {background-color:white; color:#000000; padding:0 20px;}
#floatDiv_top_left { height:21px; width:19px; background:url(/images/theme/roundborder_topleft.png) no-repeat;}
#floatDiv_top_right { height:31px; width:30px; background:url(/images/theme/roundborder_topright.png) no-repeat;}
#floatDiv_top_middle { height:21px; width:auto; background:url(/images/theme/roundborder_topmiddle.png) repeat-x; }
#floatDiv_body_content{ width:auto; background-color:white;}
#floatDiv_body_left { width:19px; background:url(/images/theme/roundborder_sideleft.png) repeat-y;}
#floatDiv_body_right { width:30px; background:url(images/theme/roundborder_sideright.png) repeat-y;}
#floatDiv_bottom_left {height:21px; width:19px; background:url(/images/theme/roundborder_bottomleft.png) no-repeat;}
#floatDiv_bottom_right { height:21px; width:30px; background:url(images/theme/roundborder_bottomright.png) no-repeat;}
#floatDiv_bottom_middle { height:21px; width:auto; background:url(/images/theme/roundborder_bottommiddle.png) repeat-x; }
#floatDivTableCell { text-align:center; border-right:1px solid lightgrey; }

#aep_ovrl { 
	background-color:#4D70B8; 
	-moz-opacity: 0.7; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	opacity: 0.7; 
	top: 0; 
	left: 0; 
	position: absolute; 
	width: 100%; 
	height:100%; 
	z-index: 1000; 
} 
#aep_ww { 
	position: absolute; 
	z-index: 3000;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	text-align: center;
} 
#aep_win { 
	margin: 20% auto 0 auto; 
	width: 400px; 
	text-align: left;
	z-index: 3000;
} 
#aep_w {
	background-color: white; 
	padding: 3px; 
	border: 1px solid black; 
	background-color: #EEE;
	z-index: 3000;
} 
#aep_t {
	color: white;
	margin: 0 0 2px 3px; 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	z-index: 3000;
} 
#aep_text {
	width: 100%;
	z-index: 3000;
} 
#aep_w span {
	font-family: Arial, sans-serif; 
	font-size: 10pt;
	z-index: 3000;
} 
#aep_w div {
	text-align: right; 
	margin-top: 5px;
	z-index: 3000;
} 

/* 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: 95%;	*/
	margin-left:2px;
	margin-right:2px;	
	padding:0 10px 10px 10px ;
	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;
}

table {
border-collapse:collapse; border-spacing:0;
border-style:none;
z-index:1;
}

img {
border-style:none;
z-index:1;
}

P {
font-size:10pt;
clear: both;
z-index:1;
}

table td, table th {
font-size:10pt;
text-align:justify;
z-index:1;
padding:0px;
}

li {
font-size:10pt;
clear: both;
}
#headerlefttop{ width:512px; height:60px; background:url(/images/header/headerlefttop.jpg) no-repeat; }
#headerrighttop{ width:512px; height:60px; background:url(/images/header/headerrighttop.jpg) no-repeat; }
#headermid{ width:1024px; height:35px; background:url(/images/header/headermid.jpg) no-repeat; }
#headerbot{ width:1024px; height:55px; background:url(/images/header/headerbot.jpg) no-repeat; }
#bartopmid{ height:25px; background:url(/images/theme/bartopmid.jpg) repeat-x; }
#sidetopleft{ height:10px; width:10px; background:url(/images/theme/sidetopleft.jpg) no-repeat; }
#sidetop{ height:10px; width:250px; background:url(/images/theme/sidetop.jpg) no-repeat; }
#blendtopleft{ height:10px; width:10px; background:url(/images/theme/blendtopleft.jpg) no-repeat; }
#blendtopmid{ height:10px; width:auto; background:url(/images/theme/blendtopmid.jpg) repeat-x; }
#blendtopright{ height:10px; width:10px; background:url(/images/theme/blendtopright.jpg) no-repeat; }
#sidetop{ height:10px; width:250px; background:url(/images/theme/sidetop.jpg) repeat-x; }
#sidetopright{ height:10px; width:10px; background:url(/images/theme/sidetopright.jpg) no-repeat; }
#menumaint{width:164px; height:25px; background:url(/images/header/maintenance.jpg); cursor:pointer;}
#finaledge{ height:25; width:5px; background:url(/images/header/finaledge.jpg) no-repeat;}

#sideContent {
background-color: #000000;
background : url(images/theme/sideback.jpg) repeat-x;
vertical-align : top;
z-index:1;
}

#leftbartitle {
background:url(images/labels/labelback.jpg) repeat-x;
font-size:14pt;
color:#fafafa;
height:25px;
width:100%;
font-family: "Comic Sans MS",Arial;
text-align: left;
z-index:1;
}

#rightbartitle {
background:url(images/labels/labelback.jpg) repeat-x;
font-size:14pt;
color:#fafafa;
height:25px;
width:100%;
font-family: "Comic Sans MS",Arial;
text-align: right;
z-index:1;
}
