﻿/* FriedEgg CSS */

BODY
{
	margin: 0px 0px 0px 0px;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 8pt;
}

A
{
    color:#06518D;
    text-decoration:none;
    font-family:Arial,Helvetica,Sans-serif;
     font-size: 9pt;
}
A:active, A:visited {color:#06518D;}
A:active, A:hover {text-decoration:underline;}


/*used on sample summary page - reports  */
.sectionHeader
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial,Helvetica,Sans-serif;
    color: #06518D;
}


.FieldLabel
{
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial,Helvetica,Sans-serif;
    color: #06518D;
   }

.FieldData
{
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial,Helvetica,Sans-serif;
    color: #06518D;
}
 .SnapContent
{  
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial,Helvetica,Sans-serif;
    color: #06518D;
    border: solid 1px #d2e4fc;
    border-bottom: #d2e4fc 1px solid;
    border-left: #d2e4fc 1px solid; 
    border-right: #d2e4fc 1px solid; 
    background-color:white;
    padding:2px 0px 2px 0px;
   
 
}
/*this is being used to alter the borderstyle around the triview panel. 
  SnapContent is set as the default*/
   
 .SnapContent_nobottom
{  
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial,Helvetica,Sans-serif;
    color: #06518D;
    border-bottom: none;
    border-left: #d2e4fc 1px solid; 
    border-right: #d2e4fc 1px solid; 
    background-color:white;
    padding:2px 0px 2px 0px;
 
}
.SnapContent_notop
{  
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial,Helvetica,Sans-serif;
    color: #06518D;
    border-bottom: #d2e4fc 1px solid;
    border-left: #d2e4fc 1px solid; 
    border-right: #d2e4fc 1px solid; 
    border-top: none;
    background-color:white;
    padding:2px 0px 2px 0px;

}
 .SnapContent_nopadding
{  
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial,Helvetica,Sans-serif;
    color: #06518D;
    border: solid 1px #d2e4fc;
    border-bottom: #d2e4fc 1px solid;
    border-left: #d2e4fc 1px solid; 
    border-right: #d2e4fc 1px solid; 
    background-color:white;
    padding:0px 0px 0px 0px;
 
}

tr .TableRowPrimary
 { 
    background-color: #ffffff;
     }
tr .TableRowSecondary
{
    background-color: #f8f8ff;
}

tr .TableRowHeader
{
    background-color: #c8e9ff;
    padding:5px 5px 5px 5px;
   
   
}

table .contentTable {padding:2px 5px 2px 5px}

/*table used to hold controls in a TriView Panel's iframe */
table .iFrameTable 
{
    margin-right:3px;
    margin-left :3px;
    background-color :White;
   }
/* Collapse Bar */
table .collapseExpandBar 
{
    background:#6698CB;
    padding:2px 5px 2px;
    font: bold 8pt Arial,Helvetica,Sans-serif; 
    color:White;
    
}


.TextBoxAlignLeft
{
    text-align : left;
}

.TextBoxAlignRight
{
    text-align : right;
}
/*style for tables used in reports */
table .emailborder
{
background-color: #e7efff; 
border-color: #0c6eab; 
border-style: groove;
border-width: 2px;
  

}
table .emailmessage
{
background-color: white;
 border-color: #0c6eab; 
 border-style: solid;
border-width: 1px;
border-top:solid 1px #0c6eab;
}
table .toptoolbar
{
background-color:#bfe4ff;
 border-bottom:solid 1px #0c6eab;
 padding-top :4px;
 padding-bottom:4px; 
  border-top:none;
}
table .bottomtoolbar
{
background-color:#bfe4ff;
 border-bottom:solid 1px #0c6eab;
 padding-top :2px;
 padding-bottom:2px; 
  border-top:none;
}
table .EmailScreen
{
background-color: #e7efff;
 border-color: #0c6eab; 
 border-style: solid;
border-width: 2px;
 

}
Div .DistributionGrid 
{
	color: #06518D; 
	border-top: solid 1px #d2e4fc; 
	border-bottom: #d2e4fc 1px solid; 
	border-left: 0px; 
	border-right: 0px;  
} 

