/*modalPopup*/
.modalBackground
{
    background-color: #66CCFF;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    border: 3px solid #00CCFF;
    background-color: #3399FF;
    padding: 3px;
    width: 250px;
}
.modalCaption
{
    cursor: move;
    background-color: #00CCFF;
    border: solid 1px Gray;
    color: Black;
    font-weight: bolder;
}
/* collapsePanel */
.collapsePanelHeader
{
    width: 83%;
    height: 20px;
    color: #FFF;
    font-weight: bold;
    background-repeat: repeat-x;
    background-image: url('../../Images/ProjectImages/bg-menu-main.png' );
    
    font-family:Tahoma;
	font-size:13px;
	color:#666666;
}

.collapsePanelHeader11
{
    width: 100%;
    height: 20px;
    color: #FFF;
    font-weight: bold;
    background-repeat: repeat-x;
    background-image: url('../../Images/ProjectImages/bg-menu-main.png' );
    
    font-family:Tahoma;
	font-size:13px;
	color:#666666;
}
.extendedgridview
{
    width: 94%;
   
   
    font-family:Tahoma;
	font-size:13px;
	color:#666666;
}

.extendedgridview11
{
    width:100%;
   
   
    font-family:Tahoma;
	font-size:13px;
	color:#666666;
}

.fullwidth
{
   width: 94%;
}

.fullwidth11
{
   width: 100%;
}
/* HoverMenu */
.popupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .7;
    filter: alpha(opacity=90);
}
.popupHover
{
    background-image: url('../../Images/ProjectImages/header-opened.png' );
    background-repeat: repeat-x;
    background-position: right top;
    font-weight: bold;
    background-color: #F5F7F8;
}
