﻿.mpmodalpopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.mpcontainer
{
    width: 400px;
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.mpheader
{
    background: url(img/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.mpheader .mpmsg
{
    font-weight: bold;
}         

.mpbody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
} 

.mpbody .mpmsg
{
    background: url(img/sprite.png) no-repeat 0px -1150px;	
    float: left;
    padding-left: 22px;
}  

.mpfooter
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 

.mpclose
{
    right: 7px;	
    background: url(img/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}

.mpmodalBackground 
{
    
}     

/* Begin Grid Styles */

.GridHeader
{
	/*background-color: #B8CB91;*/
	color: black;
	font-size: 9pt;
	font-weight: bold;
	background-image: url(img/wbrp.gif);
	height:18px;
	border-top:solid 0px white;	
}


.GridHeader th
{
	color: black;
	font-size: 8pt;
	font-weight: bold;
	border-top:solid 0px white;	
	border-left:solid 1px white;	
	border-right:solid 1px white;	
}
.GridHeader a
{
	text-decoration:underline;
	color:White;
	font-size:9pt;
}
.GridHeader a:visited
{
	text-decoration:underline;
	color:White;
	font-size:9pt;
}
.GridHeader a:hover
{
	text-decoration:underline;
	color:White;
	font-size:9pt;
}
.GridPager 
{
	/*Background-color:#EFF3FB; */
	Color: #C6D5A9;
	Font-weight:Bold;
	font-size:10pt;
}
.GridPager a
{
	/*Background-color:#EFF3FB; */
	Color: black;
	Font-weight:Bold;
	font-size:10pt;
	text-decoration : underline;
}

.GridPager a:hover
{
	/*Background-color:#EFF3FB; */
	Color: black;
	Font-weight:Bold;
	font-size:10pt;
}

.GridPager a:visited
{
	/*Background-color:#EFF3FB; */
	Color: black;
	Font-weight:Bold;
	font-size:10pt;
}
.GridRow
{
	Background-Color:white;
	Font-Size:8pt;
	Font-weight:normal;
	color:Black;
}
.AltGridRow
{
	Background-Color:#EFF3FB;
	Font-Size:8pt;
	Font-weight:normal;
	color:Black;
}
.fixedlayout
{
	table-layout:fixed;width:650px;
}
.AuditTrailContainer
{
 overflow:auto;
 height:250px;
 margin-bottom:20px;
 }

/*Grid Styles End*/

.EmptyPeerGroup
{
	margin: 0px 0px 5px 0px;
	padding: 2px;
	width: 480px;
	background: url(img/warning.gif) 5px 2px no-repeat;
}
.EmptyPeerGroup ul
{
	margin-left: 5px;
	list-style: none;
}
.lblquestion
{
	color:steelblue;
	font-weight:bold;
}

.hd { height:20px; border: 1px solid #cccccc; background-color:#F4F4F4; padding: 5px; color: #000000}

.InnerLoadingDiv
{
	position: absolute;
	border: 1px solid black;
	background-color:lemonchiffon;
	color: black;
	font-weight: bold;
	font-size: 12pt;
	text-transform: capitalize;
	font-family: tahoma;
	text-decoration: none;
	z-index:999999;
	top:450px;
	left:300px;
	height:50px;
	width:200px;
}
