/* ================================
    CSS STYLES FOR Module Alerts
   ================================
*/
span
{
	vertical-align:top;
	text-align:right;
}
.alerttext {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

.alerthead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

a 
{
	color: #d40139; 
	font-size: 12px; 
	font-family: tahoma; 
	text-decoration: none
}
a:hover
{
	text-decoration: underline;
}
a.navlink 
{
	color: black; 
	font-size: 11px; 
	font-family: tahoma; 
	text-decoration: none;
}
a.navlink:hover 
{
	color: black; 
	font-size: 11px; 
	font-family: tahoma; 
	text-decoration: underline;
}
a.link 
{
	color: #d40139; 
	font-size: 11px; 
	font-family: tahoma; 
	text-decoration: none;
}
a.link:hover 
{
	color: #d40139; 
	font-size: 11px; 
	font-family: tahoma; 
	text-decoration: underline;
}
.nav a:hover 
{
	background-color: #ff7e23;
	text-decoration: none;
}
.tablehead 
{
	/*background-color: #4d5677;*/
	background-color:Black;
	color:White;
	/*color: #f7c046;*/
}
.tablehead2 
{
	background-color: #f7c046; 
	color: #443a7b;
}
.whitelink 
{
	color: white;
}
.whitelinkb 
{
	font-weight: bold;
	color: white;
}
.whitebutton
{ 
	 background-color:White;
	 border-width:1px;
	 border-bottom-style:solid;
	 border-color:Black;
	 font-size: 11px; 
	 font-family: tahoma;
}
.alertlabel 
{   
	font-family : tahoma;
	color: Red; font-size: 11px; 
	font-weight: bold; 
	text-align: right;
	vertical-align:text-top;
}
.label 
{   
	font-family : tahoma;
	color: black; font-size: 11px; 
	font-weight: bold; 
	text-align: left;
}
.textbox 
{
	color: black; font-size: 11px; 
	font-family: tahoma;
}
.validator 
{
	color: #d40139; 
	font-size: 11px; 
	font-weight:bold;
	font-family: tahoma;
}
.dropdownlist 
{
	color: black; 
	font-size: 11px; 
	font-family: tahoma;
	background-color:#FFFFCC;
}
.textboxbold 
{
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold;
}
.textboxwhitetxt 
{
	color: white; 
	font-size: 11px; 
	font-family: tahoma;
}
.textboxgreytxt 
{
	color: #dedede; 
	font-size: 11px; 
	font-family: tahoma
}
.textboxblueroyaltxt 
{
	color: #443a7b; 
	font-size: 11px; 
	font-family: tahoma;
}
.spacer 
{
	font-size:2px;
}
  #layer
  {
    z-index: 100;
    right: 5px;
    visibility: visible;
    position: absolute;
    top: 5px
  }
  .yellowbutton  {
    background-color : #f7c046;
    color : black;
    cursor : hand;
    font-size : 13px;
  }
  .greybutton  {
    background-color : #cccccc;
    color : black;
    cursor : hand;
    font-size : 13px;
  }
  .smallbutton  {
    background-color : #cccccc;
    color : black;
    cursor : hand;
    font-size : 8px;
  }
  .greenbutton  {
    background-color : #578675;
    color : white;
    cursor : hand;
    font-size : 13px;
  }
  .greenbuttonsmall  {
    background-color : #578675;
    color : white;
    cursor : hand;
    font-size : 9px;
  }
  .nobutton  {
    background-color : #d40139;
    color : white;
    cursor : hand;
    font-size : 13px;
  }
  .homesearch
{
	border-top-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-right-width: 3px;
	border-left-color: #dedede;
	border-top-color: #dedede;
	border-bottom-color: #dedede;
	border-right-color: #dedede;
	width: 125px;
	color: white;
	height: 20px;
	background-color: #4d5677;
	font-size: 11px; 
	font-family: tahoma;
}	


