/* CSS Document */

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

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

a:active {
	color: #D12139;
}


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: 350px;		/* 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: 360px;
	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:#406596;

}

h4 {
	
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0;
}

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

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:10px;
	/*top:10px;*/
	top:20px;
}


.header_login_status{
	font-size: 12px;
}

.header_menu{
	float: right;
	position:relative;
	text-align:right;
	top:5px;
	padding-top: 12px;
	padding-right: 25px;
	/*padding-bottom: 5px;*/
	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_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{
		width:170px;
		float:left;
		text-align:left;		
}

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

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

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

img{
	border: 0px;
}


