﻿/*----------------------------------------------------------------------*/
/* Agent Dev Grip */

.AgentDevelopementTable_DevelopmentTable
{
	font-family: Verdana;
	color: #654621;
	font-size: 9pt;
	
	/*border-width: thin;
	border-color: #BF0000;
	border-right: 1px solid #BF0000;
	border-left: 1px solid #BF0000;
	border-top: 1px solid #BF0000;
	border-bottom: 1px solid #BF0000;*/
	width:630px;
}

.AgentDevelopementTable_DevelopmentName
{
    font-family:verdana;
    font-size:10pt;	 
    font-weight:bold;
    color:#654621;
    font-variant:small-caps;
}

.AgentDevelopementTable_DataLabel
{
    font-family:Arial;
    font-size:10pt;	 
    font-weight:bold;
    color:#000000;
}

.AgentDevelopementTable_GridStyle
{
	border-color:#000000;
}

.AgentDevelopementTable_HeaderStyle
{
	background-color:#132659;
    font-family:Verdana;
    font-size:8pt;	 
    font-weight:bold;
    color:#ffffff;
}

.AgentDevelopementTable_RowStyle
{
	/*background-color:#FFF4C0;*/
    font-family:Verdana;
    font-size:8pt;	 
    color:#000000;

}

.AgentDevelopementTable_AlternatingRowStyle
{
	background-color:#EEEEEE;
    font-family:Verdana;
    font-size:8pt;	 
    color:#000000;
}

.AgentDevelopementTable_Picture
{
	font-family: Arial;
	color: #ffffff;
	font-size: 9pt;
	
	border-width: thin;
	border-color: #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
}

.AgentDevelopementTable_AgentShieldCell
{
	background-color:#BF0000;
    font-family:Arial;
    font-size:8pt;	 
    color:#ffffff;
}


.AgentDevelopementTable_AgentShieldText
{
    font-family:Arial;
    font-size:8pt;	 
    color:#ffffff;
}

.AgentDevelopementTable_AgentShieldHeader
{
    font-family:Arial;
    font-size:9pt;	 
    color:#ffffff;
    font-weight:bold;
    text-decoration:underline;
}

.AgentDevelopementTable_AgentShieldTextBox
{
    font-family:Arial;
    font-size:8pt;	 
    color:#000000;
    width:230px;
}

