* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	/*background-color: #003d4c;*/
	color: #333;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:9pt;
	margin: 0;
	background: #E1E1E1 /*url('../img/bg.gif') repeat-y center*/;
}
a {
	background-color: inherit;
	color: #2f8cda;/*003d4c;*/
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:active, a:focus {
	color:#CC590E;
	text-decoration:underline;
}
/*
a:hover {
	background-color: inherit;
	color: #003d4c;
	text-decoration:none;
}
*/
a img {
	border:none;
}
/*h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: BOLD;
}
h1 {
	color: #003d4c;
	font-size: 130%;
	margin: 0.1em 0;
}
h2 {
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
*/
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
	width:960px;
	margin:0px auto;
	background-color:#FFF;
}

#top-head {
	height:50px;
	text-align:right;
	background-color:#FFF;
	padding:5px;
}
#top-head p {
	color:#2f8cda;
}

#logo {
	float:left;
}
.page_name {
    padding:5px;
}
.page_name span{
    font-size:25px;
    margin-right:200px;
    font-weight: bold;
    color:orange;
}
#center-head {
	height:200px;
	background-color:#1557e3;
	border:1px solid #1557e3;
	margin-bottom:5px;
}
#top-image {
	text-align:left;
	padding:0px;
	width:650px;
	float:left;
}
#top-icon {
	padding-top:30px;
	float:left;
}
#top-register {
	width:145px;
	padding:5px;
	float:left;
}
.big-title {
	color:#FFF;
	font-size:19px;
	font-weight:bold;
	font-family:Tahoma,Arial;
	margin-top:10px;
	text-align:center;
}
#top-nav {
	line-height:30px;
	background: url('../img/topnavbg.png') ;
	border:1px solid #467193;
	padding:0px;
}
#top-nav a, #top-nav a:hover{
	font-weight:bold;
	font-size:15px;
	color:#FFF;
	padding:0px 30px;
	border-right:1px solid #CDCDCD;
}

#header{
	background-color:#FFF;
	padding: 0px;
}
.top-title a{
	color:#fff;
	font-weight:bold;
}
#header h1 {
	background: url('../img/cake.icon.gif') no-repeat left;
	color: #ffffff;
	font-size: 110%;
	padding: 0px 30px;
}
#header h2 {
	color:#FFF;
	font-family:'Gill Sans','lucida grande',helvetica,arial,sans-serif;
	font-size:190%;
	margin:0.3em 0pt;
	padding-top:0.8em;
}
#header h1 a {
	color: #ffffff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #ffffff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 0px;
}
#top-footer {
	background:transparent url(../img/botnav-bg.gif) repeat-x scroll left top;
	padding:18px;

}
#footer {
	background-color:#FFF;
	clear: both;
	padding: 10px 0px 40px;
	text-align: center;
}
#top-footer a,#top-footer a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#fleft {
	float:left;
	text-align:left;
}
#fright {
	text-align:right;
}
#bottom-footer {
	padding:10px;
	text-align:center;
}
.email {
	background:transparent url(../img/icon-email.gif) no-repeat scroll left center;
	padding-left:20px;
}
.print {
	background:transparent url(../img/icon-printer.gif) no-repeat scroll left center;
	padding-left:20px;
}
/* Tables */
table.master-chart  {
    background: #FFF;
}
table.master-chart tr:hover {
    background: #FDFFD9;
}
table.master-chart  td {
    line-height: 20px;
    /*background: #FFF;*/
    padding: 3px;
    border:1px solid #ccc;
}
td.number {
    width:20px;
    text-align: center;
}
td.chartname {
    width:500px;
}
td.date {
    width:100px;
}
td.action {
    width:60px;
}
.charts table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.charts th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
.charts th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.charts th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
.charts table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

.charts table tr.altrow td {
	background: #f4f4f4;
}


td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */


form {
	/*clear: both;*/
}

h1.form-title {
   padding-bottom:10px;
   background: transparent url(../img/sep.gif) repeat-x scroll left bottom;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	padding: .5em;
	vertical-align: text-top;
}

label {
	padding-right: 20px;
}

/* input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}*/
/*
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
} 
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
*/
/* Notices and Errors */
#register label {
    display: block;
}
#register h3 {
    border-bottom: 1px dotted #CCC;
    padding:5px 0px;
}
div.message {
	/*border:1px solid #009900;
	background-color:#DDFFDD;*/
	clear: both;
	color: #000;
	/*font-size: 140%;*/
	margin: 1em;
	padding:5px;
    /*background: #FDFFD9;
    border: 1px solid #F4CE66;
    */
    text-align: center;
}
.error {
    border:1px solid #B70000;
    background:#FFDFE0;
    color: #B70000;
    margin: 1em;
    padding:10px;
}
.success {
    border:1px solid #009900;
    background-color:#DDFFDD;
    color:#999;
    margin: 1em;
    padding:10px;
}
.warning {
    background: #FDFFD9;
    border: 1px solid #F4CE66;
    margin: 1em;
    padding:10px;
    color:#000;
}
div.error-message {
	clear: both;
	color: #FF0000;
	font-weight: normal;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}

/*ADD MASTER CHART*/
.add_chart label{
    display:block;
    font-weight: bold;
    padding-bottom:5px;
}
.add_chart textarea {
  width:80%;
}
.add_chart select {
    width:80%;
}


.fkeyword {
    width:80%;
}

.focus {
	border:2px solid #3C78B5;
    padding:1px;
}




#login-content div {
	margin:5px;
}
#login-content .auto {
	font-size:14px;
	padding:3px;
	width:auto;
	margin: 10px 0px 0px;
}
.login-extra {
	margin:10px;
	padding:10px;
	border-top: 1px dotted #999;
}
#login-box {
	margin:40px auto;
	border: 1px solid #CDCDCD;
	background-color:#EFEFEF;
	padding:0px;
	width:400px;
}
#login-box input {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
#login-title {
	line-height:35px;
	background-color:#2c84e6;
	padding-left:10px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

#login-content {
	padding:5px;
}
.top-title {
	text-align:right;
	color:#FFF;
	font-size:12px;

}

/* FORGOT PASS*/
.forgotpass {
	margin:40px auto;
	border:10px solid #CCCCCC;
	width:400px;
	padding:10px;
}
.forgotpass h1 {
	color:#000;
}
.forgotpass p {
	margin: 10px 0px;
}
.forgotpass label {
	font-weight:bold;
	display:block;
}
.forgotpass input {
	display:block;
	padding:3px;
	margin-bottom:10px;
}
.forgotpass-extra {
	border-top: 1px dotted #CDCDCD;
	margin-top:10px;
	padding: 10px 0px;
}
.merror {
	background-color:#CC0000;
	color:#fff;
	margin:5px auto;
	border-color:#CC9999;
}
.merror p {
	padding:5px;
} 

/*  HOME PAGE*/
#home-left {
	width:330px;
	float:left;
}

#home-main {
	float:left;
	width:390px;
	padding:10px 20px;
}
#home-right {
	float:left;
	width:180px;
}

#home-login-box {
	width:320px;
	border:1px solid #C2C2C2;
	padding:5px;
	margin-top:10px;
}
#home-login-box-title {
	border-bottom:1px solid #c2c2c2;
	line-height:30px;
	font-weight:bold;
}

#success-box {
	width:320px;
	border:1px solid #7ebceb;
	padding:5px;
	margin-top:10px;
}

#success-box-title {
	border-bottom:1px dotted #c2c2c2;
	line-height:30px;
	font-weight:bold;
}

#success-content {
	border-bottom:1px dotted #7ebceb;
	padding:10px 5px;
}
.success-name {
	font-weight:bold;
	color:#0073d6;
}
.success-image {
	float:left;
	margin-right:10px;
}

#home-search {
	border:1px solid #C2C2C2;
	padding:5px;
}
#home-search-title {
	font-weight:bold;
}

/* MANAGE CHARTS PAGE*/
#left-size {
	width:160px;
	padding:10px;
	float:left;
}
#right-side {
    padding:20px 0px 20px 10px;
    width:200px;
	float:right;
	margin-right:10px;
}
h2.chart-title {
	text-transform:uppercase;
	font-size:140%;
	color:#000;
}
.keyword {
	 padding:3px;
	 font-size:15px;
	 border:2px solid #999;
}
div.auto_complete {
	position :absolute;
	width :250px;
	background-color :#FFF;
	border :1px solid #888;
	margin :0px;
	padding :0px;
}
div.auto_complete ul {
	padding:0px;
	margin:0px;
}
div.auto_complete ul li{
	list-style:none;
	padding:5px;
	margin:0px;
}
li.selected { 
	/*background-color: #ffb; */
	background-color:#CDCDCD;
	color: #FFF;
}
#masterchart-list {
	margin:10px 0px;
}
.openchart-order {
	background:transparent url(../img/num-bg.gif) no-repeat scroll left top;
	color:#2775CB;
	display:block;
	font-size:110%;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-align:center;
	width:26px;
	float:left;
}
.masterchart-name {
	float:left;
	margin:5px;
	width:390px;
}
.masterchart-date {
	float:left;
	margin:5px;
	width:60px;
}
.masterchart-actions {
	float:left;
	margin:5px;
}
#sortby {
	text-align:right;
	margin:10px 0px;
}

.masterchart-altrow {
	background-color: #FFF;
	margin:1px 0px;
	overflow:auto;
}
.masterchart-row {
	overflow:auto;
	margin:1px 0px;
}
.closedchart-order {
	background:transparent url(../img/num-hilite.gif) no-repeat scroll left top;
	color:#2775CB;
	display:block;
	font-size:110%;
	font-weight:bold;
	height:26px;
	line-height:26px;
	text-align:center;
	width:26px;
	float:left;
}
#recent {
	background:transparent url(../img/h3-bg.gif) no-repeat scroll left center;
	text-transform:uppercase;
	padding-left:20px;
	font-weight:bold;
	margin-bottom:10px;
}
#main {
    background:#F5F5F5 none repeat scroll 0% 50%;
    float:left;
    margin:0pt;
    padding:20px 10pt;
    width:560px;
}



/* VIEW CHART*/
/*#content {
	width:990px;
	padding:5px;
	margin:0px auto;
}*/
#topnav {
	margin:10px;
}
#top-path {
	margin:5px 10px;
	padding-bottom:5px;
	background:transparent url(../img/sep.gif) repeat-x scroll left bottom;
	height:20px;
}
#main-chart {
	border:0px solid #CDCDCD;
	padding:0px 0px 10px;
	/*overflow:auto;*/
	margin:0px auto;
}
#center-chart {
   float:left;
   /*width:800px;*/
   width:765px;
   background-color:#DDD;
   padding:0px 7px;
}
.chart-center {
    background: #FFF;
    padding:10px 5px;
    margin:10px 0px;
}
#main-chart table.action tr td {
	text-align:center;
	vertical-align:bottom;
}
#box-desc {
	padding:0px;
}
#desc {
	background-color:#fff;
	border:2px solid #CDCDCD;
	width:200px;
	line-height:20px;
	padding:3px 0px 3px 10px;
	margin-right:10px;
	float:left;
}
/*
.btc {
	float:left;
	margin-right:5px;
}
.clear {
	clear:both;
}
*/
#control-box {
	float:left;
	line-height:20px;
}
#chart-number {
	background-color:#fff;
	border:2px solid #CDCDCD;
	float:left;
	line-height:20px;
	padding:2px 10px;
    margin-top:0px;
}
#number {
	border:1px solid #CDCDCD;
	float:right;
}
.sbox {
	border:1px solid #CDCDCD;
	width:25px;
	height:25px;
	text-align:center;
}
#desired-result {
	background:#F3F3D2;
	padding:10px;
    border:0px solid #CDCDCD;
    margin-bottom:0px;
}
#desired-result-box {
  border:3px solid #AEADAD;
  margin:0px 0pt 10px;
  padding:10px 10px 10px;
  background:#F3F3D2;
}

#current-reality {
	background:#F3F3D2;
	padding:10px;
    border:0px solid #CDCDCD;
    margin-bottom:0px;
}
#current-reality-box {
  border:3px solid #AEADAD;
  margin:5px 0pt 10px 0px;
  padding:10px 10px 10px;
  background:#F3F3D2;
}

.box-title {
	border:1px solid #CDCDCD;
	padding:5px 10px;
	font-weight:bold;
}
.btn, .editor_ok_button{
  background:transparent url(../img/but-bg.gif) repeat-x scroll left center;
  border:1px solid #86B2D1;
  font-weight:bold;
  margin:1px;
  padding:3px;
}

.loading {
	text-align:center;
	padding:20px;
	background-color:#fff;
	border:1px solid #CDCDCD;
}

/*JUST ADDED*/

.inplaceeditor-saving { 
	background: url('../img/ajax-loader-roller.gif') center right no-repeat; 
}


/*Action items*/
#dr-box {
    border:1px solid #7ebceb;
    background: #F6FBFE;
    padding:5px;
}
#dr-box h3 {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 3px;
}
#chartview {
    background-color: #E9F6FF;
    border:1px solid #CADEE7;
    padding:5px;
    margin:5px 0px;
}
.select-view {
	/*border:0px solid #0D83DD;*/
	margin:1px 5px;
	padding:3px;
	/*width:200px;*/
}
.actionitem {
	background-color:#FFF;
	border:1px solid #7ebceb;
	padding: 0px;
	margin-top:5px;
	overflow:auto;	
	cursor:default;
}

.actionitemdown {
	background-color:#FFF;
	border:1px solid #7ebceb;
	padding: 0px;
	margin-top:5px;
	overflow:auto;
	cursor:move;	
}
.complete_actionitem {
    background-color:#E0E0E0;
	padding: 5px;
	overflow:auto;
	cursor:default;
}

.complete_actionitem2 {
    background-color:#FFF;
	padding: 5px;
	overflow:auto;
}

.complete_actionitem3 {
	border:1px solid #009900;
	background-color:#DDFF88;
	padding: 5px;
	overflow:auto;
	margin-top:3px;
}

.complete_actionitem3 td{ 
    border-bottom: 1px solid #FFF;
}

#completed-actions {
	border:1px solid #E0E0E0;
    clear:both;
}
#completed-actions tr.alt {
    background: #f5f5f5;
}
#completed-actions tr td {
    vertical-align: middle;
    text-align: left;
    padding:3px;
}
#completed-actions .action-number{
    border:1px solid #CDCDCD;
    background:url('../img/but-bg.gif');
    padding:3px 6px;
    margin-right:5px;
    text-align: center;
}
.action-order {
	border:1px solid #CDCDCD;
	background:url('../img/but-bg.gif');
	padding:3px 6px;
	margin:5px 0px 5px 5px;
	float:left;			
}

.action-sort{
	border:1px solid #CDCDCD;
	background:url('../img/but-bg.gif');
	padding:3px 6px;
	margin:5px 0px 5px 5px;
	float:left;		
}
.help {
    float:right;
}
.bthelp {
	background:transparent url(../img/help-bg.gif) no-repeat scroll left center;
	font-size:12px;
	margin:5px;
	padding:3px 0pt 3px 30px;
	width:30px;
    position: relative;
    bottom: 20px;
}
#actions {
	width:100%;
}
#actions .selected {
    background: #FDFFD9;
    border: 1px solid #F4CE66;
}
.action-border {
	background:transparent url(../img/action-bg.gif) repeat-y center;
	padding:5px 10px;
}
.top-down {
	background:transparent url(../img/down-bg.gif) no-repeat center;
	height:10px;
}
.bottom-up{
	background:transparent url(../img/up-bg.gif) no-repeat center;
	height:15px;
}
.chart-top {
	padding:5px;
}
.chart-bottom {
	padding:15px;
    background:#FFF;
}
.action-detail table {
	border:0px;
}
.action-detail table tr td{
	border:0px;
	padding:1px;
}
.action-name {
	padding:2px;
    /*width:590px;;*/
	width:500px;;
    min-height:20px;
	margin:5px 0px 5px 5px;
	float:left;
}
.action-name2 {
	padding:5px;
	margin-right:5px;
	float:left;
	width:480px;
}
.action-detail {
	float:right;
	border:2px solid #CDCDCD;
	padding:1px;
    font-size:7pt;
}
.action-detail2 {
	float:right;
	padding:3px;
}
.action-detail2 div{
	float:left;
	margin-right:3px;
}
.charts {
    padding: 5px;;
}
.current_path {
    margin:5px 0px;
    /*border-bottom: 1px solid #CDCDCD;*/
    padding-left:10px;
    padding-bottom:3px;
    background:url(../img/bullet.gif) no-repeat center left;
}
.current_path a.current {
    color:#F0660A;
}
.recent_completed {
    margin:5px 0px;
    border-bottom: 1px solid #CDCDCD;
    padding-left:10px;
    padding-bottom:3px;
    background:url(../img/bullet.gif) no-repeat center left;
    font-size:10px;
}

.noted {
	background:url('../img/notes.png') no-repeat;
	text-align:center;
	margin:1px 0px 3px 1px;
	width:14px;
	height:12px;
}
.no-note {
	background:url('../img/no-note.png') no-repeat;
	text-align:center;
	margin:1px 0px 3px 1px;
	width:14px;
	height:12px;
}
.reminder {
	width:14px;
	height:12px;
	padding-top:2px;
	border:1px solid #CDCDCD;
    cursor: pointer;
    background: url(../img/reminder.png) no-repeat center;
}
.remindered {
    width:14px;
    height:12px;
    padding-top:2px;
    border:1px solid #CDCDCD;
    cursor: pointer;
    background: url(../img/remindered.png) no-repeat center;
}
.add_reminder {
    width:16px;
    height:14px;
    padding-top:2px;
    border:1px solid #CDCDCD;
    cursor: pointer;
    background: url(../img/add_reminder.png) no-repeat center;
}
.action .action_list {
    width:14px;
    height:12px;
    padding-top:1px;
    border:1px solid #CDCDCD;
    cursor: pointer;
}
.not_in {
    background: url(../img/add-gray.png) no-repeat center;
}
.add_to {
    background: url(../img/add.png) no-repeat center;
}
.in_list {
    background: url(../img/tick.png) no-repeat center;
}
.priority {
    width:14px;
    height:12px;
    padding-top:2px;
    border:1px solid #CDCDCD;
    cursor: pointer;
}
.status{	
	border:0px solid #CDCDCD;
	padding:0px;
    cursor: pointer;
    width:14px;
    height:14px;
    background: url(../img/complete-bg-gray.gif) no-repeat center;
}
.status_hover {
 	border:0px solid #CDCDCD;
	padding:0px;
	width:14px;
    height:14px;
    cursor: pointer;
    background: url(../img/complete-bg.gif) no-repeat center;
}

.status_completed {
    border:1px solid #CDCDCD;
    height:26px;
	width:26px;
    cursor: pointer;
    float:left;
    background: url(../img/check-bg.gif) no-repeat;
    margin-right:5px;
}
.box-loading{
	border:1px solid #CDCDCD;
	padding:1px;
	width:14px;
    height:12px;
	background-color:#FFD700;
    cursor: pointer;
     background: url(../img/ajax-loader-roller.gif) no-repeat center;
}

.action-type {
    width:14px;
    height:12px;
    border:1px solid #CDCDCD;
    cursor: pointer;
    padding:3px 8px;
}
.type0 {
    background-color:#FFD700;
}
.type1 {
    background-color: #0000FF;
}
.type2 {
    background: #0000FF url(../img/round.gif) no-repeat center;
}
.single-step {
	width:14px;
	height:12px;
	border:1px solid #CDCDCD;
	background-color:#FFD700;
    cursor: pointer;
}
.multiple-step1 {
	width:14px;
	height:12px;
	border:1px solid #CDCDCD;
    background-color: #0000FF;
    cursor: pointer;
}
.multiple-step2 {
	width:14px;
	height:12px;
	border:1px solid #CDCDCD;
    background: #0000FF url(../img/round.gif) no-repeat center;
    cursor: pointer;
}
.duedate {
	float:left;
	padding:1px 1px;
	border:1px dotted #CDCDCD;
	width:38px;
    cursor: pointer;
}
.due-date {
    padding:1px 1px;
    border:1px dotted #CDCDCD;
}
.duedate2 {
	float:left;
	padding:2px 1px;
	border:1px dotted #CDCDCD;
	width:auto;
}
.duedate-loading {
    float:left;
	padding:3px;
	border:1px dotted #CDCDCD;
	width:38px;
    cursor: pointer;
    background: url(../img/ajax-loader-roller.gif) no-repeat center;
}

.initial {
	float:left;
	padding:0px;
	min-height:13px;
	border:1px dotted #CDCDCD;
	width:38px;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
    text-align:center;
}
.initial2 {
	padding:3px;
	font-weight:bold;
	text-transform:uppercase;
}

.completed {
	background-color: #EFEFEF;
}

#action-button {
	padding:5px;
	text-align:left;
}
span.dr {
  background:transparent url(../img/icon1.gif) no-repeat scroll left center;
}
span.cr{
    background:transparent url(../img/icon2.gif) no-repeat scroll left center;
}
span.dr, span.cr {

  display:block;
  font-size:100%;
  font-weight:bold;
  margin:5px 0pt;
  padding:5px 0pt 5px 30px;
  text-transform:uppercase;
}
#dr {
	/*background:#FFF url(../img/icon1.gif) no-repeat scroll 10px center;*/
	display:block;
    color:#F0660A;
	font-weight:bolder;
    font-size:13pt;
	text-align: center;
	text-transform:uppercase;
}
#cr {
    /*background:#FFF url(../img/icon1.gif) no-repeat scroll 10px center;*/
    color:#F0660A;
    display:block;
    font-weight:bolder;
    font-size:13pt;
    text-transform: uppercase;
    text-align: center;
}
.chart-duedate {
    font-weight: bold;
    line-height: 30px;
}
#chart-duedate {
    color:blue;
    cursor: pointer;
}
.note-date {
	color:#999;
	font-size:8pt;
    padding-left:20px;
    background:transparent url(../img/notes.png) no-repeat top left;
}
.note-content {
}
.notes {
	width:300px;
	border:1px solid #DEDEDE;
}
.eve-note {
    border:1px dotted #CDCDCD;
    padding:5px;
    margin-top:1px;
}
.odd-note {
    border:1px dotted #CDCDCD;
    padding:5px;
    background-color:#f4f4f4;
    margin-top:1px;
}
.note-form {
}
.note-form label {
    display: block;
    font-weight: bold;
}
.clear {
	clear:both;
}
/******Prototype Style**************/

.inplaceeditor-form {
	float:left;
	z-index:100;
	border:1px solid #ACACAC;
	padding: 5px;
	margin:0px 5px;
	background-color:#EFEFEF;
}
.inplaceeditor-form2 {
	border:1px solid #ACACAC;
	padding: 5px;
	margin:0px 5px;
	background-color:#EFEFEF;
}
.editor_field11 {
	width:200px;
}
#pathway{
  background:transparent url(../img/sep.gif) repeat-x scroll left bottom;
  height:20px;
  padding-bottom:5px;
}



/*******  Context Menu*/
#control_contextmenu {
  border:1px solid #666;
  background-color:#eee;
  min-width:120px;
}

#control_contextmenu ul {
  list-style:none;
  padding:0;
  margin:0;
  cursor:hand;
}

#control_contextmenu ul li {
  text-align:left;
  padding:3px 10px 3px 5px;
  margin:0;
  cursor:pointer;
  cursor:hand;
  font-family:"Lucida Grande",Verdana;
  text-decoration:none;
  color:#333;
  font-size:12px;
  font-weight:bold;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-bottom:1px solid #999;
  border-right:1px solid #999;
}

#control_contextmenu ul li.selected,
#control_contextmenu ul li:hover {
  color:#fff;
  background-color:#3875d7;
  cursor:hand;
}

#control_contextmenu ul li.selected:hover {
  color:#333;
  background-color:#eee;
  cursor:hand;
}


/*********** TREE VIEW ************/
#tree-view {
	/*border:1px solid #CDCDCD;*/
	background:transparent url(../img/bg_tree_top.jpg) no-repeat scroll left top;
	margin:20px 0px;;
	
}
#tree-view-wrap {
	background:transparent url(../img/bg_tree_right.jpg) no-repeat scroll right top;
	padding:5px 20px;
}
#tree-view-header {
	height:30px;
	padding:5px 0px;
	clear:both;
}
#tree-view-content {
	padding:10px;
	min-height:300px;
}
#tree-view-container {
	overflow:auto;
	background-color:#FFF;
	border:1px solid #CDC;
	max-height:500px;
	padding:0px;
}
#tree-loading {
	padding:20px;
	text-align:center;
}

#zoom-tool {
	float:right;
	width:350px;
	padding:5px 0px;
}
#zoom-handle{
	position: absolute;
    top: -0.25em;
	width:16px;
	height:20px;
	background: url('../img/zoom_pointer.gif') no-repeat center;
	position: absolute;
	cursor: pointer; 
	z-index: 2;
}
#zoom-bar {
	background: url('../img/zoomBar.gif');
	width:250px;
	height:20px;
	float:left;
	position:relative;
}
#currentview-form {
	border:1px solid #CDC;
	background-color:#FFF;
	padding:10px;
	width:360px;
	margin-left:105px;
    margin-bottom:10px;
}
.chart-row {
	padding:3px 0px;
}

.chart-connector {
	border-bottom: 1px solid #000;
}
.chart-connector-highlight {
	border-bottom: 2px solid red;
}
.open_chart {
	border:1px solid #000;
	cursor:hand;
	text-align:left;
	background-color:#FFF;
    /*padding:5px;
	margin:3px 0px;*/
}
.closed_chart {
	border:1px solid #000;
	cursor:hand;
	text-align:left;
	margin:3px 0px;
	background-color:#CDCDCD;
}
.select_chart {
    background: #FDFFD9;
    border: 1px solid #F4CE66;    
}
.chart_path {
    border:1px solid #FF0000;
}
.chart-inner-row {
	padding:3px;
}
.chart-inner-row-left {
	padding-right:40px;
}
.tree-path a {
	color:red;
	padding:3px 0px;
}

.blcorner {
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
.blcorner-highlight {
	border-left:2px solid red;
	border-bottom:2px solid red;
}
.tcorner {
	border-top:1px solid #000;
}
.tlcorner {
	border-left:1px solid #000;
	border-top:1px solid #000;
}
.tlcorner-highlight {
	border-left:2px solid red;
	border-top:2px solid red;
}
.mtlcorner {
	border-left:1px solid #000;
	
}
.mlcorner {
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}

/*CALENDAR Style*/

.calendar_date_select {
  background-color: white;
  color: #777;
  border: #999 1px solid;
  display: block;
  width: 160px;
  margin:10px 0px;
}

.calendar_date_select .weekdays th {
  text-align: center;
  font-weight: bold;
  background-color: #ddd;
  height: 20px;
}

.calendar_date_select .body {
  clear: both;
}

.calendar_date_select .buttons {
  display: none;
}

.calendar_date_select .footer {
  background-color: #ddd;
  color: #000;
	font-weight: bold;
  padding: 3px 0 3px 5px;
  text-align: left;
	font-size: 12px;
}

.calendar_date_select table {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  border-padding: 0;
}

.calendar_date_select .header {
  background-color: #efefef;
  border-bottom: 1px solid #aaa;
  text-align: center;
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
	overflow: hidden;
}

.calendar_date_select .header .left {
  float: left;
}

.calendar_date_select .header .right {
  float: right;
}

.calendar_date_select .header .nav {
  text-decoration: none;
}

.calendar_date_select .header .title {
  color: black;
}

.calendar_date_select td,
.calendar_date_select th {
  margin: 0;
  padding: 0;
  line-height: 16px;
  font-size: 11px;
}

.calendar_date_select td a {
  display: block;
	padding: 2px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-size: 11px;
  color: #333;
}

.calendar_date_select td.weekend a {
	color: #999;
	background-color: #efefef;
}

.calendar_date_select td.other a {
  color: #ccc;
}

.calendar_date_select .days td {
  border-bottom: 1px solid #ccc;
}

.calendar_date_select td a:hover {
  background-color: #dcdcdc;
}

.calendar_date_select td.today a {
  background-color: #99CCFF;
	color: #000;
}

.calendar_date_select td.selected a {
  background-color: #000;
  color: #fff;
}

.calendar_date_select td.busy {
}











/* CHART LIST
--------------------------------------------------*/
#chartlist {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0 10px 90px;
    height:25px;
}

#chartlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#chartlist ul li {
    display: block;
    float: left;
    background: none;
}

#chartlist ul li a {
    color: #333333;
    display: block;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    text-transform: capitalize;
}

#chartlist ul li.master-chart a {
    background: url(../img/mc.gif) no-repeat left top;
    width: 104px;
    padding-left: 45px;
}

#chartlist ul li.master-chart a:hover {
    color: #FFFFFF;
    background: url(../img/mc-hover.gif) no-repeat left top;
}

#chartlist ul li.action-list a {
    background: url(../img/al.gif) no-repeat left top;
    width: 90px;
    padding-left: 52px;
}

#chartlist ul li.action-list a:hover {
    color: #FFFFFF;
    background: url(../img/al-hover.gif) no-repeat left top;
}

#chartlist ul li.chart-view a {
    background: url(../img/cv.gif) no-repeat left top;
    width: 90px;
    padding-left: 50px;
}

#chartlist ul li.chart-view a:hover {
    color: #FFFFFF;
    background: url(../img/cv-hover.gif) no-repeat left top;
}

#chartlist ul li.telescope-view a {
    background: url(../img/tv.gif) no-repeat left top;
    width: 120px;
    padding-left: 47px;
}

#chartlist ul li.telescope-view a:hover {
    color: #FFFFFF;
    background: url(../img/tv-hover.gif) no-repeat left top;
}

/* Clearfix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html body .clearfix {
    display: block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}


/* BODY
--------------------------------------------------*/
#mainbody {
    width: 780px;
    float: right;
    margin: 0;
    padding: 0;
}

#maincontainer-s2 #mainbody {
    width: 640px;
}

#body {
    margin: 0;
    padding: 10px 10px;
    background: #F5F5F5;
}

* html #body {
    width: 490px;
}

#maincontainer-s2 #body {
    width: 430px;
    background: #FFFFFF;
}

/* Pathway */
#pathway {
    height: 20px;
    padding-bottom: 5px;
    background: url(../img/sep.gif) repeat-x left bottom;
}

/* View 1 */
#block-yellow {
    background: #F3F2DF;
    border: 1px solid #CECECE;
    margin-bottom: 20px;
    padding: 0 10px 10px;
}

#block-yellow h3 {
    background: #FFFF88;
    font-size: 110%;
    margin: 10px 0 5px;
    padding: 2px 0 2px 10px;
    text-transform: uppercase;
}

#block-blue {
    background: #DCE6EF;
    border: 1px solid #CEDCE6;
    margin-bottom: 20px;
    padding: 0 10px 10px;
}

#block-blue h3 {
    background: #BCD6EF;
    font-size: 110%;
    margin: 10px 0 5px;
    padding: 2px 0 2px 10px;
    text-transform: uppercase;
}

#block-green {
    background: #DAEACF;
    border: 1px solid #D0E0C4;
    padding: 0 10px 10px;
}

#block-green h3 {
    background: #C6E4B1;
    border: 1px solid #C0DCAD;
    font-size: 110%;
    margin: 10px 0 5px;
    padding: 2px 0 2px 10px;
    text-transform: uppercase;
}

span.bt-mc {
    border: 1px solid #CCCCCC;
    display: block;
    float: right;
    margin-top: 0px;
    padding: 20px 60px 20px 40px;
    background: url(../img/bt-mc.gif) no-repeat 30px 10px;
}

span.bt-mc a {
    color: #333333;
    font-weight: bold !important;
    text-decoration: none;
}
#charts table {
    background: #FFF;
}
#charts tr.selected {
    background: #FFFFC9;
    border: 1px solid #F4CE66;
}

/* Big number step */
.add-master-chart {
    padding:20px;
}
.add-master-chart textarea {
    width:90%;
}
div.step-number {
    background: url(../img/step-bg.gif) no-repeat left top;
    height: 40px;
}

div.step-number span.big-number,
div.step-number h3 {
    display: block;
    float: left;
    line-height:35px;
}

div.step-number span.big-number {
    width: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

div.step-number h3 {
    text-transform: uppercase;
    padding-left: 10px;
}

div.step-number span.help {
    display: block;
    float: right;
    height: 35px;
    line-height: 35px;
    padding-right: 20px;
}

div.step-content {
    padding: 0px 0 20px 70px;
    font-weight: bold;
    font-size:10pt;
}

div.step-content table {
    font-size: 100%;
}

div.step-content input {
    padding: 2px 6px;
}

/* Left column */
#leftcol {
    width: 170px;
    margin: 0;
    padding: 20px 0 0 10px;
    float: left;
}

#maincontainer-s2 #leftcol {
    width: 320px;
}

#maincontainer-s2 #leftcol .module,
#maincontainer-s2 #leftcol .module-login,
#maincontainer-s2 #leftcol .module-blue {
    border: 1px solid #C2C2C2;
    padding: 0 10px 15px;
    margin-bottom: 20px;
}

#maincontainer-s2 #leftcol .module-login h3 {
    background: url(../img/mlg.gif) no-repeat left center;
    margin: 0 0 10px;
    padding: 8px 0 5px 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #C2C2C2;
}

#maincontainer-s2 #leftcol .module-blue {
    border: 1px solid #82C5D5;
    background: #F6FBFE;
}

#maincontainer-s2 #leftcol .module-blue h3 {
    margin: 0 0 10px;
    padding: 8px 0 5px 35px;
    text-transform: uppercase;
    border-bottom: 1px solid #82C5D5;
    background: url(../img/user.gif) no-repeat left center;
}

/* Right column */
#rightcol {
    width: 240px;
    float: right;
    margin: 0;
    padding: 20px 0 0 0;
}

#maincontainer-s2 #rightcol {
    width: 210px;
    overflow: hidden;
}

div.innerpad {
    padding: 0 0px;
}

#rightcol div.module {
    margin-bottom: 10px;
}

#leftcol div.module h3,
#rightcol div.module h3 {
    background: url(../img/h3-bg.gif) no-repeat left center;
    text-transform: uppercase;
    font-size: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
}

#leftcol div.module ul li,
#rightcol div.module ul li {
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #CCCCCC;
    background: url(../img/bullet.gif) no-repeat left 12px;
}

#maincontainer-s2 #rightcol .module {
    border: 1px solid #DEDEDE;
    padding: 0 10px;
    margin-bottom: 20px;
}

#maincontainer-s2 #rightcol .module h3 {
    margin: 0 -10px 10px;
    padding: 4px 10px;
    color: #FFFFFF;
    background: #2F83E5;
}

.module img,
.module-blue img {
    margin-right: 5px;
}

#rightcol div.module-grey {
    border: 1px solid #E4E4E4;
    background: #F8F8F8;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
}

#rightcol div.module-grey h3 {
    text-transform: uppercase;
    color: #2775CB;
    margin: 0;
    padding: 2px 0;
}

.btblue,
.btwhite,
.btorange,
#newitem_btn,
#moreitem_btn,
#done_btn {
    font-size: 13px;
    font-weight: bold;
    /*margin: 5px 0;*/
    padding: 4px 5px;
    border: 1px solid #86B2D1;
    background: url(../img/but-bg.gif) repeat-x left center;
}

.btwhite {
    border: 1px solid #CCCCCC;
    background: url(../img/btwhite-bg.gif) repeat-x left center;
    margin-left: 20px;
    padding: 4px 24px;
}

.btorange {
    border: 1px solid #DF7816;
    background: url(../img/orange-bg.gif) repeat-x left center;
    margin-left: 20px;
    padding: 2px 10px;
    color:#FFF;
    text-transform: capitalize;
}

/*Reminder box*/
#miss_action {
    /*background: #FFE7E5;
    border: 1px solid #D14437;*/
    margin: 5px;
    padding: 0 10px 10px;
    color:#D14437;
}

#reminder_action table, #miss_action table {
    border:1px solid #CCC;
    border-collapse: collapse;
}

#reminder_action td, #miss_action td {
    line-height: 20px;
    padding:0px 5px;
}

#miss_action h3 {
    /*background: #FFFF88;*/
    background: #FFE7E5;
    border: 1px solid #D14437;
    font-size: 110%;
    margin: 10px 0 5px;
    padding: 2px 0 2px 10px;
    text-transform: uppercase;
    color:#FF0000;
}

#reminder_action {
    /*background: #DCE6EF;
    border: 1px solid #CEDCE6;*/
    margin: 5px 5px 5px;
    padding: 0 10px 30px;
}

#reminder_action h3 {
    background: #BCD6EF;
    font-size: 110%;
    margin: 10px 0 5px;
    padding: 2px 0 2px 10px;
    text-transform: uppercase;
}
.reminder-controls {
    padding:5px 5px 10px;
    text-align: center;
    /*background: #FFF;
    position: absolute;
    left:1px;
    right:0;
    bottom:5px;*/
}
#init_list{
    list-style: none;
    line-height: 20px;
    background: #EAEAEA;
    overflow:auto;
    width:125px;;
    height:95px;
    line-height:20px;
    padding:0px;
    margin:0px;
    border:1px solid #CCC;
}
#init_list li {
    margin-bottom: 1px;
    background: #FAFAFA;
    margin:0px 0px 1px 0px;
    padding-left:5px;
    cursor:pointer;
}
#init_list li:hover {
    background: #FDFFD9;
}
.edit-box{
	background:transparent url(../img/edit-box-icon.png) no-repeat top left;
	padding-left:18px;
	line-height:18px;
	clear:both;
	}
.edit-box a{
	font-size:11px;
}

/*Print layout*/
.print-layout {
    padding:10px;
    font-size:155%;
}

.print-layout .header {
    border:1px solid #CCC;
    padding:5px;
}
.print-layout .overall-status {
    font-size:11pt;
    color:#999;
}

.print-layout .action-content {
    padding:5px 0px;
}
.print-layout .action-content .sub-action {
    background:#FFF;
}
.print-layout .adetail {
    border:1px solid #7EBCEB;
    margin-bottom:5px;
    padding:5px;
}
.print-layout fieldset {
    border:1px dotted #CCCCCC;
    margin:5px 0px;
    padding:5px 10px;
    background:#EEFFEE;
}
.print-layout fieldset legend {
    color:#EE3322;
    font-size:14pt;
    font-weight:bold;
    margin-left:20px;
}
.print-layout .action-content h4 {
    margin:10px 0px;
    padding-bottom:5px;
    border-bottom:1px solid #EEE;
}
.print-layout .open-actions, .print-layout .closed-actions {
    border:1px solid #DDD;
    padding:3px;
}
.pie_dr{
color: #EE3322;
font-size: 14pt;
font-weight: bold;
margin: 1px 0 10px;
}