﻿body {
    background-color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    background-image: url('/images/back.jpg');
    background-repeat: repeat-x;    
    margin-top: 0px;       
}
h1
{
    font-size: 26px;
    color: #6DB575;
    border-bottom: 1px dotted silver;
    margin-bottom: 30px;
}
h2
{
    font-size: 20px;
    color: #666666;
    border-bottom: 1px dotted silver;
}
h3
{   
    font-size: 18px;
    color: #666666;
    border-bottom: 1px dotted silver;
}
.tblMain
{
    width: 900px;
    background-color: #ffffff;   
    background-image: url('/images/topbg.jpg');
    background-repeat: repeat-x; 
       
}
.tblHeader
{
    padding: 0px;
}
.tdMenu
{
    background-color: #DDE8DD;
    background-image: url('/images/navbg.jpg');
    background-repeat: repeat-x; 
    padding: 0px;
    padding-top: 3px;
    padding-left: 5px;
}
.tdContent
{
    background-color: #ffffff;
    background-image: url('/images/contenttop.jpg');
    background-repeat: no-repeat; 
}
.tblFooter
{
    background-color: #ffffff;
    padding: 0px; 
    text-align: center;       
}
.tdFooter
{   
    background-color: #DDE8DD;    
}
.tblContent
{
    width: 850px;
    margin-top: 10px;                
}
.tblContent td
{
    padding: 5px;
    
}
.tdRays
{
    width: 220px;
    background-image: url('/images/rays.jpg');
    background-repeat: no-repeat;           
}
.tblRightContent
{
    border-left: 1px solid silver;
    color: #666666;
}
.alert {
	color: red;	
}    
.tblHosting
{
    width: 550px;
}
.tblHosting th
{
    text-align: left;
    background-color: #DDE8DD;
    padding: 5px;
}
.tblHosting td
{
    padding: 10px;
}
.tblHostingAddOns
{
    width: 550px;
}
.tblHostingAddOns th
{
    text-align: left;
    background-color: #DDE8DD;
    padding: 5px;
}
.tblHostingAddOns td
{
    padding: 5px;
}
.tdGray
{
    background-color: #eeeeee;
}
.smFont
{
    font-size: 10px;
}
.topNav
{
    margin: 0px;
    padding: 0px;
    margin-left: 15px;   
}
.topNav li
{
    margin: 0;	
    padding: 4px;	
	margin-bottom: 3px;
	margin-right: 23px;
	list-style: none;
	float: left;		
	color: #000000;	
	font-weight: bold;
	font-size: 14px;
}
.topNav li a:link, .topNav li a:visited
{
    color: #ffffff;
    text-decoration: none;
}
.topNav li a:hover
{
    color: #cccccc;
    text-decoration: none;
}
.tblCaseStudy
{
    width: 575px;
}
.tblCaseStudy th
{
    background-color: #DEE8DF;
    padding: 5px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
}
.tblCaseStudyInner
{

}

