html{
/*   font-size:100.01%;*/
   height: 100%;
}

body {
	margin:0;
	min-width: 950px;
	color:#333;
	font: 16px Helvetica, Arial, sans-serif, "Helvetica Neue";
/*	background: url(../images/background.gif) repeat;*/
	height: 100%;
}

form {
	margin:0;
	padding:0;
}

div { /* fix difference between IE and mozilla, make it all like IE*/
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0;
	padding:0;
}

header,
footer,
section,
aside,
nav,
article {
  display: block;
}
nav ul {
  list-style: none;
}
.linkicon {
	height: 11px;
	width: 11px;
	border: 0px;
}

#main {
	margin:0px auto 0;
	min-width:950px;
	clear:both;
	overflow:hidden;
	position:relative;
/*	border:1px solid #fff;*/
}

header#header-top {
  height: 44px;
  background: #111; /* url(../media/images-template/nav-bg.png) repeat-x;*/
  overflow: hidden;
  text-align: center;
}

header#header-top nav {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
header#header-top img#logo {
  float: left;
  margin: 10px;  
}
header#header-top ul.leftLinks {
  float: left;
  margin: 9px 0;
}
header#header-top ul.rightLinks {
  float: right;
  list-style: none outside none;
  margin: 9px 0;
}
header#header-top ul.rightLinks li {
  padding: 0 8px;
  margin: 0 2px;
  font-size: 13px;
  color: #bbb;
}
header#header-top ul.rightLinks li a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #000000;
}
header#header-top ul li {
  float: left;
  margin: 0 5px;
  padding: 0 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
/*  text-shadow: 0 -1px 1px black;*/
  font-weight: 400;
}
header#header-top ul li a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
header#header-top ul li.link {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
header#header-top ul li.link:hover, header#header-top ul li.link.hover {
  background-color: rgba(250, 250, 250, 0.1);
  text-shadow: 0 1px 2px #000000;
  cursor: pointer;
}
header#header-top ul li.link:active {
  background-color: #333;
  box-shadow: inset 0 0 3px #222222;
  -moz-box-shadow: inset 0 0 3px #222222;
  -webkit-box-shadow: inset 0 0 3px #222222;
  color: #7fd4ff;
  text-shadow: 0 1px 2px black;
}

.pad-me { /* adds padding to a block*/
   padding: 10px 10px 10px 10px;
}

#content h1.title {
   font-size: 40px;
   padding-top: 50px;
}

section#top {
   height: 425px;
   width: 100%;
   border-bottom: 1px solid #eee;
   background: #9cb7d3;
   color : #000;
}

#topBlock {
   width: 900px;
   margin: 0px auto 0 auto;
   display: block;         
}   

section#mid {
   background : transparent;
   min-height: 300px;
}

#midBlock {
   clear: both;
   width: 850px;
   background: #eee;
   margin: -50px auto 0 auto;
   position: relative;
   z-index: 10;
   -webkit-border-top-left-radius: 9px;
   -webkit-border-top-right-radius: 9px;
   -moz-border-radius-topleft: 9px;
   -moz-border-radius-topright: 9px;
   border-top-left-radius: 9px;
   border-top-right-radius: 9px;
/*   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/     
}

#midBlock .freeTrialTop {
   -webkit-border-top-left-radius: 9px;
   -webkit-border-top-right-radius: 9px;
   -moz-border-radius-topleft: 9px;
   -moz-border-radius-topright: 9px;
   border-top-left-radius: 9px;
   border-top-right-radius: 9px;
}

#midBlock .freeTrial {
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   text-align: center; 
   width: 100%;
   height: 50px;
   padding-top: 7px;   
}

#midBlock .freeTrial h1 {
   font-weight: normal;
   color: #333;
}

section#mid2 {
   background : transparent;
   min-height: 300px;
}

#mid2Block {
   clear: both;
   width: 850px;
   background: #eee;
   margin: 0px auto 0 auto;
   position: relative;
   z-index: 10;
   -webkit-border-bottom-left-radius: 9px;
   -webkit-border-bottom-right-radius: 9px;
   -moz-border-radius-bottomleft: 9px;
   -moz-border-radius-bottomright: 9px;
   border-bottom-left-radius: 9px;
   border-bottom-right-radius: 9px;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);     
}

section#bottom {
   background: #333;
   min-height: 257px;
   color: #fff;
   border-top: 2px inset #eee;
   border-bottom: 2px inset #222;
}

#bottomBlock {
   clear: both;
   width: 850px;
   background: transparent;
   margin: 0 auto 0 auto;
   position: relative;   
   padding-top: 10px;
   padding-bottom: 10px;
}   

/*-----footer-----*/
footer#footer {
   clear:both;
   overflow:hidden;
   height: 80px;
   background: #111; /* url(../media/images-template/nav-bg.png) repeat-x;*/
   overflow: hidden;
   padding-top: 8px;
   color: #aaa;
}


#footer strong {
   display:block;
   width:100%;
   font:bold 100%/120%;
   text-align:center;
   color : #ccc;
}

#footer p {
   margin:0;
   width:100%;
   font:100%/120% bold Verdana, Arial, Helvetica, sans-serif;
   text-align:center;
    
}

section#content {
   position: relative;
   clear:both;
   
/*   box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);*/
}

.first {background:none !important;}

/*-----header-----*/
/*-----content-----*/

#content a {
	color:#333;
	text-decoration:none;
	font-weight: bold;	
/*	padding: 1px 0 0 12px;
	background:url(/images/arrowright.gif) no-repeat 0px 3px;*/
}
#content a:visited {/*	background:url(../images/arrow_visited.gif) no-repeat 0px 3px;*/}
#content a:hover {color: #cc6600;}

#content .arrowlink a {
   color:#333;
   text-decoration:none;
   font-weight: bold;   
   padding: 1px 0 0 14px;
   background:url(/images/arrowright.gif) no-repeat 0px 3px;
}
#content .arrowlink a:visited {  background:url(../images/arrowright.gif) no-repeat 0px 3px;}
#content .arrowlink a:hover {color: #cc6600;}

#content h5 {
   font-size: 16px;
   line-height: 20px;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}

#content h4 {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   font-size: 18px;
   line-height: 19px;
   font-weight: bold;
}

#content h3 {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   font-size: 20px;
   line-height: 24px;
   font-weight: bold;
}

#content h2 {
   padding: 0px 0px 5px 0px;
   margin: 0px 0px 0px 0px;
   font-weight: bold;
   font-size: 22px;
   line-height: 26px;
}

#content h1 {
   padding: 0px 0px 5px 0px;
   margin: 0px 0px 0px 0px;
   font-size: 28px;
  line-height: 33px;
  font-weight: bold;
  text-shadow: 0 1px 1px #666;
  text-rendering: optimizeLegibility;
}

.imageBorder {
   border: 2px outset #bbb;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    border-radius: 8px;    
}

.center {
   margin: 0 auto;
}

.linkarrow {
   padding: 1px 0 0 12px;
   background:url(/images/arrowright.gif) no-repeat 0px 3px;      
}

.linkquestion {
   padding: 1px 0 0 12px;
   background:url(/images/arrowright.gif) no-repeat 0px 3px;      
}


.screenshot img{
	background-image: none;
	display:block;
	margin:0;
	border:0px solid #fff;
}

#content .screenshot{
	background-image: none;
}

#content .screenshot:visited{
	background-image: none;
}

.main-area {
	float: left;
	width: 500px;
	padding-right: 10px;
	border-right: 1px solid #000;
	background: #fff;
}

.nav-area {
	float:right;
	width: 220px;
}


.indent{
	margin-left: 10px;
}

/* header for various boxes */
#boxheader {
   /*background: #cc6600;*/
/*   background:url(../images/boxheader.gif) repeat-x;*/
	/*background: #ccc;*/
   background:url(../images/navbar.gif) repeat-x;
	   color: #fff;
   padding: 3px 0 3px 3px;
   font-weight: bold;
   font-size: 13px;
   border-bottom: 2px solid #666;
   border-right: 2px solid #666;
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   height: 24px;
   overflow: hidden;
}

#boxheader .title {
   float: left;
   width: 45%;
}

#boxheader .rightlinks {
   float: right;
   width: 54%;
   font-size: 12px;
}

#boxheader .rightlinks ul {
   float:right;
   margin:0;
   padding:0;
   text-align:center;
}
#boxheader .rightlinks ul li {
   display:inline;
   padding:0 15px;
   list-style:none;
   font-weight: normal;
}
#boxheader .rightlinks ul li a {
   color:#fff;
   text-decoration:none;
   background:none;
   font-weight: normal;
   padding: 1px 0 0 12px;
   background:url(/images/arrowrightclear.gif) no-repeat 0px 3px;
}

#boxheader .rightlinks ul li a:hover,
#boxheader .rightlinks ul li a.active {color:#000000;}  

/* login box */
#box-form {
	clear: both;
	overflow: hidden;
	width: 200px;	
	height: auto;
	background: #eee; 
	border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
	border-right: 1px solid #666;
   border-bottom: 1px solid #666;
	font-weight:bold;
	margin: 15px auto 15px auto;

}

#box-form .form {
   padding: 5px 5px 5px 5px;
	line-height:25px;
}

#box-form p {
	font-weight: normal;
}

#box-form .form input {
   width:180px;
   color:#000;
   font-size:12px;
   background:#fff;
   border: 1px solid #000;
}

#box-form .form .dropdown {
   color:#000;
   font-size:12px;
   background:#fff;
   border: 1px solid #000;
}

#box-form .form .rememberme {
	font-weight:normal;
	font-size: 12px;
}

#box-form .form .checkbox{
	width: 15px;
	border:none;
	background: none;
}

#box-form .form .radio {
   width: 20px;
   border: none;
   background: none;	
}

#box-form .form .submitButton{
   width: 80px;
   margin-left: 50px;
   cursor: pointer;
   background:#cc6600; /*url(../images/buttonbk.gif) repeat-x;*/
   color: #fff;
   font-weight: bold;
   height: 22px;   
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   border-right: 1px solid #666;
   border-bottom: 1px solid #666;
}

#box-form a {
   font-size: 12px;
}

#box-form .noaccount {
   padding: 5px 5px 5px 5px;
   font-weight: bold;
   font-size: 13px;
   color: #333;		
   text-align: center;
   border-top: 1px solid #fff;
}

.button {
   padding: 0 3px 0 3px;
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px;
}

#button a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#button a:hover {color: #333;}

.

#box-form .errors {
	color: #c00;
	font-size:12px;
}

.errors {
  color: #c00;
  font-size: 12px;
}

#myaccount {
   clear: both;   
}
	
#myaccount .objects {
   width: 440px;
}

#myaccount .objects .objectlist {
/*	height: 125px;*/	
   background: #DFEBFF; /*#FFEFBC; /*#FCF6B3;*/
	padding: 5px 5px 5px 5px;
   border-bottom: 2px solid #666;
   border-right: 2px solid #666;
   border-left: 1px solid #ccc;
}

#myaccount .objects .objectlist .singleobject {
   width:105px;
   display:block;
   float: left;
   overflow: hidden;
}

#myaccount .objects .objectlist .singleobject a {
	background: none;
   color:#333;
}

#myaccount .objects .objectlist .singleobject a:hover {color: #cc6600;}


#myaccount .objects .summary {
}

#myaccount .objects .thumbs {
	width:90px;
	height:90px;
   border-bottom: 1px solid #333;
   border-right: 1px solid #333;
   border-left: 1px solid #999;
   border-top: 1px solid #999;
   padding:3px 3px 3px 3px;
}

#myaccount .objects .pageitem {
	height: 22px; 
}

#myaccount .objects .whitebreak {
   height: 8px;
   background: #fff;
}

#myaccount .rightarea {	
	float: right;
   width: 285px;
}

#myaccount .summary-box {
   padding: 5px 5px 5px 5px;
   border-bottom: 2px solid #666;
   border-right: 2px solid #666;
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   background: #DFE8D6; /*#FCF6B3;*/
}

#myaccount .link-box {
   border-bottom: 2px solid #666;
   border-right: 2px solid #666;
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   padding: 5px 5px 5px 5px;
   line-height: 22px;
   background: #DFE8D6; /*#FCF6B3;*/
}

.indented_id {
  padding: 0px 0px 0px 20px;
}

.ui-datepicker {
  z-index: 1500;
}

#box-form .featureTitle {
	border-bottom: 1px solid #333;
	font-size: 13px;
	
}

#box-form .planRadio input{
	width: 20px;
	border: none;
	background: none;
}

.plan-summary-box {
   float: right;
   width: 320px;
   background: #eee; /*#FAE9B1;*/
   border: 1px solid #ccc;
   padding-bottom: 10px;
   margin-top: 50px;
}

.plan-cost-label {
	width: 245px;
	line-height: 20px;
	padding-left: 5px;
}

.plan-cost-amount {
	float: right;
	text-align: right;
	padding-right: 5px;
   line-height: 20px;
}

.plan-cost-permonth {
	font-size: 11px;
}

#totalPrice {
	font-weight: bold;
	font-size: 15px;
}

#planPrice {
   font-weight: bold;
   font-size: 15px;
}

.newsdate {
   font-style: italic;
   font-weight: bold;
} 

.graphsample {
   background: url(/images/graphsample.jpg) no-repeat;
   width: 156px;
   height: 146px;
   border-bottom: 2px solid #666;
   border-right: 2px solid #666;
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;         
}

.subparagraph {
  font-size: 12px;
  margin-left: 20px;
}

.learnmore a {
   color:#333;
   text-decoration:none;
   font-weight: bold;
   font-style: italic;   
   padding: 0px 0 0 12px;
   background:url(/images/arrowright.gif) no-repeat 2px 3px;
}
.learnmore a:visited { background:url(/images/arrowright.gif) no-repeat 0px 3px;}
.learnmore a:hover {color: #cc6600;}

#login-form {
   position: absolute;
   z-index: 1000;
   left: -1000px;
   top: -1000px;
   display: none;
   width: 150px;
   padding: 3px 3px 3px 3px;
}

.discount_price {
  text-decoration: line-through;
  color: red;
}

.pad-text {
   padding: 7px 7px 7px 7px;
}

/*
 * Admin CSS
 */

.pages-header {
}

.page-name-header {
  display: block;
  float: left;
  width: 15%;
  border-bottom: 1px solid #000000;
}

.page-name {
  width: 15%;
  float: left;
}

.page-uuid-header {
  display: block;
  float: left;
  width: 25%;
  border-bottom: 1px solid #000000;
}

.page-uuid {
  width: 25%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-owner-header {
  padding: 0px 0px 0px 5px;
  display: block;
  float: left;
  width: 16%;
  border-bottom: 1px solid #000000;
}

.page-owner {
  padding: 0px 0px 0px 5px;
  width: 16%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-share-header {
  width: 7%;
  display: block;
  float: left;
  border-bottom: 1px solid #000000;
}

.page-share {
  width: 7%;
  float: left;
  text-align: center;
}

.page-view-header {
  width: 7%;
  display: block;
  float: left;
  border-bottom: 1px solid #000000;
}

.page-view-perm {
  width: 7%;
  float: left;
  text-align: center;
}

.page-update-header {
  width: 7%;
  display: block;
  float: left;
  border-bottom: 1px solid #000000;
}

.page-update-perm {
  width: 7%;
  float: left;
  text-align: center;
}

.page-delete-header {
  width: 7%;
  display: block;
  float: left;
  border-bottom: 1px solid #000000;
}

.page-delete-perm {
  width: 7%;
  float: left;
  text-align: center;
}

.row {
  display: block;
  clear: both;
  padding: 5px 0px 4px 0px;
}

.emails {
}

.email {
  display:block;
  clear: both;
}

.email_name {
  display: block;
  float: left;
  font-weight: bold;
  width: 150px;
}

.email_button {
  display: block;
  float: left;
  width: 75px;
}

.email_desc {
  clear: both;
  padding: 0px 0px 15px 20px;
  font-style: italic;
}

.preview {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  padding: 15px;
}

.preview_header {
  clear: both;
}

.preview_from {
  font-weight: bold;
  float: left;
  padding: 0px 10px 0px 0px;
}

.preview_subject {
  float: left;
  font-weight: bold;
  padding: 0px 10px 20px 0px;
}

.preview_body {
  clear: both;
}

.crumb_content {
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  padding: 0px 0px 0px 20px;
  width: 100%;
}

.crumbs {
  padding: 0px;
  margin: 10px 0px 20px -20px;
}

.crumb_first {
  margin:0px;
  padding: 2px 30px 4px 5px;
  background: #00B5B6 url(/images/bc_arrow.gif) no-repeat 100% 50%;
  float: left;
  width: auto;
  display: list-item;
  list-style-type: none;
}

.crumb_first_off {
  margin:0px;
  padding: 2px 30px 4px 5px;
  background: #C3FEFE url(/images/bc_arrow_divider.gif) no-repeat 100% 50%;
  float: left;
  width: auto;
  display: list-item;
  list-style-type: none;
}

.crumb_crumb {
  padding: 2px 30px 4px 0px;
  background: #C3FEFE url(/images/bc_arrow_divider.gif) no-repeat 100% 50%;
  float: left;
  width: auto;
  display: list-item;
  list-style-type: none;
}

.crumb_crumb_on {
  padding: 2px 30px 4px 0px;
  background: #00B5B6 url(/images/bc_arrow_divider.gif) no-repeat 100% 50%;
  float: left;
  width: auto;
  display: list-item;
  list-style-type: none;
}

.crumb_current {
  padding: 2px 20px 4px 0px;
  background: #C3FEFE url(/images/bc_arrow_li.gif) no-repeat 100% 50%;
  float: left;
  width: auto;
  display: list-item;
  list-style-type: none;
}

div#pager a, div#pager span {
  background: #222222;
  border: 1px solid #3E3E3E;
  display: inline;
  float: left;
  margin: 0px 5px 0 px 0px;
  padding: 10px;
  text-decoration: none;
  color: white;
}

