
	

/* General HTML elements */
html, body {
font-family: Verdana,  Arial, Sans-Serif;
height:100%
}

p
	{
	
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	}
	
h1 {
	
	font-size: 16px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	padding-bottom: 2px;
	line-height: 24px;
	}

h2 {
	
	font-size: 12px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	color: #444;
	padding-bottom: 1px;
	line-height: 24px;
}

/* ----------------- Master Page Styles ---------------------- */ 

#MasterOuterWrap {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../images/outerWrapperBack.jpg);
	padding-right: 18px;
	padding-left: 18px;
}

#MasterContentWrapper {
	width: 964px;
	margin-bottom: 0px;
	margin-top: 15px;
	padding: 0px;
	margin-right: 18px;
	margin-left: 18px;
	}
	
#MasterCenterContentWrapper {
	width: 680px;
	float: left;
	padding: 5px;
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
#MasterCenterContentWrapper-1col {
	width: 921px;
	float: left;
	padding: 5px;
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	
	
#MasterCenterContentWrapper-3col {
	width: 460px;
	float: left;
	padding: 5px;
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
		

#MasterLeftContentWrapper {
	width: 241px;
	float: left;
	height: auto;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#MasterRightContentWrapper {
	width: 241px;
	float: left;
	height: auto;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#divWrapper {
	width: 1000px;
	}
	
* html #divWrapper {
	width: 1000px;
	background-color: transparent;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
	 
#divHeaderStrap {
	background-color: #FFFFFF;
	width: 998px;
	height: 142px;
	background-attachment: scroll;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	border: solid 1px white;
	float: left;
	}
	
#divFooterWrapper {
	width: 928px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/FooterBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}	
	
#divFooter 
{
	clear: both;
	width: 928px;
	
	font-size: 10px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(../images/FooterBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#divFooterLogo {
	float: left;
	height: 37px;
	width: 130px;
	}
/* ---- End Master Page Styles ---- */

	

/* ------------- Nav starts here ------------------- */
/* These classes are for controling navigation. */

/* ---------- Top nav ---------- */

a:link {
	
	font-size: 14px;
	color: #4668B4;
	text-decoration: underline;
	}
a:visited {
	
	font-size: 14px;
	color: #4668B4;
	text-decoration: underline;
	}
a:hover {
	
	font-size: 14px;
	color: #FF6900;
	text-decoration: underline;
	}
a:active {
	
	font-size: 14px;
	color: #4668B4;
	text-decoration: underline;
	}

#divNavigation {
	height: 35px;
	margin-top: 142px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	width: 100%;
	background-image: url(../images/navBack.gif);
	background-repeat: no-repeat;
	}

#divNavigation a {
	display: block;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 12px;
	
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	}
* html #divNavigation a {
	padding-right: 16px;
	}

#divNavigation .current a {
	background-color: #453C3C;
	color: #FFFFFF;
	padding-bottom: 4px;
	
	font-size: 11px;
	text-decoration: none;
	}

#divNavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 800px;
	height: 35px;
	}

#divNavigation li {
	float: left;
	width: 125px;
	display: inline;
	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
	color: #666666;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	line-height: 25px;
	}
* html #divNavigation li {
 	padding-bottom:-4px;
	}
	
#divNavigation li .borderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}
	
#divNavigation li a:link {
	color: #666666;
	text-decoration: none;
	}
	
#divNavigation li a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#divNavigation li a:hover {
	color: #333;
	background-image: url(../images/navOver.jpg);
	background-repeat: repeat-x;
	}

#divNavigation li ul {
	position: absolute;
	width: 50px;
	left: -999em;
	}
	
* html #divNavigation li ul {
	width: 150px;
	}

#divNavigation li:hover ul {
	left: auto;
	}

#divNavigation li:hover ul, #divNavigation li.sfhover ul {
	left: auto;
	margin-left: 0px;
	margin-top: 0px;
	}
	
* html #divNavigation li:hover ul, #divNavigation li.sfhover ul {
	margin-left: -100px;
	}
	
#divNavigation li ul li {
	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-top-style: none;
	width: 199px;
	}
	
* html #divNavigation li ul li {
	width: 199px;
	}
	
/*-------------- SubNav styles begins here ---------------*/

#divNavigation .dept2 a:link, #divNavigation .dept2 a:visited {
	background-color:#649AD1;
	color: #FFFFFF;
	}
#divNavigation .dept2 a:hover {
	text-decoration: underline;
	background-color: #649AD1;
	}

/*-------------- SubNav styles ends here ---------------*/	

/* ----- End TopNav -------- */

/* ------------ Left Nav ------------- */

.LeftNav 
	{
	padding-left: 10px;
	width: 241px;
	}
	
* .LeftNav 
    {
	margin: 5px;
	width: 211px;
	padding-left: 20px;
	} 
	
.LeftNav ul {
	margin-left: 0px;
	padding-left: 0px;
	}	
	
.LeftNavList	
	{
	list-style-image:url(../Images/nothing.gif); 	 
	line-height: 16pt;
	margin-bottom: 0px;
	}
	
.LeftNavList a
	{
		
		color: #444;
		font-size: 11pt;
		text-decoration: none;
	}	
	
.LeftNavList a:hover
	{
		color:#FF6900;
		font-weight: normal;
	}
/* -------------- End of Left Nav ------- */
	

/* ------------ Left List ------------- */

.LeftList {
	padding-left: 10px;
	width: 241px;
	}
	
* .LeftList {
	margin: 5px;
	width: 200px;
	padding-left: 20px;
	} 
	
.LeftList p
	{
		margin-right: 20px;
		width: 198px;
	}
	
.LeftList ul 
	{
	list-style-image:url(../Images/nothing.gif); 	 
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 20px;
	}

.LeftList li 
	{
		padding: 3px 0 3px 0;
	}

.LeftList a
	{
		
		color: #444;
		font-size: 10pt;
	}		
	
.LeftItemList	
	{
	list-style-image:url(../Images/nothing.gif); 	 
	line-height: 16pt;
	margin-bottom: 0px;
	}
	
.LeftItemList a
	{
		
		color: #444;
		font-size: 11pt;
		text-decoration: none;
	}	
	
.LeftItemList a:hover
	{
		color:#FF6900;
		font-weight: normal;
	}
/* -------------- End of Left Nav ------- */


/* -------------- Copy styles ----------- */

.text {
	
	font-size: 12px;
	color: #444;
	line-height: 18px;
}
.textHeader {
	
	font-size: 18px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	padding-bottom: 2px;
	line-height: 24px;
}
.textSubhead {
	
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF6900;
	line-height: 24px;
}
	
/* -------------- End Copy styles ----------- */

.bodyBack {
	margin: 0px;
	background-color: #F7F7F6;
}

/*-------Table Styles------------*/




/* ------- orange box -------------*/
.orangeBackTop {
	width: 256px;
	background-image: url(../images/orangeBackTop.jpg);
	background-repeat: no-repeat;
}

.orangeBackBottom {
	width: 256px;
	background-image: url(../images/orangeBackBottom.jpg);
	background-repeat: no-repeat;
}

.orangeLeftWrapper {
	width: 241px;
	float: left;
	height: auto;
	background-image: url(../images/orangeBack.jpg);
	background-repeat: repeat-y;

	}
	
.HomeList	
	{
	list-style-image:url(../Images/nothing.gif); 	 
	}
	
#LeftWrapper {
	width: 241px;
}

.leftHead {
	
	font-size: 16px;
	font-weight: bold;
	color: #FF6900;
}

.leftHead a
{
	
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6900;
}

.leftCallouts {
	
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}

.leftInfoHeader
{
    font-size: 11pt;
    color: #222;
}

.leftInfo
{
    font-size: 8pt;
    color: #444;
}

.FormText
{
    font-size: 10pt;
    font-weight: normal;
	font-family: trebuchet ms, trebuchet, sans-serif; 
}

.leftQuote 
{
	margin: 15px 30px 10px 30px;
	font-family: Times, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}
.quoteSource 
{
	margin: 15px 10px 10px 30px;
	
	font-size: 12px;
	color: #FFFFFF;

}


/* ---- logout, welcome, search at top of page ----- */

#headerline
{
	
	font-style: normal;
	font-size: 9pt;
	text-decoration: none;
	color: #333;
}

#headerline a
{
	
	font-style: normal;
	font-size: 9pt;
	text-decoration: none;
	color: #333;	
}


#headerline a:hover
{
	
	font-style: normal;
	font-size: 9pt;
	text-decoration: underline;
	color: #036;	
}

.divSearch
{
padding: 5px 10px 0px 0px;
}


/* grey box */
.greyBackTop {
	width: 256px;
	background-image: url(../images/greyBackTop.jpg);
	background-repeat: no-repeat;
}

.greyBackBottom {
	width: 256px;
	background-image: url(../images/greyBackBottom.jpg);
	background-repeat: no-repeat;
}

.greyLeftWrapper {
	width: 241px;
	float: left;
	height: auto;
	padding: 0px;
	background-image: url(../images/greyBack.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	}

/* FAQ Styles */

.question
{
	background-color: white;
	padding: 5px 5px 5px 5px;
	margin:  0px 0px 20px 0px;
	color: #036;
	
	font-size: 10pt;
	font-weight: bold;
}

.answer
{
	background-color: white;
	padding: 5px 5px 5px 15px;
	margin:  0px 0px 20px 0px;
	color: #444;
	font-family: trebuchet ms, trebuchet, sans-serif;
	font-size: 9pt;
	
}

/* Feature Table styles */
#FeatureTable
{
	border-right: darkslategray 1px solid;
	border-top: darkslategray 1px solid;
	font-size: 8pt;
	border-left: darkslategray 1px solid;
	color: #222;
	border-bottom: darkslategray 1px solid;
	font-family: 'Trebuchet MS' , Verdana, Arial;
}

#FeatureTable thead
{
	padding: 0px 0px 0px 5px;

	color: #FF6900; /* orange */
    background-color: #eee;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 13px;
}

#FeatureTable td
{
	padding: 2px 5px 2px 5px;
	border-top: dimgray 1px solid;
	border-right: dimgray 1px solid;
	vertical-align:top;
}

#FeatureTable td.check
{
	padding: 0px 0px 0px 0px;
	border-top: dimgray 1px solid;
	border-right: none;
	vertical-align:top;
}

/* Price Table Styles */
#PriceTable
{
	margin-top: 2px;
	border-right: darkslategray 1px solid;
	border-top: darkslategray 1px solid;
	font-size: 11pt;
	border-left: darkslategray 1px solid;
	color: #333;
	border-bottom: darkslategray 1px solid;
}

#PriceTable thead
{
    padding: 0px 0px 0px 5px;

    color: #FF6900; /* orange */
    background-color: #eee;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 13px;
}

#PriceTable thead td
{

    vertical-align: bottom;

}


#PriceTable thead td.plan
{
    width: 80px;
}

#PriceTable thead td.description
{
    width: 200px;
}

#PriceTable thead td.space
{
    width: 60px;
}

#PriceTable thead td.mrc
{
    width: 60px;
}

#PriceTable thead td.addGB
{
    width: 60px;
}

#PriceTable thead td.setupFee
{
    width: 65px;
}

#PriceTable td
{
	padding: 2px 5px 2px 5px;
	border-top: silver 1px solid;
	border-right: silver 1px solid;
	vertical-align: middle;
	height: 30px;
	cursor: default;
    font-size: 10pt;
}

#PriceTable td.plan
{
    font-weight: bold;
}

#PriceTable td.description
{
    font-size: 8pt;
}


.ImportantMessage
{
	font-size: 11pt;
    font-weight: bold;
}

.LargerText
{
	font-size:larger;
}

.BillingInfoTable
{
   
}

/* download page */

.DownloadTable
{
    width: 640px;
}



.DownloadText
    {    
        
		color: #111;
		font-size:9pt;
		font-style:  italic  ;
		font-variant: normal;
		text-decoration: none;
    }
        
.Downloads
    {
   		
		color: #111;
		font-size: 12pt;
		font-style: normal;
		font-variant: normal;
		text-decoration: none;
        width: 560px;
        padding: 10px 10px 40px 10px;
    }
    
.DownloadOS
    {
        font-size: 12pt;
        font-style: normal;
    }
    
.DownloadVer
    {
        font-size: 8pt;
        font-style: italic;
        color: #116;
    }

.DownloadSize
    {
        font-size: 8pt;
        font-style: italic;
        color: #116;
    }  
    
.DownloadComment
    {
        font-size: 8pt;
        font-style: italic;
        color: #116;
    }   
    
.DownloadButton
    {
        font-size: 10pt;
        font-style: italic;
        color: #116;
        float: right;
        margin-right: 10px;
    }  
    
.DownloadImg
    {
        float: left;
        margin-right: 15px;
    }  
    
.DownloadTable
    {
    }
    
.DownloadImgCell
    {
    width:30px; 
    padding-top: 30px;
    }
    
.DownloadOSCell
    {
    width:100px; 
    padding-top: 30px;
    }
    
.DownloadVerCell
    {
    width:60px; 
    padding-top: 30px;
    }
    
.DownloadSizeCell
    {
    width:30px; 
    padding-top: 30px;
    }
    
    
.DownloadButtonCell
    {
    width:80px; 
    padding-top: 30px;
    }
    
    
.DownloadCommentCell
    {
    } 
/* Support Page */


#SupportNav
{
	padding-left: 10px;
	width: 241px;	
}

#SupportNav ul {
	margin-left: 0px;
	padding-left: 0px;
	}

.IssueQuestion a
{
	background-color: white;
	padding: 0px 5px 0px 0px;
	margin:  25px 0px 0px 0px;
	color: #444;
	font-size: 10pt;
	font-weight: bold;
}

.IssueAnswer
{
	background-color: white;
	padding: 5px 5px 0px 15px;
	margin:  0px 0px 0px 0px;
	color: #036;
	
	font-size: 9pt;
}



#Issues UL
{
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 10px 0px;
	line-height: 15px;
	vertical-align:middle;
	list-style-image: url(Images/M_green.gif);
	list-style-position: outside;
}

#Issues LI
{
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 10px 0px;
}



#Issues a
{
    color: #222; 
    font-size: 9pt;
	text-decoration: none;
}

#Issues a:hover
{
	text-decoration: underline;
	color: #036;
}

#Issues p
{
    font-weight:bolder;
    color: #222; 
    font-size: 10pt;
	text-decoration: none;
}

#NewTicketTable
{
font-size: 10pt;
}

.textbox
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 9pt;
}

.LeftLink
{
    font-size: 9pt;
	margin: 10px 5px 10px 5px;
	
}

.LeftLink a
{
    font-size: 9pt;
	margin: 10px 5px 10px 5px;
	
}


#contacttable td
{
	padding-left: 20px;
	vertical-align: baseline;
}

#twitter_update_list	
	{
		list-style-image:url(../Images/nothing.gif); 	 
		line-height: 10pt;
		margin-bottom: 0px;
		
		color: #444;
		font-size: 9pt;
	}

#twitter_update_list li 
	{
		padding: 3px 0 14px 0;
	}

#twitter_update_list a
	{
		
		color: #444;
		font-size: 9pt;
	}		
	
#twitter_update_list a:hover
	{
		color:#FF6900;
		font-weight: normal;
	}
	
#twitter-link  
	{
		
		color: #444;
		font-size: 7pt;
		font-style: normal;
		font-variant: normal;
		text-decoration: none;
		display:block;
		text-align:right;
		margin-right: 20px;
	}

#twitter-link a a:hover
	{
		color:#FF6900;
		font-weight: normal;
	}	
    
.FreeAccountRemovalPolicy
{   
    width: 500px;
}

.FreeAccountRemovalPolicy p
{
    font-size: 14px;
   
    color: #111;
}

                       