﻿Body, .Normal, .NormalTextBox, TD, SPAN, DIV, P, A{ margin:0px; padding:0; color:#555}
.left{ float:left}
.right{ float:right}
.clr{ clear:both}

.logo{ width:35%;}
.search{ width:25%;}
.search span{ display:block; float:left; width:80px;}
#dnn_dnnSEARCH_txtSearch{ line-height:22px; padding:0 5px; font-size:14px; font-weight:bold}
.account{ width:30%;text-align:right; margin-right:20px; margin-top:20px; position:relative}
.ContentBox{ background:#FFFFFF;}
.breader{ padding-left:10px}
.dateobject{text-decoration: none;color:#666; padding:0 10px}
#themes{background:url(open.gif) left no-repeat;cursor: pointer;cursor: hand; width:90px; text-align:center; color:#FFFFFF; padding:1px 15px; white-space:nowrap; font-size:10px}
#themebox{background:url(bg17.gif) top left repeat-x #2e3436;width:300px;display: block;position:absolute;z-index:1222;left:0px; top:21px; height:100px;filter:Alpha(Opacity=90);opacity:0.9; text-align:center}
#themebox h2{ color:#ccc; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-align:left; text-indent:10px; padding-top:8px}
#themebox .color{width:280px;}
#themebox .layout{width:280px;margin-top:5px; color:#999}
#themebox .layout a:link, #themebox .layout a:visited, #themebox .layout a:active{width:24px; height:24px; background:#666; border:2px #000 solid; color:#fceae8; font-size:12px; font-weight:bold; line-height:30px; display:block; text-decoration:none; margin:1px; float:left}
#themebox .layout a:hover{background:#999; color:#FFFFFF}

#themebox .close,#themebox a.close:link, #themebox a.close:visited, #themebox a.close:active{width:70px; height:24px; background:url(themebut.gif) left top repeat-x; border:2px #000 solid; color:#fceae8; font-size:12px; font-weight:bold; line-height:24px; display:block; text-decoration:none; margin:1px; text-align:center; float:right}
#themebox a.close:hover{background:url(themebut.gif) left bottom repeat-x; color:#FFFFFF}
#themes{display:none} 
.themeOff{ cursor:pointer; margin:3px}
.themeOn{cursor:pointer; margin:3px}
/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/
.sloganpane{padding:10px;}
.JumpPane{width:600px; padding:0; align:right;}
.TopPane{width:994px; padding:0 2px}
.TopleftPane{width:590px; padding:10px; background:url(http://marenagroup.com/portals/0/marena-bg.png) no-repeat; background-color:#b7b7b7}
.ToprightPane{width:100%; padding:10px}
.LeftPane{width:590px; padding:padding:10px}
.ContentPane{width:404px;padding:1px}
/*.RightPane{width:404px; padding:10px}*/
.Column1Pane{width:25%; padding:10px}
.Column2Pane{width:25%; padding:10px}
.Column3Pane{width:25%; padding:10px}
.Column4Pane{width:25%; padding:10px}
.FooterPane{width:100%;padding:10px}

* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { border: none; outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: none; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(cursor/zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    font-family: Lucida Sans;
    font-size: 11px;
    padding: 4px 8px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(graphics/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CSS class for the dashed line */
.dashes {
border-top: 10px dashed #dcdcdc;
margin-top: 10px;
border-bottom:0;
}


/* CSS class for the Tooltip */
* {}
a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:260px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}

/* CSS class for the Citations*/
.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #FF0000;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 700%;
     color: #FF0000;
 }
