/***********************************************************************************************************************
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#wrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.accordionButton
{
	width: 500px;
	float: left;
	background: #D3D3D3;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}

.accordionContent
{
	width: 500px;
	float: left;
	background: #DCDCDC;
	display: none;
}

.panelHeader
{
	background-color: #999999;
}

.panelContent
{
	background-color: #C0C0C0;
}

.panelText
{
	color: Black;
}

.readOnly
{
    background-color: #EFEFEF;
}

.gridview th
{
	background-color: #12175E;
	color: White;	
	font-family: Latha;
	font-size: 14px;
}

.gridview td
{
    font-family: Latha;
	font-size: 14px;
}

.error
{
	background-color: #FFC0CB;
}

.required
{
	border: 2px solid #32CD32; 
}

.reqText
{
	color: Maroon;
}

.reqIText
{
	color:Purple;
	font-style: italic;
}

.reqBold
{
	font-weight: bold;
}

 #UpdateProgress1 {
   background-color:#CF4342;
   color:#fff;
   top:0px;
   right:0px;
   position:fixed;
 }

#UpdateProgress1 img {
   vertical-align:middle;
   margin:2px;
 }
