/* CSS Document */

/*
a:link {
	color: #D12139;
}
a:visited {
	text-decoration: none;
	color: #AB6F60;
}
*/

a:hover {
	text-decoration: underline;
	/*color: #D12139;*/
	background-color: #C5DCFF;
}

a.nohover:hover {
	background: none;
	border: none;
}

a:active {
	color: #6fc6df;
}


a.navbar:hover {
	background-color: #C5DCFF;
}
a.navbar:active {
	background-color: #C5DCFF;
}

.indicator2{ 
	float: left; 
	padding-right: 10px;

}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}



/*------------------------ */

#layoutLogic {
	/*width: 650px;*/
	width: 850px;
	height: 100%;
	margin: 0 auto;
	/* margin-bottom: 20px;	*/
	
}
	
.section {
	display: block;
	margin: 0 auto;
	/*width: 600px;*/
	width: 100%;
}

.col-A, .col-B {
	float: left 
}
	
	

.col-A {
	/*text-align: left;*/
	display: block;
	/*margin-right: 5 px;
	padding-right: 5px;*/
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
	/*width: 160px;*/
	width: 170px;
	height: 360px;
	margin-top: 20px;
	
	font-size:12px;
 }

.col-B {
	height: auto; 			/* to fix IE min-height: */
	height:auto !important; /* to fix IE min-height: */
	min-height: 350px;		/* to fix IE min-height: */
	
	text-align: left;
	display: block;
	margin-left: 10px;
	padding-left: 10px;
	/*width: 460px;*/
	width: 75%;
	color: #333333;
	margin-bottom: 20px;
	font-size: 14px;	
 }
 

.col-C {
	height: auto; 			/* to fix IE min-height: */
	height:auto !important; /* to fix IE min-height: */
	/*min-height: 350px;*/		/* to fix IE min-height: */
	
	text-align: left;
	display: block;
	
	/*width: 460px;*/
	width: 100%;
	color: #333333;
	margin-bottom: 20px;
	font-size: 14px;	
 }
 
  

 
.col-D {
	float:left;
	height: auto; 			/* to fix IE min-height: */
	height:auto !important; /* to fix IE min-height: */
	min-height: 200px;		/* to fix IE min-height: */
	
	text-align: left;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	/*width: 460px;*/
	width: 65%;
	color: #333333;
	margin-bottom: 20px;
	font-size: 14px;	
}

.col-E {
	float:right;
	display: block;
	
	margin-right: 3px;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
	width: 230px;
	height: 150px;
	margin-top: 0px;
	
	font-size:12px;
 }
 
 
h1 {

	font-size: 36px;
	
	font-weight: bold;
	
	color: #000000;

}



h2 {

	font-size: 20px;
	
	font-weight: bold;
	
	color: #000000;

}


h3 {
	font-size: 20px;
	color: #666666;
	margin-bottom: 5px;
}

h4 {
	
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-bottom:5px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

p {

	font-size: 14px;

}

.clear {
	clear: both 
}
	

/*------------------- */
	
.mainTitle {
	text-shadow: 0px 0px;
	font-size: 23px;
	color: #666666;
	font-weight: bold;
}


.redCherrySubTitle {
	color: #9B0103;
	/*font-weight: bold;*/
	font-size: 12px;
}

.redCherrySubTitle2 {
	color: #9B0103;
	font-weight: bold;
	font-size: 12px;
}

.redEmphasis {
	color: #9B0103;
}

.subtitle {
	font-weight: bold;
	font-size: 18px;
	color:#666666
	
}

.subtitle2 {
	font-weight: bold;
	font-size: 18px;
}

.subtitle3 {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}


/*------------------- */

.header {
	display: block;
	/*height: 35px;*/
	height: 43px;
	width:850px;
}

.header_logo {
	float:left;
	position:relative;
	left:0px;
	/*top:10px;*/
	top:20px;
}


.header_login_status{
	font-size: 12px;
}

.header_menu{
	float: right;
	position:relative;
	text-align:right;
	top:0px;
	padding-top: 0px;
	padding-right: 25px;
	font-size: 11px;
}

.header_menubar{
	padding-bottom: 5px;
}


.header_navbar {
	background-color: #E5E5E5;
	text-align: right;
	padding: 3px;
	padding-left :6px;
	padding-right :6px;
	float: right;	
}


.nav_bar {
   /*
	margin-left: 2px;
	padding-left: 5px;
	margin-right: 2px;
	padding-right: 5px;
	*/
 }

/*------------------- */

.dash_start {
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	padding-left: 5px;
	
	text-align:left;
	
 }
 
 .dash_outline {
 	border: solid #CCCCCC 1px;
	padding-bottom: 8px;
	margin-bottom:30px; 
	
	text-align:left;
 }
 
 
 .dash_header_grey {
	/*border-top: 1px solid #990000;
	border-bottom: 2px solid #CCCCCC;*/
	background-color: #E5E5E5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	
	font-size: 10px;
	font-weight: bold;

	text-align:left;
	display:block;
	cursor:move;
}


.dash_footbanner {
	position: relative;
	height: 8px;
	padding-bottom: 0px; /* paddng makes bar fat (for all browsers)*/	

}

/*------------------- */

.footerbar {
	position: relative;
	
	/*left: 5px;*/
	height: 8px;
	padding-bottom: 0px; /* paddng makes bar fat (for all browsers)*/	
	margin-left: 6px;
	margin-right: 7px;
	
	background-color: #999999;
	
}

.footer {
	position: relative;
	left: 5px;
	height: 20px;
	/*background-color: #999999;*/
	margin-top: 25px;
	
	margin-left: 2px;
	padding-left: 5px;
	
	margin-right: 12px;
	padding-right: 5px;
	font-size: 11px;
	font-weight: 300;
	
	width:850px;
}

.footerstyle {
	font-size: 11px;
	color: #999999;
}

.footerstyle a {
	color: #999999;
}


/*------------------- */


.menu_highlighted {
	background-color: #E5E5E5;
}

.left_menu {
	text-align: left;
	padding-left: 15px;
}


/*------------------- */


body {
	/*background: transparent url(../images/bg_gradient.jpg) repeat-x scroll 0% 0%;*/
	font-family: lucida grande, verdana, sans-serif;
	font-size: 14px;
	min-height:300px;
	margin: 0;	
	text-align: center;
}

.widebody {

	float:left;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
	border-color: #c7c7c7;
	border-width: 1px;
	border-style: solid;
	background-color: #f8f8f8;
	width: 100%;
}


.body_small {
	font-size: 11px;
	width: 100%;
}

.body_highlighted {

	background-color: #FFFF99;
}

.sign_up {
	background-color: #FFFF99;
	padding-top:5px;
	padding-bottom:5px;
	font-size:22px;
	display:block;
	text-align:center;
	font-weight:bold;
	margin-top: 10px;	
}



.body_highlightedn1 {

	border-color: #6699cc;
	border-style: solid;
	border-width: 1px;
	background-color: #C5DCFF;
}

.body_highlightedn2 {

	background-color: #FFF9D8;
}

.body_highlighted_yellowbox {
	background-color: #FFFF99;
	border-top: 1px solid rgb(204, 204, 204);	
	border-bottom: 1px solid rgb(204, 204, 204);
}

.body_box_grey {
	padding-right: 10px;
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	background-color: #E5E5E5;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.body_box_blue {
	border-top-style: solid;
	border-top-width: 0px;
	background-color: #EDF3FE;
	
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.body_box_sliver {
	background-color: #F5F5F5;
	
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.body_box_yellow {
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	background-color: #FFF9D8;	
}


.body_box {
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.body_box_thin {
	border: 1px solid rgb(204, 204, 204);
}

.body_box_alert {
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	background-color: #FFFF99;
	text-align: center;
	max-width: 300px;
}



.body_box_tips {
	margin-left: 3px;
	margin-bottom: 8px;
	margin-right: 3px;
	margin-top: 8px;
	border-top: 1px dotted rgb(204, 204, 204);
	border-bottom: 1px dotted rgb(204, 204, 204);
	border-right: 1px none rgb(204, 204, 204);
	border-left: 1px none rgb(204, 204, 204);
	padding: 8px 3px 8px 3px;
	background-color: #ffffcc;
	text-align: center;
	max-width: 90%;
}



.body_reports {
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-top: 10px;
	margin-bottom: 10px;
	float: inherit;
	width: 500px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}


/*------------------- */

.text_field_app {
	background-color: white;
}


.sticky_note {
	padding: 3px;
	font-size: small;
	background: #eeeeee;
	border: 1px solid grey;
	position: absolute;
	background-color: #FFCCFF;
}
	
.reports_table {
	position: relative;
    left: 30px;
	width: 500px;
	max-width: 550px;
}

.groups_list {
	
	
	border-bottom-style: solid;
	
	margin-bottom: 15px;
	
	margin-top: 15px;
	
	padding-bottom: 15px;
	
	padding-top: 15px;
	
	border-bottom-color: #cccccc;
	
	border-bottom-width: 1px;
	
	font-size:15px;
	
	/*border-bottom: rgb(204, 204, 204);*/
	
	margin-left:15px;
}

.groups_content {	
	font-size:12px;
	color:#000000;

	border-bottom: solid rgb(204, 204, 204) 1px;
	padding-top:20px;
	padding-bottom:15px;
}


.group_content_title {	
	font-size:15px;
	font-weight:600;
	color:#000000;

	padding-top:20px;
	padding-bottom:15px;
}

.body_highlighted_header {
	padding-right: 10px;
	background-color: #EDF3FE;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 30px;
	/*border-color: #C5DCFF;
	border-style: solid;
	border-width: 1 px; */
	border: solid #C5DCFF 1px;
}

.body_highlighted_table {
	/*background-color: #EDF3FE;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-right: 30px;*/
	/*border-color: #C5DCFF;
	border-style: solid;
	border-width: 1 px; */
	border: solid #C5DCFF 1px;
}


.input_form {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30px;
	/*border-color: #C5DCFF;
	border-style: solid;
	border-width: 1 px; */
	border: solid #FFCCCC 1px;
}

.action_menu {
	float:right;
	/*background-color: #FFFFFF;*/
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 15px;
	margin-top: 45px;
	/*border-color: #C5DCFF;
	border-style: solid;
	border-width: 1 px; */
	border: solid #CCCCCC 1px;
}



.container_reports_img { 

	/*padding-left: 10px;*/
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	vertical-align:top

}

.container_reports_sub_header{

	color:#666666;
	margin-left: 5px;
	/*margin-bottom: -5px*/
}

.pulldown  {

	font-size: 11px;
	color:#990000 ;
	line-height:18px;
	
}

#list_to_sort{

	list-style:none;
}

.list_to_sort_handle{

	margin-bottom: -1.5px;

	padding-left: 10px;

	cursor:move;
	margin-right: 30px;
}	

.list_function{
   
	float:right;
	font-size:12px;
	margin-left: 10px;
	margin-right: 10px;
}	



		 
#scroll_container {
	
	margin-left: 5px;
	margin-top:  5px;
	width:450px;
	height: 260px;
	position:  absolute;
	
	overflow: hidden;
	/*border: solid 1px #999999;*/
}

#scroll_area {
	width: 5800px;
	 	
}

.scroll_block{
	width: 850px;
	float: left;
	height: 410px;
}


#LeftArrow {
	position: relative;
	top: 5px;
	left: 300px;
	width: 25px;
	float: left;
}

#RightArrow {
	position: relative;
	top: 5px;
	left: 430px;
	width: 25px;
	float: left;
}

.span_app_1 {
	border-style: none;
	border-width: 1px;
	padding: 1px;
	background-color: #eef3fc;
}

.inplaceeditor-saving {
	text-decoration: none;
	font-size: 10px;
}
.side_menu {
	/*border-top: 1px solid #990000;
	border-bottom: 2px solid #CCCCCC;*/
	background-color: #E5E5E5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	
	font-size: 14px;
	font-weight: bold;

	text-align:left;
	display:block;
	cursor:move;
}

#tour_list  {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

.label_orange{
		background-color:#e46a1f;
		color:#000000;
		padding:5px;
		font-size:16px;
		z-index:10;
		float:left;
		position: relative; 
		top:5px;
}

.column{
		padding-right:42px;
		float:left;
		text-align:left;	
		margin-bottom:50px;	
}

li {
	list-style-type:none;
	list-style-position: inside;
}

#main_list ul li:before {
	/*content: "\00BB \0020";*/
	content: url("images/arrow-main.jpg")
}

#main_list ul li {
	margin-left:3px;
}

li a{
	text-decoration:none; 
	color:#999999;
}

ul {
	padding:0; 
	margin:0;
	line-height: 20px;
}

img{
	border: 0px;
}

a.nav_product {
	text-decoration:none;
	color: #6f7682;
	font-size: larger;
		
}

a.nav_product:hover {
	text-decoration: none;
	border-bottom: 4px solid #cccccc;
	background-color:transparent;
	font-size: larger;
	
}


.product_nav_menu_selected{
	
	text-align:center;font-weight:bold;font-size:16px;border-top:1px solid gray;border-left:1px solid gray;border-right:1px solid gray; width:150px; float:left; padding:5px; 
}


.product_nav_menu_unselected{

	text-align:center;float:left; height:17px;width:130px; padding:5px;padding-top:7px;background-color:#E9E9E9;border-top:1px solid white;
}




#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	border-bottom-color: #fff;
	border-top-color: #cccccc;
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #d3d1c9;
	border-top: 4px solid;
	border-bottom: 1px solid;
	color: #53433a;
}
#box-table-a td
{
	padding: 8px;
	background: #e6e6e6; 
	border-bottom: 1px solid #fff;
	color: #333333;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	/*background: #d0dafd;
	color: #339;*/
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: white;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: white;
}
#box-table-b td
{
	padding: 8px;
	background: white; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}

.horizontal-rule{margin:25px 0 15px}

.horizontal-rule{margin-top:8px;margin-bottom:0}

.horizontal-rule{margin:0;position:relative;height:0;border-top:1px solid #ddd;border-bottom:1px solid #fff;z-index:-99}

.horizontal-rule span{
position:absolute;display:block;border:none;height:80px;top:-80px;z-index:-100;margin:0;padding:0;_display:none}


.horizontal-rule .first{
background:no-repeat url(../images/dividers.png) 0 0;
background:-webkit-radial-gradient(bottom right,circle,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);
background:-moz-radial-gradient(bottom right,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);width:80px;left:0}

.horizontal-rule .second{
background:no-repeat url(../images/dividers.png) -114px 0;
background:-webkit-radial-gradient(bottom left,circle,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);background:-moz-radial-gradient(bottom left,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);width:80px;right:0}

.horizontal-rule .third{
position:relative;margin-left:80px;margin-right:80px;top:-80px;
background:url(../images/horizontal_rule.png);
background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);
background:-moz-linear-gradient(bottom,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px)

.horizontal-rule .third_ipad{
position:relative;margin-left:81px;margin-right:81px;top:-80px;
background:url(../images/horizontal_rule.png);
background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px);
background:-moz-linear-gradient(bottom,rgba(0,0,0,0.06),rgba(0,0,0,0) 80px)



}

.hrule {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #FFF;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}

#footer-divider {
position: absolute;
top: 0;
right: 0;
background: no-repeat url(//s.ytimg.com/yt/imgbin/www-refresh-vflj8-2O7.png) 0 -156px;
background-image: url(http://s.ytimg.com/yt/imgbin/www-refresh-vflj8-2O7.png);
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: initial;
background-position-x: 0px;
background-position-y: -156px;
background-origin: initial;
background-clip: initial;
background-color: initial;
width: 13px;
height: 118px;
}

a.button {
	background: #DEDEDE;
	background: -moz-linear-gradient(top, whiteSmoke, #DEDEDE);
	text-decoration: none;
	                                 
	background: -webkit-gradient(linear, center top, center bottom, from(whiteSmoke), to(#DEDEDE));
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(whiteSmoke), to(#DEDEDE));
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	border: 1px solid #4c4c4c;
	color: #555;
	/*float: right;*/
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 28px;
	margin-left: 5px;
	padding: 0 10px;
	text-shadow: 0px 1px 0px white;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.front-signin, .front-signup {
background: white;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#DDD));
background: -webkit-linear-gradient(top,white 0,#DDD 100%);
background: -moz-linear-gradient(top,white 0,#DDD 100%);
background: -ms-linear-gradient(top,white 0,#DDD 100%);
background: -o-linear-gradient(top,white 0,#DDD 100%);
background: linear-gradient(top,white 0,#DDD 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dddddd',GradientType=0);
border-left: solid 1px #EEE;
border-right: solid 1px #EEE;
border-bottom: solid 1px #CCC;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.front-signup {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}


