/* 
  --------------------------------------------
  AccomLink Themes :: General Elements
  Theme : AcclOcean
  --------------------------------------------
*/

/* MAIN IFRAMES
--------------------------------------------------------- */

/* Content page wrapper */
.iframeContent {
	background-color: #FFF;
	border: 1px dashed #20ABC9;
	margin: 0;
	padding: 10px;
	}

/* iframe loading image */
div#iframeLoading1 {
	width: 180px;
	padding-top: 10px;
	background-image: url(images/loading-lge.gif);
	background-position: left;
	background-repeat: no-repeat;
	}

div#iframeLoading1 span {
	padding-left: 40px;
	}

iframe#iframeNews, iframe#iframeSearch {
	height: auto;
	width: 100%;
	}

iframe#iframeNews {
	margin-top: 15px;
	}

div.iframeSearch {
	line-height: normal;
	width: 200px;
	text-align:left;
	background-color: transparent;
	min-height: 400px;
	margin: 0;
	padding: 0;
	overflow: auto; /* for no Javascript */
	}

/* for Internet Explorer : set min height : not in use */
/*\*/
* html .iframeSearch {
	}
/**/

/* Page loading error */

div.iframeSearch p.loading {
	margin: 0 0 4px 0 !important;
	font-size: 11px !important;
	}


/* GENERAL ELEMENTS
--------------------------------------------------------- */

h1.centerHeader, h1.centerHeader2 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	}

h1.centerHeader2 {
	margin-top: 15px !important;
	}

.loginPanel {
	margin-top: 4px;
	padding: 4px;
	border: 1px solid #FEB84A;
	background-color: #FFE8C3;
	}


/* MESSAGES
--------------------------------------------------------- */

/* Javascript */
div#scriptDisabled {
	position: relative;
	width: 190px;
	margin-bottom: 6px;
	background-color: #FBE6E5;
	border-top: 1px solid #E1362C;
	border-bottom: 1px solid #E1362C;
	padding: 6px;
	font-size: 11px;
	color: #B8231A !important;
	}
div#scriptDisabled a {
	color: #100B9D !important;
	}
div#scriptDisabled a:hover {
	color: #333;
	}

/* Site messages */
div.message, div.message2 {
	width: 190px;
	background-color: #FBF2C7;
	border-top: 1px solid #E7C110;
	border-bottom: 1px solid #E7C110;
	padding: 6px;
	margin: 10px 0;
	font-size: 11px;
	}

div.message2 {
	width: 500px !important;
	font-weight: bold;
	}

/* Errors */
div.errorMessage {
	height: auto;
	width: 480px;
	padding: 10px;
	margin: 20px 0;
	border-top: 1px solid #E1362C;
	border-bottom: 1px solid #E1362C;
	background-color: #FBE6E5;
	color: #E1362C;
	line-height: 1.5;
	font-weight: bold;
	}

div.inlineNews {
	width: 190px;
	background-color: #D8F0B4;
	border-top: 1px solid #7DB724;
	border-bottom: 1px solid #7DB724;
	padding: 6px;
	margin-bottom: 12px;
	font-size: 11px;
	}

#firefox {
	margin: 15px 0 0 0;
	height: 15px;
	width: 80px;
	padding-bottom: 8px;
	}

#firefox2 {
	margin: 15px 0 0 0;
	padding-bottom: 8px;
	}


/* SEARCH PAGE / BUTTON
--------------------------------------------------------- */

body#searchLink {
	margin: 0;
	}

#searchIcon {
	position: relative;
	z-index: 100;
	height: 48px;
	width: 48px;
	margin-right: 6px;
	background-image: url(icons/search.gif);
	background-repeat: no-repeat;
	float: left;
	}

#search {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .2em;
	}

#search a {
	background-color: #FEF1C4;
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #333;
	background-image: url(images/search_link_bg.jpg);
	background-repeat: repeat-x;
	font-size: 1.4em;
	background-position: 600px 600px;
	border-top: 1px solid #FACC28;
	border-right: 1px solid #FCE38A;
	border-bottom: 1px solid #FCE38A;
	border-left: 1px solid #FACC28;
	}

#search a:hover {
	color: #333;
	background-color: #F9CCAB;
	background-position: 0px 0px;
	border-top: 1px solid #FACC28;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FACC28;
	}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}

/* At bottom of page */
div#preloadImages {
	position: absolute;
	left: -9999px;
	top: -9999px;
	}
/*
<div id="preloadedImages">
   <img src="Styles/{CCS_Style}/Images/HeaderBg.gif" width="1" height="1" alt="Image 01">
   <img src="Styles/{CCS_Style}/Images/HeaderLeft.gif" width="1" height="1" alt="Image 02">
</div>
*/

/* TOOL TIPS
--------------------------------------------------------- */
/*
<h4>Example of a CSS Tooltip</h4>
<a href="#" class="tip">Link<span>This is the CSS tooltip showing up when you mouse over the link</span></a>
*/

a.tip {
	text-decoration: none;
	color: #ED9D4A !important;
	font-size: 12px;
	}

a.tip:hover {
	position: relative;
	cursor: help;
	color: #ED9D4A !important;
	}

a.tip span {
	display: none;
	}

a.tip:hover span {
	display: block;
	width: auto;
	position: absolute; top: 10px; left: 0;
/* formatting only styles */
	padding: 5px;
	margin: 10px;
	z-index: 200;
	color: #333;
	background-color: #FDF9DF;
	border: 1px dotted #888;
	opacity: 0.9;
/* end formatting */
	}
