
/* Defaults DO NOT REMOVE! */


/*banner css giving on day we went live*/



#otherNav
{	
	text-align:				center;
	line-height:			33px;
	top:160px;
	font-family: 			"Century Gothic", Verdana, Arial;
	font-size:				12px;
	font-weight:			normal;
	color:					#ffffff;
	text-decoration:		none;
	width: 140px;
	float: left;
}

#otherNav a, a:active, a:visited{
	color:					#ffffff;
	text-decoration:		none;
	top:160px;
}

#otherNav a:hover{
	top:160px;
	text-align:				center;
	line-height:			33px;
	font-family: 			"Century Gothic", Verdana, Arial;
	font-size:				12px;
	font-weight:			normal;
	color:					#01325A;
	text-decoration:		none;
	width: 140px;
	float: left;
	background-image: url(WebUI/Controls/Skins/SEBanner/buttBG.gif);
}


.otherNav
{	
	text-align:				center;
	line-height:			33px;
	top:160px;
	font-family: 			"Century Gothic", Verdana, Arial;
	font-size:				12px;
	font-weight:			normal;
	color:					#ffffff;
	text-decoration:		none;
	width: 140px;
	float: left;
}

.otherNav a, .otherNav a:active, .otherNav a:visited{
	color:					#ffffff;
	text-decoration:		none;
	top:160px;
}

.otherNav a:hover{
	top:160px;
	text-align:				center;
	line-height:			33px;
	font-family: 			"Century Gothic", Verdana, Arial;
	font-size:				12px;
	font-weight:			normal;
	color:					#01325A;
	text-decoration:		none;
	width: 140px;
	float: left;
	background-image: url(WebUI/Controls/Skins/SEBanner/buttBG.gif);
}

/* end banner */

.agentCard
{
width: 592px;
height: 240px;
background-image:url("WebUI/Controls/Skins/SEDetails/card.png");
background-color:#000000;
background-position:top;
background-repeat:no-repeat;
}  

/* Report Styles */

.searchTOP 
{
  border-bottom:1px;
  border-bottom-color:Black;	
}

.searchBOTTOM
{
  border-top:1px;
  border-top-color:Black;	
}

 .DetailFieldLabels
        {
            background-color: #D5EEF5;
        }
        .DetailFieldValues
        {
            background-color: #E8F6F9;
        }

.ReportMainHeading {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

/* Text Box with Side Image: */
.SETextBox {
    border: 1px solid #dadada;
    padding-left:1px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:lighter;
	height:14px;
	vertical-align:middle;
}
 

.ReportPrice {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
} 

.ReportFeatureHeading {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #677c94;}
.ReportFieldRemarks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.ReportFieldHeadings {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666681; }


/* */
.popupControl 
{
	background-color:#aad4ff;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color:Black;
	border-width:2px;
}

.modalBackground  
{
	background-color:#4d7fb2;
	filter:alpha(opacity=70);
	opacity:0.7;	
	 
	
}

.modalPopup 
{
	background-color:White;
	border-bottom-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;  
	  
	 
}

.SEGridFont {
	font-size: 10px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;	
	margin-bottom:40px;
	color:Black;
}

.FilterFont {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	margin-bottom:40px;
}

.ExpandViewFont {
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana;
	color:#757479;
}
.ExpandViewFontValue {
	font-size: 11px;
	font-weight:normal;
	font-family: Arial, Verdana;
	color:#000000;
	width:120px;
}


.FilterFontInside {
	font-size: 12px;
	font-weight:normal;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:40px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:Hover, A:link, A:Visited, A:Active
			{
				color:#000000;
			}

			
			#navLink A:link, A:Visited, A:Active
			{
				color:#000000;
			}
			
			#navLink A:hover
			{
				color:#000000;
			}



.MaxWidth
{
	width:100%;
}

html, body {
	height:70%;
	margin: 0;
	padding: 0;
	border: none; 
} 
/* END of Defaults DO NOT REMOVE! */


/* CODE BELOW IS TEMPOARY */
 
.watermark
{
	background-color:#fafafa;  
}

.SEPanel
{
	left:15px;
}

.accordionHeader
{
    border: 1px solid #4F7DA0;
    color: white;
    background-color: #0379c1;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #ffffff;
    border: 1px solid #000000;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: #000000;    
}

.accordionLink:visited
{
 background-color: #D3DEEF;
    color: #000000;    
}

.emailItem
{
	margin-bottom: 10px;
	margin-left: 2px 
}

#frame {

position: relative;
visibility: visible;
width: 600px;
margin-right: auto;
margin-left: auto;
float: none;
padding-bottom: 15px;
overflow: hidden;
}
#leftframe{
text-align:left;
position: relative;
visibility: visible;
width: 120px;
padding:0;
margin-right: auto;
background-color: #edf5ff;
float: left;
border: 1px solid #0000ff;
}

#rightframe{
position: relative;
visibility: visible;
width: 178px;
padding:0;
margin-right: auto;
margin-left: 5px;
float: right;
border: 1px solid #0000ff;
background-color: #edf5ff;

}

#middleframe
{
background-color: #edf5ff;
text-align:left;
position: relative;
visibility: visible;
padding:0;
margin-right: auto;
margin-left: 5px;
float: left;
border: 1px solid #0000ff;
overflow:hidden;
font-family:Verdana;
font-size:smaller;
}





.ms-simple1-main {
	border-left-style: none;
	border-right-style: none;
	border-top: 1.5pt solid green;
	border-bottom: 1.5pt solid green;
}
.ms-simple1-even {
	border-style:none;
	border:1
}
.style1 {
	border-style: none;
	border-width: 120px;
}
.style2 {
	border-style: none;
	font-family: Verdana;
}
detailName {
	font-family: verdana;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}

/* DETAILS VIEW CSS*/


         .ms-grid8-main {
	border-left-style: none;
	border-right: .75pt solid navy;
	border-top: .75pt solid navy;
	border-bottom: .75pt solid navy;
	background-color: white;
}
.ms-grid8-tl {
	font-weight: bold;
	color: white;
	border-left: .75pt solid navy;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid navy;
	background-color: navy;
}
.ms-grid8-left {
	font-weight: normal;
	color: black;
	border-left: .75pt solid navy;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid navy;
	background-color: white;
}
.ms-grid8-top {
	font-weight: bold;
	color: white;
	border-left: .75pt solid navy;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid navy;
	background-color: navy;
}
.ms-grid8-even {
	font-weight: normal;
	color: black;
	border-left: .75pt solid navy;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid navy;
	background-color: white;
}
ul.icons, 
ul.icons li{ 
  border:0; 
  margin:0; 
  padding:0; 
  list-style:none; 
}
 
ul.icons li{ 
  display:block; 
  padding:2px 0; 
  padding-left:20px; 
}
 
.icon { 
  background: left 5px no-repeat; 
}
 
div.icon { 
  vertical-align: middle; 
}
 
div.icon a { 
  display: block; 
  padding: 5px 0px 0px 20px; 
}
 
.digg { background-image:url(http://digg.com/favicon.ico);}
.delicious{ background-image:url(http://delicious.com/favicon.ico);}
.flickr{background-image:url(http://flickr.com/favicon.ico);}
.facebook{background-image:url(http://facebook.com/favicon.ico);}
.technorati{background-image:url(http://technorati.com/favicon.ico);}
.twitter{background-image:url(http://twitter.com/favicon.ico);}
.stumbleupon{background-image:url(http://stumbleupon.com/favicon.ico);}

 

