/***********
style.css
stylesheet for corklanguagecentre.ie
***********/ /********** General and Body */
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

body,input,textarea,label,select,td,th,p {
	font-family: verdana;
	font-size: 11px;
	color: #013B63;
}

/******************************* Tables */
table.encompassing {
	background-color: #ECF6FF;
}

table.bookingform {
	border-bottom: 1px solid #458be0;
	margin-bottom: 5px;
}

table.bookingform td {
	padding: 2px 0px 2px 0px;
	vertical-align: top;
}

table.bookingform td.left {
	text-align: right;
	width: 90px;
}

table.langdesc td {
	border: 1px solid #003466;
}

table.navigation {
	background-color: #fff;
}

table.bookingdetails {
	border: 1px solid #003466;
}

table.bookingdetails td.head {
	font: bold 12px/ 14px verdana;
	color: #ACA84F;
	background-color: #F4F9FF;
}

table.ed2 {
	width: 95%;
	border-collapse: collapse;
	margin-left: 5px;
}

table.ed2 th,table.ed2 td {
	border: 1px solid #003466;
	padding: 5px;
}

table.ed2 th {
	color: #fff;
	background-color: #003466;
}

table.ed tr.on {
	background-color: #E9C95D;
}

table.ed tr.off {
	background-color: #FEE388;
}

table.ed th {
	vertical-align: bottom;
}

table.ed td {
	vertical-align: top;
}

td.nav {
	background-color: #fff;
	border-top: 1px dashed #C7C7C7;
	border-bottom: 1px dashed #C7C7C7;
	padding: 5px;
}

td.nav:hover {
	background-color: #FDF7DF;
}

td.subnav {
	color: #CCC496;
	background-color: #F4F9FF;
	border-left: 5px solid #408CD7;
	border-top: 1px solid #C8DCF4;
	border-bottom: 1px solid #C8DCF4;
	padding: 5px;
}

td.subnav:hover {
	background-color: #C8DCF4;
	border-left: 5px solid #408CD7;
	border-top: 1px solid #F4F9FF;
	border-bottom: 1px solid #F4F9FF;
	padding: 5px;
}

td.navl {
	background-color: #fff;
}

/********** Links */
a {
	text-decoration: none;
	color: #013B63;
}

a img {
	border: none;
}

a.nav {
	font-size: 12px;
	color: #003466;
}

a.scroll {
	color: #003466;
}

a.mail {
	color: #C6C6C6;
	text-decoration: none;
}

img.img {
	border: 1px solid #09144F;
}

a.subnav {
	font-size: 11px;
	color: #ACA84F;
	text-decoration: none;
}

/********** Headings */
h2.blueunderline {
	font-size: 14px;
	border-bottom: 1px solid #458BE0;
	text-align: left;
	margin: 0px 5px 0px 5px;
}

h3 {
	font-size: 12px;
	margin: 0px 5px 0px 5px;
}

/********** Paragraphs */
div.main-content p,p.content {
	text-align: left;
	padding: 0px 5px 0px 5px;
}

div.main-content p a,p.content a,p.content td a,p.content div a,p.content div p a
	{
	color: #DDC96A;
}

/********** Images */
img.people {
	border: 1px solid #E9C95C;
}

/******************************* Inputs */
input.contact {
	border: 1px solid #B3B9C3;
	color: #013B63;
	background-color: #fff;
}

textarea.contact {
	width: 135px;
	height: 80px;
}

input.tefl,select.tefl,textarea.tefl {
	width: 150px;
}

input.second-email {
	display: none;
}

/******************************* Lists */
ol.alpha li {
	list-style: lower-alpha;
}

/********** User Defined */
.sidetableheading {
	background-color: #003466;
	color: #fff;
	text-align: center;
}

/******************************* Hacks */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

#captcha IFRAME {
	font-size: 8px;
}

#captcha TEXTAREA {
	margin-top: -60px;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */