﻿
/* Public_Pages.css */ 
/* StyleSheet used for all Public Pages */
  

/* Public Table Styles, try to use for all tables on Public Pages */

.PublicTable
{
	width:100%;	
}

.PublicTableLeft
{
     text-align:left;
}

.PublicTableRowCenter
{
	text-align:center;
    height:25px;	
}

.PublicTableRow
{
    height:25px;
}

.PublicTableCellHeader
{
	font-weight:bold;
	font-size:large;
	border-bottom-color:#7F9DB9;	 
	border-bottom-style:solid;
	border-bottom-width:2px;
    width:100%;
    height:50px;  
    text-align:center;	
}

.PublicTableCellHeaderRight
{
	text-align:right;
	vertical-align: top;
	width: 1px;
}

.PublicTableCellLeft
{
   height:25px;
   text-align:left;
   width:auto; 
}

.PublicTableCellLeftTop
{
   height:25px;
   text-align:left;
   width:auto;
   vertical-align:top;   
}

.PublicTableCellCenter
{
    height:25px;
	text-align:center;	
}

/* Styles used on a table on the Feedback Page */

.FeedbackTable
{
	width:85%
}

.FeedbackInputBox
{
    width:690px;
    height:205px;
}

/* Styles used on a table on the Contact Us Page */

.ContactUsTable
{
    width:45%	
}

/* Styles used on a table on the System Requirements Page */

.SystemRequirementsTable
{
	width:75%
}	

.SystemRequirementsTableCell
{
   height:1px; 
   text-align:left;
   width:auto; 
}

.SystemRequirementsTableRow	
{
	height:auto;
}

/* Styles used on the Default Page */

.DefaultTable
{
     width:55%;
} 

.DefaultTableRow
{
    text-align:center; 
}

.DefaultTableCellCenter
{
	margin-left:65%;
	text-align:center;
}

.DefaultLogin
{
    height:75px;
    width:300px; 	
}

.DefaultLoginTextBox
{
    width:180px;
}

.DefaultBottomHeaderRow
{
     height:15px;
}

.DefaultBottomHeaderTable
{
     width:928px;
     border-bottom:none;
     border-top:none;
     border-color:#DDDDDD;
     background-color:#DDDDDD;
       	
}

.DefaultBottomHeaderRow
{
	border-left:solid thick #DDDDDD;
    border-right:solid thin #DDDDDD;
    border-bottom:solid thin #DDDDDD;
    border-top:solid thin #DDDDDD;
}

.DefaultBottomHeaderNewUsersCell
{
	text-align:center;
	width:347px;
    background-color:#DDDDDD;	
    
    
}

.DefaultBottomHeaderLoginHelpCell
{
	text-align:center;
	width:280px;
    background-color:#DDDDDD;	
	
	
}

.DefaultBottomHeaderContactCell
{
	text-align:center;
	width:287px;
	background-color:#DDDDDD;
	
}

.DefaultBottomTableRegisterRow
{
	height:45px;
	width:25px; 
}

.DefaultBottomTableRegisterCell
{
   
    width:100%;   	
}

.DefaultBottomRegisterTable
{
     vertical-align:top;
     text-align:center;
     height:100%;
     padding-bottom:0px;
}    	

.DefaultBottomRegisterTableRow
{
      padding:0px 0px 0px 0px;
}

.DefaultBottomRegisterTableCell
{
	padding:0px 0px 0px 0px;
	width:347px;
	border-right-color:#DDDDDD;
    border-right-style:solid;
    border-right-width:thick;
    vertical-align:top; 
	
}
.DefaultBottomHelpTableCell
{
	padding:0px 0px 0px 0px;
	width:280px;
	border-right-color:#DDDDDD;
    border-right-style:solid;
    border-right-width:thick;
	
}

.DefaultBottomContactTableCell
{
	padding:0px 0px 0px 0px;
	width:287px;
	text-align:Center;
		
}

.DefaultBottomListTable
{
     text-align:left;
     
}

/* Styles used for the User Registration Page */

.RegistrationTableRowLeft
{
	vertical-align:top;
	text-align:left;
	width:150px;
	height:450px;
	border-right: solid 1px #7F9DB9;
}

.RegistrationTableRowRight
{
	vertical-align:top;
    padding-left:62px;
    margin-left:62px;
    width:100%;
} 

.RegistrationTableDataEntry
{
    text-align:left;
    border:0;
    width:619px;
}

.RegistrationTableDataEntryRed
{
	color:Red;
}

.RegistrationDataTextBox
{
    max-width:200px;
    width:200px;
}

.RegistrationDataEntryMiddleInitialTextBox
{
	max-width:8px;
	width:8px;
}

.RegistrationDataEntryGreen
{
	color:Green;    	
}

.RegistrationErrorMessage
{
	 text-align:left;
     font-size:10pt;
     color:Red;
     font-weight:bold;
}

.RegistrationNextButton
{
	text-align:right;
	height:26px;	
}

.RegistrationVerifyTable
{
     text-align:center;
     width:619px;	
}

.RegistrationConfirmationTable
{
    border:0px;
    height:660px;
} 	

.RegistrationConfirmationTableRow
{
     width:619px;
     vertical-align:top;
     text-align:center;
}

.RegistrationPostalCodeTextBox
{
	width:35px;
}

.RegistrationMobilePhoneTextBox
{
	width:85px;
}

/* Styles used on the Forgot Password Page */

.ErrorLabel
{ 
	color:Red;
}	

/* Styles used on the First Time Login Page */

.FirstTimeUserLoginSetupTableCell
{
	width:200px;
}
.FirstTimeUserLoginSetupTableTextBoxCell
{
	width:350px;
	text-align:left;
}
	
  
  	                   
                        



.HelpObject
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}	
	
	      
     
      	 
