/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */


.formcell {

background:#ffffff;
margin:0;
padding:0;
border:0px solid #ffffff !important;
height:auto !important;
vertical-align:top;

}

.formtable {
border:0px solid #ffffff !important;
}

.modulecontainer {

	width:100%;
	clear:both;
	border-bottom: 1px dotted #777777;
}

.moduleleft {
	float:left;
	width:200px;
}

.moduleright {
	float:right;
	width:410px;
	margin-left:10px;
}

.moduletitle {

	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-bottom:10px;
	padding-top:10px;
}

.moduleduration {

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:10px;

}

.moduleprice {

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:10px;

}

.modulesubprice {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:-5px;
	padding-bottom:10px;

}

.moduleobjectives {

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:10px;

}

.moduleimg {
	width:200px;
	padding:5px;
}

.itemised-key {
	float:left;
	font-weight:bold;
	width:180px;
}

.itemised-value {
	float:left;
}

.itemised-line {
	padding-top:8px;
	padding-bottom:8px;
	font-size:13px;
	clear:both;
}

.locations-name {
	padding-bottom: 8px;
	font-size:17px;
     color:#333333;
     font-weight:bold;
}


.button {
    padding: 5px 10px;
    display: inline;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    #text-shadow: 1px 1px #666;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.red { background-color: #cd0000; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:hover { background-position: 0 -50px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:hover { background-position: 0 -35px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }



/* Table 1 Style */
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    font-style: normal;
    border-collapse:separate;
}
.table1 thead th{
    padding:5px;
    color:#fff;
    text-shadow:1px 1px 1px #a80000;
    border:1px solid #f2cad5;
    border-bottom:3px solid #d7002e;
	background: #d7002e !important;
    background-color:#d7002e !important;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(192,0,0)),
        color-stop(0.51, rgb(192,46,46)),
        color-stop(0.87, rgb(192,78,78))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(192,0,0) 2%,
        rgb(192,46,46) 51%,
        rgb(192,78,78) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #a80000;
	background: #d7002e !important;
    background-color:#d7002e !important;
    border:1px solid #f2cad5;
    border-right:3px solid #d7002e;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(192,78,78)),
        color-stop(0.51, rgb(192,46,46)),
        color-stop(0.87, rgb(192,0,0))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(192,78,78) 2%,
        rgb(192,46,46) 51%,
        rgb(192,0,0) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
    color:#666;
}
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#fff2f2;
    border: 2px solid #ffffff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.table1 tbody span.check::before{
    content : url(../images/check0.png)
}

.highlightedcell {
    padding:10px;
    text-align:center;
    background-color:#fff2f2;
    border: 2px solid #ffffff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#c00000 !important;
    text-shadow:1px 1px 1px #fff;
}

.tooltip{
position:absolute;
left:-2000px;
background-color:#dedede;
padding:5px;
border:1px solid #fff;
width:250px;
}

.tooltip p{
margin:0;
padding:0;
color:#fff;
background-color:#222;
padding:2px 7px;
}
