﻿/* Sitefinity Blocks Layout */
.banner {
	height: 220px;
	
}

.coursefinder{
    height: 300px;
}

.courselisting
{ 
    

 
}



.courselisting div.header
{
    width: 100%;
    background-color: #00a6da;
    color: White;
    height: 40px;
    clear: right;
    margin-bottom: 0px;
}

.courselisting div.header h2
{
    padding-top: 10px;
    padding-left: 20px;
    font-weight: normal;
}

.courselisting div.body
{
    background-color: #cfedf8;
    width: 100%; 
    color:#4C4C4C;
    font-weight: bold;
    font-size: 15px;
    height: 260px;

}

 .courselisting div.body a {
    color:#4C4C4C;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

.courselisting div.body ul 
{
    width: 45%;
    margin-top: 0px;
    float: left;
    line-height: 25px;
    list-style: none;
    margin-left: 0px;
    padding-left: 20px;
    padding-top: 10px;
}


.courselisting div.body ul li:before 
{
    content: "\003E";
    color: #00a6da;
    font-size: 16px;
    padding-right:10px;
    padding-top:5px;
}

.coursefinder {

}

.ukbusinesses, .trainingmanager {
	
}

.ukbusinesses h2, .trainingmanager h2 {
	border-bottom: solid 2px #929699;
	padding-bottom: 5px;
	color: #1e0374;
}




.trainingmanager h2 
{
    text-align: center;
}

.ukbusinesses ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding-left:0px;
    padding-right: 25px;
    line-height: 25px;
}

.trainingmanager p 
{
line-height: 20px;
}


/* Sitefinity Blocks Inside Styles */

.courselisting H2 {
	
}

.courselisting a {
	
}

.courselisting a:hover {
	
}


/* Widget Blocks */
/* Course Finder */
.cf_wrapper
{
    max-width:100%;
    height: 285px;
	background-color: #b8bcbf;
    border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 20px 10px 20px;
}

.updatepanel {
    opacity:0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
    position:absolute;
    background-color: Black;
    border-radius: 20px;
    -moz-border-radius: 20px;
	height: 300px;
	width: 305px;
	margin-top: -5px;
	margin-left: -20px;
}

.updatepanel img {
    margin-top: 120px;
    margin-left: 90px;
}



.cf_wrapper .cf_header  {
	color: White;
	font-weight: normal;
	height: 20px;
}

.cf_wrapper .cf_header h2  {
     font-weight: normal;

}

.cf_wrapper .cf_instruct p {
    margin-top: 10px;
    margin-bottom: 0px;
    color: Black;
}

.cf_wrapper .cf_combobox ul
{
    list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

.cf_wrapper .cf_combobox ul li
{
    padding-top: 15px;
}

.cf_wrapper .cf_searchrow {
	width: 250px;
}

.cf_wrapper .cf_searchrow_btn_lnk {
	float: right;
    margin-top: -10px;
    margin-right: -30px;
}


