/* TODO: Some texts in "status" was black, but i dont remember which */

/*- 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 {

}

/*-- 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;
	/*color:Orange;*/
}

  .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;
	/*color:Orange;*/
}


  .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;
	/*color:Orange;*/
}

  .text-color-error
,a.text-color-error:link/*only for IE*/
,a.text-color-error:visited/*only for IE*/
{
	color: Red;
	/*color:Orange;*/
}

.text-color-content-comment {
	color:#3399CC;
	/*color:Orange;*/
}


/*-- .control text-color  --*/


.toolbarWarning .text-color-content {
	color:#00498F;
	/*color:Orange;*/
}

 .contentFormHeader .text-color-caption
,.contentFormHeader .text-color-caption a:link
,.contentFormHeader .text-color-caption a:visited
{
	color:#3399CC;
	/*color:Orange;*/
}

 .contentFormHeader .text-color-content
,.contentFormHeader .text-color-content a:link
,.contentFormHeader .text-color-content a:visited
{
	color:#3399CC;
	/*color:Orange;*/
}


 .menu-horizontal  .text-color-control-item
,.menu-horizontal  .text-color-control-item-normal
,.menu-horizontal a.text-color-control-item-normal:link/*only for IE*/
,.menu-horizontal a.text-color-control-item-normal:visited/*only for IE*/
,.menu-horizontal  .text-color-control-item-active
,.menu-horizontal a.text-color-control-item-active:link/*only for IE*/
,.menu-horizontal a.text-color-control-item-active:visited/*only for IE*/
{
	color:White;
	/*color:Orange;*/
}

 .menu-horizontal  .text-color-control-item-active
,.menu-horizontal a.text-color-control-item-active/*only for IE*/
{
	color:#ff6600;
	/*color:Orange;*/
}

 
.contentTaskHeader .text-color-caption {
	color:#ECF1FA;
	/*color:Orange;*/
}

 .toolbar .text-color-control-item
,.toolbar .text-color-control-item-normal
,.toolbar .text-color-control-item-active
{
	color:Black;
	/*color:Orange;*/
}

 .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:#666666;
	/*color:Orange;*/
}

 .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;
	/*color:Orange;*/
}

.wizardMenu--content .text-color-caption {
	color:Black;
	/*color:Orange;*/
}


 .wizardMenu--content .text-color-conrol-item
,.wizardMenu--content .text-color-conrol-item-normal
,.wizardMenu--content .text-color-conrol-item-active
{
	color:#999999;
	/*color:Orange;*/
}

.wizardMenu--content .text-color-conrol-item-active
{
	color:Black;
	/*color:Orange;*/
}

 .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;
	/*color:Orange;*/
}

.wizardMenuButtons .wizardMenuButtons--text .text-color-content-comment {
	color:Gray;
	/*color:Orange;*/
}

 .contentLanguage--text .text-color-content
,.contentLanguage--text .text-color-content a:link
,.contentLanguage--text .text-color-content a:visited
{
	color:White;
	/*color:Orange;*/
}

.contentPleaseWait .text-color-content {
	color:#6699cc;
	/*color:Orange;*/
}


.status .caption .text-color-caption {
	color:#8eaecd;
	/*color:Orange;*/
}

.status .caption .text-color-content {
	color:#8eaecd;
	/*color:Orange;*/
}

 .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;
	/*color:Orange;*/
}

 .navigationPath .text-color-conrol-item-active
,.navigationPath .text-color-conrol-item-active a:link
,.navigationPath .text-color-conrol-item-active a:visited
{
	color:Black;
	/*color:Orange;*/
}

.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;
	/*color:Orange;*/
}

/*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;
	/*color:Orange;*/
}

.errorManager .text-color-caption
{
	color:Red;
	/*color:Orange;*/
}

.errorManager-normal .text-color-content {
	color:Black;
	/*color:Orange;*/
}

.errorManager-critical .text-color-content {
	color:#414e9c;
	/*color:Orange;*/
}

.errorManager .errorInfo-technical .text-color-content {
	color:Gray;
	/*color:Orange;*/
}

.errorManager .errorInfo-developer .text-color-content {
	color:Silver;
	/*color:Orange;*/
}


.secretAnswers .secretAnswersItem .text-color-content-label {
	color:#B47EB2;
	font-weight: bold;
	/*color:Orange;*/
}

.userStatistics .userStatistics--caption .text-color-content {
	color:#595959;
	/*color:Orange;*/
}

.accountSearchResult .text-color-content {
	color: #58595B;
	/*color:Orange;*/
}

/*- Other -*/

 form input
,form textarea
,form select
,form button
{
	color:Black;
	/*color:Orange;*/
}

form .disabled
{
	color:#999999;
	/*color:Orange;*/
}


/*- 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;
	/*color:Orange;*/
}

 .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 label/*to remove*/
{
	color:Silver;
	/*color:Orange;*/
}
