* {
font-family: arial;
font-size: 12px;
}


body 
{
margin-top: 0px; 
padding: 0;
margin-bottom: 0px;
margin-right:0; 
margin-left:0;

}

H1 {
	font-family: candara;		
	line-height: 20px;
	padding:0px;
	margin:0px;
	
}

A{
	cursor: pointer;
}
 

.divTopMargin{
    
	
}

#mainHeaderLine {
	 padding-top: 5px; 	 padding-bottom: 5px;	 
	 height: 28px;
}

#footer {	
	 padding-top: 0px;
	 padding-bottom: 1px;
	 text-align: left;
}


.tblMainDataConteiner{
	border-right: 0px solid #F2F2F2; 
	border-left: 0px solid #F2F2F2;
	
	-moz-border-bottom-left-bottom-radius: 6px; 
	moz-border-bottom-left-radius: 6px; 
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-left-radius:6px;
	
	-moz-border-bottom-right-bottom-radius: 6px; 
	moz-border-bottom-right-radius: 6px; 
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-right-radius:6px;		
}

#tdRightSide {
	padding-left: 20px;
	
}

.aPageLogo {
	font-family: candara;
	font-size:22pt;
	font-weight:bold; 
	color: #6a9c5a;
	text-decoration:none;
}

.moto{
	font-family: candara;
	font-size:9pt;
	color: #c3c3c3;
	text-decoration:none;
	
}

.moto:hover{
	color: #c3c3c3;
	text-decoration:none;
}

::-webkit-scrollbar {
    width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
	background-color: white;
	
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


input
{
	height: 14px;
	font-family: arial; 
	border: 1px solid #B0C4DE;

	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
}

textarea{
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
	border: 1px solid #B0C4DE;
	color: black;
	
	 overflow: auto;
	resize:none; 
}

select
{
	border: 1px solid gainsboro;
	height: 18px;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 5px;
	
}



h1 {
	font-size: 16px;
}


h2 {
	padding: 0px 7px 2px 0px;  color: #006837; font-size: 14px; font-weight: bold; font-family: verdana; 
}

.bold { font-weight:bold;}

#divBudgetTitle {
	white-space: normal; 
	text-shadow: 1px 1px 1px #f2f2f2;
     filter: dropshadow(color=#f2f2f2, offx=2, offy=1);	
	font-weight: 300;
	margin-right: 5px;
	line-height: 17px;
}

#registerContent {
	moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#tblWidgetTitle {
	border-bottom: 1px solid #e6e6e6;	
}
 
#widgetTitleLogo {
	width:35px;
}

#widgetTitleHide{
	padding-right:4px;
}
#widgetTitleHdr {
	font-weight: bold;
	font-family: 'Comic Sans MS','Marker Felt';	
	color:#F4F7FC ; /*#CCB3B3 4A505A */
	font-size: 12pt;
	
}
.widgetInnerTitle {
	font-family: candara;
	font-size: 12pt;
}


.inpButton{
	height: 26px; 
	cursor: pointer;
	moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	
}


.inpButtonDash {
	height: 18px; 
	cursor: pointer;
	font-size: 11px;
	font-family: arial;
	
}

.inpButton:hover {
	height: 24px; 
    border: 1px solid #707070;
    background: #FFEFD5;
	cursor: pointer;
}


.inpButtonDash:hover {
	height: 18px; 
    border: 1px solid #707070;
    background: #FFEFD5;
	cursor: pointer;
	
}
 
a:hover {color: #4C4C54 ;text-decoration: underline; }  
  
.aHdr { 
	color: #D8D8D8; font-size:12pt; font-family: candara;  text-decoration: none; font-weight: bold;
	text-shadow: 1px 1px 1px #8f8f8f;
	
	-moz-border-radius: 3px; 
	moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;	
	
	border:1px solid #666060;
	padding:4px 4px 4px 4px;
	background: #2E2E2E;
	margin-right:8px;
	
     filter: dropshadow(color=#8f8f8f, offx=2, offy=1);	

}
.aHdr:hover { color: #c3c3c3; }
.smallWindowTitle { font-size:16px; padding: 5px; font-weight: bold; }
.smallWindowTable {  font-size:13px;  }



.budgetDetails{ 
	padding-bottom: 5px;
}

.budgetContainer {
	-moz-border-radius: 7px; 
	moz-border-radius:7px; 
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius:7px;	

	overflow: auto;
	background:white; 
	display: none;
}
#settingsContainer {
	background:transparent; 
	display: none;
	
	
	
	-moz-border-radius: 3px; 
	moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;	
	
}


.editInfoContainer{
	
	
	

	font-family: candara; 
	font-size: 14px; 
	line-height: 18px; 
	padding: 10px 0px 30px 0px; 
	white-space:pre-wrap;
	overflow: auto;
}


.td_0_hdr {
	background: #000000;
	font-size: 10pt;
	font-family: candara;
	text-align: center;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6; 
	border-top: 1px solid #e6e6e6; 
	height:28px;

	/*
	
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6; 
	*/
	color: black;
	
}
.td_1_hdr {
	background: #000000;
	font-size: 14pt;
	font-family: candara;
	font-weight: bold;
	text-align: center;
	color: black;
	padding: 4px 3px 4px 3px;
	text-shadow: 1px 1px 1px #ACFA58;
	
    filter: dropshadow(color=#ACFA58, offx=2, offy=1);	/*

	

    -webkit-box-shadow: inset 0px 1px 3px 3px rgba(215, 215, 215, 1);        
    box-shadow: inset 0px 1px 3px 3px rgba(215, 215, 215, 1);
	*/
}
.td_2_hdr {
	background: #000000;
	font-size: 9pt;
	font-family: 'Comic Sans MS','Marker Felt';
	color: #ffffff;
	font-weight:300;
	text-align: center;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6; 
	border-top: 1px solid #e6e6e6; 
	white-space:pre-line;
/*
	text-shadow: 1px 1px 1px #C3E4EB;
    filter: dropshadow(color=#C3E4EB, offx=2, offy=1);
	*/
        
}
.td_3_hdr {
	background: white;
	font-size: 11pt;
	font-family: candara;
	
	text-align: center;
	font-weight: 300;
	border-right: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	padding: 2px 3px 2px 3px;
	color: black;
}


.td1_data {
	background: #ffffff;
	padding-bottom: 2px;
	
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff; 	
}

.trSumBudget{
/*	height: 30px;#324B6D*/
	background:#324B6D;
	padding-bottom:1px;
	
}


.td_0_sum{
	border-left: 1px solid #e6e6e6;
	padding-right:0px;padding-left:2px; padding-top: 0px;
	text-align: center;
	
}

.tdValue {
	text-align: right;
	padding-right: 3px;
}  

.tdFixed {
	text-align: right;
	padding-right: 3px;
}

.inpValue {
	width: 74px;
	text-align: right;
	font-size: 11px;
	color: black;
	opacity: 1;

}

.inpDatePicker{
	height: 18px;
	font-size: 11px;
}

.inpLineTitle {
	
	width: 172px;
	height: 18px;
	color: black;
	font-size:11px;
	font-family: arial;
	font-weight: 300;
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 2px;
	padding-right:5px;
} 

.inpLineTitleTopic{
	font-family: 'Comic Sans MS','Marker Felt';
	font-size:12px;

}
.divValueP {
	margin-top: 4px;
	text-align: right;
	padding-right: 1px;
	font-weight: bold;
	width: 74px;
	border: 0px;
	background:transparent;
	font-size: 11px;
	
}

.divTotalP {
	text-align: right;
	padding-right: 3px;
	font-weight: bold;
	font-size: 11px;
}

.pieChartBg{
	color: white;
}

.trHdr {

/*	height: 30px; */
	
}


.divAction {
	padding-top: 0px;
	padding-right: 0px;	
	margin-right: 0px;	
	
	-webkit-border-radius:3px; 
   -moz-border-radius:3px; 
   border-radius:3px; 	
	
	text-align:right;
	background: #ffffff;
	border: 0px solid #DCE4E8; 
	/*height:18px;*/
}

.td1_hdr {
	text-align: center;
	font-weight: bold;
}

.td2_hdr {
	text-align: center;
	font-weight: bold;		
	padding: 3px; 
}

.td3_hdr {
	text-align: center;
	color: white;
	font-weight: bold; 	
	padding: 3px; 

}

.td0_data {
	border-left: 1px solid #e6e6e6;
	white-space: nowrap;	
	text-align:right;
	padding:0px 0px 0px 2px;
	background:#ffffff;
}

.td0_data_topic{
	border-top: 1px solid #ffffff;
}

.td0_data_row {
	white-space: nowrap;	
	text-align:left;
	padding:0px 0px 0px 2px;
	background: white;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #ffffff;
}

.td2_data {
	background:#ffffff;
	text-align: right;
	padding-right:  1px;
	padding-left: 0px;
	white-space: nowrap;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

.td3_data {
	background:#ffffff;
	text-align: right;
	padding-right: 1px;
	padding-left: 0px;
	white-space: nowrap;
	
	border-left:1px solid #DBE4F0;
	border-top:1px solid #DBE4F0;
}


.td1_sum{
	text-align: left;
	font-size:12px;
	font-weight:bold;
	color:#7f7f7f;
	/*padding-bottom:5px;*/
	padding-right: 0px;
	border-left: 1px solid #e6e6e6;
	
}

.td2_sum{
	text-align: right;
	padding-right: 2px;
	/*padding-bottom:3px;
	background: #F5F5F5;*/
}

.divNewLineLink {
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 0px;
}

.divBudgetDesc {
	font-size: 14pt;
	font-family: candara;
	line-height: 27px;
	width: 450px; 	
	white-space: normal;	
	 
}

.divBudgetDescEmbed {
	font-size: 10pt;
	font-family: candara;
	line-height: 23px;
	width: 450px; 	
	white-space:pre-line;
	white-space: normal;	
	margin-top: 4px;
	margin-left:5px;		
	color: #000000;
	 
}

.divBudgetDesc a{
	margin-left: 13px;
	font-size: 12px;
	font-family: candara;
	color: blue;
}

.imgDescription {
	-moz-border-radius: 3px; 
	moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;
	
	width: 30px;
	height: 30px;
	border: 1px solid #c3c3c3;

}

.aBudgetCreator {
	font-size: 14px;
	font-family: candara;
	color: black;
}

.comments{
	font-size: 14px;
	color: #045FB4;
	line-height: 22px;
	padding-left: 5px;
	width: 550px;
	font-family: candara;
}

.aPostComment{
		color: blue;
		font-family: candara;
		font-size: 12px;
}

.divAddComment{
	padding-top: 0px;
	line-height: 20px;
	padding-bottom: 13px;
	padding-left: 0px;
}



.inpRemaining{
	border: 0px;
	font-size: 11px;
	width: 28px;
	font-size: 11px;
	color: #808080;
	background-color: transparent;
}

.spanRemaining {
	padding-right: 150px;
	font-size: 11px;
	color: #808080;
}
.spanCommentCreated{
	font-size: 9pt;
	color: #8f8f8f;
	font-family: candara;
	 
}

.divCommentRow {
	padding:2px 0px 5px 0px;
	font-size: 12px;
	line-height: 20px;	
	width: 450px;
	white-space: pre-line;
	font-family: candara;
}

.divCommentRow td{
	font-size: 12px;
	font-family: candara;

}

.divDashboardTitle {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 16px;
}

.divDashboardReg {
	padding-bottom: 25px;
	font-size: 10pt;
	color: #708090;
	font-family: candara;
	font-weight:300;
	
}

.divDashboardBudget {
	padding-bottom: 32px;
	width: 300px;
}

.aDashboardBudget {
	font-size: 16px;
	color: blue;
	font-weight: 300;
	white-space: pre-line;
	font-family: candara;
}

.aDashboardTrack {
	font-size: 14px;
	color: #2932B3;
	font-weight: bold;
	font-family: candara;
	
}

.aDashboardBudgetCat {
	font-size: 12px;
	color: black;
}

.spnNicknameDash {
	font-size: 18pt;
	color: black;	
	font-weight: bold;
	font-family: candara;
}

.divDashboardBudgetDesc {
	font-size: 13px;
	padding: 4px 0px 4px 0px;

}

.divDashboardSetting{
	padding: 5px;	
	line-height: 22px;
	font-size: 12px;
	width: 300px;
	border: 1px solid #707070;
	background: whitesmoke;
	font-weight: bold;
}

.aNotAUser {
	font-size: 14pt;
}

.aDashSetting {
	font-size: 9pt;
	color: black;
	text-decoration: underline;
	font-family: candara;
}


.trDashHdr  {
	border:1px solid black;
}
.tdDashHdr {
	/*text-align: center;*/
	font-weight: bold;
	background: #BEC8D5;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	
}

.aDashHdr {
	color: black;
	text-decoration: underline;
	font-size: 16px;
	font-family: candara;
	font-weight: bold;
}

.tdDashHdr:hover{
	background:#BEC8D5;
}	


.showDragHandle {
	cursor: move;
	text-align:center;	
}

.dragHandle{
	text-align: center;
}

.fieldsEditorHdr {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid black;
	border-right: 1px solid black;
	font-size: 16px;
	font-family: candara;
	
	/*border-top: 1px solid black;*/
	
}

.fieldsEditorHdrLeft{
	border-left: 1px solid black;
}
.aEditField {
	color: white;
	background: #2E2E2E;
	font-size: 14px;
	font-family: 'Comic Sans MS','Marker Felt';
	text-decoration: none;
	line-height: 27px;
	font-weight: 300;
	border-bottom: 2px solid #c3c3c3;
	width: 185px;
	text-align: center;
	 cursor:pointer;
	 
	moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

.aNewField{
	background: white;
	color: blue;
}

.moveCursor{
	cursor:move;
	color:#1C1C1C;
}
.dropField{
	font-size: 16px;
	font-family: candara;
	color:blue;
	text-decoration: underline;
}

.tblMenu {
	margin-bottom: 5px; 
	
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 5px;	
}

.tblMenu td {
	padding: 2px 0px 7px 0px;
}

.tblField td {
	padding: 0px 0px 0px 0px;
}
.tdEditFieldHdr {
	
	text-align: left;
	color: black;
	font-size: 14px;
	font-family: candara;	
	font-weight: bold;
}	

.tdEditFieldHdr a{
	color: #7092BE;
	font-size: 12pt;
	font-family: 'Comic Sans MS','Marker Felt';
	font-weight: bold;
	padding: 4px;
	border:1px solid #8f8f8f;
	background: #c3c3c3;
	
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 5px;		

}	


.selectFieldFormula{
	height:22px;	
	font-size: 11px; 
	width: 130px; 
}
.tdEditField {
	font-size: 10px;
	font-family: MS Sans Serif;		
	text-align:left;
	
}

.tdEditField select{
	height:24px;
	font-size: 10pt;
	font-family: candara;
	border-color:#B0C4DE;
}

.tdEditField input{
	height:19px;
	font-size: 10pt;
	
}


.formulaHdr {
	padding-top: 2px;
	padding-bottom: 10px;
	font-weight: bold;
}

.tdFormulaAction {
	font-weight: bold;
	font-size: 13px;
}

.tdFormulaValue{
	border-top:0px solid #c3c3c3;
	border-bottom:0px solid #c3c3c3;
	background: #DBDBDB;
	padding-left:5px;
}

.tdFormulaValueLeft{
	border-left:1px solid #c3c3c3;
}

.tdEditFldBorder {
	line-height: 14px;
	border-bottom: 1px solid gainsboro;
	/*width: 400px;*/
}

.divFieldHelpText{
	padding-left: 5px;
	font-size: 10pt;
	font-family: candara;
	color: #7092BE;
	font-weight:bold;
	width: 100px;
	white-space:pre-line;
}

.aFieldHlp {
	font-size: 10pt;
	font-family: candara;
	color: #7092BE;
}

.editLongText {
	color: black;
	font-size: 12pt;	
	text-decoration: none;
	opacity: 0.6;
}

.editLongTextZoom{
	font-family: verdana;
	color: blue;
	font-size: 11px;	
	text-decoration: none;
	font-weight:300;
	padding-left:3px;
	/*
	border-bottom: 1px solid #c3c3c3;
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 5px;	
	*/
}

.editTrackerValues{
	font-family: verdana;
	color: #708090;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid gainsboro;
	background: whitesmoke;
	padding: 1px 2px 1px 2px;
	font-weight: bold;
}

#tblListItemsHdr{

	border-left:1px solid #000000;
	border-top:1px solid #000000;	
	border-right:1px solid #000000;
	line-height:20px;
	
}

#tblListItems {
	
	border-top:1px solid #000000;	
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	
}


.fieldsEditorSelectHdr {
	color: black;
	text-align: center;
	font-size: 12pt;
	font-family: candara;
	font-weight: 300;
	padding: 1px 0px 1px 0px;
	
}

.divSelectNewVal {
	padding-top: 2px;
}

.tdListItem {
	padding-top: 2px;
	padding-bottom: 2px;
}

.tdListItem input{
	height:24px;
}

.aFieldLink {
	text-decoration: none;
}

.aCutLine {
	text-decoration: none;
	color: red;
	display:none;	
	font-family:candara;	
	font-size: 8pt;
	font-weight: 300;		
	
}

.aCutP {
	text-decoration: none;
	color: red;
	display:none;	
	font-family:candara;	
	font-size: 8pt;
	font-weight: 300;	
}



.divLineSort {
	background: #707070;
	height: 5px;
	width: 5px;
}

.aFieldsEditorBack {
	 font-size:16px; 
	 padding: 5px; 
	 font-weight: bold; 
	 text-decoration: none;
	 color: #708090;
}

#tblEditors{
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 5px;

}

.tdEditUser {
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;

}

.tdExistsEditor {
	/*padding: 2px 15px 2px 8px;	*/
	font-family: candara;
	font-size: 12pt;
	padding: 2px; 
}

.tdExistsEditorImg{
	min-width: 27px;

}
.tdExistsEditorPermission{
	min-width: 100px;

}



.tdExistsEditorUser{
	min-width: 210px;
}

.tdExistsEditor a{
	font-family: candara;
	font-size: 12pt;
	/*color: #3B5998;*/
	text-decoration: underline;
	
}

#newPermission{
	height: 35px; 
}

.editorHdr{
	
	font-family: candara;
	font-weight: bold;
	font-size: 14pt;
	padding: 10px 5px 10px 5px; 
}

.aDropLine {
	font-size: 12pt;
	text-decoration: none;
	font-family: candara;
}

.divFaqQ {
	font-size: 14px;
	color: #006837;	
	font-weight: bold;
	padding-top: 24px;
	padding-left: 5px;
}

.divFaqA{
	font-size: 12px;
	color: black;	
	background: #CAF8C9;
	padding-left: 5px;
	padding-right: 20px;
	line-height: 34px;
	width: 500px;
	font-family: verdana; 
}

.divHelpText {
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 5px;

	

	border: 1px solid #808080;
	background: beige;
	padding: 7px;
	font-size: 14px;
	width: 505px;
	white-space: pre-line;
	font-family: candara;
	line-height: 19px;
	color: black;
}

.hdrDateDay {
	font-size: 11px;
	color: #708090;
	padding-left: 5px;
}

.aReport { font-size:14px; color: black;font-weight: bold; }
.aReport:visited { font-size:14px; color:black ;font-weight: bold;}
.aReport:hover {font-size:14px;  color: green;font-weight: bold;}

.aOldData {font-size:14px; color: blue; font-weight: bold;text-decoration: underline;}

.aCommentor {
	color: black;
	font-family: candara;
	font-size: 12px;
}

.aPrint {
 	
	font-family: arial; 
	font-size: 12px;
	border: 1px solid #B0C4DE;
	text-decoration: none; 
	padding: 2px 7px 3px 7px;
	background: #D6DECF;
	color: black;
}


.aReportWhite { 	
	font-family: arial; 
	font-size: 12px;
	border: 1px solid #808080;
	background: white;
	text-decoration: none; 
	padding: 7px 20px 7px 20px;
	color: black;	
	font-weight: bold;
	white-space: nowrap;
}

.aBefore {
	font-size: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: none; 
}

.budgetIsLoading {
	border: 0px solid black;
	overflow: auto;
	width: 400px;
	height: 350px;
	background: whitesmoke;
	text-align: center;
	font-size: 16px;
	padding: 0px;
	font-weight: bold;
	line-height: 50px;

}
.aTag {
	font-size: 11px;
	text-decoration: none; 
	color: #707070;
}
	
.inpTrackerValueSmall {
	width: 70px;
	text-align: right;
}


.inpTrackerNoteSmall {
	width: 170px;
}

.aDropTracker {
	font-size: 14px;
	color: green;
	text-decoration: none; 
	font-weight: bold;
	font-family: candara;
	
}
.aCreateTracker {
	padding: 3px 10px 3px 10px;
	border: 1px solid #B0C4DE;
	background: whitesmoke;
	font-size: 12px;
	color: blue;
	text-decoration: none; 
	font-weight: bold;
}

.trackerDateSelector{
	display:none;
	width:160px; 	
	line-height: 25px; 
	padding: 5px; 
	vertical-align: top; 
}

.trackerDateSelectorTitle{
	font-family: candara;
	font-size: 16px;
}


.trackerContainer {
	border: 1px solid gainsboro;
	overflow: auto;
	width: 700px;
	height: 350px;
	background: white;
	background-image:url('images/pattern.png');
	background-repeat:repeat;
	display:none;
	margin: 0px 0px 15px 0px;
}
.tdSmallHdr{
	text-align: center;
	font-family: candara;
	font-size: 11pt;
	background: #2D302E;
	color: white;
	padding: 4px 12px 4px 12px;
}	

.aTrackerQuickMode{ 	
	font-family: candara; 
	font-size: 16px;
	border: 1px solid black;
	text-decoration: none; 
	padding: 10px 15px 10px 15px;
	background: #DCDCDC;
	color: black;	
	font-weight: bold;
	white-space: nowrap;
	background
}

.aTrackerCalendarMode{ 	
	font-family: candara; 
	font-size: 16px;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-decoration: none; 
	padding: 10px 15px 10px 15px;
	background: #7F7F7F;
	color: white;	
	font-weight: bold;
	white-space: nowrap;
}

.tdTarkcerData {
	padding: 2px;
	/*background: white;*/
	font-family: candara;
	font-size:14px;
	
}



.tdTags {
	font-size: 12pt;
	font-family: candara;
	font-weight: 300;
	padding-left: 0px;	
	color: #000000;
	font-weight:bold;
}

.divExplain{
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 5px;

	border: 1px solid #808080;
	background: #BDD4B2;
	padding: 7px;

	font-size: 12pt;
	font-family: candara;
	font-weight: 300;
	color: #000000;

}

.aFieldsInfo {
	color: #006837;
	text-decoration: none; 
}

.imgSpreadsheet{
	border: 1px solid #D8D9D6;
}

.imgSpreadsheetIcon {
	border: 1px solid #909F77;
	background: #A4A4A4;	
}

.imgDashSpreadsheetIcon {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);

	-moz-border-radius: 6px; 
	moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius:6px;
	
	border: 1px solid #808080;
	background: #F2F2F2;	
}



.imgSpreadsheetIconBottom {
	background: whitesmoke;
	border: 0px;
	width: 37px;
	height: 37px;
}


.tdDashData {
	padding-top: 3px;
	padding-bottom: 2px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.tdDashBorderLeft {
	border-left: 1px solid #E6E6E6;	
}

.tdDashBorderRight {
	border-right: 1px solid #E6E6E6;	
}

.spnDashCat{
	font-size:11px;
}

.spnBottomCat {
	border:1px solid #C3C3C3; 
	background:#D2D6AF;
	padding:3px;
}

.aBottomCat{
	font-size:12px;
	text-decoration: none;
	font-family: candara;
	color: black;
}

.tdBottomCat {
	padding: 1px 10px 0px 10px;
}

.listTemplate{

	-webkit-box-shadow: 1px 2px 4px 2px rgba(80,80, 80, 1);
	-moz-box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);
	box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);

	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	margin: 0px 0px 35px 0px;
	padding:2px 30px 2px 19px;
	width: 305px;
	cursor: pointer;
	background: #8D9DB3;
	color: white;
	white-space: pre-line;
	font-family: 'Comic Sans MS','Marker Felt';
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}

.listTemplate:hover {
	background: #95AECF;
	color: whitesmoke;
}

	.facebookLogin { 
			font-size: 14px; 
			font-weight: bold; 
			line-height: 1; 
			 text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
			 font-family: arial;
	  }
	
	
.saveButtonSmall, .saveButtonSmall:visited {
	display: inline-block; 
	padding: 2px 10px 3px; 
	color: #fff; 
	text-decoration: none;
	
	-moz-border-radius: 6px; 
	moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius:6px;


	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
 

	.saveButtonSmall:hover							{ color: #fff; }
	.saveButtonSmall:active							{ top: 1px; }
	.saveButtonSmall, .saveButtonSmall:visited
												{ font-size: 12px; 
												  font-weight: bold; 
												  line-height: 1; 
												  text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
												  }
												  
	.saveButtonSmall, .saveButtonSmall:visited 			{ font-size: 13px; 
													  padding: 4px 14px 5px; }
													  
	
	.grey.saveButtonSmall, .grey.saveButtonSmall:visited		    { background-color: #424242; }
	.grey.saveButtonSmall:hover							{ background-color: #2575cf; }
	
	.lightGrey.saveButtonSmall, .lightGrey.saveButtonSmall:visited		    { background-color: #848484; }
	.lightGrey.saveButtonSmall:hover							{ background-color: #2575cf; }
	
	.lightRed.saveButtonSmall, .lightRed.saveButtonSmall:visited		    { background-color: #9A8E8E; }
	.lightRed.saveButtonSmall:hover							{ background-color: #2575cf; }
	
	.blue.saveButtonSmall, .blue.saveButtonSmall:visited		    { background-color: #2981e4; }
	.blue.saveButtonSmall:hover							{ color:#f2f2f2; }
	
	.whiteGrey.saveButtonSmall, .whiteGrey.saveButtonSmall:visited		    { background-color: #B0ADAD; }
	.whiteGrey.saveButtonSmall:hover							{ background-color: #2575cf; }	
	

	
/* button end */ 
.templateInfoContainer {
	vertical-align:text-bottom;
}

.reportData {
	line-height: 30px;  
	white-space: pre-line; 
	padding: 10px 10px 10px 10px;
	background: #7092BE;
}

.divSheetLinkSmall{
	margin: 8px 3px 25px 3px;
}
.divSheetLinkSmall:hover {
	background: #2575cf;
}

.divSheetLinkSmall a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	font-family: candara;
	font-size: 16px;
}

.tblInfoData{
	border: 1px solid black;
	background: #DDDDDD;
}

.aTipWord{
	border: 1px solid white;
	padding: 4px 6px 4px 6px;
	font-size: 14pt;
	color: black;
	white-space:nowrap;
	
	font-family: candara;

}
.aTipWord:hover{
	background:#BEC8D5;
	color: white;
}	

.smartReportData{
	line-height: 30px;  
	white-space: pre-line; 
	padding: 2px 10px 10px 15px;
	font-family: candara;
	font-size:14px;
	font-weight:bold;
}

.smartReportData a{
	font-family: candara;
	font-size:14px;
	color: black;	
	font-weight: 300;
}

.divReportLinkSmall{
	margin: 8px 3px 25px 3px;
}
.divReportLinkSmall:hover {
	background: #2575cf;
}

.divReportLinkSmall a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	font-family: candara;
	font-size: 16px;
}

.contentBottomTitle{
	font-family: candara;
	font-size: 16px;
	font-weight: bold;
	border-top:1px solid black;
	border-right:1px solid black;
	border-left:1px solid black;
	background:#D3D3D3;
	padding: 6px 10px 6px 10px;
}

.tdContentBottomAction{
	font-family: candara;
	background:#C3C3C3;
	font-size: 16px;
	text-align: center;
	padding: 6px 10px 6px 10px;
	width: 140px;
	border-right: 1px solid black;
}

.aToolbar {
	font-family: candara;
	font-size: 14px;
	color: #7F7F7F;
	text-decoration: none;
	margin-right:40px;
}
.homeLineSpace  {
	border-bottom:1px solid #F2F2F2;border-top:1px solid #F2F2F2; line-height:2px; background: white;
}

.homeSimpleBottomSpace{
	border-bottom:1px solid #c3c3c3;
}
.homeSimpleTopSpace{
	border-top:1px solid #c3c3c3;
}

.tblTemplateInfo{
	/*background: #E6E6E6;*/
}

.infoDataContainer{ 
	background: white;
    line-height:30px;
    white-space:pre-line;
	padding-left:20px;
	width:400px; 
	padding-right:8px;
	border-right:1px solid #c3c3c3;

}

.aShowFieldTitle{
	font-size: 8pt;		
	font-family: 'Comic Sans MS','Marker Felt';
	font-weight:bold;
	color: #000000;

}

.newColumn {
	
	font-size: 12px;	
	text-align: center;
	font-weight: 300;
	margin:0px 10px 0px 10px;
	
	color: blue;
	font-family: candara;
	text-shadow: 1px 1px 1px #c3c3c3;
    filter: dropshadow(color=#c3c3c3, offx=2, offy=1);
	
	
}

.aSelectFormula{
	font-family: candara;
	font-size: 12pt;
	color:black;	
	font-weight: 300;
}

.formulaCounter{
	font-size: 14px;
	font-family: candara;
	color:black;	
	
}

.actionInfoHdr {
	font-family: candara;
	font-size: 18px;	
	font-weight: bold;
}

.greyBorderShadow{
	-webkit-box-shadow: 2px 2px 2px 2px rgba(127, 127, 127, 0.9);
	-moz-box-shadow: 2px 2px 2px 2px rgba(127, 127, 127, 0.9);
	box-shadow: 2px 2px 2x 2px rgba(127, 127, 127, 0.9);
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
} 

.templateBorderShadow{
	
	moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius:4px;
	border: 1px solid #8f8f8f;

}

.templateBorderClean{
	/*border-bottom:1px solid #e6e6e6;*/
	background:white;
}


.selectedTemplate {
	-webkit-box-shadow: 2px 2px 10px 2px rgba(164, 119, 119, 0.9);
	-moz-box-shadow: 2px 2px 10px 2px rgba(164, 119, 119, 0.9);
	box-shadow: 2px 2px 10px 2px rgba(164, 119, 119, 0.9);
}

.greyBorderShadowRound{
	-webkit-box-shadow: 2px 2px 2px 2px rgba(181, 210, 182, 0.9);
	-moz-box-shadow: 2px 2px 2px 2px rgba(181, 210, 182, 0.9);
	box-shadow: 2px 2px 2px 2px rgba(181, 210, 182, 0.9);
	moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.bottomViewSelector{
	width:101px;
	padding:7px;
	text-align: center;
	margin-bottom: 25px;
	background: #c3c3c3;
	cursor:pointer;
}
.bottomViewSelector a{
	color:white;
	font-family: candara;
	font-size: 16px;
	text-decoration:none;
}
.bottomContnet{
	margin-top: 13px;
	width: 623px;
	background:white; 
	white-space:pre-line;
	line-height: 40px;
}
.bottomContnet a{
	font-family: candara;
	font-size: 16px;
	color:black;
}
.bottomContnet a:hover{
	color: #c3c3c3;
}

.embedTemplate {
	line-height: 30px;
	font-family: candara;
	font-size: 12pt;
}
.embedTemplate a{
	font-family: candara;
	font-size: 12pt;
	color: black;
}

.trackerModeSelector{
	padding: 5px 10px 5px 10px;
	color:white;
	font-family: candara;
	font-size: 12pt;	
	text-decoration:none;
	background: #808E68;
}

#saveBudgetPrivacy {
	font-family: candara;
	font-size: 12pt;	

}

.aRelatedBottom{
	color: blue;
}

.aFooter{
	font-family: candara;		
	color: black;
	font-size: 9pt;
	

}

.divAboutContent a{
	font-family: candara;
	font-size: 11pt;	
	color: blue;
	margin-left: 20px;
}

.newParagraph {
	padding: 13px 0px 20px 54px;
}

#aNewPBottom{
	color: black;
}

#imgUserProfile {
	border: 1px solid #E1DCDC;
	background: whitesmoke;
	
	-moz-border-radius: 6px; 
	moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius:6px;
	
	max-width:120px;
	max-height:90px;
		
}
#imgUserProfileLarge {
	border: 1px solid #E1DCDC;
	background: whitesmoke;
	
	-moz-border-radius: 6px; 
	moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius:6px;
	
	width:200px;
	
		
}

.imgUserProfile{
	border: 1px solid #E1DCDC;
	background: whitesmoke;
	
	-moz-border-radius: 6px; 
	moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius:6px;
}


#accountSettings {

	background: #92ACCF;
	padding:7px 0px 7px 0px;
	white-space:pre-line; 
	color:black;
	font-size: 12pt;
	font-weight: bold;
	font-family: candara;
	line-height: 28px;

}

.accountSettingsSpace{
	margin-top: 3px;
	border-top:1px solid #6A6D71;
	line-height: 3px;
} 

	

#accountSettings a {
	color:black;
	font-size: 12pt;
	font-family: candara;
	margin-left:10px;
	font-weight: 300;
	
}

#accountSettings a:hover {
	color:#8f8f8f;
}	

#editLine{
-webkit-box-shadow: 1px 2px 4px 2px rgba(80,80, 80, 1);
-moz-box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);
box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);

	-moz-border-radius: 6px; 
	moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius:6px;


	position: absolute;
	background: #e6e6e6;
	width: 180px;
	padding:0px;
	white-space:pre-line;
	color:black;
	font-size: 10pt;
	font-weight: bold;
	font-family: candara;
	line-height: 28px;
	z-index:50000;
	
}

#editLineContent a{

	font-size: 12pt;
	font-family: candara;	
	color: black;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 13px; 
	margin-left:10px;
	
}

#editLineContent a:hover{
	color: green;
	text-decoration: none;
}

#editComments{
-webkit-box-shadow: 1px 2px 4px 2px rgba(80,80, 80, 1);
-moz-box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);
box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);

	-moz-border-radius: 6px; 
	moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius:6px;


	position: absolute;
	background: #e6e6e6;
	width: 180px;
	padding:0px;
	white-space:pre-line;
	color:black;
	font-size: 10pt;
	font-weight: bold;
	font-family: candara;
	line-height: 28px;
	z-index:50000;
	
}


.tbEditLine td {
	cursor: pointer;
	background: #ffffff;
	line-height: 34px;
	font-weight: bold;
}

.tbEditLine td:hover{
	background: #c3c3c3;
	color:green;
}

.btnEditLine {

	margin-bottom:10px;
	margin-right: 10px;
}


.imgComment {
	border: 1px solid #BDBDBD;
	background:#ffffff;
	height: 27px;
	width: 27px;
	
	-moz-border-radius: 4px; 
	moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius:4px;
}

.groupMenuHdr{
	margin: 40px 0px 43px 75px;

-webkit-box-shadow: 1px 2px 4px 2px rgba(80,80, 80, 1);
-moz-box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);
box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);

	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	background: white;


	padding:2px 10px 2px 20px;
	width: 340px;
	cursor: pointer;
}

.aSmallLogo {
	color: white; 
	font-family: candara; 
	font-size: 14pt;
	text-decoration:none;
	margin-left:3px;
	
	
	text-shadow: 1px 1px 1px #c3c3c3;
     filter: dropshadow(color=#c3c3c3, offx=2, offy=1);	
}
.aSmallLogo:hover {
	color: #f2f2f2;
	text-decoration:none;
}

#mostPopularContainer {
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 1px 2px 4px 2px rgba(80,80, 80, 1);
	-moz-box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);
	box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);	
	
	font-family: candara; 
	font-size: 14pt; 
	line-height: 40px;	
	font-weight: 300; 
	padding:11px 0px 10px 30px;
	border: 1px solid #7092BE;
	background: #E0E3E6;
	margin-top: 24px;
	width: 300px; 
}

#mostPopularContainer a {
	color: blue; 
	font-family: candara; 
	font-size: 12pt;
	text-decoration:underline;
	font-weight: 300;	
}
#mostPopularContainer a:hover {
	color: #8f8f8f; 	
}
#mostPopularContainer span {
	font-family: candara; 
	font-size: 10pt;
	font-weight: bold;	
}

.feedSelectTab{
	font-family: candara; 
	font-size: 12pt;
	font-weight: bold;
	
}

/*
.feedSelectTab a{
	font-family: candara; 
	font-size: 11pt;
	color: black; 
	margin-right: 5px;
}
*/

.feedSelectTab span{
	font-family: candara; 
	font-size: 11pt;
	color: black; 
	font-weight: 300;
}

.copyCounter {
	margin-left: 0px;
	color: black;
	font-family: candara; 
	font-size: 7pt;	
	font-weight: 300;
}

.popularTemplate{
	-webkit-box-shadow: 1px 2px 4px 2px rgba(80,80, 80, 1);
	-moz-box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);
	box-shadow: 1px 2px 4px 2px rgba(80, 80, 80, 1);

	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px 3px 18px;
	white-space: pre-line;
	background: white;
	cursor: pointer;
	margin: 3px 0px 10px 0px;
	font-family: candara;
	font-size: 11pt;
	font-weight: 300;
	color: #0101DF;
	text-align:left;
	width: 300px;
}
.popularTemplate:hover{
	background: #8D9DB3;
	color: white;
}

.selectTemplateList {
	font-family: candara;
	font-size: 14px;
	font-weight: bold;
}

#feedTitleContainer{
	padding: 0px 0px 2px 0px;	
}

.feedTitle{
	font-family: candara;
	font-size: 12pt;
	font-weight: 300;
	
	
}


 .selectFeed {
 	font-family: candara;
	font-size: 14px;
	font-weight: 300;
	border: 1px solid #B0C4DE; 
	height:25px;
	background: #E3EAF2;
 
 }
 
 .feedUser{
 	font-family: candara;
	font-size: 12pt;
	font-weight:bold; 
	color: #00A2E8;	
 }
 
 .feedTemplate {
 	font-family: 'Comic Sans MS','Marker Felt';
	color: black;	
	font-weight:bold; 
	text-decoration: none; 
	font-size: 16pt;

 }
 
 .feedTemplate:hover{
	color: green;
 }
 
  .addToFriend {
 	font-family: candara;	
	color: blue;	
	font-weight:300; 
	text-decoration: none; 
	font-size: 12pt;
	
	text-shadow: 1px 1px 1px #c3c3c3;
    filter: dropshadow(color=#c3c3c3, offx=2, offy=1);	
	
	
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
 }
 
 .userLink {
  	font-family: candara;
	font-size: 14pt;
	color: black;	
	font-weight:300; text-decoration: none; 
	
	text-shadow: 1px 1px 1px #c3c3c3;
    filter: dropshadow(color=#c3c3c3, offx=2, offy=1);	
	
	
 
 }
 
 
  .newsTemplate {
 	font-family: candara;
	font-size: 14pt;
	color: blue;	
	
	text-shadow: 1px 1px 1px #c3c3c3;
    filter: dropshadow(color=#c3c3c3, offx=2, offy=1);	
 }
 
 .feedUserContainer{
	line-height: 20px;
	font-family: candara;
	font-size: 8pt;
	padding-top:2px;
	
	color:#8f8f8f;
 }
 
 .feedThreadTop {
	
	margin: 0px 0px 20px 0px;
	
	background: white; 
	padding-bottom: 5px; 
	padding-top:5px; 
	margin-bottom:1px;
	
 }
 
  .tdGroupLeft {
	
	background: white; 
	padding-bottom: 2px; 
	padding-top:4px; 
	
	
 }
 
 
 .peopleContainer {
	border-top:1px solid #D8D8D8; 
	width: 400px;
 }
 
 .feedThreadTop:hover{
	
 }
 
 .divCommentRowFeed {
	padding:2px 0px 10px 0px;
	/*margin-left:60px;*/
	font-size: 14pt;
	line-height: 25px;	
	
	white-space: pre-line;
	font-family: candara;
	
}

.divAddCommentFeed{
	padding-top: 3px;
	line-height: 25px;
	margin-left:60px;
}

.tblFeedHdr{
	margin-left:5px;
}

.tblFeedComment{
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

	
	margin-left:32px;
	background:#f2f2f2;
	width:410px;
	
}

.userInterests{
	margin-top: 10px;
	
	font-size: 12pt;
	line-height: 25px;	
	white-space: normal;
	font-family: candara;	
	margin-left: 0px;
	width: 600px;
	

}

.userInterests a{
	font-size: 10pt;
	line-height: 21px;	
	white-space: pre-line;
	font-family: candara;	
	color: #f4f4f4;
	margin-right: 15px;
	

}

.aToolbarSuggest{
	margin-left:50px;
}	

.rightSideAction a{
	font-family:candara;
	font-size:12pt;
	color:black;	
}

.budgetContainerRightHdr{
	text-align:left;
	font-family:candara;
	font-size:12pt;
	color:black;		
	line-height: 20px;
}

.creatorDetails{
	line-height:16px;
	
	font-family:candara;
	font-size:8pt;
	padding-top:5px;	
	padding-bottom:5px;	
	vertical-align:bottom;
}

.tdCreatorDetails {
	font-family:candara;
	font-size:8pt;
	color: black;
	font-weight: bold;
	
}


.creatorDetails a{
	font-family:candara;
	font-size:8pt;
	color: black;
	font-weight: 300;
	
}

.templateActionTop{
	line-height:16px;
	padding-top:5px;	
	padding-bottom:2px;	
	vertical-align:bottom;
}

.templateActionTop a{
	margin-right: 10px; 
}

#privacyContainer td{
	font-family:candara;
	font-size:8pt;
	font-weight: bold;
	line-height: 22px; 
	color: #5E83AC;
}

#privacyContainer a{
	font-family:candara;
	font-size:10pt;
	font-weight: 300;
	color: blue;
	
}

#privacyContainer div{
	font-family:candara;
	font-size:10pt;
	font-weight: 300;
	
}

#privacyContainer b{
	font-family:candara;
	font-size:10pt;
	font-weight: bold;
	
}

#privacyContainer {
	padding-top: 0px;	
	width: 400px;
	display: none;
}

#editDescription {
	font-family:candara;
	font-size:10pt;
	font-weight: 300;
	color: blue;
	margin: 10px 0px 20px 5px;
}

.descriptionHdr{
	font-family:candara;
	font-size:12pt;
	font-weight: bold;
}

.descriptionA{
	font-family:candara;
	font-size:14pt;
	font-weight: 300;
	color: black;
}


.editFieldLeft{
	-moz-border-bottom-left-radius: 6px; 
	moz-border-bottom-left-radius: 6px; 
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-left-radius:6px;
	
	-moz-border-top-left-radius: 6px; 
	moz-border-top-left-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-left-radius:6px;	
}

.editFieldRight{
	-moz-border-bottom-right-radius: 8px; 
	moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	border-bottom-right-radius:8px;
	
	-moz-border-top-right-radius: 6px; 
	moz-border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-right-radius:6px;	
}

.whiteBorderBottom{
	border-bottom: 5px solid white;
}

.aSmartReportSmall{
	font-family:candara;
	font-size:9pt;
	font-weight: 300;
	/*text-decoration:none;	*/
	color: blue;
	
}

.alignCenter{
	text-align:center;
}

.saveToContinue{
	font-family:candara;
	line-height: 28px; 
	font-size: 14px;
}

.aLineAction{
	font-family: candara;
	text-shadow: 1px 1px 1px #c3c3c3;
    filter: dropshadow(color=#c3c3c3, offx=2, offy=1);	font-size: 9pt;
	font-weight: 300;
	color: blue;
	padding: 4px 4px 3px 1px;
	text-decoration: underline;
	
	/*margin-top:4px;
	margin-right:2px;*/
	opacity: .7;
	
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;	
	height: 100%;
	
	
}

.tdLineActionIcon{
	padding-top:0px; 
	padding-right:0px; 
}

.tdLineActionComments{
	padding-top:0px; 
	padding-right:1px; 
}

.aNewLine{
	font-family: candara;
	text-shadow: 1px 1px 1px #c3c3c3;
    filter: dropshadow(color=#c3c3c3, offx=2, offy=1);	font-size: 9pt;
	font-weight: 300;
	color: blue;
	text-decoration: none;
	
	background: white;
	border: 1px solid #fafafa; 
	margin:2px 0px 7px 3px;
	
	
}


.aLineAction:hover{	

}


#saveThisTemplate  {
	padding:12px 0px 13px 3px;
}

#saveThisTemplate  td{
}

#bottomToolbar {	
	background: #ffffff;
	width: 100%;
	padding-bottom:2px;
}

#categoryNavigator {
	padding: 4px 0px 7px 0px;
	
}

#categoryNavigator td{
	font-family:candara;	
	font-size:11pt;
	font-weight: 300;
}



.seperator{
	font-size: 9pt;
	font-weight: 300;
}
.categoryNavigatorLink{
	font-size: 14pt;
	font-family: candara;
	color: blue;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
}

#sharingToolbar a{
	font-size: 10pt;
	font-family: candara;
	color: black;
	margin: 0px 10px 0px 0px;

}

#sendEmailContainer {
	margin-bottom:10px;
}

#sendEmailContainer td{
	font-family: candara;
	font-size: 10pt;
	line-height: 25px;
	font-weight: bold;
}


#sendEmailContainer input{
	width: 150px;
	font-size: 10pt;	
	font-family: candara;
}

#selectTopic {
	width: 173px;
	height: 25px;
	line-height:25px;
	color:#A9E2F3;
	font-size:14px;
	background:transparent;
	
	font-weight: 300;
	margin-left: 4px;
	margin-right: 1px;
	margin-top: 3px;
	
	font-family: 'Comic Sans MS','Marker Felt';
	border: 0px solid #C7D2E5;
	 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 
}


.textColumn {


	background: transparent;	
	 border: 0px solid #8f8f8f;
	 color: black;
}

.firstLineBold:first-line{font-weight: bold}

.numericColumn {	
	background: transparent;	
	border: 0px solid #E9E4CD;
}

.dropDownColumn{
	background: #ffffff;	
	border:0px;
	height:24px;
	
}

.calculatedColumn {
	border: 0px;
	color: black;
	opacity: 1;
	background: #f5f5f5;
}

.dateColumn {
	background: transparent;
	border: 0px solid #D9E4DC;
	height:21px;
}

.urlColumn{
	background: transparent;
	border: 1px solid #D9E4DC;
	height:21px;
}

.toolbarButton {

	font-size: 11pt; 
	font-family: candara; 
	
	border: 0px solid #D9D9D9;
	font-weight: 300;	
	color: blue;

	text-shadow: 1px 1px 1px #f2f2f2;
    filter: dropshadow(color=#f2f2f2, offx=2, offy=1);	
	
}

.descButton {



	font-size: 12pt; 
	font-family: candara; 
	color: blue;
	font-weight: bold;
	margin-bottom: 30px;
	color: blue;
}

.aToolbarSmall {
	 white-space: nowrap; 
	 color:blue; 
	 font-weight:bold; 
	 font-size: 12pt; 
	 font-family: arial; 
	 
	 text-decoration: none;
	 
	 text-shadow: 1px 1px 1px #f2f2f2;
    filter: dropshadow(color=#f2f2f2, offx=2, offy=1);	
	
}

#tblColumnSelector td{
	font-size: 11pt; font-family: candara; 
}

#tblColumnSelector a{
	font-size: 11pt; font-family: candara; color: blue;
}

#explainColumns {
	font-size: 11pt; font-family: candara;
	line-height: 28px;
	margin-bottom: 9px;
}

.columnSpaceLine{
	/*border-bottom: 1px solid #f2f2f2;*/
	margin:5px 0px 6px 0px;

}
.editColumnLeft{
	/*width: 230px;*/
	font-size: 10pt; 
	font-family: candara; 
	color: #8f8f8f;
	
}

.imgColumnExample{
	
	border: 1px solid #8f8f8f;
	-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
   border-radius:5px; 
   opacity: 0.8;
}

.formulaExplain{
	font-size: 12pt; 
	font-family: candara;
	margin-top: 10px;
}

.formulaExplain b{
	font-size: 12pt; font-family: candara;font-weight: 300; color: black;
}

.formulaSpace {
	border-bottom: 1px solid #f2f2f2;
	margin: 5px 0px 5px 0px;
}
 
.selectedColumnFormula{
	font-size: 11pt; font-family: candara;font-weight: bold; color: blue;
}

.formulaNew{
	-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
   border-radius:5px; 
  
	padding: 0px 5px 0px 0px;
}

.aCompareAction{
	font-size: 11pt; font-family: candara; color: blue;
}

.compareList{

	font-size: 11pt; font-family: candara; color: black; padding-right: 30px;
}

.columnsButton {
	color: #3F48CC;
	text-decoration: underline;
}

.columnsButton:hover {
	text-decoration: underline;
}
.reportsButton {
	color: #22AE24;
}

.shareButton {
	color: red;
}
#templateCopyCount{
	 font-family: candara; color: black;font-size: 9pt; font-weight: 300; 
	 margin-bottom:2px; 
}


.imgUserProfileSmall {
	/*border: 1px solid #f2f2f2;*/
	background: whitesmoke;
	margin-right:1px;
	
	-moz-border-radius: 3px; 
	moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;
	
	opacity: 0.6;
		
}

.saveTemplateFacebook {

	
	font-family: candara;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300; 
	color: #fffaff;
	padding: 5px 12px;
	background:#315098;
	background: -moz-linear-gradient(
		top,
		#84a2e3 0%,
		#315098 50%,
		#315098 50%,
		#315098);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#84a2e3),
		color-stop(0.50, #315098),
		color-stop(0.50, #315098),
		to(#315098));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #575754;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(0,0,0,0.2),
		0px 1px 0px rgba(000,000,000,0.4);
		
	
}


.saveTemplateFacebook:hover{
	color: #f2f2f2;
}

.saveButton {

	
	font-family: candara;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300; 
	color: #fffaff;
	padding: 5px 12px;
	background:#298c29;
	white-space:nowrap;
	
background: -moz-linear-gradient(
		top,
		#4dc74d 0%,
		#298c29 67%,
		#298c29 50%,
		#1f7a1f);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#4dc74d),
		color-stop(0.67, #298c29),
		color-stop(0.50, #298c29),
		to(#1f7a1f));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #575754;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.2),
		0px 1px 0px rgba(000,000,000,0.4);
}

.saveButton:hover{
	color: #f2f2f2;
}

.saveButtonOrange {
	background:#D5A351;
	
	background: -moz-linear-gradient(
		top,
		#C8934E 0%,
		#D5A351 67%,
		#D5A351 50%,
		#AE8846);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#C8934E),
		color-stop(0.67, #D5A351),
		color-stop(0.50, #D5A351),
		to(#AE8846));
}

.saveButtonGrey {
	background:#D5C7B1;
	
	background: -moz-linear-gradient(
		top,
		#CBC4BC 0%,
		#968B78 67%,
		#968B78 50%,
		#AEA493);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#CBC4BC),
		color-stop(0.67, #968B78),
		color-stop(0.50, #968B78),
		to(#AEA493));
}


.imgFacebook{
	border: 1px solid black;
	margin-right: 2px;
}

.aImgHandler{ 
	/* font-family: candara; color: black;font-size: 9pt; font-weight: 300; 
	 margin-left:10px;margin-top: 2px;*/
	margin-left:5px;
	cursor:pointer;
}

.aImgHandlerBorder{ 
	/* font-family: candara; color: black;font-size: 9pt; font-weight: 300; 
	 margin-left:10px;margin-top: 2px;*/
	margin-left:5px;
	cursor:pointer;
	
	-moz-border-radius: 8px; 
	moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius:8px;
	background: #f2f2f2;
	border:1px solid #8f8f8f;
}

.aImgView{	
	text-decoration: underline;
}

.aImgViewLarge{ 
	font-family: candara; color: blue;font-size: 10pt;
	margin-right: 25px;
	text-decoration: none;
	font-weight:bold;
	
	-moz-border-radius: 8px; 
	moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius:8px;
	background: #f2f2f2;
	border:1px solid #8f8f8f;
	padding:4px;
}

.imgField{
	-moz-border-radius: 3px; 
	moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;
	
	border: 1px solid #c3c3c3;
}

.privateTemplate {
	border: 0px solid #707070;
	margin: 50px 0px 0px 0px; 
	padding: 40px; 
	background: white; 
	color: black; 
	width: 450px; 
	font-size: 14pt; 
	line-height: 32px;
	font-family: candara; 
}

.privateTemplate a{
	font-size: 14pt; 	
	font-family: candara; 
	color: blue;
}

.newEditorTitle{
	padding: 10px;
	margin-top:45px;
	font-size: 14pt; 	
	font-family: candara; 
	background:#B5C6DD;
}
.newEditorContainer {
	padding: 10px; 
	background: #DCE4EF; 
	color: black; 
	width: 450px; 
	line-height: 32px;
	white-space:pre-line;
}

.newEditorContainer td{
	font-size: 14pt; 
	line-height: 32px;
	font-family: candara; 
}

.newEditorContainer img{
		-moz-border-radius: 3px; 
	moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;
	
	border: 1px solid #8f8f8f;
	background: white;
	
	width:45px;
	height:45px;
}

#editorTableName{
	font-size: 18pt; 
	line-height: 32px;
	font-family: candara; 
	margin:5px 0px 6px 0px;
	font-weight: bold;
}

#inviterName{
	font-size: 14pt; 
	font-family: candara; 
	font-weight: bold;
}


.imgEditor{
		-moz-border-radius: 3px; 
	moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;
	
	border: 1px solid #8f8f8f;
	background: white;
	
	width:30px;
	height:30px;
}

.imgTable{
	width:26px;
	height:26px;
}

.editorEmail {
	font-family: candara; 
	font-size: 12pt;
	color: #8f8f8f;
}


.editorEmailSmall {
	font-family: candara; 
	font-size: 10pt;
	color: #8f8f8f;
	margin-top: 5px;
}

#tblCreator{
		-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	
	border: 1px solid #c3c3c3;
	
}

.editInfoInp {
	font-family: candara;
	font-size: 12pt;
	color: black;	
	line-height: 22px;
	width: 400px;
}

.editButton{
	padding-top: 9px; 
	padding-bottom: 1px; 
	
}
#editorsTitle{
	font-family: candara;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 5px;
	color: #000000;
}

#topCommunities{
	padding: 20px 0px 10px 0px;
	line-height: 34px;
	font-family: candara; 
	font-size: 14pt; 

}

#topCommunities a{
	color: black;
	font-size: 12pt;
}

.aPieP { 	
	display: none;
	white-space: nowrap;
}

.aPieColumn { 	
	display: none;
	white-space: nowrap;
}


.analyzeArrHdr {
	font-weight: bold;
	line-height: 20px;
	font-family: candara;
	font-size: 14px;
	text-align:left;
}

.analyzeArrData {	
	line-height: 20px;
	font-family: candara;
	font-size: 14px;
	text-align:left;
	padding-bottom: 10px;
}

.smartReportData{
	line-height: 30px;  
	white-space: pre-line; 
	padding: 2px 10px 10px 15px;
	font-family: candara;
	font-size:14px;
	font-weight:bold;
}

#tblUserTemplates{
	margin-top: 10px;
	

}

.aEditor{
	font-size:12pt;
	font-family: candara;
}

.roundCorner5 {
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
}


#searchContainer {

	-moz-border-radius: 3px; 
	moz-border-radius:3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;	
	
	width: 180px;		
	padding:0px;
	height: 25px;
	border:1px solid #848484;
	background: white;
	margin-right: 10px;
}



#inpSearch {
	color: black;
	background: white;
	border:1px;
	font-family: tahoma;
	font-size: 8pt;
	font-weight:300;
	text-decoration: none;
	width: 155px;
	height: 23px;
	
	outline: none;
	
}

#doSearch {	
	background: white;
	border:0px;
	color: black;	
	font-family: tahoma;
	font-weight:300;
	font-size: 8pt;
	text-decoration: none;
	width: 17px;
	height: 18px;	
	cursor: pointer;
	padding:1px 2px 1px 2px;

	

	
	text-shadow: 1px 1px 1px #f2f2f2;
    filter: dropshadow(color=#f2f2f2, offx=2, offy=1);		
}

.searchButton {
	-moz-border-radius: 3px; 
	moz-border-radius:3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;
	border:1px solid #848484;
	background: #c3c3c3;
	color: white;
	padding:3px 9px 3px 9px;
	font-family: candara;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 6px;
}
	
.aClear{
	font-family: candara;
	font-size: 10pt;
	color: blue;	
	font-weight:300;
}

.userTemplate{
	border-top:1px solid #c3c3c3;
	background:#C9D6E7;
	padding: 5px 10px 5px 4px;
	width: 470px;
	white-space:pre-line;
	margin-bottom:8px;
	
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
}
.templateUpdatedProfile{
	font-family: candara;
	font-size: 10pt;
	margin-top: 1px;
}
.templateUpdatedProfile span{
	font-family: candara;
	font-size: 10pt;
}

.dailyTracker{
	
	color: black; 
	font-size: 12pt; 
	font-family: candara;
	
	text-shadow: 1px 1px 1px #c3c3c3;
    filter: dropshadow(color=#c3c3c3, offx=2, offy=1);	
	
}

.trackerLinkConatiner{
	margin: 5px 0px 7px 0px;
}

#autoSaved{
	padding-left: 10px;margin-right: 0px;  color: #8f8f8f; font-size: 10pt; font-family: candara;
}

#listCatContainer a{
	margin-left:10px;
	font-size: 12pt; 
	font-family: candara;
	color:#8f8f8f;
}

.aSearchGroup {
	font-size: 14pt; 
	font-family: candara;
	color: blue;
	margin:10px 1px 8px 1px;
	font-weight: 300;
	text-decoration: none;
}

.aUserTopic{
	font-size: 14pt; 
	font-family:candara;
	color: #999999;
	margin-left: 6px;
	margin-right: 4px;
	text-decoration: none;
	font-weight: 300;
}

.aUserTopicBold{
	font-size: 10pt; 
	font-family: arial;
	color: black;
	margin-left: 6px;
	margin-right: 4px;
	text-decoration: none;
	font-weight:bold;
}


.aUserTopicSelected{
	font-size: 10pt; 
	font-family: candara;
	margin-left: 6px;
	margin-right: 4px;
	text-decoration: underline;
	color:blue;
	font-weight: 300;
}

.approveFriend{
	color:green;	
	margin-right:10px;
}
.dropRequest{
	color:red;
}

.friendStatus{
	font-family: candara;
	font-size: 10pt; 
	font-weight:300;
	color: #9f9f9f;
}

#friendStatusContainer {
	/*
   border:0px solid #8f8f8f;
   background: #f4f4f4;
   */
   
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	

	padding:3px 5px 1px 0px;
}

#settingsButton{

	border:1px solid #8f8f8f;
	background: #ffffff;
	width:30px;
	text-align:center;
   
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	

	padding:3px;
	font-family: candara;
	font-size: 10pt;
	cursor:pointer;
	margin-top: 13px;
}


#settingsButton img{
	height:27px;
	border:0px;
}

#friendStatusContainer a{
	font-size: 10pt;
}
#tblTextOption{
	display: none;
}

.commentsSpace{
	display: none;	
	padding-bottom: 10px;
	margin-right:10px
}
.commentsContainer{
/*
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	
	background: #f2f2f2;
	border: 1px solid #CEE3F6;

	*/
	
	padding-top:4px;
	padding-left:4px;
	margin-top:1px;
	margin-left:13px;
	margin-bottom: 2px; 
	max-height: 180px;
	width: 460px;
	overflow:auto;

	
}

.commentsContainerSingle {
	background: transparent;
	border:0px;
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.6);
}

.aLineComment{
	font-size: 12pt; 
	font-family: candara;
	color:#8f8f8f;
	margin-right:3px;
	margin-left:3px;
	text-decoration:underline;
	/*
	text-shadow: 1px 1px 1px #c3c3c3;
    filter: dropshadow(color=#c3c3c3, offx=2, offy=1);	
    */
}

.aLineCommentSlide{
	color:#ffffff;
	text-decoration:none;
	font-size: 12pt;
	font-weight: bold;
}

.commentUserName{
	font-family: candara;
	font-size: 9pt; 
	
	font-weight: bold;
	

}

.addLineComment {
	padding-top: 5px;
	padding-bottom: 10px;
}

.addLineCommentFromEdit {
	font-family: candara;
	font-size: 10pt; 
	
	font-style: italic;
	text-decoration: underline;
}
.txtNewCommet {
	line-height: 19px;
}

.tblLineComments td{
	padding: 2px;
	max-width: 400px;
	white-space:pre-line;
	border-bottom: 1px solid #fafafa;
	line-height: 21px;
	font-family: arial;
	font-size:11pt;
	font-weight:300;
}

.lineCommentText{
	width:400px;white-space:pre-line;overflow:auto;
	font-family: arial;
	font-size:11pt;
}

.tblLineComments a{
	color: #4B5E94;
	font-weight:bold;
	text-decoration: none;
	font-size:11pt;
}

.hideLineComments{
	font-family: candara;
	font-size: 9pt; 
	color: blue;
	margin-left: 378px;
}

#inviteFriends {
	margin: 20px 0px 10px 00px;
	font-family: candara;
	font-size: 12pt;
	text-shadow: 1px 1px 1px #f2f2f2;
	filter: dropshadow(color=#f2f2f2, offx=2, offy=1);	

}

#inviteFriendsForm {
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	
	border: 1px solid #CEE3F6;
	background: #ECF2F7;
	padding: 8px;
	width: 182px;	
	line-height:30px;
	
}

#inviteFriendsForm input{
	
	height: 20px;
	width: 170px;
	margin-right: 3px;
	margin-bottom: 3px;
	color: #8f8f8f;
}

#inviteFriendsForm textarea{
	
	height: 60px;
	width: 168px;
	margin-right: 3px;
	color: #8f8f8f;
}

#inviteFriendsForm a{
	font-family: candara;
	font-size: 12pt;
	color: blue;
	text-decoration: underline;
	
}

#inviteFriendHlp{
	font-family: candara;
	font-size: 10pt;
	color: #2E2E2E;
	line-height: 20px;
	white-space: pre-line;
	border-top: 1px solid #CEE3F6;
	padding-top: 8px;
	margin-top: 8px;
	
}

#indexContainer{
	font-family: candara;
	font-size: 12pt;
	line-height: 21px;
	width: 450px;
	white-space: pre-line;
}

#indexContainer a{
	font-family: candara;
	font-size: 14pt;
	color: blue;
	
	text-shadow: 1px 1px 1px #f2f2f2;
     filter: dropshadow(color=#f2f2f2, offx=2, offy=1);		
}

#tblTemplateIndex td{
	font-family: candara;
	font-size: 12pt;
	line-height: 21px;
}

#tblTemplateIndex a{
	font-family: candara;
	font-size: 12pt;
	color: blue;
	
	text-shadow: 1px 1px 1px #f2f2f2;
     filter: dropshadow(color=#f2f2f2, offx=2, offy=1);
}

#moveTopic {
	font-family: candara;
	font-size: 12pt;	
	height: 22px; 
}

#tblMoveLine {
	margin-top: 8px;

}

#tblMoveLine td {
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
	
	background: #C4D6E4;
	font-family: candara;
	font-size: 10pt;	
	padding:1px 20px 1px 20px;	
	border:1px solid #8f8f8f;
	max-width:240px;
	overflow: hidden;
}

#tblMoveLine td:hover {
	background: #f2f2f2;
}

#aSortLine{
	margin-left:10px;
	opacity: 0.5;
}

.settingsTitle{
	font-family: candara;
	font-size: 12pt;
	color: black;
	
	text-shadow: 1px 1px 1px #f2f2f2;
     filter: dropshadow(color=#f2f2f2, offx=2, offy=1);
}

.aShowTemplate{
	font-family: candara;
	font-size: 12pt;
	color: red;
	padding:3px 5px 3px 5px;
	border:1px solid #c3c3c3;
	background: #f2f2f2;
	
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
	
	text-shadow: 1px 1px 1px #f2f2f2;
    filter: dropshadow(color=#f2f2f2, offx=2, offy=1);

}

#columnsMenuContainer {
	
}

#tblColumnsMenu {
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
	
	margin: 5px 0px 7px 0px;
}
#tblColumnsMenu td {
	padding: 3px 6px 3px 0px;
	text-align: center;
	font-family: candara;
	font-size: 12pt;
	color :#8f8f8f;
}

#tblColumnsMenu a {
	font-family: candara;
	font-size: 12pt;
	color: #8f8f8f;
	text-decoration: underline;
}
#moveTitle{
	font-family: candara;
	font-size: 12pt;
	font-weight: bold;
	margin:7px 0px 9px 0px;
}

#moveTitle span{
	font-family: candara;
	font-size: 12pt;
	font-weight: bold;
	color:#8f8f8f;
}

#chartMenu {
	padding-bottom:10px; 
	padding-left:10px; 
}
#chartMenu a{
	font-family: candara;
	font-size: 12pt;
	color: blue;
	text-decoration: underline;
	margin-right: 10px;
}

#newColumnContainer {
	padding: 14px 10px 14px 40px;
	font-family: candara;
	font-size: 12pt;
	line-height: 29px;
	background: #ffffff;
	
}


#newColumnContainer div {
	font-family: candara;
	font-size: 12pt;
	color: blue;
	text-decoration: underline;
	margin-right: 10px;
	text-shadow: 1px 1px 1px #f2f2f2;
	filter: dropshadow(color=#f2f2f2, offx=2, offy=1);
	
	-moz-border-radius: 10px; 
	moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	
	border:1px solid #8f8f8f;
	background: #c3c3c3;
	padding:px;
	text-align: center;
	width:120px;
	margin-bottom: 4px;
	cursor: pointer;
	
}
.aPreview{
	font-family: candara;
	font-size: 11pt;
	color: darkblue;
	text-decoration: underline;
}

#templateTags{
	font-family: candara;
	font-size: 9pt;
	padding: 3px 0px 10px 0px;
	margin-top:10px; 
	color: #8f8f8f;
	border-top: 0px solid #8f8f8f;
}

#templateTags a{
	font-family: candara;
	font-size: 9pt;
	color: darkblue;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
}

.tblProfileHdr{
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
	
	background: #ffffff;
	width: 205px;
}

.tblProfileTab{
	border: 1px solid #D2C7C7;
	line-height:30px;
}

#userPageEmbedHdr {
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 5px;
	width: 200px; 
}

#userPageEmbedHdr a{
	font-family: candara;
	font-size: 10pt;
	color:blue;	
	text-decoration: none;
	margin-left:10px; 
}

#userPageEmbed {
	overflow:auto;
	line-height: 25px;
	height: 180px;
	width:200px; 
}

#userPageEmbed a{
	font-family: candara;
	font-size: 10pt;
	color:black;	
	text-decoration: none;
	margin-left:10px; 
}

#userPageEmbed a:hover{
	color:green;	
}

.templateInput{
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 

	border:0px;
	background: transparent;
}

.templateInput:hover{
	background: white;
}

.tdTopic{
	background:#D9E7F2;
	text-align:left;
	vertical-align: middle; 
}

.tdText{
	background:#C0D6EA;
	text-align:left;
}

.tdNumeric{
	background:#CBD1E0;

}
.tdDate{
	background: #DBE9DA;
}

.tdList{
	background: #ffffff;
}

.tdImg{
	background: #ffffff;
	padding-top:10px;
	text-align:center;
}

.tdLink{
	background: #F8F5EB;
}

.tdZoom{
	padding:2px;
}

.noBorder{
	border:0px;
}

.leftBorder{
	border-left:1px solid #c3c3c3;
}


.borderTop{
	border-top:1px solid #DBE4F0;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
}


.aEmbedBottom{
	color: blue;
	font-family: candara;
	font-size: 14pt;
	font-weight:bold; 
	text-decoration: underline;
}
#searchMorePeople{
	padding:11px 0px 5px 3px;
	font-weight: bold;
	font-size: 14pt;
}

#tblTemplateHdr{
	
}

.tdEmbedHdr{
	padding: 2px 4px 2px 3px;
}
.tdHdr{
	padding: 2px 5px 2px 5px;
}

.tdHdrVisitor{
	padding: 0px 10px 0px 0px;
}
#msgFullscreen{
	font-family: candara;
	font-size: 12pt;
	padding: 0px 0px 10px 0px;
}

#msgFullscreen a{
	color: blue;
	font-family: candara;
	font-size: 12pt;
	text-decoration: underline;
	font-weight:bold;
}


.templatesCounter{
	 color:#8f8f8f; font-weight: bold;
	 margin-left:10px;
}

.aSortLines{
	color: black;
	font-family: candara;
	font-size: 12pt;
	
}

.roundCorners{
	-moz-border-radius: 2px; 
	moz-border-radius:2px; 
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius:2px;	
}

.singleRowContainer{
	
	background: #ffffff;
	width:500px;
	
	/*max-height: 350px;*/
	
}
#singleRowHeader{
	padding:3px 0px 3px 1px;
	
	border-bottom:1px solid #fafafa;
	background: #ffffff;
}

#singleDataHdr {
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	padding-left:2px; 
	background:#ffffff;
}

.singleColumnTitle{
	color: red;
	font-family: candara;
	font-size: 10pt;
	margin-top:10px;
}

.tdSingleColumnTitle{
	color: #6683A4;
	font-family: candara;
	font-size: 10pt;
	margin-top:10px;
}

.singleLineTitle{
	color:black;
	font-family: candara;
	font-size: 10pt;
	font-weight: bold;
	width:210px;
	white-space: pre-line;
	
	text-shadow: 1px 1px 1px #fafafa;
    filter: dropshadow(color=#fafafa, offx=2, offy=1);	
	
	
}

.singleMove{
	-moz-border-radius: 4px; 
	moz-border-radius:4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius:4px;	
	
	font-family: candara;
	font-size: 10pt;
	color:black;
	border:1px solid #000000;
	padding: 1px;
	background: #fafafa;
	margin-right:3px;
	
	
}

#selectTopicSingle{
	font-family: candara;
	font-size: 10pt;
	height: 20px;
	border:1px solid #8f8f8f;
	width:200px;
}

.aSingleTitle{
	color:black;
	margin-top:18px;
	font-family: candara;
	font-size: 10pt;
	text-decoration: underline;
	
}

#singleRowData{
	
}

#singleAllItems{
	color:blue;
	font-family: candara;
	font-size: 10pt;
	text-decoration: underline;
}

.singleColumnImg{ 
	-moz-border-radius: 2px; 
	moz-border-radius:2px; 
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius:2px;	 
	max-height:150px;
	max-width: 300px;
	
	border:1px solid #8f8f8f;
}

.singleColumnText{
	font-family: candara;
	font-size: 11pt;
	max-width: 400px;
	white-space:pre-line;
}

.singleColumnLink{
	color: blue;
	text-decoration: underline;
}

.btnTemplateColors{
	display:none;
}
.colorPalette{	
	-moz-border-radius: 3px; 
	moz-border-radius:3px; 
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius:3px;	 	
}

.copies{
	font-family: candara;
	font-size: 8pt;
	color:#999999;
	padding-top:0px;
	padding-bottom:3px;
}

#aSettings{
	opacity:0.8;
}

.aBg{
	-moz-border-radius: 2px; 
	moz-border-radius:2px; 
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius:2px;	 
	
	border:1px solid black;
	margin-right:2px;
	padding:2px 4px 2px 4px;
}

.aBgBlue{	background: #8EC1DA;}
.aBgRed{  background: #DA8D8D;}
.aBgGreen{  background: #AFE7BC;}
.aBgGrey{  background: #c3c3c3;}
.aBgWhite { background: #ffffff;}


#infoContainer{
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	
	background:#ffffff;
	padding:10px;

}

#descContainer{
	font-size: 10pt;
	font-family: candara;
	line-height: 19px;
	width: 450px; 	
	white-space: normal;
	padding: 5px 5px 13px 5px;
	
}

#infoEditTemplate{
	padding:5px 5px 5px 0px; 

}

.imgInfoEditor {
	width:40px;
	height:40px;
	
}
.descUsersContainer{
	font-size: 12pt;
	font-family: candara;	
	padding:5px 5px 5px 0px;
	color:#6B7C9B;
	font-weight:bold;
}

#infoEditors a{
	font-size: 12pt;
	font-family: candara;	
	color:black;
}

.infoEditors td{
	font-size: 12pt;
	font-family: candara;	
	color:#6B7C9B;	
}

.counterContainer {
	padding-left: 10px;
	border-left: 1px solid #9EBDCD;
}


.counterContainer div{
	font-size: 8pt;
	font-family: candara;	
	color:#6B7C9B;
	padding:4px 0px 5px 0px;	
	font-weight:bold;
}

.counterContainer a{
	font-size: 10pt;
	font-family: candara;	
	color:black;	
	text-decoration: underline;
	font-weight:bold;
	
}

.aEditTemplate{
	background: white;
	/*background-image:url('images/sky.png');
	background-repeat:repeat;
*/
	color:blue;  
	font-size: 9pt; 
	font-weight: 300;
	border: 0px solid #CEF6F5;
	font-family:arial;
	text-decoration: underline;
}

#duplicateField{
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	
	margin-left: 3px;
	border: 1px solid #cecece;
	color:blue;
	font-size: 10pt; 
	font-weight: bold;
	
	
}

#backupsContainer{
	background: #92ACCF;
	font-size: 12pt;
	font-family: candara;	
	color:black;	
	line-height: 22px;
	font-weight:300;
	padding-left:10px;
}

#backupsContainer span{
	font-size: 14pt;
	font-family: candara;	
	color:black;	
	line-height: 22px;
	font-weight:bold;
}


#backupsContainer a{
	
}

#backupsMsg{
	color:red;
	padding: 10px 0px 10px 0px;
	font-size: 12pt;
	font-family: candara;	
}

#backupList{
	width:340px; max-height:150px; overflow:auto; background:#ffffff;
	padding: 5px;
	
		-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;

}
#backupList a{
	font-size: 12pt;
	font-family: candara;	
	
	color:blue;	
	text-decoration: underline;
	font-weight:bold;
	
}

.aSubmitComment{
	
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	
	background: #A4ACC2;
	border: 1px solid #AFBFDB;
	padding:6px;
	text-decoration: underline;
}

.templatesTitle{
	background: #ffffff;
	padding: 12px;
	font-family: candara; 
	font-size: 16pt; 
	font-weight: bold;
} 

.homeTopic {
	padding-left:4px;
}

.templatesIndexHdr{
	font-family: candara; 
	font-size: 12pt; 	
	margin-bottom: 10px;
	font-weight: bold;
}

#divTemplateIndex {
	
	white-space: pre-line;	
	line-height: 25px;
}

#divTemplateIndex  a{
/*	white-space: nowrap;	*/
	font-family: 'Comic Sans MS','Marker Felt';	

	
	font-size: 16pt; 
	text-decoration: none;
	color: #ffffff;	
	font-weight:300;

	
}



.showTemplateGroups{
	font-family: candara; 
	font-size: 10pt; 
	text-decoration: underline;
	color: blue;	
}

.divGroup{ 
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	
	background: #ffffff;
	border: 1px solid #AFBFDB;
	padding:4px 10px 0px 4px;
	width: 200px;
	cursor: pointer;
	
} 

.divGroup:hover{
	background: #ffffff;
}

.divGroup img{
	height:70px;
	width:70px;
	border:1px solid #c3c3c3;
	
	
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
}

.groupPopTemplate{
	font-family: candara; 
	font-size: 10pt; 
	color: black;

}

#tdGroupLeft{
	padding-right: 20px;

}

#tdGroupRight{
	border-left:1px solid #f2f2f2;
	padding-left: 10px;
	padding-top:25px;
} 

#homeDemoContainer {
	border:1px solid #c3c3c3;
	
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	

}
#tblFeatures {
	line-height:22px;
}
#tblFeatures td{
	font-family: candara; 
	font-size: 12pt;  
	max-width:450px;
	
}

.tdFeatureTitle{
	font-weight:bold;
}

.tblAction{	
	
	background: #8f8f8f;
	
	-moz-border-radius: 4px; 
	moz-border-radius:4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius:4px;

}

.tblAction tr {
	background: #f2f2f2;
}
.tblAction td {
	padding: 3px 9px 3px 9px; 
}

.imgActionIcon {
-moz-border-radius: 4px; 
	moz-border-radius:4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius:4px;
	
	border:2px solid #BDBDBD;
	height:16px;
	width:16px;

}
#divTemplateOptions {
/*	line-height:35px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#divTemplateOptions a{
	font-family: candara; 
	font-size: 12pt; 
	text-decoration: none;
	color:blue;
	

}

.optionExplain{
	font-family: candara; 
	font-size: 10pt; 
	width: 430px;
	margin:2px 0px 9px 0px;
	
	

}

#templateContainerProg {
	margin:0px;
	padding:50px;
	width: 150px;
	height: 150px;
	
}	

.tdManageIcon{
	vertical-align: top; 
	padding-right: 5px;
	border-bottom: 1px solid #D8D8D8;
	padding-top: 5px;
}

.tdManageLink{
	border-bottom: 1px solid #D8D8D8;
	padding-top: 3px;
}

.imgManageIcon {
	-moz-border-radius: 4px; 
	moz-border-radius:4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius:4px;
	
	border:2px solid #000000;
	height:16px;
	width:16px;

}

#saveToContinue{
	font-family: candara; 
	font-size: 12pt; 
	line-height:30px;
}

#saveToContinue a{
	color: blue;	
	font-family: candara; 
	font-size: 12pt;
	text-decoration: underline; 
}

#selectViewMode{
	font-family: candara; 
	font-size: 10pt; 
}

.commentHeader{
	font-family: candara; 
	font-size: 14pt; 
	color: #819FF7;
	border-top:1px solid #f2f2f2;
	padding-top:4px;
	margin-left:6px;
}

.commentHeader span{
	font-family: candara; 
	font-size: 14pt; 
	color: #819FF7;
}

#tbShare td{
	padding-right:12px;
	
}

#aTellaFriend {
	margin:0px;
}
#aViewMode{
	padding:4px;
}

#tblSelectView {

	-moz-border-radius: 4px; 
	moz-border-radius:4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius:4px;
	
/*	border:1px solid #c3c3c3;*/
	background: #c3c3c3;
	margin-right:20px;

}

#tblSelectView  td{
	padding:4px;	
	background: #f2f2f2;
}
#tblSelectView  a{
	font-family: candara; 
	font-size: 12pt; 
		text-decoration: none;
}

.aHdrRound {
	-moz-border-radius: 10px; 
	moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	
	border:1px solid #8f8f8f;
	background: #c3c3c3;
	font-family: candara; 
	font-size: 11pt; 
	padding:6px 5px 2px 5px;
	color: white;
	text-decoration: none;
	margin-right: 9px;
}
.aHdrRoundGrey{
	opacity: .7;	
}

#tblTemplateAction{
	-moz-border-radius: 10px; 
	moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	
	border:1px solid #8f8f8f;
	background:#ffffff;	
	line-height:24px;
}

#tblTemplateAction td {		
	padding:0px 6px 0px 6px;
	height:100%;
}

#tblTemplateAction a{
	font-family: candara;
	font-size: 11pt;
	color:black;
	white-space: nowrap;
}
.actionBorderLeft{
	border-left:1px solid #8f8f8f;
}


.aActionProfile{
	-moz-border-radius: 10px; 
	moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	
	opacity: .5;	
	border:1px solid #8f8f8f;
	background: #c3c3c3;
	font-family: candara; 
	font-size: 11pt; 
	padding:4px 5px 2px 5px;
	color: black;
	text-decoration: none;
}

.permissionProfile{

	font-family: candara; 
	font-size: 11pt; 
	color:#2E2E2E;
	
 
}

.tdLineAction{
	width:33px;
	
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	
	height:100%;
	white-space: nowrap;
	text-align: center;
	padding-top: 2px;

}

.tdLineActionTopic{
	width:33px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
/*	border-right:1px solid #DBE4F0;*/
	height:100%;
	white-space: nowrap;
	text-align: center;
	padding-top: 0px;

}

.tdTopicData{
	border-top:1px solid #ffffff;
}
.tdPaste{	
	font-size: 10pt; 
	

}


.tbLinaAction{
	height:100%;
	width:100%;
}

.tdSelectedHeader {
	background: #345074;
} 

.tdSelectedHeader a{
	color: #ffffff;
}

.tdUnSelectedHeader {
	background: #ffffff;
}

.tdUnSelectedHeader a{
	color: #8f8f8f;
}

.singleRowDetailsHdr{
	font-family: candara; 
	font-size: 10pt; 
	margin-top:20px; 
	margin-left: 6px;
	margin-bottom: 1px;
	
	
}

.smallWindowTitle {
	font-family: candara; 
	font-size: 12pt; 
	padding:8px 0px 8px 0px;
	font-weight:bold;
	color:#799BC3;

}

#templateHeader{
	display: none;
	font-family: 'Comic Sans MS','Marker Felt';
	font-size:16pt; 
	color: #302A0F;
	max-width:500px;
	overflow:hidden; 
	font-weight:bold; 
	color:black; 
	margin-bottom: 4px;
	max-width:330px;

	
}

/*

input[type="checkbox"] {
}

input[type="checkbox"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
    font-size:14px;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(images/check_radio_sheet.png) -19px top no-repeat;
}
*/
#calculitoHdr{
	font-family: 'Comic Sans MS','Marker Felt';
	font-size: 26pt;
	font-weight:bold;
	padding:0px;
	width: 200px;
}
#calculitoHdrMoto{
	font-family: 'Comic Sans MS','Marker Felt';
	font-size: 18pt;
	font-weight:bold;
	padding-bottom:2px;
	
}

#easyTitle{
	padding:0px;
	background: -webkit-linear-gradient(#FF4000, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
		text-align: center;
	font-family: candara;
	font-size: 20pt;
	font-weight:bold;
}

#listTitle{
	padding:0px;
	text-align: center;
	font-family: candara;
	font-size: 16pt;
	font-weight:bold;
	margin-bottom:5px;
}

.divBrowseButton{
	vertical-align:middle;
	font-family: arial; 
	height: 37px;
	line-height: 37px;
	text-align: center;
	background: #5A66AB;
	
	font-size: 12pt; 
	text-decoration: none;
	color: #ffffff;	
	font-weight:300;
	
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	
	
	border: 1px solid #AFBFDB;
	width: 730px;
	cursor: pointer;
	


}
.divBrowseButton:hover{
	background: #ffffff;
	color:#D28BB9;
}

.templateBrowseHdr {
	font-family: candara;
	font-size: 14pt;
	font-weight:bold;
}

.templateBrowseDetails {
	font-family: candara;
	font-size: 14pt;
	font-weight:300;
}

#templateDemoContainer {
	background: #fafafa;
	border-right: 8px solid #8f8f8f;
	border-left: 8px solid #8f8f8f;
	border-top: 8px solid #8f8f8f;
	border-bottom: 8px solid #8f8f8f; /*759CB7*/
	z-index:1000;	
	position: absolute;
	top:-15px; 
	left:0px;
	padding: 4px 00px 30px 00px;
	width:98%;	
	display: none;
	text-align; center;		
}

.profilePrivacy {
	font-family: candara;
	margin-right: 4px;
	font-size: 12pt;
}
 
.aSaveButton{
	font-size: 12pt;
	font-family: 'Comic Sans MS','Marker Felt';
	background: #8f8f8f;
	color: white;
	padding-top: 1px;
	margin-right:40px;
	border: 1px solid #A1A687;
	
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	
	
}

.aAddRows{
	-moz-border-radius: 10px; 
	moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	
	border:1px solid #8f8f8f;
	background: #D9E7F2;
	font-family: candara; 
	font-size: 11pt; 
	padding:5px 4px 1px 4px;
	text-decoration: none;
	margin-top: 4px;
	cursor:pointer;
}

.aAddRows img{
	border:0px;
	width:18px;
}
.aAddRowsLine{
	background: white;
}


.aAddRows:hover{
	border-color: green;
}

#closeDataContainer{
	text-align: center;
	margin-top: 50px;
	padding-top: 10px;
	border-top: 5px solid #8f8f8f;
	/*height: 100%;*/
	background: #8f8f8f;
}

.imgDragHold{

	-moz-border-radius: 10px; 
	moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	/*
	background: #8f8f8f;
	background:url(images/dragIt.png) left top no-repeat;*/
	background-image:url('images/dragIt.png');
	background-size:20px 20px;
	background-position:center;
	background-repeat:no-repeat;
	width:50px;
	height:30px;
}

.formulaContainer{

	background: #c3c3c3;
	padding:6px;
}

.pasteObject{
	display:none;
	margin-left:2px;
	color: blue;
	background: #E7C7CC;
	width:50px;
}

.pasteTopic {
}

.pasteRow {
}

.groupDescription{
	white-space:pre-line;
	font-family: candara; 
	font-size: 12pt; 
	line-height:25px;
	padding:5px;
}	

#spanUserEmail {
	font-size:12pt; font-family: candara;color: #81BEF7; font-weight:bold;
	margin-right:7px; margin-left:7px;
}

#aBackToData {
	-moz-border-radius: 10px; 
	moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	
	border:1px solid #8f8f8f;
	background: #CFDAFA;
	font-family: 'Comic Sans MS','Marker Felt';
	font-weight:bold;
	font-size: 12pt; 
	padding:3px 9px 3px 9px;
	color: red;
	text-decoration: none;
	margin: 0px 5px 0px 15px;
	display:none;
}


.tdColumnHdr{
	background:#c3c3c3; font-size: 12pt;text-align:center;font-family: candara;
}

#budgetTrLast{
	background:#C4D6E4;
}
.trNewP{
background:#C4D6E4;
}
.aPlus{
	font-weight: bold;
	font-family: candara;	
	font-size: 12pt;
	color: black;
	padding:3px 0px 3px 9px;
	margin:0px;
	width: 95px;
}

.aSettings{
	background: #000000;
	padding:2px 0px 2px 0px;
	text-align: center;
	width:25px;
	margin:0px 0px 0px 4px;
	
	border-color:#2E2E2E;
}

#editFieldContainer{
	padding:6px 6px 12px 6px;
}

#editFieldHdr{
	background: #213E63;
	padding: 3px 3px 3px 5px;
	color: white;
	
}


#editFieldHdr td{

	font-weight: bold;
	font-family: 'Comic Sans MS','Marker Felt';	
	color: #ffffff;
	font-size: 12pt;
}

#editFieldFooter {
	padding: 4px;
	background: #8f8f8f;	
	/*margin-top:4px;*/
}

#confirmDelete{
	padding: 10px;
	font-family: candara;	
	font-size: 12pt;
	background: white;
}
#aFullscreen{
	padding-top:4px; padding-bottom:2px;  font-size: 12pt;white-space: nowrap;
	color: #ffffff;
	background: #8f8f8f;
	border:1px solid #c3c3c3;
}

#shareButtons a{
/*
	font-family: tahoma;
	font-size:12pt;
	color: blue;
	text-decoration: none;
	font-weight:bold;	
	padding: 4px;
	
	-moz-border-radius: 10px; 
	moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	
	border:1px solid #8f8f8f;
	background: #D9E7F2;
	margin-right:5px;
	*/
}

.linkGoButton{
	-moz-border-radius: 10px; 
	moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	
	border:1px solid #8f8f8f;
	background: #ffffff;
	font-family: tahoma;
	font-size:11pt;
	padding:1px 3px 2px 3px;
	color:#000000;
	text-decoration: none;

}

#divSharingOptions{
	padding:8px;
	background: #92ACCF;
}

#newTableContainer {
	padding:4px 0px 12px 0px;
	background: #92ACCF;
}

#newTableContainer div {
	margin:0px 8px 5px 8px;
	border-bottom:0px solid #8f8f8f;
	cursor:pointer;
	/*font-family: candara;
	font-size: 12pt;
	background: #CCB3B3;
	color: green;*/
}

/*
#newTableContainer a {

	-moz-border-radius: 10px; 
	moz-border-radius:10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius:10px;
	
	
	padding:5px 6px 5px 6px;
	border:1px solid #8f8f8f;
	cursor:pointer;
	font-family: candara;
	font-size: 12pt;
	background: #ffffff;
	color: #000000; 
	
} 

#newTableContainer a:hover {
	background: white;
	color: green;
}
*/
.tblCopyList tr{
	cursor:pointer;
	
}

.tblCopyList td{
	font-family: candara;
	font-size: 12pt;
	white-space:pre-line;
	border-bottom:1px solid #c3c3c3;
	background: #92ACCFR;
}


.tblCopyList img{
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	
	border:1px solid #8f8f8f;
	
	height: 25px;
	width: 25px;
}

.tblHomeSubject {
	margin-top:5px;
}
.tblHomeSubject td{
	padding-right:5px;
	padding-bottom:5px;

}

#contactUs{
	margin-top:40px;
	font-family: 'Comic Sans MS','Marker Felt';	
	font-size: 14pt;
	
		-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
	
	border:1px solid #8f8f8f;
	background: #f2f2f2;
	padding:6px;
	width: 270px;
}

#tableAsk{
	text-align:center;
	margin-top:40px;
	font-family: candara;	
	font-size: 12pt;
	display:none;
	
		-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
	
	border:1px solid #8f8f8f;
	background: #f2f2f2;
	padding:6px;
	width: 270px;
}

#tableAsk a{
	font-family: 'Comic Sans MS','Marker Felt';	
	font-size: 12pt;
	color:#4B72A5;
}


#contactUs a{
	font-family: 'Comic Sans MS','Marker Felt';	
	font-size: 14pt;
	color:#4B72A5;
}

#templateFullContent {
	padding-top:3px;
}

#registerInner {
	background: #D2D5D9; /* background: #CCB3B3;  */
}
#registerTitle {
	background: #606670;
	
	/*	background: #614040;*/
	
}

.inputSingUp {
	height: 24px;

}

.orUseEmail{
/*	font-family: 'Comic Sans MS','Marker Felt';	*/
	font-family: candara;	
	font-weight:bold;
	font-size: 14pt;
	color:black;
	padding: 10px 0px 5px 0px;

}

#newTableBack {
	background: #8f8f8f;
	text-align: center;
	padding:10px;
}

.imgDone{
	width:20px;
	height:20px;
	border:0px;
}

.loginContainer {
	padding:20px;
}

.loginBottom {
	background:#8f8f8f;
}

.newTableLabel{ 
	font-family: candara;
	font-size:12pt;
	color:#000000;
	padding:10px 0px 1px 0px;

}

#editorsContainer {
	padding: 12px 20px 20px 10px; 
	background:#92ACCF;
}

.imgUploadProfile{
		-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
	
	border:1px solid #8f8f8f;
	background: #ffffff;
}

#notification{ 
		-moz-border-radius: 8px; 
	moz-border-radius:8px; 
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius:8px;	
	
	font-family: candara;
	font-size:12pt;
	border:1px solid #c3c3c3;
	background: #ffffff;
	margin-left:6px;
	padding:2px 5px 5px 5px;
	color:#c3c3c3;
	cursor: pointer;
	

}

#logContainer{
	max-height:200px;
	overflow:auto;
	padding:10px;
}

#logContainer table{
	width:370px;
}

#logContainer td,span{
	font-family: candara;
	font-size:12pt;
	font-weight:300;
}

#logContainer .tdLogUser{
	font-weight:bold;
}


.logSubject{
	color: green;
	margin-left: 5px;
}
.tdLogImg {
	width: 50px;
	
}

.tdLogCreated {
	text-align: right;
	color: #8f8f8f;
}

.imgLog{
		-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	

	background: #ffffff;
	border:1px solid #8f8f8f;
	height:45px;
	width:45px;
}

.rowAction{
	
}
.loadMore{
	-moz-border-radius: 5px; 
	moz-border-radius:5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;	
	
	border:1px solid #8f8f8f;
	padding:4px;
	background: #c3c3c3;
	color: black;
	cursor:pointer;
	font-family: candara;
	font-size:12pt;
	text-align:center;
 
}

#tblBudgetBody{
	-moz-border-radius: 7px; 
	moz-border-radius:7px; 
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius:7px;	
}

.tdHdrBorderRight{
	-moz-border-top-right-radius: 6px; 
	moz-border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-right-radius:6px;		
}

.tdLastBorderRight{
	-moz-border-bottom-right-radius: 6px; 
	moz-border-bottom-right-radius: 6px; 
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-right-radius:6px;		
}
