HTML, BODY
{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
BODY, SELECT, TEXTAREA, INPUT
{
	font-family: "Segoe UI", Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #666666;
}
P
{
	margin: 6px 0;
	padding: 0;
}
PRE
{
	font-size: small; 
	color: #666666;
}
A
{
	color: #40A030;
	text-decoration: none;
}
A:hover
{
	color: #903000;
	cursor: pointer;
}
A IMG
{
	border: none;
	text-decoration: none;
}
DIV.header
{
	margin: 0 0 20px !important;
	min-height: 48px;
}
DIV.header P.subtitle
{
	font-size: 12px;
	font-style: italic;
	color: #888;
	margin: 0 0 0 2px;
}
DIV.header.icon.doc24
{
	background: url(App_Themes/Default/images/common/48x48/document.png) no-repeat;
	padding: 0 0 0 60px;
}
DIV.header.icon.deskcalendar48
{
	background: url(App_Themes/Default/images/common/48x48/deskcalendar.png) no-repeat;
	padding: 0 0 0 60px;
}
DIV.header.icon.collateral48
{
	background: url(App_Themes/Default/images/common/48x48/package.png) no-repeat;
	padding: 0 0 0 60px;
}
DIV.header.icon.report48
{
	background: url(App_Themes/Default/images/common/48x48/report.png) no-repeat;
	padding: 0 0 0 60px;
}
DIV.header.icon.columnchart48
{
	background: url(App_Themes/Default/images/common/48x48/columnchart.png) no-repeat;
	padding: 0 0 0 60px;
}
DIV.header.icon.insight48
{
	background: url(App_Themes/Default/images/common/48x48/insight.png) no-repeat;
	padding: 0 0 0 60px;
}
DIV.header.icon.workflow48
{
	background: url(App_Themes/Default/images/common/48x48/content-tree.png) no-repeat;
	padding: 0 0 0 60px;
}
DIV.header.icon.evaluation48
{
	background: url(App_Themes/Default/images/common/48x48/Autocomplete.png) no-repeat;
	padding: 0 0 0 60px;
}
DIV.header.icon.manual48
{
	background: url(App_Themes/Default/images/common/48x48/addressbook.png) no-repeat;
	padding: 0 0 0 60px;
}
DIV.header.icon.clock48
{
	background: url(App_Themes/Default/images/entities/48x48/clock.png) no-repeat;
	padding: 0 0 0 60px;
}
  
DIV.header.icon.giftcard48 {
    background: url(App_Themes/Default/images/entities/48x48/GiftVoucher.png) no-repeat;
    padding: 0 0 0 60px;
}
DIV.header.icon.storecard48
{
	background: url(App_Themes/Default/images/entities/48x48/StoreCard.png) no-repeat;
	padding: 0 0 0 60px;
}

DIV.header.icon.stats48
{
	background: url(App_Themes/Default/images/entities/48x48/stats.png) no-repeat;
	padding: 0 0 0 60px;
}
DIV.header.icon.finance48
{
	background: url(App_Themes/Default/images/entities/48x48/finance.png) no-repeat;
	padding: 0 0 0 60px;
}


DIV.header.icon H1
{
	margin: 0;
}
H1
{
	color: #509040;
	font-weight: normal;
	font-size: 28px;
	margin: 4px 0;
	padding: 0;
}
H2
{
	color: #509040;
	font-weight: normal;
	font-size: 25px;
	margin: 4px 0;
}
H3
{
	color: #509040;
	font-weight: normal;
	font-size: 20px;
	margin: 4px 0;
	border-bottom: 1px dotted #DCDCDC;
}
H4
{
	color: #509040;
	font-weight: normal;
	font-size: small;
	border-bottom: 1px dotted #DCDCDC;
}
H5, H6
{
	color: #509040;
	font-weight: normal;
	font-size: small;
}
H1 IMG, H2 IMG, H3 IMG, H4 IMG, H5 IMG, H6 IMG
{
	vertical-align: middle;
}
.displayNone
{
	display: none;
}
.strong
{
	font-weight: bold;
}
DIV.cms-legend
{
	width: 755px;
	border: 1px solid #FFCC66;
	background-color: #FFFF99;
	padding: 4px;
	margin-bottom: 4px;
	font-family: "Arial Narrow";
	color: #000;
}
P.cms-legend-header
{
	font-weight: bold;
	cursor: pointer;
}
DIV.cms-legend P
{
	padding: 0;
	margin: 0;
}
DIV.cms-legend TABLE
{
	width: 100%;
	margin-top: 4px;
	white-space: normal;
}
DIV.cms-legend TABLE TD:first-child
{
	border-right: 1px solid #FFCC66;
	padding-right: 8px;
}
DIV.cms-legend TABLE TD:last-child
{
	padding-left: 8px;
}
DIV.cms-legend TABLE TD.tag
{
	font-weight: bold;
	font-family: Consolas, "Courier New";
}
/*TELERIK*/
.RadGrid TH
{
	font-weight: bold !important;
}
.RadGrid TD.rgHeader, .RadGrid TH.rgHeader
{
	color: #666666;
	font-weight: bold;
}
.RadGrid TD A:hover, .RadGrid TH A:hover
{
	color: #509040;
}
.RadComboBox 
{
    padding-bottom: 2px;
    padding-top: 1px;
    padding-right: 4px;
}
/*DOCUMENTS*/
DIV#documents DIV.tree
{
	float: left;
	width: 150px;
	margin: 0 14px 20px 0;
	border: 1px solid #CCC;
	/*[disabled]background-color:#F8F8F8;*/
	min-height: 200px;
}
DIV#documents .document-gutter
{
	margin: 0 10px 0 166px;
}
DIV#documents DIV.list
{
	float: left;
	width: 765px;
}
DIV#documents LI.ruActions
{
	display: none;
}
/*FORUMS*/
DIV#forum
{
	margin: 0 10px 20px 60px;
	padding-top: 10px;
	cursor: default;
}
DIV#forum DIV.new-post
{
	background-color: #F8F8F8;
	border: 1px solid #EEE;
	padding: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
DIV#forum DIV.submit
{
	margin-top: 10px;
}
DIV#forum ABBR
{
	border: none;
}
DIV#forum TABLE.forum-grid
{
	width: 100%;
	color: #888;
}
DIV#forum TABLE.forum-grid TR TH
{
	color: #000;
	border-bottom: 3px solid #000;
	padding: 0 20px 6px 0;
}
DIV#forum TABLE.forum-grid TR:first-child TD
{
	/*[disabled]padding-top:20px;*/
}
DIV#forum DIV.post-edited
{
	/*[disabled]font-size:12px;*/
	color: #0000CC;
	margin-top: 4px;
}
DIV#forum TABLE.forum-grid TR TD
{
	border-bottom: 1px solid #AAA;
	padding: 10px 20px 10px 0;
}
DIV#forum TABLE.forum-grid TD.td-post-author
{
	color: #000;
	font-weight: bold;
	width: 110px;
}
DIV#forum TABLE.forum-grid TH.th-title
{
	width: 400px;
}
DIV#forum TABLE.forum-grid TR:last-child TD
{
	border: none;
}
DIV#forum TABLE.forum-grid DIV.post-body
{
	color: #000;
	clear: both;
	padding: 10px 0 20px;
	cursor: text;
}
DIV#forum TABLE.forum-grid DIV.post-posted
{
	float: left;
	font-size: 11px;
}
DIV#forum TABLE.forum-grid SPAN.post-posted-on
{
	/*[disabled]color:#444;*/
}
DIV#forum TABLE.forum-grid DIV.post-permalink
{
	float: right;
	font-size: 11px;
}
DIV#forum TABLE.forum-grid DIV.forum-count
{
	color: #000;
	text-align: center;
	font-size: 13px;
	margin-bottom: 2px;
}
DIV#forum TABLE.forum-grid DIV.forum-count-text
{
	text-align: center;
	font-size: 11px;
	color: #888;
}
DIV#forum TABLE.forum-grid DIV.forum-startedby
{
	font-size: 12px;
}
DIV#forum TABLE.forum-grid DIV.forum-lastpost
{
	font-size: 12px;
	/*[disabled]margin-top:3px;*/
}
DIV#forum TABLE.forum-grid DIV.forum-lastpost SPAN SPAN
{
	color: #000;
}
DIV#forum DIV.forum-options
{
	text-align: right;
	margin: 0 0 4px;
}
DIV#forum DIV.forum-options A
{
	font-weight: bold;
}
DIV#forum DIV.forum-options A.button
{
	/*[disabled]color:#218510;*/
	/*[disabled]border:1px solid #40A030;*/
	/*[disabled]background-color:#FFF;*/
	/*[disabled]padding:4px 6px;*/
	/*[disabled]border-radius:4px;*/
}
DIV#forum DIV.forum-options A.button:hover
{
	/*[disabled]background-color:#F1FDEF;*/
}
DIV#forum .forum-title
{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 4px;
}
DIV#forum .forum-desc
{
	font-weight: bold;
	/*[disabled]color:#888;*/
	color: #333;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 8px;
	line-height: 0.5em;
}
.underlineLink
{
    text-decoration: underline;
}

.FunctionEditor .SourcePanel
{
    width: 438px;   
    margin-right:10px;
}

.FunctionEditor .DestinationPanel
{
    width: 438px;   
    margin-left:10px;
}

.FunctionEditor .SourcePanel li, .GroupEditor .DestinationPanel li
{
    font-size:12px;
    width:106px;
    line-height:18px;
    overflow:hidden;
    float:left;
    border:1px #999 solid;
    margin: 4px; 
    padding: 4px;
}

/**************************
ACCOUNTING PAGES
**************************/
.account-export-disabled-info
{
    width: 54%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFA8A8;
    padding: 10px 14px 10px 14px;
    text-align: center;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 5px #C2C2C2;
    -webkit-box-shadow: 3px 3px 5px #C2C2C2;
    box-shadow: 3px 3px 5px #C2C2C2;
    border: solid 1px #C58282;
}
.accounts-not-imported-info
{
    width: 54%;
    margin-left: auto;
    margin-right: auto;
    background-color: #C5ECC2;
    padding: 6px 10px 6px 10px;
    text-align: center;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 5px #C2C2C2;
    -webkit-box-shadow: 3px 3px 5px #C2C2C2;
    box-shadow: 3px 3px 5px #C2C2C2;
    border: solid 1px #8FBE8C;
}
.accounting-loading-panel
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
