/*
AdvisoryServices.ie Style Sheet

Ivan McAvinchey

*/

/* Generic Elements */

BODY, TD {
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
	font-size : 80%;
}

BODY {
	background : White;
	margin:0px 0px 0px 0px;
}

TABLE {
	/* width : 100%; */
	border : 0;
	margin : 0;
	padding : 0;
}

TR {
	border : 0;
	margin : 0;
	padding : 0;
}

TD {
	border : 0;
	margin : 0;
	padding : 0;
	vertical-align : top;
}

/* Anchors */

A {
	/* color : #104273; */
	color: blue;
	font-weight : bold;
	text-decoration : none;
}

A:visited {
	color: purple;
}


A:hover {
	text-decoration : underline;
	color: orange;
}


/* H1, H2, etc. */

H1 {
	font-family : "Georgia", "Garamond", "Times", serif;
	font-size : 200%;
	font-weight : bold;
	margin : 0px, 0px, 5px;
}

H2 {
	font-family : "Georgia", "Garamond", "Times", serif;
	font-size : 150%;
	font-weight : bold;
	margin : 20px, 0px, 5px;
}

H3 {
	font-family : "Georgia", "Garamond", "Times", serif;
	font-size : 100%;
	font-weight : bold;
	margin : 0px 0px 5px;
}

/*  Generic Classes */

.title {
	font-family : "Georgia", "Garamond", "Times", serif;
	font-size : 200%;
	font-weight : bold;
}

.small {
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
	font-size : xx-small;
}

.fade {
	color : #C8C8C8;
}

.date {
	float : right;
}

.enquiryform {
	border: 1px solid Gray;
	width: 425px;
}

.enquiryform TH {
	background-color: Gray;
	color : white;
}

.enquiryformmini {
	border: 1px solid Gray;
	width: 100%;
}

.enquiryformmini TH {
	background-color: Gray;
	color : white;
}

.enquiryformmini INPUT {
	width: 90%;
}

.enquiryformmini TEXTAREA {
	width: 98%;
}


/* Header: Logo */

DIV.logobar {
	height : 105px;
	padding : 10px 2px 0px 10px;
	background-color : #E3ECB3;
	width : 100%;
}

DIV.logo {
	/* padding-bottom : 5px; */
	height : 104px;
	float : left;
}

DIV.pagetitle {
	margin-top: 70px;
	margin-right: 10px;
	font-family : "Georgia", "Garamond", "Times", serif;
	font-size : 300%;
	font-weight : bold;
	color : White;
	text-align: right;
}

DIV.searchbox {
	position : relative;
	top : 15px;
	right : 20px;
	float : right;
}

/* Searchbox */

INPUT.searchbox {
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;
	border-top: dashed #FFF 1px;
	border-bottom: dashed #FFF 1px;
	width : 150px;
	height : 20px;
}

INPUT.searchsubmit {
	background-color: Silver;
	position: relative;
	top: 0px;
	font-size: 11px;
	width: 50px;
	height: 20px;
	border: solid Black 1px;
}

/* Navbar */

DIV.navbar{
	height : auto;
	padding : 1px 1px 1px 1px;
	margin-bottom: 10px;
	border-bottom : 1px solid #000;
	font-size : 11px;
}

DIV.footer {
	height : auto;
	background-color : Silver;
	padding : 1px 7px 1px 7px;
	border-top : 1px dashed #000;
	border-bottom : 1px dashed #000;
	color : #000;
	font-size : 11px;
	text-align : center;
	clear: both;
}

/* Page */

DIV.page {
	background-color : #FFF;
	height : 100px;
}

/* Main */

DIV.main {
	background-color : #FFF;
	width : auto;
	height : 100%;
	padding : 10px;
        margin-left: 225px;
}

/* Menu */

.menu {
	background-color : #DEEEF4;
	float :left;
	color : #000;
	/* width : 195px; */
	width: 205px;
	padding : 10px 10px 10px 10px;
	margin : 0px;
	font-size : 11px;
	height: auto;
}

.menu A {
	color : #104273;
	font-weight : bold;
	text-decoration : none;
}

DIV.menutop {
	height : auto;
	background-color : #EAEAF4;
	padding : 1px 10px 1px 10px;
	border-bottom : 1px dashed #000;
	font-size : 11px;
	text-align : left;
}

.menuitemselected {
	width: 100%;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	display : block;
	background-color : #FFF;
	font-weight : bold;
}

A.menuitem {
	width: 100%;
	border-top : 1px solid #8FCDD9;
	border-bottom : 1px solid #8FCDD9;
	display : block;
}

A.menuitem:hover {
	/* this color a bit darker than menu background */
	background-color : #CCE7FF;
	text-decoration : none;
	border-top : 1px dashed #000;
	border-bottom : 1px dashed #000;
}

A.menuheader {
	width : 100%;
	background-color : #FFF;
	text-decoration : none;
}

A..menuheader:hover {
	background-color : #CCE7FF;
	text-decoration : none;
}

.menu HR {
	color : #8FCDD9;
	height: 1px;
	/* border-bottom : 1px dashed Black #000; */
	margin: 5px 0px 5px 0px;
}

.menu H1.selected {
	background : #FFF;
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
	font-size : 12px;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
}

.menu H1.link {
	background : #FFF;
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
	font-size : 12px;
	border-top : 1px dashed #000;
	border-bottom : 1px dashed #000;
}

/* Tied Classes */

/* <A> */

/* check if this definition is actually used */
A.small {
	font-weight : normal;
	font-size : xx-small;
}

/* <IMG> */

IMG.thumbnail {
	float: left;
	border: 1px solid black;
	margin : 5px 5px 5px 0px;
}

IMG.large {
	float: right;
	border: 1px solid black;
	margin : 10px 0px 10px 10px;
}

IMG.largeleft {
	float: left;
	border: none;
	margin : 10px 10px 10px 0px;
	clear : left;
}

IMG.largeright {
	float: right;
	border: none;
	margin : 10px 0px 10px 10px;
	clear : right;
}

/* Admin section */

INPUT.edit {
	width : 100%;
}

INPUT.edittitle {
	width : 100%;
}

TEXTAREA {
	width : 100%;
	font-family : "Verdana", "Arial", "Helvetica", sans-serif;
}

TEXTAREA.editcontent {
	height : 240px;
}

TEXTAREA.editsummary {
	height : 100px;
}

.adminbody {
	background-color : #EAEAF4;
}

.imagebrowser {
	margin : 15px;
	text-align : left;
}

.imagebrowserimage {
	text-align : left;
	position : relative;
	width : 100px;
	height : 150px;
	margin : 5px 10px 5px 0px;
	float : left;
	word-break : break-all;
}

/* .imagebrowserimage IMG {

} */

.imagebrowsermenu {
	height : auto;
	width : 100%;
	margin: 0px -5px 10px 0px;
	background-color : Silver;
	padding : 1px 10px 1px 10px;
	border-top : 1px dashed #104273;
	border-bottom : 1px dashed #000;
	font-size : 11px;
}

.red {
	color : red;
}

DIV.alertbox {
	background-color : #E3ECB3; 
	padding: 2px 2px 2px 2px;
}