/*
IHM Scotland Styles
Created: 01/09/07
Last Updated: 01/09/07
Author: Project 15
*/

/*
=====================================
Body
 =====================================
*/

body {
	background: #225588 url(../images/template/bg.jpg) repeat-y center;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link, a:visited {
	color: #0055A5;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #256920;
	text-decoration: underline;
}

h1 {
	min-height: 27px;
	background:  url(../images/template/h1.jpg) no-repeat;
	font-size: 130%;
	margin-bottom: 1em;
	color: #0492A6;
	position: relative;
	font-weight: normal;
	padding-left: 9px;
	margin-top: 25px;
}

h2 {
	font-size: 100%;
	color: #0492A6;
}

h3 {
	font-size: 93%;
}

h4 {
	font-size: 83%;
}

p {
	font-size: 72%;
}

li {
	font-size: 72%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}

ul li {
	list-style-type: square;
}

ul li ul li{
	font-size: 100%;
}

ol li {
	font-size: 72%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

input, select, textarea {
	font-size: 100%;
	border: 1px solid #396C9F;
	background-color: #EFEFEF;
}

/*
=====================================
Layout
 =====================================
*/

#container {
	width: 700px;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}

#headerBar {
	display: block;
	clear: both;
}

#header {
	display: none;
}

#header #headerLinks {
	float: right;
	height: 20px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 72%;
	text-align: right;
	background-color: #FFFFFF;
}

#contentContainer {
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	clear: both;	
}

#contentContainer #navigation {
	display: none;	
}

#contentContainer #navigation ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 5px;
	padding-top: 10px;
	margin-bottom: 20px;
	list-style-type: none;
}

#navList li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navList li a {
	background: #0055A5;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	display: block;
	height: 18px;
	padding: 6px 0px 0px 18px;
	color: #FFFFFF;
	font-size: 100%;
	background: #4477AA url(../images/template/nav_arrow.gif) no-repeat 10px 10px;
}

#navList li a:hover, #navList li a:active {
	text-align: left;
	text-decoration: none;
	margin: 0px;
	display: block;
	height: 18px;
	padding: 6px 0px 0px 18px;
	font-size: 100%;
}

#navList li a:hover {
	background: #000000;
	color: #99CCFF;
	background: #225588 url(../images/template/nav_arrow_over.gif) no-repeat 10px 10px;
}

#navList li a:active {
	background: #0055A5;
	color: #FFFFFF;
	background: #4477AA url(../images/template/nav_arrow_over.gif) no-repeat 10px 10px;
}

#contentContainer #content {
	padding: 0px;
	float: right;
	width: 650px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	vertical-align: top;
}

#breadcrumb {
	border-bottom: solid 1px #CCCC99;
	font-size: 72%;
	padding-bottom: 5px;
}

#breadcrumb a {
	color: #77932C;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #77932C;
	text-decoration: underline;
}

#topOfPage {
	display: none;
}

#topOfPage a {
	color: #0055A5;
	text-decoration: none;
}

#topOfPage a:hover {
	color: #0055A5;
	text-decoration: underline;
}

#footer {
	display: none;
}

#footer #developedBy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	padding-left: 20px;
	padding-top: 18px;
}

#footer #developedBy a {
	color: #FFFFFF;
}

#footer #developedBy a:hover {
	color: #EFEFEF;
}

#footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	padding-right: 20px;
	padding-top: 18px;
}

/*
=====================================
Content Boxes
 =====================================
*/

.boxContentContainer150,.boxContentContainer250,.boxContentContainer250Right,.boxContentContainer350,.boxContentContainer250Centre {
	background: #FFFFE3;
	padding: 3px;
	border: 1px solid #DBDBDB;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	color: #888;	
}

.boxContentContainer150 {
	width: 150px;
}

.boxContentContainer250 {
	width: 250px;
}

.boxContentContainer250Right {
	width: 250px;
	float: right;
}

.boxContentContainer250Centre {
	width: 250px;
	text-align: left;
	margin: 0px auto 0px auto;
}

.boxContentContainer350 {
	width: 350px;
}

.boxContent p {
	font-size: 83%;
}

.boxContent h3 {
	background: url(../images/template/x.gif) no-repeat 0px 0px;
	font-style: oblique;
	padding-left: 20px;
	color: #000000;
}

.boxContentHeader:first-letter {
	color: #0055A5;
}

/*
=====================================
2 Columns
 =====================================
*/

#TwoColumns {
	display: block;
	clear: both;
}

#TwoColumnsColumn1 {
	float: left;
	width: 50%;
	text-align: top;
	margin: 0px;
}

#TwoColumnsColumn2 {
	float: left;
	width: 50%;
	text-align: top;
	margin: 0px;
}

/*
=====================================
3 Columns
 =====================================
*/

#ThreeColumns {
	display: block;
	clear: both;
}

#ThreeColumnsColumn1 {
	float: left;
	width: 33%;
	text-align: top;
	margin: 0px;
}

#ThreeColumnsColumn2 {
	float: left;
	width: 33%;
	text-align: top;
	margin: 0px;
}ThreeColumnsColumn3 {
	float: left;
	width: 33%;
	text-align: top;
	margin: 0px;
}

/*
=====================================
4 Columns
 =====================================
*/

#FourColumns {
	display: block;
	clear: both;
}

#FourColumnsColumn1 {
	float: left;
	width: 25%;
	text-align: top;
	margin: 0px;
}

#FourColumnsColumn2 {
	float: left;
	width: 25%;
	text-align: top;
	margin: 0px;
}

#FourColumnsColumn3 {
	float: left;
	width: 25%;
	text-align: top;
	margin: 0px;
}

#FourColumnsColumn3 {
	float: left;
	width: 25%;
	text-align: top;
	margin: 0px;
}

/*
=====================================
Forms
 =====================================
*/

fieldset {
	/*border: 1px solid #666666;
	background-color: #EFEFEF;*/
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 83%;
	padding-left: 50px;
	margin-left: 50px;
	margin-right: 50px;
}

legend {
	font-size: 100%;
	font-weight: bold;
}
	  
label {
	display: block;
	font-weight: bold;
	margin: 3px;
}

input {
	color: #666666;
	font-size: 83%;
}

input:focus {
	background-color: #FFFFCC;
	color: #000000;
}

input.inputBox {
	color: #000000;
	display: block;
	margin-top: 5px;
}

input.required_Field {
	border-left: 3px solid #FF0000;
}

textarea {
	color: #666666;
	font-size: 83%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea:focus {
	background-color: #FFFFCC;
	color: #000000;
}

textarea.inputBox {
	color: #000000;
	display: block;
	margin-top: 5px;
}

em {
	font-weight: bold;
	color: #FF0000;
}

/*
=====================================
 * Data Tables and Cascading Style Sheets Gallery *
 *  http://icant.co.uk/csstablegallery/index.php  *
 * Author: Velizar Garvalov at  http://www.vhg-design.com/ *
 =====================================
*/

table {
	width: 100%;
	margin: 0px; 
 	padding: 0px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	color: #LC5D79;
}

table, tr, th, td {
	border-collapse: collapse;
}

caption {
	margin: 0px; 
 	padding: 0px;
	background: #F3F3F3;
	height: 25px;
	line-height: 25px;
	text-indent: 28px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 73%;
	font-weight: bold;
	color: #555D6D;
	text-align: left;
	letter-spacing: 3px;
	border-top: dashed 1px #C2C2C2;
	border-bottom: dashed 1px #C2C2C2;
}

/* Table Head */

thead {
	background-color: #FFFFFF;
	border: none;
}

thead tr th {
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #1C5D79;
	background-image: url(../images/template/table_head_bg.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #FF9900;
	border-right: solid 1px #FF9900;	
	border-collapse: collapse;	
	font-size: 73%;
}

/* Table Body */

tbody tr {
	background: #DFEDF3;
	font-size: 73%;
}

tbody tr.odd {
	background: #F0FFFF;
	font-size: 73%;
}

tbody tr:hover, tbody tr.odd:hover {
	background: #FFFFFF;
}

tbody tr th, tbody tr td {
	padding: 2px;
	border: solid 1px #326E87;
}

tbody tr td p {
	font-size: 100%;
}

tbody tr th {
	background: #1C5D79;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 100%;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	border-bottom: solid 1px white;
}

tbody tr th:hover {
	background: #1C5D79;
	/*background: #ffffff;*/
}

/* Table Links */

table a {
	color: #FF6600;
	text-decoration: none;
	font-size: 13px;
	border-bottom: solid 1px white;
}

table a:hover {
	color: #FF9900;
	border-bottom: none;
}

table tbody tr th a {
	color: #FF9900;
}

table tbody tr th a:hover {
	color: #FF9900;
}

/* Table Footer */

tfoot {
	background: #F3F3F3;
	height: 18px;
	line-height: 18px;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 73%;
	font-weight: bold;
	color: #555D6D;
	text-align: center;
	letter-spacing: 0px;
	border-top: solid 2px #326E87;
	border-bottom: dashed 1px #C2C2C2;
}

tfoot tr th, tfoot tr td {
	/*padding: .1em .6em;*/
}

tfoot tr th {
	border-top: solid 1px #326E87;
}

tfoot tr td {
	text-align: right;
}

/*
=====================================
Images
 =====================================
*/

.imageLeftBorder {
	float: left;
	padding: 3px;
	margin: 5px;
	border: dashed 2px #CCCC99;
}

.imageLeftNoBorder {
	float: left;
	padding: 3px;
	margin: 5px;
	border: dashed 0px #CCCC99;
}

.imageRightBorder {
	float: right;
	padding: 3px;
	margin: 5px;
	border: dashed 2px #CCCC99;
}

.imageRightNoBorder {
	float: right;
	padding: 3px;
	margin: 5px;
	border: dashed 0px #CCCC99;
}

.imageCentreBorder {
	margin: 5px auto 5px auto;
	padding: 3px;
	display: block;
	border: dashed 2px #CCCC99;
}

.imageCentreNoBorder {
	margin: 5px auto 5px auto;
	padding: 3px;
	display: block;
	border: dashed 0px #CCCC99;
}
