/*ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }*/

/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */

#navlist {
        color: white;
        background: #243851;
        border-bottom: 0.2em solid #243851;
        border-right: 0.2em solid #243851;
        padding: 0 1px;
        margin-left: 0;
        width: 12em;
        font: normal 10px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: #364e6c;
        border-width: 1px;
        border-style: solid;
        border-color:  Black #035 #185171 #6cf;
        border-left: 1em Solid Goldenrod;
        padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #185171 #035 Red #f30; }

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
        background: #999999;
        border-color: #185171 #6cf #185171 Red;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
        background: #999999;
        border-color: #185171 #6cf #185171 Red;
        padding: 0.4em 0.35em 0.25em 0.9em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #243851;
	font-weight: normal;
	padding-Bottom: 1px;
	border-Bottom: 4px solid red;
	margin-bottom: 10px;
	margin-bottom: 10px;
}




.collapsePanel {
	width: 640px;
	height:0px;
	background-color:white;
	overflow:hidden;
	border-bottom-color :White; 
	
}

collapsePanelHeader{	
	width:635px;		
	height:1.2em;
	color: goldenrod;
	font-family: verdena;	
	font-size :.8em;
	float :right ;
	padding:5px; 
	cursor: pointer; 
	vertical-align:top; 
	background-image : url(../../Images/Header1.bmp);
	
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: verdena, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: White;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: White;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;	
	filter:alpha(opacity=70);
	opacity:0.7;
	
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
.PanelHeader
{
	background: #e0e0e0 url("http://localhost/Images/bg_gradient-left.png");
	background-repeat: repeat-x;
	background-position: center top;
	 background-attachment:scroll;
	height:15px;
	color:White;
}


/* all the legend tags use this same style */
legend {
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}

/* all the fieldset tags use this same style */
fieldset {
	margin-bottom: 0px;
	padding: 0px 12px 12px 12px;
	display: block;
	}
	
.popupMenu {
            position:absolute;
            visibility:hidden;
            background-color:#F5F7F8;
            opacity:.9;
            filter: alpha(opacity=90); 
            border:solid 1px #999;          
       }