﻿@import url('/stylesheets/shared-category.css');
@import url('/stylesheets/category-navigation.css');
@import url('/stylesheets/category-navigation-business-insurance.css');
/*@import url('/stylesheets/enquiry-form.css');*/
@import url('/stylesheets/input-wrapper.css');
/*@import url('/stylesheets/ct-scheme.css');*/

#contentInner h1,
#contentInner h2,
#contentInner h3
{
    color: #0094AC;
}

#quoteRotator
{
}

#questionBar
{
}

#questionBar span.question
{
    color: #0094AC;
    background-color: inherit;
}

/* Download Panel */
/*
.downloadPanel
{
	border: 1px solid #0094ac;
}

.downloadPanel .title
{
	color: #0094ac;
	background-color: #D4F0F5
}

.downloadPanel .body,
.inputWrapper
{
	color: inherit;
	background-color: #D4F0F5;
}
*/

/* Enquiry Form */
/*
#enquiryWrapper
{
	border: 1px solid #0094ac;
}

#enquiryWrapper .title
{
	color: #0094ac;
	background-color: #D4F0F5;
}

#enquiryWrapper .body
{
	background-color: #D4F0F5;
}
*/

.breakOut
{
    background-color: #D4F0F5;
}

/* Start: Teachers */
.teacherCostTable
{
    width: 400px;
    margin-bottom: 1.50em;
}

.teacherCostTable tr
{
    border-bottom: 1px dotted #777;
}
.teacherCostTable td
{
    padding: 5px 0px;
}
/* End: Teachers */