﻿/* main.css */

a {
	color:#0082dd;
	text-decoration:underline;
	}
	
a:hover {
	color:#e25f08;
	text-decoration:none;
	}
	
/* selfService.css */

#content
{
	padding-bottom: 0px;
}

#contentcopy
{
	padding-bottom: 0px;
}

#contentcopyWithButtons
{
	padding-top: 0px;	
}

.registrationFrame
{
	border-top: solid 1px #0082dd;
}

.registrationFrameWide
{
	border-top: solid 1px #0082dd;
}

.registrationFrameExtraWide
{
	border-top: solid 1px #0082dd;
}

.registrationAgreementTextBox
{
	border: solid 1px #0082dd;
}

.registrationAgreementShortTextBox
{
	border: solid 1px #0082dd;
}

.customerClassificationLabel
{
	color:#0082dd;
}

.customerClassificationLabel:hover, customerClassificationLabel:active
{
	color:#e25f08;
}

.clickableLabel
{
	color: #0082dd;
}

.clickableLabel:hover, clickableLabel:active
{
	color:#e25f08;
}

.dashboardTitle
{
	border-top: solid 1px #0082dd;
}

.dashboardItemClickableTitle
{
	color: #0082dd;
}

.dashboardItemClickableTitle:hover, dashboardItemClickableTitle:active
{
	color: #e25f08;
}

.calendar .ajax__calendar_hover .ajax__calendar_day,
.calendar .ajax__calendar_hover .ajax__calendar_month,
.calendar .ajax__calendar_hover .ajax__calendar_year {
    color: #e25f08;
}


.calendar .ajax__calendar_container {
    border:1px solid #0082dd;
}

.gridAlternatingRow
{
	background-color: #f2f2e0;	
}

.gridHighlightedRow
{
	background-color: #e9e8fc;
}	

.gridPagerPanelBottom
{
	border-top: solid 1px #0082dd;
}

.gridMenuPanelBottom
{
	border-top: solid 1px #0082dd;
}

.gridPagerButton
{
	color: #0082dd;	
}

.gridPagerButtonInactive
{
	color: #0082dd;	
}

.gridPagerLabel
{
	color: #0082dd;	
}

.gridMenuLabel
{
	color:#0082dd;
}

.gridMenuLabel:hover
{
	color:#e25f08;
}
	
.gridMenuLabelRightmost
{
	color: #0082dd;
}

.gridMenuLabelRightmost:hover
{
	color:#e25f08;
}

.gridChooserTable
{
	border: solid 1px #0082dd;
}

.surveyQuestionAnswerPanelAlt
{
    background-color: #e9e8fc;	
    border-bottom: dashed 1px #0082dd;
    border-top: dashed 1px #0082dd;  	       	        
}	                                

.surveyStackableHeaderCell
{
   border-bottom: dashed 1px #0082dd;
}

a.styledButton
{
	background: url('/images/buttonBackgroundRightBlue.jpg') no-repeat right top;
}

a.styledButton span 
{
	background: url('/images/buttonBackgroundLeftBlue.jpg') no-repeat;
} 

h1
{
}

h5 
{ 	
	color: #0082dd;
}
 
h6 
{
	color: #0082dd;
}

.menuSubs a:hover 
{
	background:#0082dd;
}

.iconTextButtonText:hover
{
	color:#e25f08;
}

.iconTextButtonTextHover
{
	color:#e25f08;
}

.textButton:hover
{
	color:#e25f08;
}


