﻿table.WebsiteContainer {

	/* border-left: 1px silver solid; */
	/* border-right: 1px silver solid; */
	
}

h1 {
	
	font-size: 14pt !important;
	font-weight: bold !important;
	
}

div.ContentContainer {
	width: 100%;
    height: 100%;
	font-family: Arial, sans-serif  !important;
	font-size: 11pt !important;
	color: #1a849f;

}

div.inputTitle {
    
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 80%;
    font-weight: bold; 
    margin-left: 10px;  
    
}

div.inputElement {
 
    margin-bottom: 15px;
    margin-left: 15px;   
    
}

img {
	border: 0px;
}

div.EditorContainer {
    
    font-family: Arial, sans-serif;
    font-size: 12pt;
    color: #1a849f;    
    
    
}

div.rightMenu {
    
    width: 20% !important;
    border-left: 1px #daeafa solid;
    float: right;
    height: 100%;
    padding-left: 5px;
    font-weight: bold;
    
}

.rightMenu a {
    
     text-decoration: none;
     color: #1a849f;
     border-bottom : 1px #c9e4ff solid;
     display: block;
     padding-left: 5px;
     padding-bottom: 5px;
     font-weight: normal;
     font-size: 11pt !important;

}

.rightMenu a:hover {
    
     background-color: #daeafa;     
    
}

div.linkBack {
    
    cursor: pointer;
    font-size: 75%;   
    
}

td.td6px {
    
 padding: 6px;
  
    
}

tr.tr6px {
    
    padding: 6px;
   
    
}

div.button {
 
    font-size: 18pt;
    color: #1a849f;
    text-decoration: none; 
    padding-top: 20px;
    width: 247px;
    height: 50px;
    text-align: center;
    background-image: url("images/button.jpg");
    background-repeat: no-repeat;
    background-position: center;
    
}

div.button a {
    
    color: #1a849f;
    text-decoration: none;   
    
}

div.button a:hover {
    
    color: black;   
    
}

div.quote {
 
    font-size: 18pt;
    color: #1a849f;
    text-decoration: none; 
    padding-top: 20px;
    width: 247px;
    height: 50px;
    text-align: center;
    background-image: url("images/quote.jpg");
    background-repeat: no-repeat;
    background-position: center;
    
}

div.quote a {
    
    color: #1a849f;
    text-decoration: none;   
    
}

div.quote a:hover {
    
    color: black;   
    
}

