﻿@charset "UTF-8";

/********************************************************************************
AVAIL


You may adapt elements of this CSS in your own projects, but the unique 
combination of images, colors, sizes, typography, and positioning ("the design") 
is copyright 2009 AWGI LLC and may not be reproduced. 
/********************************************************************************/	

/*----General Classes (color, positioning, sizing)-----*/
.button
{
	background-color:#892400;
	   border:1px solid  #892400;
	   background-image:url(/images/btnGrad.png);
	   font-weight:bold;
	   color:#000000;
	   font-size: 11px;
	   cursor:hand;
	   padding-left:7px;
	   padding-right:7px;

}
.button:hover
{
    text-decoration:underline;
}
.dkgray{color:#333333;}
.orange{color:#ff9a00;}
.red{color:#ff0000;}
.black{color:#000000;}
.white{color:#FFFFFF;}

.dkgraybg{background-color:#333333;}
.orangebg{background-color:#ff9a00;}
.redbg{background-color:#ff0000;}
.blackbg{background-color:#000000;}
.whitebg{background-color:#FFFFFF;}

.borderright{border-right:solid 1px #666666;}
.borderleft{border-left:solid 1px #666666;}

.left {float:left;}
.right {float:right;}
.center{margin:2px auto;}

.bigger{font-size:1.4em;}
.normal{font-size: 1.2em;}
.medium{font-size:1em;}
.small{font-size: .8em;}

.clearall{clear:both;}
.nobreak{white-space:nowrap;}
.dotrule {height:1px; width:98%; border-bottom:1px dotted #666666; padding:4px 0px;}

.blackbox{background:#333333; color:#cccccc; padding:3px 5px;  margin-bottom:2px;}
.blackbox:hover{background:#333333; color:#cccccc; border:1px solid #ffffff; padding:2px 4px; margin-bottom:2px;}
a.blackbox, a.blackbox:hover{color:#cccccc;}

/*----Top of Page Styles-----*/
.toppage{margin:0px 2px 6px; font-size:1.2em;}

.toplinks{color:#000000; padding:0px 10px; }
.toplinks:hover{color:#004581;}

.dkgray:hover{color:#000000;}

/*----Landing Page Styles-----*/

.welcome-message{padding:92px 0px; margin:0px auto; height:167px; width:659px;}
.message{padding:0px 0px; margin:0px auto;  width:659px;}
.continue {float:left; padding-top:67px; width:198px;}

/***********************************************/
/*             Development Styles              */
/***********************************************/
.devnote {
	font-weight: bold;
	color: #FF0066;
	background: #FFCCFF;
}
/* Lead Filter Styles */
 .filterbox
{
	border: 5px solid #005a9c;
	background: white;
	color: #005a9c;
	height: auto;
	width:300px;
	padding: 10px;
	text-align: center;
	float:left;
	z-index: 5000;
	display: none;
}

.filterbox td
{
	padding: 5px 0;
}
.filterboxheader
{
	text-align:center;
	font-weight:bold;
	background-color: #005a9c;
	color: #ffffff;
}
.filtercontainment a { position:relative; }
.filtercontainment a img {
    position: absolute;
    top: 2px; right: 4px;
    width: 15px;
    border: 0;
    display:none;
}

  /*----GridView Styles-----*/
 .sortseparator { 
    height: 10px;
    background-color: #882402;
    font-size: .1em;
 }
 .gvtable,  .gvtableNoSort { margin: 10px 0px; }
 .gvheader { background-color: #000000; color: #FFFFFF;}
 .gvrow { background-color: #FFFFFF; }
 .gvaltrow { background-color: #E0E0E0; }
 .gvrowroles { background-color: #FFFFFF; }
 .gvaltrowroles { background-color: #E0E0E0; }
 .gvpager { background-color: #666666; color: #FFFFFF; }
 .gvpager span { 
    /* unlinked text within .gvpager span tags wrap these page numbers
       this should only be a style applied to the "current page" number */
    border: solid 1px #666666;
    background-color: #000000;
    color: #FFFFFF;
    padding: 2px 4px; }
 
 /* password strength help*/
 .PasswordHelp
{
    font-style:italic;
    font-size:10px;
        color:#892400;
    
}
 .PasswordExpiration
{
    font-style:italic;
          color:#892400;
}
.passwordWarning
{
    font-weight:bold;
    font-size:1.2em;
    color:#ff0000;
    padding-left:5px;
  
}

/*Landing II Styles*/

	


.atlasLogo
{
    display:none;
	border: 1px #808080 solid;
	border-top-style: none;
	box-shadow: 0px 0px 20px #d6d6d6;
}

 .sideBar
{
    margin-top: 20px;
	float: left;
 	color: #094471;
	background: none;
}

.sideBarContent
{
    display: none;
}
