/* Bread Crumbs
================================================*/
.breadCrumbs, .breadCrumbs-left
{
	text-align: left;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	padding-left: 31%;
}
.breadCrumbs-left { padding-left: 5px; }

/* Text Box
================================================*/
.text-box-left h2, .text-box-right h2 
{ 
	font-size: 100%; 
	font-weight: bold;
}
.text-box-left, .search-results-left
{
	text-align: left;
	border: solid 2px #F5B689;
	padding: 0px 20px 20px 5px;
	margin: 5px;
}
.text-box-left ul, .text-box-right ul, .text-box-media ul, .text-box-none ul
{
	margin: 0px;
	padding: 0px 17px;
}
.text-box-left .tb-title-hl,
.search-results-left .tb-title-hl
{
	background-color: #FEF4B6;
	padding: 4px 5px;
	font-weight: bold;
	margin: 0px -20px 10px -5px;
}
.text-box-left .tb-title, 
.text-box-none .tb-title, 
.search-results-left .tb-title
{
	padding: 4px 5px;
	font-weight: bold;
	margin: 0px -20px 5px -5px;
}
.text-box-none
{
	text-align: left;
	/*padding: 0px 20px 50px 5px;
	margin: 5px;*/
}
.text-box-none .tb-title-hl
{
	background-color: #FEF4B6;
	padding: 4px 5px;
	border: 2px solid #F5B689;
	font-weight: bold;
	margin: 0px -20px 10px -5px;
}
.text-box-right, .search-results-right
{
	text-align: left;
	border: solid 2px #F5B689;
	padding: 0px 20px 20px 7px;
	margin: 5px;
}
.text-box-right .tb-title-hl, .search-results-right .tb-title-hl
{
	background-color: #FEF4B6;
	padding: 4px 5px;
	font-weight: bold;
	margin: 0px -20px 10px -7px;
}
.text-box-right .tb-title, .search-results-right .tb-title
{
	padding: 4px 5px;
	font-weight: bold;
	margin: 0px -20px 5px -7px;
}
.text-box-media
{
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.text-box-media .text-box-content p, .text-box-media .text-box-content div, 
.text-box-media .text-box-content table, .text-box-media .text-box-content tr, 
.text-box-media .text-box-content th, .text-box-media .text-box-content td, 
.text-box-media .text-box-content span
{
	padding: 0px;
	margin: 0px;
}
.text-box-content p
{
	margin: 1em 0px;
	padding: 0px;
	line-height: 1.3em;
}


/* Modal Content
================================================*/

.modal-back
{
	z-index: 200;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: fixed;
}
.modal-comp-conf
{
	 text-align: left;
	 z-index: 9999;
	 position: absolute;
	 overflow: auto;
	 top: 2%;
	 bottom: 2%;
	 left: 50%;
	 background-color: #ffffff;
	 border: 2px solid #777777;
	 width: 50em;
	 padding: 20px;
	 position: fixed;
	 margin-left: -25em;
	 max-height: 85%;
	 color:#000;
}
.modal-comp-edit
{
	 text-align: left;
	 z-index: 9999;
	 position: absolute;
	 overflow: auto;
	 top: 1%;
	 left: 10%;
	 width: 70em;
	 max-height: 85%;
	 background-color: #ffffff;
	 border: 2px solid #777777;
	 padding: 20px;
	 position: fixed;
	 color:#000;
}
.modal-comp-edit2
{
	 text-align: left;
	 z-index: 9999;
	 position: absolute;
	 overflow: auto;
	 top: 1%;
	 left: 0px;
	 margin: 0% 5%;
	 width: 80%;
	 max-height: 85%;
	 background-color: #ffffff;
	 border: 2px solid #777777;
	 padding: 20px;
	 position: fixed;
	 color:#000;
}
.modal-comp-conf h3
{
	font-size: x-small;
	font-weight: bold;
	margin: 10px 0px 0px;
	padding: 0px;
}
.comp-tools
{
	float: right;
}
.comp-tools-nofloat
{
	float: none;
	margin: 5px 0px 0px;
	text-align: right;
}
.control-fixed
{
	position: absolute;
	left: 15em;
	margin-top: -5px;
	font-size: x-small;
}
.control-fixed-check
{
	position: absolute;
	left: 15em;
	margin-top: -5px;
	font-size: x-small;
}
.comp-lang
{
	float: right;
	font-size: xx-small;
}

/* Footer
================================================*/

#footer
{
	color: #999999;
	margin: 0px auto 20px;
	max-width: 80em;
	padding: 0px 5px;
	clear: both;
}

#footer-left
{
	float: left;
	text-align: left;
}
#footer-right
{
	float: right;
	text-align: right;
}

/* Search
================================================*/
.search-box
{
	text-align: left;
	margin: 5px;
	padding: 4px 4px;
	border: 2px solid #F5B689;
	background-color: #FEF4B6;
}
.search-query
{
	border: 0px;
	/*margin: 0px 21px 0px 0px;*/
	padding: 2px 3px;
	width: 94%;
	color: #222222;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
}
#content-home .search-query
{
	width: 175px;
}
.search-submit
{
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 19px;
	height: 19px;
	position: absolute;
}
.search-result-total
{
	text-align: right;
	font-size: xx-small;
	margin: 2px;
}
ul.search-results
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.search-results li
{
	padding: 5px;
}
.results-url
{
	color: #777777;
}

/* Wrappers
================================================*/
.labelWrapper
{
	float:left;
	display:block;
	padding:5px 0 0 10px;
	font-weight:bold;
}

/* Forum
================================================*/
.forum
{
	border: dotted 1px black;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
}

.ForumPostUserContent
{
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
}

.ForumPostMessagePropertyList
{
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	list-style: none;
}

.ForumPostUserPropertyItem
{
	list-style: none;
	border: dotted 1px black;
	padding: 3px 3px 3px 3px;
	margin-top: 3px;
}

.ForumSubject
{
	font-weight: bold;
}

.ForumMessage
{
	
}

.ForumReply
{
}
#PostReply
{
	margin-top:3px;
}

/* Gallery
================================================*/
.gallery .products-left img
{
	margin: 0px 2px;
}
.gallery-large
{
	margin-top: 5px;
}
.gallery .products-right
{
	text-align: center;
	display: block;
}

/* Pagination
================================================*/
.paging
{
	font-size: smaller;
}

/* Last Updated
================================================*/
.lastModified
{
	text-align: right;
	font-size: smaller;
	padding: 5px 5px 5px 5px;
	color: Gray;
}

/* OurPortal Standard CSS
================================================*/

img { border: 0; }

.align-left { text-align: left; }
.align-centre, .centre { text-align: center; }
.align-right { text-align: right; }

.clearFloats { clear: both; font-size: 0.1px; height: 0; line-height: 0; width:0 ; margin: 0; padding: 0; }
.clear-both { clear: both; }
.display-block { display: block; }
.display-inline { display: inline; }
.display-none { display: none; }

.float-left { float: left; }
.float-right { float: right; }

.font-bold { font-weight: bold; }
.font-italic { font-style: italic; }

.position-relative { position: relative; }

.op-error, .error { color: Red; }
.op-text-small { font-size: xx-small; white-space: nowrap; }

.op-input-button { font-size: x-small !important; }
.op-input-control { background: #ffffff !important; font-size: x-small !important; border: solid 1px !important; font-family: Arial, Verdana, sans-serif !important; color: #222222 !important; border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea !important; padding: 1px 1px 1px 3px !important; }
.op-input-control:hover { border-color: #5794bf #b7d5ea #c7e2f1 #c5daed !important; }
.op-input-control-check, .op-input-control-upload { font-size: x-small !important; }
textarea.op-input-control { font: 120% Consolas, Courier New, monospace !important; width: 100% !important; }


/* OurPortal Components
================================================*/

.op-comp-tools { z-index: 50; position: absolute; padding: 4px 3px 1px; top: 0px; right: 10px; border: 1px solid #cccccc; background-color: #ffffe1; }
.op-comp-tools input { margin: 0 3px; }
.op-comp-modal-back { z-index: 200; position: absolute; overflow: hidden; top: 0px; left: 0px; width: 100%; height: 100%; background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; position: fixed; }
.op-comp-modal-content { text-align: left; z-index: 600; min-width: 200px; min-height: 200px; overflow: auto; position: absolute; top: 1%; left: 10%; right: 10%; bottom: 1%; margin: 1% 5%; color: #222222; background-color: #ffffff; border: 2px solid #777777; padding: 20px 25px 20px 20px; position: fixed; }
.op-comp-lang { float: right; padding-right: 20px; }
.op-comp-substitute, .op-comp-clientlinks, .op-comp-subtabs, .op-comp-text-area { position: relative; min-height: 30px; }
.op-comp-login label { font-weight: bold; }
.op-comp-login .clear-both .float-left { padding-right: 10px; white-space: nowrap; }
.op-comp-login h3 { margin-top: 20px; }
.op-comp-login .add-new { margin-left: 10px; }
.op-comp-login .op-input-button { padding: 2px 3px 2px; }
.op-comp-login .op-input-control { padding: 2px 2px 1px 3px; }

.op-img-link { cursor: pointer; }


/* OurPortal Admin Control
================================================*/

.op-admin-controls-container { border: 1px solid #cccccc; font-family: Arial, Verdana, sans-serif; color: #222222; background-color: #ffffe1; padding: 10px 10px 5px; margin-bottom: 10px; }
.op-admin-controls { clear: both; text-align: center; margin: 10px auto; padding: 4px; width: 600px; }
.op-admin-controls h2 { font-size: medium; padding: 0px; margin: 10px 0px 10px; }
.op-admin-controls h3 { font-size: small; margin: 0px; padding: 0px; }
.op-admin-controls p { margin: 10px 0 !important; padding: 0 !important; }
.op-admin-controls a { color: #003399; }
.op-admin-controls a:hover { color: #ff0000; }
.op-admin-controls .op-ac-pages { border: rgb(145,155,156) 1px solid; border-top-width: 0px; margin-top: -2px; padding: 22px 20px 10px; background-color: #ffffff; }
.op-admin-controls table { border-collapse: collapse; margin: 0px auto; }
.op-admin-controls td { padding: 2px 20px 5px; width: 25%; vertical-align: top; text-align: left; }
.op-admin-controls table.op-site-links { text-align: center; margin: 0px auto 15px; border-collapse: collapse; }
.op-admin-controls .op-site-links td { vertical-align: top; padding: 1px 15px 1px 10px; text-align: left; }
.op-admin-controls .op-site-links td ul { margin: 5px 0 0 15px; padding: 0; }
.op-admin-controls .op-site-links td ul li { margin: 0; padding: 0; }
.op-admin-controls .op-site-links td a { margin: 0px; padding: 0px; color: #003399; }
.op-admin-controls .op-page-security .op-text-indent { padding: 0px 15px; }
.op-admin-controls .op-page-details { position: relative; }
.op-admin-controls .op-fixed { position: absolute; left: 85px; }
.op-admin-controls .op-page-details .op-margin-bottom { margin-bottom: 20px; }
.op-admin-controls .ajax__tab_body { font-size: inherit !important; font-family: Arial,Verdana,sans-serif !important; padding: 20px 20px 10px !important; }
.op-admin-controls input[type="checkbox"] { margin: 3px 3px 3px 4px !important; padding: 0 !important; }