﻿/* CSS Document */
.padded
{
	padding: 5px;	
}
.padded10
{
	padding: 10px;	
}
.rightAligned
{
	display: block;
	width: 100%;
	text-align: right;	
}
.padder5
{
	display: block;
	height: 5px;	
}
.padder10
{
	display: block;
	height: 10px;	
}
ol.upper-roman {list-style-type:upper-roman}
ol.lower-roman {list-style-type:lower-roman}
ol.upper-alpha {list-style-type:upper-alpha}
ol.lower-alpha {list-style-type:lower-alpha}

.fileHolder
{
	position: relative;	
	display: block;
	height: 68px;
	width: 250px;
}
.fileIcon
{
	position: absolute;
	display: inline;
	left: 10px;
	top: 10px;
}
.fileIcon img
{
	border: 0px;	
}
.fileName
{
	position: absolute;
	display: inline;
	left: 59px;
	top: 18px;
	font-weight: bold;
	color: #91ad00;
}
.fileSize
{
	position: absolute;
	left: 59px;
	top: 34px;
	color: #333333;
}
.checkBoxTemplate
{
    float: left;
    width: 120px;    
}
.searchButton
{
    position: relative;
    left: 7px;
    display: block;
    height: 23px;
    background: url(../images/back_searchbutton.gif) bottom left no-repeat;    
}
.searchButton:hover
{
    background: url(../images/back_searchbutton.gif) top left no-repeat;    
}
.schoolHolder
{
	position: relative;
	height: 32px;
	display: inline;	
}
.schoolImageHolder
{
    position: relative;
    margin-left: 10px;
    margin-right: 0px;
    width: 35px;
    height: 35px;
    text-align: center;   
    float: left;
    line-height: 35px;
}
.schoolImageHolder img
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.schoolText
{
	position: relative;
	padding-top: 10px;
	padding-left: 25px;	
	font-size: 0.9em;
}
.datepicker
{
    border-width: 1px;
    padding: 2px;
    background: url(../images/icon_calendar.gif) top right no-repeat white;   
}
.searchHeader,.searchHeaderOff,.courseHeader
{
    display: block;
    position: relative;
    width: 475px;
    height: 21px;
    margin-top: 1px;
}
.searchHeader
{
    background: url(../images/back_searchheader.png) left 0px no-repeat; 
    cursor: pointer;
}
.courseHeader
{
    background: url(../images/back_searchheader.png) left -84px no-repeat; 
}
.searchHeader:hover
{
    background: url(../images/back_searchheader.png) left -21px no-repeat; 
}
.searchHeaderOff
{
    background: url(../images/back_searchheader.png) left -42px no-repeat; 
    cursor: pointer;
}
.searchHeaderOff:hover
{
    background: url(../images/back_searchheader.png) left -63px no-repeat; 
}
.searchResultHeader
{
    position: absolute;
    left: 55px;
    top: 3px;  
    font-size: 1em;  
    color: black;
}
.searchResultSchool
{
    position: absolute;
    left: 25px;
    top: 3px;  
    font-size: 1em;  
    color: black;
}
.searchResultSchool img
{
    border: 1px solid #666666;    
}
.courseResultHeader
{
    position: absolute;
    left: 10px;
    top: 3px;  
    font-size: 1em;  
    color: black;
}
.courseRating
{
    position: absolute;
    left:270px;
    top: 4px;  
    font-size: 1em;  
    color: black;
}
.lessonPrice
{
    position: absolute;
    left: 351px;
    top: 3px;    
}
.lessonTotalPrice
{
    position: absolute;
    right: 8px;
    top: 3px;    
    color: #666666;
    font-size: 1.2em;
}
.lessonTotalPrice b
{
    color: #c3610a;    
}
.searchBlock
{
    position: relative;
    display: block;
    width: 475px;
    height: 98px;
    background: url(../images/back_searchdescription.png) top left no-repeat; 
    margin-bottom: 5px;
    display: none;
}
.courseBlock
{
    position: relative;
    display: block;
    width: 475px;
    height: 78px;
    background: url(../images/back_searchdescription.png) top left no-repeat; 
    margin-bottom: 5px;
}
.searchBlock div,.courseBlock div
{
    display: inline;    
}
.searchLogo
{
    position: absolute;
    left: 10px;
    top: 5px;
    text-align: center;    
    border: 1px solid #999999;    
}
.searchLogo img
{
}
.searchTable
{
    position: absolute;
    left: 115px;
    top: 4px;
}
.searchTable td span
{
    color: #666666;
}
.searchControls
{
    position: absolute;
    left: 9px;
    width: 456px;
    top: 79px;
}
.searchControls span
{
    position: absolute;
    width: 105px;
    height: 46px;
    top: -4px;
    right: -6px;    
}
.searchControls span img
{
    background: url(../images/button_book.png) top left no-repeat;
}
.searchControls span img:hover
{
    background: url(../images/button_book.png) bottom left no-repeat;
}
.dotted
{
    background: url(../images/dots.gif) top left repeat transparent;    
}
.dottedLine
{
    display: block;
    height: 1px;
    background: url(../images/dots.gif) top left repeat transparent;    
}
/* Regular buttons */
.btn15,.btn30,.btn45,.btn60,.btn75,.btn90,.btn105,.btn120
{
    background-image: url(../images/back_button_light.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 18px;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 2px;
    cursor: pointer;
}
.btn15          {   width: 15px;    background-position: 0px 0px;}
.btn15:hover    {   background-position: 0px -18px; }
.btn30          {   width: 30px;    background-position: 0px -36px;}
.btn30:hover    {   background-position: 0px -54px; }
.btn45          {   width: 45px;    background-position: 0px -72px;}
.btn45:hover    {   background-position: 0px -90px; }
.btn60          {   width: 60px;    background-position: 0px -108px;}
.btn60:hover    {   background-position: 0px -126px; }
.btn75          {   width: 75px;    background-position: 0px -144px;}
.btn75:hover    {   background-position: 0px -162px; }
.btn90          {   width: 90px;    background-position: 0px -180px;}
.btn90:hover    {   background-position: 0px -198px; }
.btn105          {   width: 105px;    background-position: 0px -216px;}
.btn105:hover    {   background-position: 0px -234px; }
.btn120          {   width: 120px;    background-position: 0px -252px;}
.btn120:hover    {   background-position: 0px -270px; }

/* Dark buttons */
.btnDark15,.btnDark30,.btnDark45,.btnDark60,.btnDark75,.btnDark90,.btnDark105,.btnDark120
{
    background-image: url(../images/back_button_light.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 18px;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 2px;
    color: White;
    cursor: pointer;
}
.btnDark15          {   width: 15px;    background-position: -120px 0px;}
.btnDark15:hover    {   background-position: -120px -18px; }
.btnDark30          {   width: 30px;    background-position: -120px -36px;}
.btnDark30:hover    {   background-position: -120px -54px; }
.btnDark45          {   width: 45px;    background-position: -120px -72px;}
.btnDark45:hover    {   background-position: -120px -90px; }
.btnDark60          {   width: 60px;    background-position: -120px -108px;}
.btnDark60:hover    {   background-position: -120px -126px; }
.btnDark75          {   width: 75px;    background-position: -120px -144px;}
.btnDark75:hover    {   background-position: -120px -162px; }
.btnDark90          {   width: 90px;    background-position: -120px -180px;}
.btnDark90:hover    {   background-position: -120px -198px; }
.btnDark105          {   width: 105px;    background-position: -120px -216px;}
.btnDark105:hover    {   background-position: -120px -234px; }
.btnDark120          {   width: 120px;    background-position: -120px -252px;}
.btnDark120:hover    {   background-position: -120px -270px; }

/* Orange buttons */
.btnOrange15,.btnOrange30,.btnOrange45,.btnOrange60,.btnOrange75,.btnOrange90,.btnOrange105,.btnOrange120
{
    background-image: url(../images/back_button_light.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 18px;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 2px;
    color: White;
    cursor: pointer;
}
.btnOrange15          {   width: 15px;    background-position: -240px 0px;}
.btnOrange15:hover    {   background-position: -240px -18px; }
.btnOrange30          {   width: 30px;    background-position: -240px -36px;}
.btnOrange30:hover    {   background-position: -240px -54px; }
.btnOrange45          {   width: 45px;    background-position: -240px -72px;}
.btnOrange45:hover    {   background-position: -240px -90px; }
.btnOrange60          {   width: 60px;    background-position: -240px -108px;}
.btnOrange60:hover    {   background-position: -240px -126px; }
.btnOrange75          {   width: 75px;    background-position: -240px -144px;}
.btnOrange75:hover    {   background-position: -240px -162px; }
.btnOrange90          {   width: 90px;    background-position: -240px -180px;}
.btnOrange90:hover    {   background-position: -240px -198px; }
.btnOrange105          {   width: 105px;    background-position: -240px -216px;}
.btnOrange105:hover    {   background-position: -240px -234px; }
.btnOrange120          {   width: 120px;    background-position: -240px -252px;}
.btnOrange120:hover    {   background-position: -240px -270px; }

/* Blue buttons */
.btnBlue15,.btnBlue30,.btnBlue45,.btnBlue60,.btnBlue75,.btnBlue90,.btnBlue105,.btnBlue120
{
    background-image: url(../images/back_button_light.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 18px;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 2px;
    color: White;
    cursor: pointer;
}
.btnBlue15          {   width: 15px;    background-position: -360px 0px;}
.btnBlue15:hover    {   background-position: -360px -18px; }
.btnBlue30          {   width: 30px;    background-position: -360px -36px;}
.btnBlue30:hover    {   background-position: -360px -54px; }
.btnBlue45          {   width: 45px;    background-position: -360px -72px;}
.btnBlue45:hover    {   background-position: -360px -90px; }
.btnBlue60          {   width: 60px;    background-position: -360px -108px;}
.btnBlue60:hover    {   background-position: -360px -126px; }
.btnBlue75          {   width: 75px;    background-position: -360px -144px;}
.btnBlue75:hover    {   background-position: -360px -162px; }
.btnBlue90          {   width: 90px;    background-position: -360px -180px;}
.btnBlue90:hover    {   background-position: -360px -198px; }
.btnBlue105          {   width: 105px;    background-position: -360px -216px;}
.btnBlue105:hover    {   background-position: -360px -234px; }
.btnBlue120          {   width: 120px;    background-position: -360px -252px;}
.btnBlue120:hover    {   background-position: -360px -270px; }

.required
{
    width: 10px;
    height: 15px;
    background: url(../images/star.gif) no-repeat center center transparent;    
}
.error
{
    color: Red;    
}
.payments
{
}
.paymentBlock
{
    display: block;
    position: relative;
    width: 464px;
    height: 47px;
    background: url(../images/back_payment.gif) top right no-repeat #edf0f4;
    margin-top: 3px;
    margin-bottom: 2px;
}
.paymentButton
{
    position: absolute;
    left: 365px;
    top: 0px;
}
.paymentButton img
{
    width: 105px;
    height: 47px;
    background: url(../images/button_pay.gif) top left no-repeat;
}
.paymentButtonOff
{
    position: absolute;
    left: 365px;
    top: 0px;
}
.paymentButtonOff img
{
    width: 105px;
    height: 47px;
    background: url(../images/button_comingsoon.gif) top left no-repeat;
}
.paymentButton img:hover
{
    background: url(../images/button_pay.gif) bottom left no-repeat;
}
.paymentLogo
{
    position: absolute;
    left: 15px;
    top: 2px;   
    width: 50px;
    text-align: center; 
}
.paymentDescription
{
    position: absolute;
    left: 80px;
    width: 280px;
    top: 7px;
    color: #666666;
}

.contentImageLeft
{
    border: 5px solid white;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;    
}
.contentImageRight
{
    border: 5px solid white;
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;    
}
.contentImage
{
    border: 5px solid white;
}

.foldableHeader
{
    background: url(../images/faq_on.gif) 0px 5px no-repeat transparent;
    margin-top: 10px;
    padding-left: 15px;
    cursor: pointer;
}
.foldableHeaderOff
{
    background: url(../images/faq_off.gif) 3px 3px no-repeat transparent;
    margin-top: 10px;
    padding-left: 15px;
    cursor: pointer;
}
.foldableHeader:hover,.foldableHeaderOff:hover
{
    color: #666666;
}
.foldableBox
{
    padding-left: 15px;
    display: none;
}
.popupInner
{
    width: 650px;
    margin: 5px;
}
.emphasisedList li
{
    margin-top: 5px;    
    margin-bottom: 5px;    
}
.whyblock
{
    position: relative;
    display: block;
    height: 53px;
    cursor: pointer;  
}
.whyblock img
{
    position: absolute;
    left: 0px;
    top: 0px;
}
.whyblock div
{
    position: absolute;
    left: 71px;
    top: 8px;  
}
.standardGrid
{
    
}
.standardGrid th
{
    text-align: left;
    background-color: #c3cad6;
}
.standardGrid td
{
    background-color: #d7dce4;
}
.fieldLabel
{
    padding-top: 7px;   
    padding-left: 0px;
    padding-right: 10px; 
}
.errorStr
{
    color: #b00e0e;
}
.dashBox
{
    width: 368px;
    background: url(../images/corner_dashbox_top.png) top left no-repeat #21a1de;    
    color: White;
    margin-bottom: 5px;
    margin-right: 5px;
}
.dashBox div
{
    padding: 10px;
    top: 2px;
    left: -22px;
    }
.cornerHolder
{
    display: block;
    position: relative;    
    margin-top: 10px;
    color: White;
}
.corner_topleft
{
    position: absolute;
    left: 0px;
    top: 0px;    
}
.corner_topright
{
    position: absolute;
    right: 0px;
    top: 0px;    
}
.corner_bottomleft
{
    position: absolute;
    left: 0px;
    bottom: 0px;    
}
.corner_bottomright
{
    position: absolute;
    right: 0px;
    bottom: 0px;    
}
.cornerInner
{
    padding: 15px;
}
.cornerHolder a
{
    color: #ffe295;
}
.cornerHolder .btn15,.cornerHolder .btn30,.cornerHolder .btn45,.cornerHolder .btn60,.cornerHolder .btn75,.cornerHolder .btn90,.cornerHolder .btn105,.cornerHolder .btn120
{
    background-image: url(../images/back_button_dark.gif) !IMPORTANT;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 18px;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 2px;
    cursor: pointer;
}
.cornerHolder .btnDark15,.cornerHolder .btnDark30,.cornerHolder .btnDark45,.cornerHolder .btnDark60,.cornerHolder .btnDark75,.cornerHolder .btnDark90,.cornerHolder .btnDark105,.cornerHolder .btnDark120
{
    background-image: url(../images/back_button_dark.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 18px;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 2px;
    color: White;
    cursor: pointer;
}
/* Orange buttons */
.cornerHolder .btnOrange15,.cornerHolder .btnOrange30,.cornerHolder .btnOrange45,.cornerHolder .btnOrange60,.cornerHolder .btnOrange75,.cornerHolder .btnOrange90,.cornerHolder .btnOrange105,.cornerHolder .btnOrange120
{
    background-image: url(../images/back_button_dark.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 18px;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 2px;
    color: White;
    cursor: pointer;
}
/* Blue buttons */
.cornerHolder .btnBlue15,.cornerHolder .btnBlue30,.cornerHolder .btnBlue45,.cornerHolder .btnBlue60,.cornerHolder .btnBlue75,.cornerHolder .btnBlue90,.cornerHolder .btnBlue105,.cornerHolder .btnBlue120
{
    background-image: url(../images/back_button_dark.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 18px;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 2px;
    color: White;
    cursor: pointer;
}
.cornerHolder .required
{
    width: 10px;
    height: 15px;
    background: url(../images/required_dark.gif) no-repeat center center transparent;    
}
.Login_Name
{
    border-width: 1px;
    background: url(../images/back_username.gif) 3px 5px no-repeat white;    
}
.Login_Pass
{
    border-width: 1px;
    background: url(../images/back_password.gif) 3px 5px no-repeat white;    
}
.cornerHolder .descriptorField
{
    width: 90px;    
}
.cornerHolder .error
{
    color: #fffc00;
}
.fpMenuOn,.fpMenuOff
{
    display: block;
    height: 28px;
    margin-bottom: 3px;
    font-size: 1.6em;
    background-image: url(../images/fp_selector.gif);
    background-repeat: no-repeat;
}
.fpMenuOn
{
    background-position: left top;
    color: White;
}
.fpMenuOff
{
    background-position: left 200px;
    color: black;
}
.fpMenuOn:hover
{
    color: White;    
}
.fpMenuOff:hover
{
    background-position: left -33px;
    color: Black;
}
.fpMenuOn span,.fpMenuOff span
{
    display: block;
    padding-top: 6px;
    padding-left: 6px;    
}
.fpBlock
{
    position: absolute;
    left: 18px;
    top: 15px;
    width: 615px;
    height: 197px;
}
.fpTitle1
{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 1.4em;
}
.fpTitle2
{
    position: absolute;
    left: 201px;
    top: 0px;
    font-size: 1.4em;
}
.fpBlock1
{
    position: absolute;
    left: 0px;
    top: 30px;
}
.fpBlock2
{
    position: absolute;
    left: 201px;
    top: 30px;
}
.fpBlock3
{
    position: absolute;
    left: 331px;
    top: 30px;
}
.fpBlock4
{
    position: absolute;
    left: 461px;
    top: 30px;
}
