/*http://www.w3.org/International/questions/qa-css-charset
-------------------------------------------------------------
IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

@import url("");

-------------------------------------------------------------
STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-------------------------------------------------------------
RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
* { margin: 0; padding: 0; border: none; }
body, html { font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif; font-weight: normal; font-size: 12px; color: #727272; background-color: #eee;}
ul { list-style-type: disc; }
form { display: block; }
p, pre,
blockquote, ul, ol, dl, address { font-weight: normal; }
pre, blockquote, ul, ol, dl, address { margin: 0 0 1em 0; }
p { margin: 0px 0px 18px 0px; font-size: 12px; color: #727272; line-height: 21px; }
xmp { padding: 15px; }
cite, em, dfn { font-style: italic; }
sup { position: relative; bottom: 0.3em; vertical-align: baseline; }
sub { position: relative; bottom: -0.2em; vertical-align: baseline; }
li, dd, blockquote { margin-left: 1em; line-height: 1.4em; }
code, kbd, samp, pre, tt, var, textarea { font-size: 100%; font-family: Arial, Helvetica, sans-serif; }
del { text-decoration: line-through; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; border-bottom-style: dotted; border-bottom-width: 1px; }
a abbr, a acronym { border: none; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
input, select, textarea{padding: 5px; background:#F5F5F5;border:1px solid #CCC;-moz-border-radius: 5px;-webkit-border-radius: 5px;color:#666; margin-bottom: 5px;}
input:focus, select:focus, textarea:focus{background:#FFF;border:1px solid #888;color:#333;}
/*-------------------------------------------------------------
LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
a, a:link, a:visited { text-decoration: none; color: #3B7AA7; }
a:hover { text-decoration: none; color: #454545; }
a img { border: none; text-decoration: none; }

/*-------------------------------------------------------------
TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
p { margin: 0px 0px 18px 0px; font-size: 12px; color: #727272; line-height: 21px; }
h1 { font-size: 23px; font-weight: bold; color: #000; padding: 0px 0px 9px 0px; }
h1.innerpage_title { font-size: 21px; font-weight: normal; text-transform: uppercase; color: #fff; padding-top: 13px; float: left; width: 500px; }
h2 { font-size: 21px; font-weight: normal; color: #1B1A22; padding: 0px 0px 9px 0px; }
h3 { font-size: 18px; font-weight: bold; color: #1B1A22; padding: 0px 0px 9px 0px;}
h4 { font-size: 16px; font-weight: bold; color: #676571; margin: 0px 0px 9px 0px; }
h5 { font-size: 14px; font-weight: normal; color: #1B1A22; margin: 18px 0px 9px 0px; }
h6 { font-size: 14px; font-weight: bold; color: #676571; margin: 18px 0px 9px 0px; }

/*-------------------------------------------------------------
HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
li {
line-height: 21px;
list-style: none;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative;
}
.clearandspace
{
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/*Hide from IE Mac \*/

.clearfix
{
	display: block;
}

.spacer
{
	margin-top: 10px;
}
/*End hide from IE Mac

/*-------------------------------------------------------------
GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.container
{
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
.wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
.header
{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0;
	width: 900px;
	height: 10px;
}
.content
{
	margin: 0 auto;
	background: #fff;
	width: 980px;
	border: 1px solid #c4c4c4;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.left
{
	float: left;
	width: 48%;
}
.right
{
	float: right;
	width: 48%;
}
.leftsmall
{
	float: left;
	width: 35%;
}
.rightlarge
{
	float: right;
	width: 55%;
	background: #F2F2F2;
	padding: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*-------------------------------------------------------------
INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HEADER*/
.header H1
{
	color: #111;
	font-size: 2.5em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	
}
.border_header {
	border-bottom: 2px solid #eee;
	margin-top: 50px;
	margin-left: 20px;
	width: 935px;
}
.header .nav, .header .nav LI
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .nav
{
	position: relative;
	margin: 0;
	float: right;
	padding: 7px 0 0;
	margin: 0 0 40px;
}
.header .nav LI
{
	float: left;
	display: inline;
	height: 32px;
	line-height: 32px;
	margin-left: 15px;
}
.header .nav LI A
{
	float: left;
	display: inline;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #111;
	padding: 0 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.header .nav LI.selected A, .header .nav LI A:hover
{
	background: #94BB58;
	color: #fff;
}
.header .nav LI.highlight
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.highlight
{
	background: #94BB58;
}
/*-------------------------------------------------------------
FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.footer
{
	width: 900px;
	height: 50px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
	color: #111;
}
.footer .right
{
	text-align: right;
}
.footer P
{
	line-height: 50px;
}
.footer A
{
	color: #999;
	margin: 0;
	outline: 0;
}
.footer A, A:visited, A:active
{
	text-decoration: none;
}
.footer A:hover
{
	color: #fff;
}

.white
{
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
/*-------------------------------------------------------------
WHY BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.why_boxes {
	float: left;
	height: 90px;
	width: 880px;
	margin-top: 3px;
	margin-bottom: 10px;

	font-size: 11px;
	background-color: #F4F4F4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.wbox {
	float: left;
	height: 70px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	padding-left: 2px;
}
.wbox_img {
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 5px;
}
.wbox_text {
	float: left;
	height: auto;
	width: 140px;

	font-size: 11px;
	line-height: 18px;
}

.wbox_header {
	float: left;
	height: 18px;
	width: 140px;

	font-size: 14px;
	margin-top: 5px;
	color: #607c0f;
}

/*-------------------------------------------------------------
PLAN BOXES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.home_planboxes {
	float: left;
	width: 950px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.planboxes_01 {
	float: left;
	width: 300px;
	height: 255px;
	background: url("https://my.bluemilecloud.com/images_main/plan_img.gif") no-repeat left top;
}
.planboxes_01 span.title {
	float: left;
	width: 210px;
	height: 50px;
	padding: 9px 0px 0px 18px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.planboxes_01 span.price {
	float: left;
	width: 70px;
	height: 50px;
	padding-top: 8px;
	color: #fff;
	text-align: center;
}
.planboxes_01 span.price strong {
	font-size: 27px;
	line-height: 25px;
}
.planboxes_01 div.details {
	float: left;
	width: 260px;
	padding: 0px 18px;
}
.planboxes_01 div.details ul {
	margin: 0px;
	padding: 0px;
}
.planboxes_01 div.details li {
	margin: 0px;
	padding: 0px 0px 0px 13px;
	line-height: 21px;
	list-style-type: none;
	background: url("https://my.bluemilecloud.com/images_main/arrowsmall_grey.jpg") no-repeat left 7px;
}
.planboxes_01 div.details a {
	float: left;
	width: 85px;
	height: 22px;
	padding-top: 5px;
	text-align: center;
	background: url("https://my.bluemilecloud.com/images_main/button_planbox.jpg") no-repeat left top;
	font-weight: bold;
	color: #606060;
	text-decoration: none;
	margin-top: 14px;
	margin-right: 10px;
}
.planboxes_01 div.details a:hover {
	font-weight: bold;
	color: #454545;
	text-decoration: none;
}
.space_vartical {
	float: left;
	width: 20px;
	height: 255px;
}
.space_horizantal {
	float: left;
	width: 595px;
	height: 20px;
}

/*-------------------------------------------------------------
FRONT BOTTOM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.home_bottom {
	float: left;
	width: 930px;
	height: 222px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	background: url("https://my.bluemilecloud.com/images_main/bottom_bg.jpg") repeat-x left top;
	border: 1px solid #E2E2E2;
}
.home_bottom .section_01 {
	float: left;
	width: 230px;
	height: 222px;
}
.home_bottom .section_01 ul {
	margin: 0px;
	padding: 0px;
}
.home_bottom .section_01 li {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	line-height: 27px;
	list-style-type: none;
	background: url("https://my.bluemilecloud.com/images_main/arrow_blue.jpg") no-repeat left 9px;
}
.home_bottom .section_02 {
	float: left;
	width: 280px;
	height: 222px;
	padding-left: 10px;
	padding-right: 10px;
}
.home_bottom .section_03 {
	float: left;
	width: 259px;
	height: 212px;
	margin-left: 10px;
}
.home_bottom .section_03 div.testicontent {
	float: left;
	padding: 22px 18px 0px 18px;
	width: 220px;
}
.home_bottom .section_03 div.testicontent i {
	float: right;
	height: 20px;
	padding-top: 20px;
	padding-right: 100px;
}
.v_line {
	float: left;
	width: 1px;
	height: 222px;
	background: url("https://my.bluemilecloud.com/images_main/v_line.jpg") no-repeat center top;
	padding-left: 15px;
	padding-right: 20px;
}
/*-------------------------------------------------------------
FRONT SLIDESHOW
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#slideshow {
	font-family:"Droid Sans Regular", sans-serif;
	width:900px;
	height:429px;
	margin-left:30px;
	padding-top: 15px;
	position:relative;
	background:#fff url("https://my.bluemilecloud.com/images_main/slideshow_shadow.png") no-repeat bottom center; }
	
#slides {
	width:900px;
	padding-top: 5px;
	height:429px;
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	z-index:5; }

#slides ul {
	width:900px;
	height:429px;
	margin:0;
	list-style:none;
	background:#fff; }
	
#slides ul li {
	width:900px;
	height:429px;
	position:absolute;
	top:0;
	left:0;
	display:none;
	overflow:hidden; }
	
#slides ul li div {
	display:none; }

#slidesitems { 
	position:absolute;
	top:60px;
	right:0;
	z-index:20; }
	
#slidesitems ol {
	width:550px;
	margin:0;
	list-style:none; }
	
#slidesitems ol li {
	float:right;
	width:330px;
	height:41px;
	margin:10px 0 0;
	position:relative;
	background-color:#000;
	cursor:pointer;
	overflow:hidden;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px; }
	
#slidesitems ol li:first-child{
	margin:0; }
	
#slidesitems ol li:hover {
	background-color:#94bb58 !important; }
	
#slidesitems ol li.on:hover {
	background-color:#aeafb1 !important; }
	
#slidesitems ol li.on {
	cursor:default;
	background-image:none; }
	
#slidesitems ol li dl {
	margin:0;
	padding:0 0 0 20px; }
	
#slidesitems ol li dt {
	display:block;
	padding:1px 0 0 0;
	font-weight:normal;
	letter-spacing:-0.5px;
	color:#fff; }
	
#slidesitems ol li.on dt {
	font-size:2.5em !important;
	text-align:right; }
	
#slidesitems ol li dd {
	padding:0; }
	
#slidesitems ol li .default dl {
	width:310px;
	margin-left:-200%;
	padding-left:680px;
	height:41px;
	line-height:41px; }
	
#slidesitems ol li .default dt {
	font-family:"Droid Sans Bold", sans-serif;
	font-size:14px !important;
	text-shadow:1px 1px 0 #000;
	font-weight:normal;
	border:none;
	text-align:left;
	background:url("https://my.bluemilecloud.com/images_main/icon_plus_white.gif") no-repeat 96% 15px; }
	
#slidesitems ol li .default dd {
	display:none; }
	
#slidesitems ol li div.extended {
	position:relative;
	margin:0;
	padding:0; }
	
#slidesitems ol li .extended dl{
	width:482px;
	height:150px;
	margin:0;
	padding:0; }
	
#slidesitems ol li .extended dt {
	font-family:"Droid Sans Bold", sans-serif;
	font-size:31px !important;
	padding:5px 0 0 0;
	text-shadow:1px 1px 0 #111e32;
	text-align:right; }
	
#slidesitems ol li .extended dd {
	text-indent:0;
	text-align:right;
	color:#000;
	font-size:12px;
	margin:15px 0 0 0;
	letter-spacing:-0.5px; }
	
#slidesitems ol li a {
	color:#fff; }
	
#slidesitems ol li a:hover {
	border-bottom:1px solid #fff; }
	
/* ---------- Hosting Planes Table ---------- */


#tabvanilla {
	width: 970px;
	margin-left: 25px;
	float: left;
	margin-bottom: 15px;

}
ul.tabnav {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}
.tabnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tabnav li a {
	text-decoration: none;
	color: #727272;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	float: left;
	width: 230px;
	height: 38px;
	padding: 10px 0px 0px 0px;
	border: 1px solid #fff;
	text-align: center;
	background-image: url("https://my.bluemilecloud.com/images_main/plantabs_bg.jpg");
	background-position: left top;
	background-repeat: repeat-x;
}
.tabnav li a:hover {
	background-color: #94bb58;
	color: #fff;
	text-decoration: none;
	background-image: url("https://my.bluemilecloud.com/images_main/plantabs_hover2.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
.tabnav li a.currenttab {
	background-color: #94bb58;
	color: #fff;
	text-decoration: none;
	background-image: url("https://my.bluemilecloud.com/images_main/plantabs_hover2.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

.table_planes {
	float: left;
	width: 930px;
}
.table_planes th {
	height: 39px;
	text-align: center;
	background: url("https://my.bluemilecloud.com/images_main/planth_bg.jpg") repeat-x left top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	padding-left: 20px;
}
.table_planes th b {
	text-align: left;
	float: left;
}
.table_planes th strong {
	font-size: 12px;
}
.table_planes td {
	height: 30px;
}
.table_planes .left_plan {
	padding-left: 20px;
}
.table_planes .center {
	text-align: center;
}
.table_planes_shadow {
	width: 970px;
	height: 7px;
	float: left;
	margin-bottom: 20px;
	background: url("https://my.bluemilecloud.com/images_main/plantable_shadow.jpg") no-repeat center top;
}
.table_planes .big_text {
	font-size: 23px;
	font-weight: bold;
	color: #AFAFAF;
	text-transform: uppercase;

}
.orange_text {
	font-size: 25px;
	font-weight: bold;
	color: #DB7D00;
	padding: 10px;
	display: block;
}
.orange_text i {
	font-size: 12px;
	font-weight: normal;
	color: #DB7D00;
	font-style: normal;
}
.orange_text a:link, .orange_text a:visited {
	height: 22px;
	padding-top: 7px;
	background: url("https://my.bluemilecloud.com/images_main/button_ordernow.jpg") no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
}
.orange_text a:hover{
	height: 22px;
	padding-top: 7px;
	background: url("https://my.bluemilecloud.com/images_main/button_ordernow.jpg") no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: block;
	text-decoration: none;
}
.why_boxes {
	float: left;
	height: 90px;
	width: 930px;
	margin-top: 3px;
	margin-bottom: 10px;

	font-size: 11px;
	background-color: #F4F4F4;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.wbox {
	float: left;
	height: 70px;
	width: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	padding-left: 2px;
}
.wbox_img {
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 5px;
}
.wbox_text {
	float: left;
	height: auto;
	width: 140px;

	font-size: 11px;
	line-height: 18px;
}

.wbox_header {
	float: left;
	height: 18px;
	width: 140px;

	font-size: 14px;
	margin-top: 5px;
	color: #607c0f;
}
/********************************************
MAIN SITE CENTER STYLE
*********************************************/
.wrapper_center {
	margin: 0 auto;
	padding: 10px;
	width: 970px;
	
}
/********************************************
TOP
*********************************************/
#wrapper_top {
	margin: 0 auto;
	width: 100%;
	height: 140px;
	
}
#top {
	width: 100%;
	height: 140px;
}
.logo {
	float: left;
	width: 300px;
	height: 70px;
	padding: 10px 0px;
}
.top_right {
	float: right;
	width: 270px;
	height: 45px;
	padding-top: 25px;
	font-size: 11px;
	color: #9996AB;
	line-height: 18px;
}
.top_right a:link, .top_right a:visited {
	font-size: 11px;
	color: #9996AB;
	text-decoration: none;
}
.top_right a:hover {
	font-size: 11px;
	color: #B8B7C0;
	text-decoration: none;
}
.menu {
	float: left;
	width: 100%;
	height: 50px;
}


/********************************************
HEADER
*********************************************/
#wrapper_header {
	margin: 0 auto;
	width: 100%;
	height: 358px;
	float: left;
	
}

/********************************************
BODY
*********************************************/
#wrapper_body {
	margin: 0 auto;
	width: 100%;
	padding: 20px 0px 20px 0px;
	float: left;
	
}

/* ---------- Become a Reseller ---------- */

.become_reseller {
	float: left;
	width: 300px;
	height: 89px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/********************************************
INNER PAGE
*********************************************/
#innerpage_title {
	margin: 0 auto;
	width: 900px;
	height: 30px;
	float: left;
	
}
.pagetitle {
	float: left;
	width: 670px;
	padding-top: 12px;
}

#main_content {
	float: left;
	width: 630px;
}
#main_content_full {
	float: left;
	width: 930px;
}
.whatwedo {
	float: left;
	width: 598px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #F8F8F8;
	border: 1px solid #eee;
}
.whatwedo div.section_category {
	float: left;
	width: 598px;
	height: 140px;
}
.content_box {
	float: left;
	width: 630px;
}
.button_readmore {
	float: left;
	width: 300px;
	height: 24px;
	padding-top: 12px;
}
.button_readmore a:link, .button_readmore a:visited {
	float: left;
	background: url("https://my.bluemilecloud.com/images_main/button_readmore.jpg") no-repeat left top;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 76px;
	height: 19px;
	padding: 5px 0px 0px 10px;
	text-decoration: none;
}
.button_readmore a:hover {
	color: #AFADB8;
}
.imgright {
	float: right;
}
.imgleft {
	float: left;
	margin-right: 28px;
}
.section_box {
	float: left;
	width: 630px;
	height: 182px;
}
.section_box_02 {
	float: left;
	width: 630px;
}
.horizantal_line {
	float: left;
	width: 630px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: url("https://my.bluemilecloud.com/images_main/h_line.jpg") no-repeat left top;
}
.section_box_02 p {
	margin: 0px;
}
ul.list_01 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.list_01 li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 27px;
	list-style-type: none;
	background: url("https://my.bluemilecloud.com/images_main/icon_star.jpg") no-repeat left 7px;
}

ul.list_02 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	width: 230px;
	float: left;
}
.list_02 li {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	line-height: 27px;
	list-style-type: none;
	background: url("https://my.bluemilecloud.com/images_main/icon_rightmark.jpg") no-repeat left 7px;
}

#sidebar {
	float: right;
	width: 310px;
	padding-bottom: 20px;
	padding-right: 10px;

}

/* ---------- News ---------- */

.news {
	float: left;
	width: 298px;
	border: 1px solid #E2E2E2;
	margin-top: 20px;
}
.news h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000;
	background: url("https://my.bluemilecloud.com/images_main/plantabs_bg.jpg") repeat-x left top;
	height: 30px;
	padding-top: 7px;
	padding-left: 20px;
}
.news ul {
	margin: 0px;
	padding: 0px 20px 30px 20px;
}
.news li {
	margin: 0px;
	padding: 15px 0px 15px 20px;
	list-style-type: none;
	background: url("https://my.bluemilecloud.com/images_main/arrow_news.jpg") no-repeat left 17px;
	border-bottom: 1px dashed #C8C8C8;
}

.bread {
	float: left;
	width: 298px;
	border: 1px solid #E2E2E2;
	margin-top: 5px;
}
.bread h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000;
	background: url("https://my.bluemilecloud.com/images_main/plantabs_bg.jpg") repeat-x left top;
	height: 30px;
	padding-top: 7px;
	padding-left: 20px;
}
.bread ul {
	margin: 0px;
	padding: 0px 20px 30px 20px;
}
.bread li {
	list-style: circle;
}

.colo_box {
	float: left;
	width: 298px;
	border: 1px solid #E2E2E2;
	margin-top: 5px;
}
.colo_box h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000;
	background: url("https://my.bluemilecloud.com/images_main/plantabs_bg.jpg") repeat-x left top;
	height: 30px;
	padding-top: 7px;
	padding-left: 20px;
}

.prof_img
{
	float: left;
	padding: 5px;
}

.img_padding
{
	padding: 5px;
	margin-left: 1px;
	border: 5px solid #eee;
}

.learn_more
{
	font-size: 14px;
	font-weight: bold;
}
/*--------------------------------------------------------------
GLOBAL
--------------------------------------------------------------*/
.wrapper2
{
	width: 900px;
	border: 0px solid #000000;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb
{
	background: #F5F5F5;
	padding: 5px;
	margin-top: 10px;
	border: 2px solid #EBEBEB;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.breadcrumb A
{
	font-weight: bold;
	color: #686868;
}
.breadcrumb A:hover
{
	color: #96BA59;
}
.breadcrumb IMG
{
	margin-top: -15px;
}
/*--------------------------------------------------------------
HEADINGS
--------------------------------------------------------------*/
.heading
{
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}
.heading2
{
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.heading3
{
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #16679F;
}
/*--------------------------------------------------------------
INFO BOXES
--------------------------------------------------------------*/
.contentbox
{
	width: 90%;
	text-align: center;
	background-color: #F7F7F7;
	border: 1px dashed #CCCCCC;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	/*[disabled]-moz-border-radius:5px;*/
	/*[disabled]-webkit-border-radius:5px;*/
	/*[disabled]border-radius:5px;*/
}
.errorbox
{
	border: 1px solid #FE2424;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #CC0000;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.successbox
{
	border: 1px dashed #66CC00;
	font-weight: bold;
	background-color: #DDFFC6;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #009933;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
CLIENT AREA NAVBAR
--------------------------------------------------------------*/
.clientarealinksdiv
{
}

.clientarealinks
{
	background-color: #fff;
	padding: 5px;
	width: 920px;
}
.clientarealinks IMG
{
	vertical-align: text-bottom;
	padding-right: 3px;
}
.clientarealinks A
{
	display: inline-block;
	color: #555555;
	padding: 5px;
	margin-left: 10px;
	background-color: #FFF;
	height: 20px;
}
.clientarealinks A:hover
{
	background-color: #f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*--------------------------------------------------------------
TABLES
--------------------------------------------------------------*/
TABLE.topnavbar
{
	width: 100%;
}
TR.topnavbar
{
	background-color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
TR.topnavbar A
{
	color: #000000;
	text-decoration: none;
}
TR.topnavbar A:hover
{
	color: #666666;
}
TABLE.frame
{
	width: 100%;
	padding: 0px;
}
TABLE.stuff
{
	width: 900px;
	margin-left: 40px;
}
TABLE.stuff TR TD DIV
{
	padding-right: 10px;
	padding-bottom: 20px;
}
TABLE.stuff TR TD DIV IMG
{
	vertical-align: text-top;
}
.fieldarea
{
	background-color: #FFF;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
}
.clientareatable
{
	width: 100%;
	background-color: #CCCCCC;
}
TR.clientareatableheading TD
{
	background-color: #EFEFEF;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding: 4px;
}
.clientareatable TD, TR.clientareatableactive TD
{
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
}
TR.clientareatablepending TD
{
	background-color: #FFFFE2;
	text-align: center;
	padding: 2px;
}
TR.clientareatablesuspended TD
{
	background-color: #E9FFD2;
	text-align: center;
	padding: 2px;
}
TR.clientareatableterminated TD
{
	background-color: #FFE1E1;
	text-align: center;
	padding: 2px;
}
/*--------------------------------------------------------------
NETWORK ISSUES
--------------------------------------------------------------*/
.networkissuessummary
{
	background-color: #F6F6F6;
	border: 1px dashed #CCCCCC;
	padding: 10px;
	text-align: center;
}
.networkissuesopen
{
	font-size: 16px;
	font-weight: bold;
	color: #65CC00;
	padding-right: 20px;
}
.networkissuesscheduled
{
	font-size: 16px;
	font-weight: bold;
	color: #EEDD00;
	padding-right: 20px;
}
.networkissuesclosed
{
	font-size: 16px;
	font-weight: bold;
	color: #888888;
}
.networkissuedescription
{
	border-left: 5px solid #EFEFEF;
	padding: 20px;
	padding-top: 1px;
}
.networkissueaffected
{
	background-color: #FDFCDD;
	padding: 10px;
	margin-top: 10px;
}
/*--------------------------------------------------------------
SUPPORT TICKETS
--------------------------------------------------------------*/
.clientticketreplyheader
{
	margin-top: 20px;
	background-color: #92BDEA;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 20px;
}
.clientticketreply
{
	min-height: 80px;
	background-color: #FFFFFF;
	background-image: url(images/clientticketreplybg.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
.adminticketreplyheader
{
	margin-top: 20px;
	background-color: #888888;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 20px;
}
.adminticketreply
{
	min-height: 80px;
	background-color: #FFFFFF;
	background-image: url(images/adminticketreplybg.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
.closeticket
{
	border: 1px dashed #CC0000;
	font-weight: bold;
	background-color: #FBEEEB;
	color: #CC0000;
}
/*--------------------------------------------------------------
KNOWLEDGEBASE
--------------------------------------------------------------*/
.kbarticle
{
	padding: 2px 5px 5px 15px;
}
.kbviews
{
	color: #A8A8A8;
	font-size: 10px;
}
.kbalsoread
{
	padding: 5px 5px 5px 15px;
	background-color: #F8F8F8;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	font-weight: bold;
	margin: 10px 0;
}
/*--------------------------------------------------------------
TEXT COLORS
--------------------------------------------------------------*/
.textblack
{
	color: #000000;
}
.textblue
{
	color: #224488;
}
.textgreen
{
	color: #779500;
}
.textgrey
{
	color: #888888;
}
.textgold
{
	color: #FFBB55;
}
.textorange
{
	color: #FF6600;
}
.textred
{
	color: #CC0000;
}
/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
INPUT.button, INPUT.buttongo, INPUT.buttonwarn
{
	margin: 7px 7px 0 0;
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	border-top: 1px solid #C6D880;
	border-left: 1px solid #C6D880;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #529214;
	cursor: pointer;
	width: auto;
	overflow: visible;
	padding: 4px 7px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
INPUT.buttonorder
{
	margin: 7px 7px 0 0;
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	border-top: 1px solid #C6D880;
	border-left: 1px solid #C6D880;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #529214;
	cursor: pointer;
	width: 250px;
	overflow: visible;
	padding: 4px 7px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
INPUT.button:hover
{
	background-color: #DFF4FF;
	border: 1px solid #C2E1EF;
	color: #336699;
}
INPUT.buttongo:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
INPUT.buttonorder:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
INPUT.buttonwarn:hover
{
	background-color: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #D12F19;
}

