﻿body
{
    padding: 0;
    margin: 0;
    background-color: rgb(255, 255, 255);
    font-size: 12px;
    font-family: Segoe UI, Cambria, Calibri;
}

img
{
    border-style:none;    
}

a, a:link
{        	
	text-decoration: none;	
}

a:hover, a:visited
{        	
	text-decoration: none;		
	color:#1D2B34;
}

.WebSiteTitle
{        
    font-size: 30px;
    color: rgb(169, 169, 169);
}

.labelTip
{        
    font-size: 10px;
    color: Black;  
}

.lblbox
{            
    font-weight:bold;    
    font-size: 16px;
}

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:5px;
  overflow:hidden;
}

.clearedH
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;  
  height:5px; 
  width: 10px;
  overflow:hidden;
}

.textbox
{
  position: relative;
  padding: 3px;  
  background-image: url('../images/input_background.gif');
  border-style: solid;
  border-width: 1px;
}

hr {
	border-width: 1px 0px; 
	border-style: solid none; 
	border-color: rgb(199, 201, 202); 
	margin: 10px 0px;
}

.Required
{        		
	color: Red; 
	font-weight:bold;
}

.FilterShape
{
    width: 95%;
    background-color: White;  
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    padding: 5px; 
    text-align: left;
}

.PopupDiv
{
    display: none;
}

.PopupDivVideo
{
    display: none;
}

.PopupDivAfs
{
    display: none;
}

.PopupDivAlert
{
    display: none;
}

.PopupDivWithRedirect
{
    display: none;
}

body
{
    padding: 0;
    margin: 0;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    color: #1D2B34;    
}

.topheader
{
	color: rgb(255, 255, 255);
    background-color: #DB0A1E; 	 
}

.Footer 
{
    color: rgb(255, 255, 255);
    background-color: #4E7095; 	    
}

.submit-button {		
	background-color: #DB0A1E; 	
	border: 1px solid rgb(255, 255, 255); 
	color: rgb(255, 255, 255); 
	height:30px; 
	Width:170px;
}

.submit-button:hover {
	text-decoration: none;
}

.FrankeImage:hover  
{
    border:1px;
    border-style: solid;
    border-color: #DB0A1E; 	
}

.TitleFont1
{        
    font-size: 26px;
    color: rgb(199, 201, 202);
}

.TitleFont2
{        
    font-size: 34px;
    color: rgb(0, 170, 206);
}

.TitleFont3
{        
    font-size: 18px;
    font-weight: bold;
    color:  #4E7095; 
}

.TitleFont4
{        
    font-size: 24px;
    font-weight: bold;
    color: rgb(199, 201, 202);
}

.TitleFontSmall1
{        
    font-size: 22px;
    color: rgb(199, 201, 202);
}

.TitleFontSmall2
{        
    font-size: 22px;
    color:  #DB0A1E; 
}

.BodyFont1
{    
    font-size: 16px;
    color: rgb(90, 90, 90);
}

.BodyFont2
{        
    font-size: 14px;
    color: rgb(0, 170, 206);
}

.BodyFont3
{    
    
    font-size: 14px;
    color: rgb(0, 170, 206);
}

.BodyFont4
{        
    font-size: 12px;    
    color: rgb(90, 90, 90);
}

.labelTip
{        
    font-size: 10px;
    color: Black;  
}

.lblbox
{            
    font-weight:bold;    
    font-size: 16px;
}

.lblinfo
{               
    font-size: 12px;
    color:  #DB0A1E;     
    text-decoration: underline;
}

/* Gridview - start */

.GridviewStyle
{
    color:#333333;
    border-style:None;
    width:100%;
    border-collapse:collapse;
    background-color: White;
    margin: 0 auto 0 auto; 
    text-align: left;
    font-size: 12px;
}

.GridviewStyle a:hover 
{ 
    color: #000; 
    text-decoration: none; 
}  

.GridviewStyle .AlternatingRowStyle
{
    background: #fcfcfc repeat-x top;    
    color: #284775;      
}

.GridviewStyle .RowStyle
{    
	border-bottom-width: 1px;
	border-bottom-style: solid;    
    color: #333333;        
}

.GridviewStyle .RowStyle a 
{ 
    color: black;   
    font-weight: normal; 
}  

.GridviewStyle .HeaderStyle
{
    background-color: #DB0A1E; 	
    color: White;
    font-weight:bold;
    border-width: 0px;
    border-style: none;
}

.GridviewStyle .HeaderStyle a 
{ 
    color: White;     
}  

.GridviewStyle .EmptyDataRowStyle
{
    color:#CC0000;
    font-weight:bold;
    text-align:center;
    border-style:none;
}

.GridviewStyle .SelectedRowStyle
{
    background-color:#E2DED6;
    color:#333333;
    font-weight:bold;
}

.GridviewStyle .PagerStyle
{
    background-color:#E6E6E6;
    color:Black;
    font-weight:bold;
    border-style:none;
    border-width:0px;    
    text-align:left;
    font-size: 11px;
}

.GridviewStyle .PagerStyle a 
{ 
    color: black;   
    font-weight: normal; 
}  

.GridviewStyle .PagerStyle a:hover 
{ 
    color: #000; 
    text-decoration: none; 
}  

.GridviewStyle .SortedAscendingCellStyle
{
    background-color:#E9E7E2;
}
.GridviewStyle .SortedAscendingHeaderStyle
{
    background-color:#506C8C;
}
.GridviewStyle .SortedDescendingCellStyle
{
    background-color:#FFFDF8;
}
.GridviewStyle .SortedDescendingHeaderStyle
{
    background-color:#6F8DAE;
}

/* Gridview - end */


.fakeLink {
	color: rgb(36, 93, 179); text-decoration: none;
}

.ManOverTip {
	display: inline;
}
.errorReg {
	display: inline;
}
.overTip {
	padding: 10px; border-radius: 5px; border: 1px solid #C7C9CA; left: 0px; top: 0px; display: none; position: absolute; z-index: 12; background-color: rgb(255, 255, 255); font-size: 12px;
}
.ManOverTip:hover {
	position: relative;
}
.errorReg:hover {
	position: relative;
}
.ManOverTip:hover .overTip {
	display: block;
}
.errorReg:hover .overTip {
	display: block;
}
.f_overTip {
	display: none;
}

.CompanyInfo
{  
  font-size: 12px;  
  display:block;  
  overflow:hidden;  
}

.Copyright
{ 
  font-size: 12px;  
  display:block;    
  overflow:hidden;
}

.Bone
{ 
  width: 100%;
  text-align: center;
    
}