﻿.SGIPanel
{
	background-color:#000000; 
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#fefefe',EndColorStr='#000000');*/
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#C0CFE2', gradientType='0');

	
	margin: 0px auto;
	border-style:solid;
	border-width:1px;
	border-color:Silver;
}

.WMText	/*Water Mark Text*/
{
	border:solid 1px #cccccc;
	font-family:Verdana;
	font-size:9pt;
	font-style:italic;
	color:Gray;
}

.PageHeading
{
	font-family:Times New Roman;
	font-size:15pt;
	color:Maroon;
	font-weight:bold;
}

.SectionHeading
{
	font-family:Times New Roman;
	font-size:15pt;
	color:Navy;
}

.MyLabel
{
	font-family:Verdana;
	font-size:8.6pt;
	height:19px;
}

.MyText
{
	font-family: Verdana;
	font-size: 8pt;
	height: 16px;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.MyDropDown
{
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	background-color:White;
	color:Navy;
	font-family:Tahoma;
	font-size:8pt;
}

.MyButton 
{
	background-color:#F7F6F3;
	color:Navy;
	font-family:Tahoma;
	font-size:9pt;
	border:solid 1px black;
}

.BgImageButton
{
	background-position: left top;
	background-image: url(../images/Normal/ButtonBg.png);
	background-repeat: repeat-x;
	height: 26px;
	background-color: transparent;
	font-size: 9pt;
	font-weight:bold;
	color: maroon;
	font-family:Arial;
	border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	cursor:hand;
}

.NormalButton
{
	background-position: left top;
	background-image: url(../Button Images/NormalBtn.png);
	background-repeat: repeat-x;
	height: 29px;
	background-color: transparent;
	font-size: 8pt;
	color: White;
	font-family:Verdana;
	font-weight:bold;
	/*border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 0px none;*/

}

.HoverButton
{
	background-position: left top;
	background-image: url(../Button Images/HoverBtn.png);
	background-repeat: repeat-x;
	height: 29px;
	background-color: transparent;
	font-size: 8pt;
	color: White;
	font-family:Verdana;
	font-weight:bold;
	/*border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 0px none;*/
}


.TreeNodeStyle
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	background-color:#689bca;
	color:White;
	border-left:solid 1px lightskyblue;
	border-right:solid 1px lightskyblue;
	border-top:solid 1px lightskyblue;
	height:28px;
	width:300px;
	text-align:left;
	padding-left:5px;
}

.TreeSelectedNodeStyle
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	background-color:#055E98;
	color: White;
	border-left:solid 1px lightskyblue;
	border-right:solid 1px lightskyblue;
	border-top:solid 1px lightskyblue;
	height:28px;
	width:300px;
	text-align:left;
	padding-left:5px;
}


/*CollapsiblePanel*/
.collapsePanel {
	
	/*background-color:white;*/
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(../images/Normal/ButtonBg.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	vertical-align:middle;
}


#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}


.DataListHeader
{
	background-image: url(../images/Normal/ButtonBg.png);
	cursor:hand;
}


/* Accordion */
.accordionHeader
{
    border: 0px solid #2F4F4F;
    color:Black;
    /*background-color:Orange;*/
    background-image: url(../images/Normal/ButtonBg.png);
    background-repeat:repeat-x;
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
    padding: 0px;
    margin-top: 0px;
    cursor:hand;
    height:25px;
    vertical-align:middle;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	/*text-decoration: none;*/
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 0px solid #2F4F4F;
    color:Black;
    background-image: url(../images/Normal/ButtonBg.png);
    /*background-image:url('Images/UploadImages1.jpg');*/
    background-repeat:repeat-x;
    text-align:left;
	font-family:Arial;
	font-size: 11px;
	font-weight:bold;
    padding: 0px;
    margin-top: 0px;
    cursor:hand;
    height:25px;
    vertical-align:middle;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	/*text-decoration: none;*/
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	/*color:black;*/
    background-color: white; /* #D3DEEF;*/
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


/***************************************
*	Confirm bbutton Extender
****************************************/
/* DropShadow */

#master_content .dropShadowPanel span {color:white;text-decoration:underline;}
#master_content .dropShadowPanel span:hover {text-decoration:none;}


.dropShadowPanel 
{
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.overflowHidden {overflow:hidden;}

.overflowScroll {overflow:hidden;}

/*Modal Popup*/
.modalBackground {
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
