﻿a, a:hover, a:active, a:visited{
    color: #FF0000;
}


body {
    margin: 0px;
    background: #333333;
    font-family: Arial;
    color: White;
}

h1{
    padding: 0px;
    margin: 0px;
}

h4
{
    margin: 0;
    padding: 0;
}

.maintable{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

.albertanthony{
    position: relative;
    top: 35px;
    float: right;
}

.contentcell{
    height: 365px;
    background-color: Black;
    vertical-align: top;
}

.header{
    background: black;
    vertical-align: bottom;
}

.hr{
    height: 10px;
    width: 100%;
    background: #FF0000;
    border-top: 3px solid black;
    
}

.footer{
    text-align: right;
    height: 138px;
    background: black;
}

.fixmagicmargin{
   *margin-bottom: expression("-4px");
}

/*MODAL DIVS*/

.modaloptionpane
{
    background-color: #333333;
    border: 2px solid #FF0000;
    color: White;
    font-size: 12px;
    left: 50%;
    margin-left: -300px;
    margin-right: auto;
    padding: 4px;
    position: fixed;
    top: 30%;
    z-index: 20;
}
.modaloptionpane#subRequest
{
    width: 400px;
    height: 310px; 
}
.modaloptionpane#subEmailFriend
{
    width: 400px;
    height: 380px;    
}

.modaloptionpane#subAgent
{
    width: 600px;
}

.optionpanetitle
{
	font-weight: bold;
}
.darkenBackground
{
    background-color: rgb(0, 0, 0);
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.70; /* FireFox */
    filter: alpha(opacity: 70); /* IE */
    z-index: 10;
    background-repeat: repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
.hiddentext
{
    display: none;
}

.pagetitle{
    color: #FF0000;
    font-weight: bold;
    font-size: 24px;
}

.subtitle{
    background: #8AC0E4;
    font-weight: bold;
    font-size: 16px;
    color: black;
    
}

.centerme{
    margin-left: auto;
    margin-right: auto;
    display:block;
}

.padding{
    padding: 10px;
}

.panelAgentDetail, .agentsDiv
{
    margin: 15px;    
}

.agentphotodetails
{
    width: 107px;  
    height: 134px;  
}

.agentcell
{
    width: 200px;
    height: 210px;    
    font-size: 10px;
    text-align: center;
}

.redstripe
{
    height: 10px;
    background: #FF0000;    
    border-bottom: 3px solid black;
}
    
.leftalignimg
{
    float: left;
    margin-right: 5px;
    display: block;
}


.agentdiv {
    float: left;
    margin: 10px;
    width: 439px;
}

.agentinfo
{
    width: 296px;
}
