﻿#top
{
	padding: 4px 0 4px 0;
}

li
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#maincontent
{
	padding-bottom: 36px;
	margin-bottom: 18px;
}

#extra p, #extra h6
{
	margin-left: 10px;
	margin-right: 5px;
}
#extra ul
{
	margin-left: 24px;
	margin-right: 5px;
}

#extra p, #extra ul
{
	font-size: 0.9em;
	line-height: 1.5em;
}

#extra ul li
{
	padding-bottom: 0.3em;
}


#extra h6 a
{
	color: #759322;
	text-decoration: underline;
}

#footer
{
	color: #9b9b9b;
	text-align: center;
	padding-top: 14px;
	border-top: 4px solid #ebebeb;
	clear: both;
}

#footer a
{
	color: #9b9b9b;
}


#navigation
{
	width: 950px;
	border: 1px solid #b9b9b9;
	background: url(   "images/back.png" ) top left repeat-x;
}

#navigation ul, #navigation li
{
	display: inline;
	list-style-type: none;
}

#navigation a:link, #navigation a:visited
{
	display: block;
	float: left;
	color: #333;
	font-weight: bold;
	padding: 7px  15px 4px 15px;
	margin: 0px 0 0px 0;
	border-left: 1px solid #b9b9b9;
}

#nav-1 a:link, #nav-1 a:visited
{
	border-left-width: 0px;
}

#mylayer, #mylayer *
{
	border: 0px;
}


.left
{
	float: left;
}
.right
{
	float: right;
}

.hide
{
	display: none;
}

.reset-margin
{
	margin: 0;
}
.reset-padding
{
	padding: 0;
}
.reset
{
	margin: 0;
	padding: 0;
}

.align-justify
{
	text-align: justify;
}
.align-left
{
	text-align: left;
}
.align-center
{
	text-align: center;
}
.align-right
{
	text-align: right;
}

.zero-top
{
	margin-top: 0;
	padding-top: 0;
}
.zero-bottom
{
	margin-bottom: 0;
	padding-bottom: 0;
}
.zero-left
{
	margin-left: 0;
	padding-left: 0;
}
.zero-right
{
	margin-right: 0;
	padding-right: 0;
}

.add-top
{
	margin-top: 1.5em;
}
.add-bottom
{
	margin-bottom: 1.5em;
}

.pad-top
{
	padding-top: 0.5em;
}
.pad-bottom
{
	padding-bottom: 0.5em;
}

.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}

.bord-top
{
	border-top: 1px solid #ddd;
}
.bord-bottom
{
	border-bottom: 1px solid #ddd;
}

.zero-border
{
	border-width: 0px !important;
}
label
{
	font-weight: bold;
}


/* Fieldsets */
fieldset
{
	padding: 18px;
	margin: 0 10px 1.5em 10px;
	border: 1px solid #ccc;
}
legend
{
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 18px;
}

/* Text fields */
input.text, input.title
{
	margin: 0.5em 0.5em 0.5em 0;
}
input.text, input.title
{
	border: 1px solid #bbb;
	background: #f6f6f6;
	padding: 5px;
}
input.text:focus, input.title:focus
{
	border: 1px solid #999;
	background: #fff;
}
input.title
{
	font-size: 1.5em;
}

/* Textareas */
textarea
{
	font-family: "Helvetica Neue" , "Lucida Grande" , Helvetica, Arial, Verdana, sans-serif;
	width: 400px;
	height: 250px;
	margin: 0.5em 0.5em 0.5em 0;
}
textarea
{
	border: 1px solid #bbb;
	background: #eee;
	padding: 5px;
}
textarea:focus
{
	border: 1px solid #999;
	background: #fff;
}

/* Select fields */
select
{
	border: 1px solid #ccc;
	background: #f6f6f6;
	width: 200px;
}
select:focus
{
	border: 1px solid #999;
	background: #fff;
}


/* Success, error & notice boxes for messages and errors. */
.error, .notice, .success
{
	padding: .8em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error
{
	background: #FBE3E4;
	color: #D12F19;
	border-color: #FBC2C4;
}
.notice
{
	background: #FFF6BF;
	color: #817134;
	border-color: #FFD324;
}
.success
{
	background: #E6EFC2;
	color: #529214;
	border-color: #C6D880;
}
.error a
{
	color: #D12F19;
}
.notice a
{
	color: #817134;
}
.success a
{
	color: #529214;
}






/* A container should group all your columns. */
.container
{
	padding: 0px 20px 18px 20px;
	background-color: #ffffff;
}


.column
{
	float: left;
	margin-right: 10px;
}


/* The last column in a row needs this class. */
.last
{
	margin-right: 0;
}



/* Border on right hand side of a column. */
.border
{
	padding-right: 4px;
	margin-right: 5px;
	border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder
{
	padding-right: 24px;
	margin-right: 25px;
	border-right: 1px solid #eee;
}

/* Border with more whitespace on the left, spans one column, used on elements floated right. */
.colborderl
{
	padding-left: 24px;
	margin-left: 25px;
	border-left: 1px solid #eee;
}




/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */
.box
{
	padding: 1.5em;
	margin-bottom: 1.5em;
	background: #eee;
}

/* Use this to create a horizontal ruler across a column. */
hr
{
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 5px;
	border: none;
}
hr.space
{
	background: #fff;
	color: #fff;
}

/* Clearing floats without extra markup */

.clear, .clearit
{
	display: inline-block;
}
html
{
	background-image: url(  'Images/bg.gif' );
	font: normal 78% "Trebuchet MS" , "Lucida Grande" , Verdana, Sans-Serif;
	line-height:17px;
}
.tableTestimonial
{
    border:solid 1px #CCCCCC;
}

body
{
	width: 990px;
	color: #333333;
	margin: 0 auto;
}

h1, h2, h3, h4, h3, h6
{
	font-weight: normal;
}

h1
{
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	font-family: Trebuchet MS;
	margin: 0px;
	vertical-align: middle;
	
}

h2
{
	font-size: 13px;
	color: #FFFFFF;
	padding: 0px;
	margin: 1px;
	margin-left: 10px;
	
}

h2 a
{
	color: #333;
}
h2 a:hover
{
	color: #0099ff;
}

#white
{
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	padding: 1px;
	margin: 1px;
	font-weight: bold;
	font-family:Arial;
}
h3
{
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding-left: 2px;
	padding-bottom: 5px;
	color: #6D991B;
}

h4
{
	color: #666;
	margin: 0px 3px 5px 3px;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-left: 2px;
	padding-bottom: 5px;
	color: #6D991B;
}
h6
{
	font-size: 1em;
	font-weight: bold;
}


p.last
{
	margin-bottom: 0;
}

ul, ol
{
	margin: 0 1.5em 1.5em 1.5em;
}
ul
{
	list-style-type: circle;
}
ol
{
	list-style-type: decimal;
}
dl
{
	margin: 0 0 1.5em 0;
}
dl dt
{
	font-weight: bold;
}
dd
{
	margin-left: 1.5em;
}

abbr, acronym
{
	border-bottom: 1px dotted #666;
}
address
{
	margin-top: 1.5em;
	font-style: italic;
}
del
{
	color: #666;
}

a:focus, a:hover
{
	color: red;
	text-decoration: underline;
}
a
{
	color: #6D991B;
	text-decoration: none;
}

h4 a
{
	color: #666;
}
h4 a:focus, h4 a:hover
{
	color: #0099ff;
	text-decoration: underline;
}

blockquote
{
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong
{
	font-weight: bold;
}
em, dfn
{
	font-style: italic;
}
dfn
{
	font-weight: bold;
	background: #ffc;
}
pre, code
{
	margin: 1.5em 0;
}
pre, code, tt
{
	font: 1em 'andale mono' , 'monotype.com' , 'lucida console' , monospace;
	line-height: 1.5;
}
tt
{
	display: block;
	margin: 1.5em 0;
	line-height: 1.5;
}



caption
{
	background: #ffc;
}

/* Use this if you use span-x classes on th/td. */


/* Some default classes
-------------------------------------------------------------- */

.small
{
	font-size: .9em;
	margin-bottom: 1.2em;
	line-height: 1.2em;
}
.large
{
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.quiet
{
	color: #666;
}

.hide
{
	display: none;
}
.highlight
{
	background: #ff0;
}
.added
{
	color: #060;
}
.removed
{
	color: #900;
}

.top
{
	margin-top: 0;
	padding-top: 0;
}
.bottom
{
	margin-bottom: 0;
	padding-bottom: 0;
}


.zero-top
{
	margin-top: 0;
	padding-top: 0;
}
.zero-bottom
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.add-top
{
	margin-top: 1.5em;
}
.add-bottom
{
	margin-bottom: 1.5em;
}

.pad-top
{
	padding-top: 0.5em;
}
.pad-bottom
{
	padding-bottom: 0.5em;
}

.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-centre
{
	text-align: center;
}

.testimonial h3
{
	font-weight: normal;
	font-size: 0.9em;
	padding: 0px;
	margin: 4px;
}

.testimonial
{
	border: 1px solid #333;
	padding: 0px 3px;
}

.roundedcornr_box_848758
{
	background: url(images/roundedcornr_848758_tl.png) no-repeat top left;
}
.roundedcornr_top_848758
{
	background: url(images/roundedcornr_848758_tr.png) no-repeat top right;
}
.roundedcornr_bottom_848758
{
	background: url(images/roundedcornr_848758_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_848758 div
{
	background: url(images/roundedcornr_848758_br.png) no-repeat bottom right;
}
.roundedcornr_content_848758
{
	background: url(images/roundedcornr_848758_r.png) top right repeat-y;
}

.roundedcornr_top_848758 div, .roundedcornr_top_848758, .roundedcornr_bottom_848758 div, .roundedcornr_bottom_848758
{
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_848758, .roundedcornr_bottom_848758
{
	margin-top: -19px;
}
.roundedcornr_content_848758
{
	padding: 0 0px;
}


.tableplan
{
}
.tableplan td
{
	border-bottom: solid 1px #84AB2C;
}
.tableplan li
{
	list-style-position: inside;
}




.roundedcornr_box_942611
{
	background: url(images/roundedcornr_942611_tl.png) no-repeat top left;
}
.roundedcornr_top_942611
{
	background: url(images/roundedcornr_942611_tr.png) no-repeat top right;
}
.roundedcornr_bottom_942611
{
	background: url(images/roundedcornr_942611_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_942611 div
{
	background: url(images/roundedcornr_942611_br.png) no-repeat bottom right;
}
.roundedcornr_content_942611
{
	background: url(images/roundedcornr_942611_r.png) top right repeat-y;
}

.roundedcornr_top_942611 div, .roundedcornr_top_942611, .roundedcornr_bottom_942611 div, .roundedcornr_bottom_942611
{
	width: 100%;
	height: 8px;
	font-size: 1px;
}
.roundedcornr_content_942611, .roundedcornr_bottom_942611
{
	margin-top: -19px;
}
.roundedcornr_content_942611
{
	padding: 0 8px;
}

#ulfooter
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#ulfooter li
{
	float: left;
}
#ulfooter li a
{
	padding: 0 4px 0 0;
	float: left;
	font-size: 11px;
	display: block;
	text-decoration: none;
	text-align: center;
	border-right: solid 1px #ccc;
}

/*******************/
/* Bottom New Main css */
/*******************/

div.bmenu
{
	height: 100%;
	list-style-type: none;
}

div.bmenu ul
{
	text-align: left;
	margin: 0px;
}

div.bmenu li
{
	display: inline;
}

div.bmenu a
{
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
	border-left: 1px solid #999999;
	padding-left: 5px;
	padding-right: 0px;
}

div.bmenu a.first
{
	border-left: none;
	padding-left: 0px;
	list-style: none;
	display: inline;
}

div.bmenu ul a:hover, div.separatorExample ul a:focus
{
	text-decoration: none;
}

/**********************/
/* Middle content Box - DotNetNuke, CommServer, etc */
/**********************/

.boxMiddle1
{
	padding-bottom: 10px;
	background: #FFFFFF;
	border-bottom: 2px solid #DBDADA;
	padding-top: 10px;
	margin-left: 5px;
}

.boxMContent1
{
	padding-right: 10px;
	font-size: 9pt;
	font-family: Arial;
	text-align: justify;
}

.boxMContent3
{
	padding-left: 50px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 9pt;
	font-family: Arial;
	text-align: justify;
}

#leftContent
{
	float: left;
	padding-top: 0px;
}


#mainContent
{
	width: 493px;
	float: left;
	padding-top: 10px;
	height: auto;
}

#mainContent2
{
	width: 453px;
	float: right;
	padding-top: 0px;
	margin-right: 10px;
	height: auto;
}

#rightContent
{
	width: 340px;
	float: right;
	padding-top: 10px;
}

#rightContent2
{
	width: 270px;
	float: right;
	padding-top: 0px;
}

#largeContent
{
	width: 650px;
	margin-top: 0px;
	float: left;
}

#boxUL
{
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

#boxUL2
{
	padding: 0px 0px 0px 2px;
	margin: 0px 6px 0px 2px;
}

#boxUL2 li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 6px 4px 4px;
	list-style-position: outside;
}

#boxUL3
{
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 4px;
}

#boxUL3 li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 6px 10px 4px;
	list-style-position: inside;
}


#boxUL4
{
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 4px;
}
#boxUL4 li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 6px 10px 4px;
	text-indent: -16px;
}

#boxUL li
{
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: justify;
}

#boxUL5
{
	padding: 0px 0px 0px 4px;
	margin: 0px 6px 0px 4px;
}

#boxUL6
{
	padding: 0px 0px 0px 4px;
	margin: 0px 6px 0px 4px;
}

#boxUL6 li
{
	padding: 0px 0px 0px 8px;
	margin: 0px 6px 10px 8px;
	text-indent: -16px;
}

#boxUL7
{
	padding: 0px 0px 0px 4px;
	margin: 0px 6px 0px 4px;
}

#boxUL7 li
{
	padding: 0px 0px 0px 8px;
	margin: 0px 6px 10px 8px;
	text-indent: -16px;
}

#boxUL8
{
	padding: 0px 0px 0px 4px;
	margin: 0px 6px 0px 4px;
}

#boxUL8 li
{
	padding: 0px 0px 0px 8px;
	margin: 0px 6px 10px 8px;
	text-indent: -16px;
}

.box1
{
	width: 495px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: 110px;
}

.box1 h3
{
	width: 493px;
	height: 26px;
	padding: 6px 5px 0px 10px;
	margin-bottom: 2px;
	font-family: Century Gothic;
	font-weight: bold;
	color: black;
	font-size: 14px;
}

.box1 P
{
	padding: 0 4px 4px 4px;
}

.box3
{
	width: 835px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 7px;
}

.box3 h3
{
	width: 828px;
	height: 26px;
	padding: 6px 5px 0px 10px;
	margin-bottom: 2px;
	font-family: Century Gothic;
	font-weight: bold;
	color: black;
	font-size: 14px;
}

.box3 P
{
	padding: 0 4px 4px 4px;
}

.box4
{
	width: 495px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.box42
{
	background: url(  'images/box_bg_12.jpg' ) no-repeat center bottom;
	width: 460px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.box4 h3
{
	width: 483px;
	height: 26px;
	padding: 6px 5px 0px 10px;
	margin-bottom: 2px;
	font-family: Century Gothic;
	font-weight: bold;
	color: black;
	font-size: 14px;
}

.box42 h3
{
	background: url(images/box_headbg_12.jpg) no-repeat;
	width: 448px;
	height: 26px;
	padding: 6px 5px 0px 10px;
	margin-bottom: 2px;
	font-family: Century Gothic;
	font-weight: bold;
	color: black;
	font-size: 14px;
}


.box4 P
{
	padding: 0 4px 4px 4px;
	text-align: justify;
	width: 484px;
}

.box42 P
{
	padding: 0 4px 4px 4px;
	text-align: justify;
	width: 452px;
}

.box4 h4
{
	margin: 3px 0 10px 4px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
}

.box42 h4
{
	margin: 3px 6px 10px 4px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
}

.box5
{
	width: 475px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.box5 h3
{
	width: 473px;
	height: 26px;
	padding: 6px 5px 0px 10px;
	margin-bottom: 2px;
	font-family: Century Gothic;
	font-weight: bold;
	color: black;
	font-size: 14px;
}

.box5 P
{
	padding: 0 4px 4px 4px;
}

.box2
{
	width: 330px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.box22
{
	background: url('images/box_bg_22.jpg') bottom center no-repeat;
	width: 260px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
}

.box2 h3
{
	width: 314px;
	height: 27px;
	padding: 6px 5px 0px 10px;
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
	color: black;
}

.box22 h3
{
	background: url(images/box_headbg_22.jpg) no-repeat;
	width: 244px;
	height: 27px;
	padding: 6px 5px 0px 10px;
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
	color: black;
}

.box2 P
{
	padding: 0 4px 4px 4px;
}

.box22 P
{
	padding: 0 4px 4px 4px;
}

.box2 h4
{
	margin: 3px 0 10px 4px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
}

.box22 h4
{
	margin: 3px 0 10px 4px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
}


.box6
{
	width: 600px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.box6 h3
{
	width: 483px;
	height: 26px;
	padding: 6px 5px 0px 10px;
	margin-bottom: 2px;
	font-family: Century Gothic;
	font-weight: bold;
	color: black;
	font-size: 14px;
}

.box6 P
{
	padding: 0 4px 4px 4px;
}

.box6 h4
{
	margin: 3px 0 10px 4px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
}




.box7
{
	background: url('images/box_bg_7.jpg') bottom center no-repeat;
	width: 184px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.box7 h3
{
	background: url(images/box_headbg_7.jpg) no-repeat;
	width: 172px;
	height: 27px;
	padding: 6px 7px 0px 10px;
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
	color: black;
}

.box7 P
{
	padding: 0 4px 4px 4px;
}

.box7 h4
{
	margin: 3px 0 10px 4px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
}


.YearHeader
{
	font-size: 9pt;
	color: White;
	background-color: #3E7D24;
	padding: 4px;
	text-align: left;
	border-bottom: #3E7D24 1px solid;
}

.tableCompareReseller
{
	border: 1px #7BBBEB solid;
	background-color: #F9F9F9;
}
.tableCompareReseller TH
{
	color: #FFFFFF;	
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
	vertical-align: middle;
}
.tableCompareReseller A
{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
.tableCompareReseller TD
{
	padding-left: 12px;
	padding-right: 12px;
	font-family: Verdana;
	padding-top:3px;
	padding-bottom:3px;
	line-height: 16px;
	font-size:11px;
}
.tableCompareReseller tr.blue
{
	background-color: #F2FAFA;
}

.tableCompareReseller TD A
{
	text-decoration: underline;
}
.tableCompareReseller A:hover
{
	text-decoration: none;
}

#tabs3
{
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
}
#tabs3 ul
{
	margin: 0;
	padding: 10px 10px 0 20px;
	list-style: none;
}
#tabs3 li
{
	display: inline;
	margin: 0;
	padding: 0;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}
#tabs3 a
{
	float: left;
	background: url("images/tableft5.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs3 a span
{
	float: left;
	display: block;
	background: url("images/tabright5.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs3 a span
{
	float: none;
}
/* End IE5-Mac hack */
#tabs3 a:hover span
{
	color: #FFF;
}
#tabs3 a:hover
{
	background-position: 0% -42px;
}
#tabs3 a:hover span
{
	background-position: 100% -42px;
}

#tabs3 #current a
{
	background-position: 0% -42px;
}
#tabs3 #current a span
{
	background-position: 100% -42px;
}
.tabcontent
{
	border: solid 1px #959DB0;
	padding-left: 15px;
	margin-left: 4px;
	margin-right: 4px;
}

.tabcontent a
{
	color: #6D991B;
}

.tabcontent a:hover
{
	color: red;
	text-decoration: underline;
}



#tableHostingPlan caption
{
	padding: 0 0 5px 0;
	width: 700px;
	font: italic 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#tableHostingPlan th
{
	font: bold 11px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	text-transform: uppercase;
	padding: 3px 3px 3px 6px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}

#tableHostingPlan th.nobg
{
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#tableHostingPlan td
{
	background: #fff;
	height:23px;
	padding:3px;
	border:solid 1px #C1DAD7;
	
}
 #tableHostingPlan .greencheck
{
	background-position: 6px;
	background-image: url(images/check_small.gif);
	background-repeat: no-repeat;
}





.cross
{
	background-image: url(images/cross.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
}
.button 
{
	background-color:#009E25;
	color:#FFFFFF;
}
