/**
 * Global TinyMCE style sheet
 * 
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 * 
 *   tl_files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 * 
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 * 
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 * 
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (tl_files/tinymce.css).
 */

*
{
	margin: 0;
}

body, p, table, input, textarea, td
{
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	font-size:12px;
	color:#777775;
}

h1, h2, h3, h4, h5, h6, a, a:link
{
    color: #006CAE;
    text-decoration: none;
}



p, li
{
	line-height: 150%;
}
p, address, q, .formbody {
	margin-bottom: 6px;
}



 
.employee img
{
    padding-right: 10px;
}

.employee
{
clear: left;
padding-bottom: 24px;	
}
.employee dd
{
	margin-left: 80px;
}
.employee dt
{
	float: left;
}
.employee h3, .employee dl
{
	margin-left: 85px;
}

 
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
a.link_button {color: #fff; background-color: #006ace; padding: 8px 12px; font-weight: bold; margin: 0 6px 0 0;
  border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
}
p.button_block {text-align: center; margin: 6px 0;}

div.img_block p {
	font-size: 10px;
}

div.img_block.floR {
	padding-left: 12px;
}

div.img_block.floL {
	padding-right: 12px;
}

div.img_block {
	width: 200px;
	overflow: hidden;
	padding-bottom: 6px;
}

.floL {
	float: left;
}

.floR {
	float: right;
}

.clr {
	clear: both;
}

.img_l {
	float: left;
	padding: 0 6px 6px 0;
	border: none;
}

.img_r {
	float: right;
	padding: 0 0 6px 6px;
	border: none;
}

div.minImgBox p,div.midImgBox p,div.maxImgBox p{margin-bottom:3px;text-align:left;font-size:10px;}
div.minImgBox.floR,div.midImgBox.floR{margin-left:12px;}
div.minImgBox.floL,div.midImgBox.floL{margin-right:12px;}
div.minImgBox,div.midImgBox,div.maxImgBox{overflow:hidden;padding:3px;background-color:#eeeeea;border:1px solid #006cae;border-radius: 5px;-o-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;}
div.minImgBox{width:200px;}
div.midImgBox{width:400px;}
div.maxImgBox{width:640px;}

.directorate
{
	padding-top: 12px;
	clear: both;
}

.directorate h4
{
	color: #777775;
	font-size: 13px;
	font-weight: normal;
}

.directorate h4, .directorate p
{
	margin-left: 97px;
}

.directorate p.position
{
	font-weight: bold;
}


.directorate img
{
    margin-right: 10px;
	border: 1px solid #006cae;
}
