/* 	---------------------------------------------------------------
Copyright (c) 2007 August Ash Inc. (http://www.augustash.com)

Screen Style Sheet
Version: $Id: screen.css 47 2008-06-12 14:08:57Z jjohnson $
	--------------------------------------------------------------- */

/* 	=============================
	Colors:
	
	=============================	*/

body {
	background: #4E2859;
	text-align:center;
	color:#333;
	font:normal 13px/17px Arial, Helvetica, sans-serif;
}

p, table {margin:1em 0;}
img {border:0;}
.access, hr {display:none;}
.clearer {clear:both; height:1%; line-height:1%; font-size:1%;}
.required, .error {font-weight:bold; color:#C30000;}
a:link, a:visited {color:#452160; font-weight: bold; text-decoration:none;}
a:hover, a:active {text-decoration: underline; outline:none;}

/* TYPE
----------------------------------------------- */
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {display: none;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
pre, code {white-space:pre; font-family:'andale mono','lucida console',monospace; line-height:1.5;}

/* HEADINGS
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size:21px;}
h2 {font-size:19px;}
h3 {font-size:17px;}
h4 {font-size:15px;}
h5 {font-size:13px;}
h6 {font-size:11px;}
h2, h3, h4, h5, h6 {color:#B4180C; padding-top: 15px;}
v
table {border-collapse:collapse; margin:0 0 2em 0; text-align:left; }
caption { font-size:14px; line-height:1.7em; text-align:left; }
tbody { }
tr { }
tr.altRow { background: #eee; }
th { font-size:12px; line-height:1.4em; font-weight:bold; border-bottom:2px solid #000; padding:0 .5em;  }
td { font-size:12px; line-height:1.4em; padding: 5px 8px; }

/* LISTS
----------------------------------------------- */
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
ul, ol {list-style-position:outside; margin:1em 0 0 0; padding:0 0 0 2em;}
ul ul, ol ol, ul ol, ol ul{list-style-type:square; list-style-position:outside;}
ol, ol ol, ul ol{list-style-type:decimal;}
dl {margin:1em 0;}
dl dt {font-weight:bold;}
dl dd {margin:0 0 0 1.5em;}

/* BASE LAYOUT
----------------------------------------------- */
/*div#header-wrap {background: #fff url(/img/tpl/bg-repeat1.png) repeat-y top center;width: 100%; min-width: 960px;}*/
div#header-img {background: url(/img/tpl/header-wrap.jpg) no-repeat top center; position: absolute; width: 100%; min-width: 960px; height: 275px; top:0; left: 0;}
div#wrap {position:relative; width:960px; margin:0 auto; text-align:left;}
div#header {position:relative; width:960px; height:220px; background: none;}
div#cwrap {width:960px; background: none;}
div#nav-wrap {float:left; display:inline; width:250px; position: relative; z-index: 25; margin-top: 20px;}
div#side {float:left; display:inline; background: none;}
.default-home div#main {float:right; display:inline; width:420px; padding: 0 270px 0 20px; position: relative; z-index: 11;}
div#main {float:right; display:inline; width:680px; padding: 0 10px 0 20px;}
div#footer {width:960px; clear:both; position: relative; bottom:0; left:0; text-align:center; background: none; margin: 0 auto; height: 124px; max-height: 500px;}

#myDynamicContent {
	background: none;
	position: absolute;
	width: 100%;
	min-width: 960px;
	height: 275px;
	top: 0;
	left: 0;
}
/* HEADER
----------------------------------------------- */
div#header h1 a:link, div#header h1 a:visited {
	/*background: url(/img/tpl/bg-logo.png) no-repeat top left;
	display:block;
	position:relative;
	width:228px;
	height:0px;
	padding-top:190px;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	border:0;
	text-decoration:none;*/
}
div#header h1 a:hover, div#header h1 a:active {border:0;text-decoration:none;}

img.resources {
	position:absolute;
	margin-left:234px;
	margin-top:170px;
	}
	
div.controls {
	margin-top: 0px;
	margin-bottom:35px;
	width:812px;
}
	
div.controls p {
	display:inline;
	margin-right: 17px;
	}

/* SIDE
---------------------- */
#side h2.login a:link, #side h2.login a:visited {
	background: url(/img/tpl/btn-side-login.png) no-repeat top center;
	top: 20px;
	display:block;
	position:relative;
	left: 25px;
	width:183px;
	height:0px;
	padding-top:38px;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	border:0;
	text-decoration:none;
	cursor: pointer;
}
#side h2.store a:link, #side h2.store a:visited {
	background: url(/img/tpl/btn-side-store.png) no-repeat top center;
	top: 30px;
	display:block;
	position:relative;
	left: 25px;
	width:183px;
	height:0px;
	padding-top:38px;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	border:0;
	text-decoration:none;
	cursor: pointer;
}
#side img {margin: 60px 0 0 23px;}

ul#splashrotate {position: relative;}
ul#splashrotate li.cross1 {background:url(/img/tpl/img-cross4.jpg) no-repeat top center; width: 184px; height: 247px; text-indent: -9999px; position: absolute; top:35px; left:27px;}
ul#splashrotate li.cross2 {background:url(/img/tpl/img-cross4.jpg) no-repeat top center; width: 184px; height: 247px; text-indent: -9999px; position: absolute; top:35px; left:27px;}
ul#splashrotate li.cross3 {background:url(/img/tpl/img-cross4.jpg) no-repeat top center; width: 184px; height: 247px; text-indent: -9999px; position: absolute; top:35px; left:27px;}
p.log-out {margin-left:360px;;}
/* MAIN
----------------------------------------------- */
#main h1 {font: 280% Georgia, "Times New Roman", Times, serif; font-weight: normal; color: #b3170b; margin-bottom: 0px; margin-top:40px;}
.default-home #main {background: url(/img/bg-main.jpg) no-repeat top right; position: relative; top:0; left:0; height: 100%;}
#main {background: none;}
#main img {margin: 5px;}
.default-home #sub-wrap {width: 710px; float: right; clear: right; margin: 50px 0 0 0;}
#sub-wrap {width: 710px; float: right; clear: right; margin: 50px 0 0 0;}
#sub-wrap h3 {font: 100% Arial, Helvetica, sans-serif; font-weight: bold; padding-bottom: 5px;}
#sub-link1, #sub-link2, #sub-link3 {padding: 20px 0 0 18px;  width: 202px; height: 145px; float: left;}
#main ol li {list-style: decimal; padding: 3px 0;}
#main ol, #main ul {margin: 15px 0 15px 0;}
#main ul {padding: 0 0 0 10px;}
#main ul li {padding:3px 0 3px 0px;}
#main ul li p.imagetitle {margin:0;width:175px;font-weight:bold;color:#fff;
overflow:hidden;}

#main ul.love-story li {background: url(/img/tpl/btn-bullet-heart.png) no-repeat 0 7px; padding: 3px 0 3px 15px;}

/*.grey-box {
	width: 400px;
	background: #eee;
	border: 2px #ddd solid;
	padding: 10px 10px;
	margin-bottom: 20px;
}
.grey-box h2 {color:#777; font: 160% Georgia, "Times New Roman", Times, serif; font-weight: normal;}
.grey-box p {color:#777; font: 100% Georgia, "Times New Roman", Times, serif; font-style: oblique;}*/


#sub-link1 {background: url(/img/tpl/bg-sub-link.png) no-repeat top center;}
#sub-link2 {background: url(/img/tpl/bg-sub-link.png) no-repeat top center;}
#sub-link3 {background: url(/img/tpl/bg-sub-link.png) no-repeat top center;}
#sub-link1 h3, #sub-link2 h3, #sub-link3 h3 {padding-top: 0; color: #333;}

#sub-wrap a:link img, #sub-wrap a:visited img {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}
#sub-wrap a:hover img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

/* ACCORDION
----------------------------------------------- */

#main ul.affiliates-ui {background: none; width: 350px;}
#main ul.affiliates-ui ul.locations ul {padding-left: 0; padding-right: 10px;}
#main ul.affiliates-ui li.state {font-size: 15px; border-bottom: 1px solid #eee; padding: 0; background: none;}
#main ul.affiliates-ui li ul.locations li {border: none; background: none;}
#main ul li.state a:link, ul li.state a:visited {color:#333; display: block; padding: 5px 0 5px 10px;}
#main ul li.state a:hover {text-decoration: none; color: #55106B; background: #f1f1f1;}
#main ul.locations {margin: 0; background: #f7f7f7; border-left:1px solid #eee; border-right:1px solid #eee;}
#main ul.locations li li {font-size: 12px; padding: 0;}
#main ul.locations li li a:link, #main ul.locations li li a:visited {color: #55106B; display: block; padding: 0;}
#main ul.locations li li a:hover {text-decoration: underline; background: none;}

/* DONATION FORM 
---------------------------------------------- */
#main form#donation div div fieldset {border: 1px solid #e2e2e2; padding: 10px; margin: 0 0 10px;}
#main form#donation div div fieldset legend {font-size: 15px; font-weight: bold; color: #530069;}

#main form#donation div div fieldset div.formRow {width: 320px; float:left; margin: 0 0 5px;}
#main form#donation div div fieldset div.formRow label {width: 130px; text-align:right; float: left; color: #333;}
#main form#donation div div fieldset div.formRow label.required {font-weight: normal;}

#main form#donation div div fieldset div.formRow input {width: 165px; float: right; text-align: left; margin: 0 10px 0 0; padding: 1px;}
#main form#donation div div fieldset div.formRow select {width: 170px; float: right; text-align: left; margin: 0 10px 0 0; padding: 1px;}
#main form#donation div div fieldset div.formRow ul.errors {clear: both; float: left; margin: 5px 10px;  border: 1px solid #CA003C; width: 288px;}
#main form#donation div div fieldset div.formRow ul.errors li {color: #CA003C; background: none; font-style: italic; padding: 0;}

#main form#donation div div fieldset div.formRow.formRowCcInfo {clear: both; width: 400px;}
#main form#donation div div fieldset div.formRow.formRowCcInfo select,
#main form#donation div div fieldset div.formRow.formRowCcInfo input {float: left; margin: 0 0 0 10px;}
#main form#donation div div fieldset div.formRow.formRowCcInfo p.hint {float: right; padding: 0; margin: 0;}

#main form#donation div div fieldset div.formRow.formRowCcExpMonth {clear: both; float:left; width: 230px;}
#main form#donation div div fieldset div.formRow.formRowCcExpMonth select {width: 80px;}

#main form#donation div div fieldset div.formRow.formRowCcExpYear {float: left; width: 90px;}
#main form#donation div div fieldset div.formRow.formRowCcExpYear select {width: 80px;}

#main form#donation div div fieldset#fieldset-other {border: none; padding: 11px;}
#main form#donation div div fieldset#fieldset-other div.formRow {clear: both; margin: 0px; padding: 0px;} 
#main form#donation div div fieldset#fieldset-other div.formRow label.optional {display: none;}
#main form#donation div div fieldset#fieldset-other div.formRow input#submit {float: left; clear: both; width: 52px; background: #55106B; color: #fff; border: 1px solid #333; margin: 10px 0 0 140px; text-align: center;}
#main form#donation div div fieldset#fieldset-other div.formRow input#submit:hover {cursor: pointer;}

#main form#donation div div fieldset#fieldset-donation div.formRow {clear: both;}
#main form#donation div div fieldset#fieldset-donation div.formRow.formRowRadio {float:left; margin: 0 0 0 130px; width: 320px;}
#main form#donation div div fieldset#fieldset-donation div.formRow.formRowRadio label {text-align: left; padding: 0 0 5px; width: 160px;}
#main form#donation div div fieldset#fieldset-donation div.formRow div.radio-block {float: right;}
#main form#donation div div fieldset#fieldset-donation div.formRow label input {float: left; width: 25px; margin: 0 0 0 10px; text-align: left;}

#main form#donation div div fieldset#fieldset-donation div.formRow.formRowDonationOther {
left:650px;
margin:0;
padding:0;
position:absolute;
text-align:left;
top:384px;
width:100px; }
#main form#donation div div fieldset#fieldset-donation div.formRow.formRowDonationOther input {width: 70px;}
img.cross4{
	margin:10px 0 0 27px;
	}

/* FOOTER
----------------------------------------------- */
div#ecfa p {
	background: url(../img/tpl/logo-ecfa.png) no-repeat top left;
	display:block;
	position: absolute;
	top: 55px;
	left: 300px;
	width:50px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	border:0;
	text-decoration:none;
}

#footer-strip {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/img/tpl/bg-footer-strip1.png);
}

#footer-wrap {background: url(/img/tpl/bg-footer.jpg) repeat-x bottom center; width: 100%; position: relative;  z-index: 0;}
/*#footer-strip {background: url(/img/tpl/bg-footer-strip1.png) no-repeat bottom center; width: 260px; height: 124px; position: absolute; top:0; left: -11px;}*/
p#credits {font-size:11px; margin:.0em 0 0; color:#fff; padding: 70px 200px 0 0; text-align:right;}
p#credits a {color:#fff; text-decoration:underline;}
p#credits a:hover, p#credits a:active {text-decoration:none;}

/*div#nav-wrap ul#nav {
border-top:1px solid #bdda40;
color:#C7C7C7;
float:left;
margin:0 0 0 10px;
padding:0;
position:relative;
text-align:left;
width:218px;
}

ul#nav li a {
border-bottom:1px solid #bdda40;
display:block;
height:1.5em;
padding:8px 0 5px 20px;
}*/

iframe {padding: 3px; border: 1px solid #ccc;}

/*-------------------------------------------------- Image gallery CSS --------------------------------------------------------*/

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Used for categories to make things clear correctly */
.album_content {
	width:100%; 
	float:left;
}
.clear {
	clear:both
}
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.thumb
{
	padding:0;
	width:150px;
	margin:0 0.5em 0.5em 0;
    
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
	background-image: url(/img/imgbg.png);
	background-repeat:no-repeat;

}

.thumb a
{
	display:block;
	height:72px; 
/* Set link formatting*/
	width:155px; 
/* Thumb width*/ 
	
/* Thumb height*/
	padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	background:none;
/*Background of thumb */
	
/* Borders of thumb frame */
	text-decoration:none;
}
.albumcomment { text-align: left; }
.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}
.albumname a
{
	display: inline;
        border: none;
        margin:none;
        padding:none;
        background-color:transparent;
}
.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/*Thickbox CSS */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* Already done in main CMSMS stylesheet. Commenting out. */
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../templates/db/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 97%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

/* Start of CMSMS style sheet '02.1 Gallery CMotion horizontal' */


/* CMOTION GALLERY */



/* Please check gallerystyle.css and motiongallery.js for double-/hard-codings! */



div.largeview {

 text-align: center;

}



#motioncontainer {

margin-top: 5px;

height: 70px; /* according to gallery height */

width: 99.99%;

}



#motioncontainer a img {

border: 0; /* Set image border color */

margin: 0; /* chage this if you want some air inbetween images*/

height: 60px;

width:auto;

}



/* change cursor when clicking on image */

/*#motioncontainer a:active img {

cursor: progress;

}*/



#statusdiv {

background-color: #fff;

color: #FFBF00;/*#8f8f8f;*/

font-size: 65%;

font-weight: bold;

border: 0px solid #afafaf;

padding: .1em;

width: 100px;

position: absolute; /* Stop Editing Gallery Styles */

top: -10px;

left: 0px;

visibility: hidden;

}



#motioncontainer a:hover {

color: red; /* Dummy definition to overcome IE bug */

}



/* Those are already set in the template using

the "style"-tag for both of the divs. It seems to

work only this way - if someone could tell me why,

I'll appreciate!  */

/*

div#motioncontainer {

position:relative;

overflow:hidden;

}

div#motiongallery {

position:absolute;

left:0;

top:0;

white-space: nowrap;

}*/



/* END CMOTION GALLERY */

/* End of '02.1 Gallery CMotion horizontal' */