﻿.borderBottom
{
 	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33628F;	
}
 
.col {
    display: inline-block;
    /* could add `display:-moz-inline-box` for Firefox 2 compatibility */
    vertical-align: top;
    width: 150px;
    margin-right: 20px;
}

/* NOTE:  THERE ARE TWO "BUTLINK" classes for spans.
  The one with all lower case is for DISPLAY only, e.g. in pager current page number.
  The one with upper-case "L" is for BOX, (in conjunction with "<a>" butLink class).
*/

/*color: #3b5998;*/
/*color: #82AAD2;*/
/*border: 1px solid #c2d1df;*/
	
/*a:link{}
a:visited{}
a:hover{}
a:focus{}
a:active{}	
*/

.butLink a:link {
	color: #33628F;
	padding: 2px 4px;
	border: 1px solid #33628F;
	margin-right: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size:x-small;
	min-width:20px;
	display:inline-block;
	text-align:center;	
}	

.butLink  a:visited {
	color: #33628F;
	border: 1px solid #33628F;
	padding: 2px 4px;
	margin-right: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size:x-small;
}
	
.butLink a:hover {
	color: #82AAD2;
	border: 1px solid #33628F;
	text-decoration: none;	
	font-weight: bold;
	font-size:x-small;
}

span.butlink {
	padding: 2px 4px;
	margin-right: 1px;	
	/*color: #3b5998;*/
	color: #33628F;
	font-weight: bold;
	font-size:x-small;
	/*border: 1px solid #3b5998;*/
	border: 1px solid #33628F;
	background: #c2d6ed;	
	text-decoration: none;	
	min-width:20px;
	display:inline-block;
	text-align:center;
}

.butLinkDisabled {
	color: #ccc;
	border: 1px solid #ccc;
	font-size:x-small;
	font-weight:bold;
	padding: 2px 4px;
	margin-right: 3px;
	background: #fff;
}


.bluebox {
	padding: 2px;
	border: 1px;
	border-style: solid;
	border-color: #33628F;	
	color:Black;
	
}
.accountsListCell
{
    border-color: #7394C9;
    border-style: solid;
    border-width: 1px;
    padding:4px;  
}
.accountsList
{   
    border-color: #7394C9;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    width: 80%;
    /* 700 px */
}
.acctsListHdr
{
    color:black;
	font-size: 10px;
    font-weight: bold;
    border-color: #7394C9;
    border-style: solid;
    border-width: 1px;
    padding: 3px  2px 3px 3px;
    
}
.acctsListTitle
{
    color:#33628F;
	font-size: 8pt;
    font-weight: bold;
    margin: 27px 0px 14px 33px;
}
.bordered
{
    border: 1px; 
    border-color: Black;    
    background-color: White;
}
.borderless 
{
    border: none;
    background-color:transparent;
}
.changepassword
{
    display: block;
    margin:   12px 0px 20px 150px; 
    font-size: 12px;
    font-weight: bold;
}
.clientNameSmall
{
    position: relative;    
    width: auto;    
    top: 25px;
    font-size: 14px;
    font-weight: normal; 
}

.darklink a:link {
	color: #000000;
} 
.darklink a:visited {
	color: #000000;
}
.darklink a:hover {
	color: #666666;
}

/*  Done through here */
div.padded 
{
margin: 30px;
}

.errorMsg
{
  text-align: center;
  font-size: small;
  color: Red;
  font-weight:bold;
} 
.errorMsg2
{
    color:Red;
    font-weight:bold;
    font-size:x-small;
    text-align: center;   
}

.errorMsg3
{
    color:Red;
    font-weight:bold;
    font-size:x-small;
    text-align: left;
    margin: 0px 0px 20px 40px;
}

.errorMsgLeft
{

  color: Red;
  font-weight: bold;
  text-align: left;
  margin-left: 25px;
  margin-top: 15px;
  font-size: small;
  
}
.errorMsgSmall
{
    text-align: left;
   font-size: 10px;
    font-weight: bold;
    color: Red;
}

.errorMsgAnotherAttempt
{
    color: Red;
    font-size: small; 
    font-weight: bold;
    margin-left: -220px; 
    margin-top: 22px; 
    text-align:center;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    font-weight: bold;
}
.failureNotificationOnSelectClientPage
{    
    color: Red;
    font-weight: bold;
}
fieldset.login label, fieldset.register label 
{
    display: block;
}

.footer
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: xx-small;   
    text-align: center;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33628F; 	
	margin-top: 10px;
	/*margin-left: 30px;*/
	display: block;
}

.footer2
{
	/*margin-left: 103px;*/
    margin:100px auto 0 auto;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: xx-small;   
    text-align: center;
    /*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33628F; 	*/
	/*display: block;*/
}
.greenlink a:link {
	color: #009933;
}
.greenlink a:visited {
	color: #33628F;
} 
.greenlink a:hover {
	color: #666666;
} 

.gridPager td
{
    padding-left: 4px;     
    padding-right: 4px;    
}

halfSize  {
    zoom: 0.5;
    -moz-transform: scale(0.5);
}

.hdrLink a:link {
	color: #000000;
	font-size:xx-small;
} 
.hdrLink a:visited {
	color: #000000;
	font-size:xx-small;	
}

.hdrLink a:hover {
	color: #666666;
	font-size:xx-small;	
}

.hdrText {
	font-size: xx-small;
}

input.btn
{
    color: #3D5E91;
    font-size: 11px;
    font-weight: bold; 
    /*background-color:#CAD9F0; */
    background-color: #D8E2F3;
    border: 2px solid;
    border-top-color: #86A9E2;
    border-left-color: #86A9E2;
    border-right-color: #496EA9;
    border-bottom-color: #496EA9;
}

input.btn:hover 
{
	border-top-color:#F6B857;
   	border-left-color:#F6B857;
   	border-right-color:#F79B0B;
	border-bottom-color:#F79B0B;
}

input.textEntry 
{
    /*background-color: #E7F2F9; */
	height: 16px;
    width: 200px;
    border: 1px solid #33628F;   
}

input.passwordEntry 
{
    /*background-color: #E7F2F9;*/
	height: 16px;
    width: 200px;
    border: 1px solid #33628F;
}
.leftAlign
{
    text-align: left;
}
.lightblueback
{
    background-color: #E7F2F9;
}

.littlelink a:link {
	color: #000000;
	font-size: x-small;
	font-weight: normal;
} 
.littlelink a:visited {
	color: #000000;
	font-size:x-small;	
	font-weight: normal;
}
.littlelink a:hover {
	color: #666666;
	font-size:x-small;	
	font-weight: normal;
	
}
.littletext
{
    font-size: x-small;
}
.loginHdrLinks
{ 
    display: block;
    text-align: left;
    padding: 10px 0px 0px 0px;
    color: black;
    /*float: right;*/
    
    margin:8px 0px 0px 650px;
    
    /*width: 482px;*/
}

.loginHeader {
	margin: 25px  auto 30px auto;
	/*min-height: 12px; */
	width: 830px;
}

.loginMain
{	    
    width: 830px;
	min-height: 270px;    /*752px */	
	margin: 0px auto 0 auto;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33628F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33628F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33628F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33628F; 

}

.loginTitle {
    margin: 24px 0px 20px 210px; 
    font-size: 12px;
}

.logo 
{
	float: left;
}

.logoPadded
{    
    border:1px;
    float: left;
	margin-left: 10px;
	margin-top: 4px;
	margin-right: 5px;
}

.logoutText 
{
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

.mainlink a:link {
	color: #1E4162;
} 
.mainlink a:visited {
	color: #1E4162;
}
.mainlink a:hover {
	color: #999999;
}

.padLeft
{
 padding-left:7px;
}

.pageFont
{
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;    
}


/*
.pageMain
{	
	height: 550px;
    width: 752px;   
	margin: 0px auto;	    
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33628F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33628F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33628F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33628F;
}
*/

.pageTextBlue
{
    font-size: 12px;
    color: #33628F;	    
}

.RDclientName
{
    font-weight: bold;        
}

.RDheader
{	
    /*position: relative;*/
    min-height: 84px; 	
	/*margin: 0px auto;*/    
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33628F;	
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33628F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33628F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33628F; */
}

.RDlinksLine
{ 
    display: block;
    color: black;
    /*float: left; */
    /*margin: 7px 0px 2px 15px; */
}

.RDmain
{	
    /*width: 99%;   SET WIDTH  ALONG WITH MARGIN 0 AUTO TO CENTER  */   
    min-height: 400px; 	
	/*margin: 0px auto;*/
	/*border: 0px solid #33628F; */
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
    display: block;    
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33628F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33628F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33628F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33628F; 
}

.RptsHeader
{	
    min-height: 34px; 	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33628F;	
}



.selectClient {
    margin: 24px 0px 20px 190px; 
    font-size: 12px;
}

.strong 
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 0px;
}
.smallfont 
    {font-size: 8pt;}

table {font-family: Verdana, Arial, Sans-Serif; font-size: 12px;}

table.smallfont {font-size: 8pt;}

.thumb
{    
    border: 2px solid;
    /*border:1px solid #33628F;*/
    
}

/*.mylink {border:1px solid #7b7084}
.mylink:hover {border:1px solid #000}
*/


.img a:link {
	color: #33628F;
}
.img a:visited {
	color: #800080;
}
.img a:hover {
	color: #666666;
}

div.thumbCell 
{
float: left;
margin: 10px; /* Or set right and bottom to 20px. */
/* border: 1px solid black; */ /* Just for visibility. */
}


.thumbLink a:link 
{
	/*color: #1E82D2;*/
	color: #1868A9;
}
.thumbLink a:visited {
	color: #3A0964;
	/*color: #800080;*/
	
}
.thumbLink a:hover 
{
	color: #AD144C;
}
.thumbScanDate
{
    font-size:x-small;
    text-align:center;
    display:inline-block;
    margin-bottom: 2px;    
}

.thumbsHdr
{
    color: black;
    font-size: 12px;
    font-weight: bolder;
    text-align: left;
}
.thumbsTable
{
    width: 100%;
}
 .userIDdisplay {
    width: 252px;
	margin: 0px auto;
	float: left;
}

