/*- Css classes -*/
.text-color-control {

}

.text-color-control-item {

}

.text-color-control-item-normal {

}

.text-color-control-item-active {

}

.text-color-content {

}

.text-color-content-comment {

}

.text-color-content-label {

}

.text-color-error {

}

.text-color-caption {

}

.text-color-link {

}

.text-color-warning
{
	color: #ff6600!important;
}

/*-- Global --*/

  .text-color-control
, .text-color-control-item
, .text-color-control-item-normal
, .text-color-control-item-active
, .text-color-content
, .text-color-content-comment
, .text-color-content-label
, .text-color-error
, .text-color-caption
, .text-color-link
,a.text-color-link:link/*only for IE*/
,a.text-color-link:visited/*only for IE*/
,a.text-color-link:active/*only for IE*/
,a.text-color-link:hover/*only for IE*/
,body/*to remove*/
,label/*to remove*/
{
	color:Black;
	
}
	.text-color-like-link
, .text-color-link:link
, .text-color-link:visited
, .text-color-link:active
, .text-color-link:hover
,a.text-color-link:link/*only for IE*/
,a.text-color-link:visited/*only for IE*/
,a.text-color-link:active/*only for IE*/
,a.text-color-link:hover/*only for IE*/
,a:link/*to remove*/
,a:visited/*to remove*/
{
	color:#003399;
	
}


  .text-color-link:active
, .text-color-link:hover
,a.text-color-link:active/*only for IE*/
,a.text-color-link:hover/*only for IE*/
,a:active/*to remove*/
,a:hover/*to remove*/
,a.hover
{
	color:#FF3300 !important;
	
}

  .text-color-error
, .text-color-error a
, .text-color-error a:link
, .text-color-error a:visited
,a.text-color-error:link /*only for IE*/
,a.text-color-error:visited /*only for IE*/
{
	color: Red;
}

.text-color-content-comment {
	color:#3399CC;
	
}


/*-- .control text-color  --*/


.toolbarWarning .text-color-content {
	color:#00498F;
	
}

 .contentFormHeader .text-color-caption
,.contentFormHeader .text-color-caption a:link
,.contentFormHeader .text-color-caption a:visited
{
	color:#3399CC;
	
}

 .contentFormHeader .text-color-content
,.contentFormHeader .text-color-content a:link
,.contentFormHeader .text-color-content a:visited
{
	color:#3399CC;
	
}

 .menu-horizontal  .text-color-control-item-active
,.menu-horizontal a.text-color-control-item-active/*only for IE*/
{
	color:#ff6600!important;
}

 
.contentTaskHeader .text-color-caption {
	color:#ECF1FA;
	
}

 .toolbar .text-color-control-item
,.toolbar .text-color-control-item-normal
,.toolbar .text-color-control-item-active
{
	color:Black;
	
}

 .tabbedMenu  .text-color-control-item
,.tabbedMenu  .text-color-control-item-normal
,.tabbedMenu a.text-color-control-item-normal:link/*only for IE*/
,.tabbedMenu a.text-color-control-item-normal:visited/*only for IE*/
,.tabbedMenu  .text-color-control-item-active
,.tabbedMenu a.text-color-control-item-active:link/*only for IE*/
,.tabbedMenu a.text-color-control-item-active:visited/*only for IE*/
{
	color:#FFFFFF;
	
}

 .tabbedMenu  .text-color-control-item-active
,.tabbedMenu a.text-color-control-item-active:link/*only for IE*/
,.tabbedMenu a.text-color-control-item-active:visited/*only for IE*/
{
	color:#064795;
	
}

.wizardMenu--content .text-color-caption {
	color:Black;
	
}


 .wizardMenu--content .text-color-conrol-item
,.wizardMenu--content .text-color-conrol-item-normal
,.wizardMenu--content .text-color-conrol-item-active
{
	color:#999999;
	
}

.wizardMenu--content .text-color-conrol-item-active
{
	color:Black;
	
}

 .wizardMenu--content .complited .text-color-conrol-item
,.wizardMenu--content .complited .text-color-conrol-item-normal
,.wizardMenu--content .complited .text-color-conrol-item-active
{
	color:Black;
	
}

 .contentLanguage--text .text-color-content
,.contentLanguage--text .text-color-content a:link
,.contentLanguage--text .text-color-content a:visited
{
	color:White;
	
}

.contentPleaseWait .text-color-content {
	color:#6699cc;
	
}


.status .caption .text-color-caption {
	color:#8eaecd;
	
}

.status .caption .text-color-content {
	color:#8eaecd;
	
}

 .status .links  .text-color-content
,.status .links a.text-color-content:link/*only for IE*/
,.status .links a.text-color-content:visited/*only for IE*/
{
	color:#414e9c;
	
}

 .navigationPath .text-color-conrol-item-active
,.navigationPath .text-color-conrol-item-active a:link
,.navigationPath .text-color-conrol-item-active a:visited
{
	color:Black;
	
}

.bordered
{
	border: 1px solid #8FAECD;
}

.bordered-no-top
{
	border: 1px solid #8FAECD;
	border-top-width: 0px;
}

.tableList
{
	background-color: White;
}

table.tableList tr.tableList
{
	border-bottom-color: #e5e5e5;
}


.tableList .text-color-caption {
	color:Black;
}

.tableList .text-color-content {
	color:Black;
}

 .fieldset .fieldset--legend  .text-color-caption
,.fieldset .fieldset--legend a.text-color-caption:link/*only for IE*/
,.fieldset .fieldset--legend a.text-color-caption:visited/*only for IE*/
{
	color:#003399;
	
}

/*text-color-button*/
 .button  .text-color-control
,.button a.text-color-control:link/*only for IE*/
,.button a.text-color-control:visited/*only for IE*/
,.button a.text-color-control:active/*only for IE*/
,.button a.text-color-control:hover/*only for IE*/
{
	color:Black !important;
	
}

.errorManager .text-color-caption
{
	color:Red;
	
}

.errorManager-normal .text-color-content {
	color:Black;
	
}

.errorManager-critical .text-color-content {
	color:#414e9c;
	
}

.errorManager .errorInfo-technical .text-color-content {
	color:Gray;
	
}

.errorManager .errorInfo-developer .text-color-content {
	color:Black;
}


.secretAnswers .secretAnswersItem .text-color-content-label {
	color:#B47EB2;
	font-weight: bold;
	
}

.userStatistics .userStatistics--caption .text-color-content {
	color:#595959;
	
}

.accountSearchResult .text-color-content {
	color: #58595B;
	
}

/*- Other -*/

 form input
,form textarea
,form select
,form button
{
	color:Black;
	
}

form .disabled
{
	color:#666666!Important;
	
}
.disabled td
{
	color:#666666!Important;
	
}

/*- Disabled texts -*/

 .disabled .button .text-color-control
,.button-disabled  .text-color-control
,.button-disabled a.text-color-control:link/*only for IE*/
,.button-disabled a.text-color-control:visited/*only for IE*/
{
	color:#A9A9A9 !important;
	
}

 .disabled
,.disabled .text-color-control
,.disabled .text-color-control-item
,.disabled .text-color-control-item-normal
,.disabled .text-color-control-item-active
,.disabled .text-color-content
,.disabled .text-color-content-comment
,.disabled .text-color-content-label
,.disabled .text-color-error
,.disabled .text-color-caption
,.disabled .text-color-link
,.disabled a
,.disabled a.text-color-link:link/*only for IE*/
,.disabled a.text-color-link:visited/*only for IE*/
,.disabled a.text-color-link:active/*only for IE*/
,.disabled a.text-color-link:hover/*only for IE*/
,.disabled table.tableList th.tableList
,.disabled label/*to remove*/
{
	color:#666666;
	
}


.wizardMenu .current .text-color-conrol-item-active
{
	color:Red;
}
.wizardMenu  .text-color-conrol-item-normal
{
	color:Black;
}

.table-noitems
{
	background-color: White;
}

table.tableList th.tableList
{
	background-color: #E5E5E5;
	color:#003399;
}

table.tableList th.clean 
{
	background-color: White;
}

table.tableList tr.grey 
{
	background-color: #f5f5f5;
}


.userStatistics .placeHolder {
	background-color: #ffffff;
}

.infoPanel
{
	background-color: White;	
}

.infoPanel span
{
	color:#064795;	
}