﻿/************ Login Page *************/


/* Application Name: CallView360 - Login */
.page-title h1
{
	color: White !important;
}

/*Client phone number: 800 DIAL800 */
.number-style
{
    color:White;
}

/*User:, Password: */
.txtbox label
{
    color: Black;
}

/* Textboxes*/
.txtbox input
{
	color: Gray;
}

.login-error-message
{
    color: Red;
}


/****************************************************/

/************ Left Menu *************/

/* Not selected menu items*/
.nor a, .norSub a
{
	color: #163562;
}

/* Selected menu items*/
.sel a
{
	color: #ffffff;
}

/* Category menu items*/
.cat, .cat a
{
	color: #ffffff;
}

/* Disabled menu items*/
.norSubDisabled a
{
	color: #000;
}

/****************************************************/


/************ "Export To" links *************/

.subNavTXT {
	color: #FFFFFF !important;
}

.subNavTXT a{
	color: #FFFFFF !important;
}

/****************************************************/


/************ Dashboard Header *************/

 
#TopLogin{
	color:white;
}

#TopLogin a:link , #TopLogin a:visited 
{
  color:white;
}
#TopLogin a:hover
{
  color:white;
}

/****************************************************/

/************ Webparts *************/

/* Chart options links */
.webpart .shd a
{
	color: #5f819c;
}

/* Selected chart option link */
.webpart .shd a.selected
{
	color: #9D0000;
}

/* "Export to" link in webpart title*/
.webpart .hd .options a
{
	color: #ffffff;
}

/* Webparts title */
.blue .hd
{
	color: #ffffff;
}

/* Webparts title links */
.blue .hd a
{
	color: #454c54;
}

/* Route type links */
.routeTypeBox .webpart_route .hd a
{
	color: #ffffff;
}

/* Routes title*/
.routeHeader
{
    color: #ffffff;
}

/****************************************************/

.greenText
{
    color:Green;
}
.redText
{
    color:Red;
}

#IsActiveMessage
{
    color:Red;
}

.boomerangWarningMessage
{
    color: Red;
}

.activeClientChangeLink
{
    color:White !important;
}

/* Deafult link color for the entire application */

a
{
	color: #003366;
}
/*********** Call Details Table **********************/

/* Call Details Table Header Background*/
.results .callDetHeader 
{
	color:White; 
}

/* Call Details Table Row Background*/
.results .callDetRow 
{
}


/* Call Details Table Alternate Row Background*/
.results .callDetAltRow 
{
}

/* Call Details Table Footer Background*/
.results .callDetBottom 
{
	color: #5f819c;
	font-weight: bold;
}
 
/* IntelliRoute white table header.*/ 
.intellirouteBox a
{
	color:#FFFFFF !important;
}




/* Color of the paging-related text below tables */
.pagingText
{
    color: Gray;
}


/******************************************************/

/*** Pop-up forms (Contact-Us, Feedback, Need-help) ***/

/* Main message */
#spnBody
{
    color: Blue;
}

/* "Your email:" text */
#spnEmailHeader
{
    color: Black;
}

/* "Comments/Suggestions" text */
#spnQuestionHeader
{
    color: Black;
}

/******************************************************/