/* ##### Template styles ##### */
.framework {
	width: 960px;
	margin: 10px auto;
	background: url('/imgs/layout/framework_bg.gif') repeat-y;
}

.header {
	background-color: #DDDDDD;
	text-align: center;
	height: 100px;
	width: 960px;
}

.footer {
	text-align: right;
	background-color: #E0F2FA;
	padding: 8px;
	border-top: 7px solid #FFFFFF;
	clear: both;
	font-size: 7pt;
	color: #666;
}

.footer2 {
	text-align: center;
	background-color: #FFF;
	padding: 8px;
	height: 35px;
	border-top: 7px solid #FFFFFF;
	clear: both;
	font-size: 7pt;
	color: #666;
}

.center {
	width: 560px;
	vertical-align: top;
	background-color: #92D0F5;
	background-image: url(/imgs/layout/centralbg.gif);
	overflow: hidden;
}

.left{
	background-color: #FFFFFF;
	width: 200px;
	float: left;
	background-image: url(/imgs/layout/eventmosaic_layout_02.gif);
}

.right{
	background-color: #E0F2FA;
	width: 195px;
	float: right;
	border-left: 5px solid #FFFFFF;
}

/* ##### Custom styles ##### */
/* Redefinitions */
a	{
	text-decoration: none;
}
a:link {
	color: #ED0D83;
	text-decoration: none;
}

a:hover {
	color: #ED0D83;
	text-decoration: underline;
}

a:active {
	color: #ED0D83;
	text-decoration: none;
}

body, table {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #114962;
	font-size: 18px;
	text-transform: uppercase;
}

hr {
	border: 1px dotted #E0F2FA;
	height: 1px;
}

input, textarea, select {
	background-color: #FFFFFF;
	border: #114E7B;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #ED0D83;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-arrow-color: #990000;
	scrollbar-base-color: #EEEEEE;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-track-color: #EEEEEE;
}

form {
	padding: 0px;
	margin: 0px;
}

p	{
	margin: 0;
}

/* Custom */
.tickerctn {
	width: 738px;
	clear: both;
	background: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: 11px solid #CCE9F7;
	border-right: 11px solid #E0F2FA;
	position: absolute;
	top: 0;
}

.left , .center , .right	{
	margin-top: 13px;
}

.intro_main {

}

.hr5 {
	border: 5px solid #D0EBF8;
	height: 5px;
}

.admin_page_center {
	padding: 15px;
	width: 760px;
	display: block;
	overflow: hidden;
}

.admin_formatoverview {
	width: 100%;
	overflow: hidden;
	background-color: #B2E0F4;
	border-left: 1px solid #D8EBF3;
	border-top: 1px solid #D8EBF3;
	border-right: 1px solid #65ADCD;
	border-bottom: 1px solid #65ADCD;
}

.admin_formatoverviewrow {
	border-top: 1px dotted #FFFFFF;
}

.formatdetail_block {
	padding: 5px;
	background-color: #B2E0F4;
	border-left: 1px solid #D8EBF3;
	border-top: 1px solid #D8EBF3;
	border-right: 1px solid #65ADCD;
	border-bottom: 1px solid #65ADCD;
}

.formatdetail_block h2 	{
	font-size: 11pt;
	margin: 0 5px 3px 0;
	padding: 0 0 2px 0;
	font-weight: lighter;
	border-bottom: 1px dotted #FFF;
	color: #ED0D83;
}

.formatdetail_featureblock {
	width: 100px;
	border-right: 1px dotted #FFFFFF;
}

.formatlist_image {
	width: 75px;
	height: 75px;
	padding: 5px;
	background-color: #B2E0F4;
	border-left: 1px solid #D8EBF3;
	border-top: 1px solid #D8EBF3;
	border-right: 1px solid #65ADCD;
	border-bottom: 1px solid #65ADCD;
	text-align: center;
}

.formatlist_text {
	font-size: 8pt;
	padding: 5px;
	background-color: #B2E0F4;
	border-left: 1px solid #D8EBF3;
	border-top: 1px solid #D8EBF3;
	border-right: 1px solid #65ADCD;
	border-bottom: 1px solid #65ADCD;
	color: #333;
}

.formatlist_text h2 	{
	font-size: 11pt;
	margin: 0 5px 3px 0;
	padding: 0 0 2px 0;
	font-weight: lighter;
	border-bottom: 1px dotted #FFF;
}

.home_main {
	background-image: url(/imgs/pages/home_mainbg.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	padding-top: 130px;
	height: 450px;
	color: #FFFFFF;
}

.home_special {
	font-weight: bold;
	text-align: center;
}

.contact_input {
	width: 215px;
}

.page_center {
	padding: 15px;
	width: 330px;
	color: #000033;
}

.layout_pagetitle {
	width: 360px;
	height: 92px;
	background-color: #FFFFFF;
}
.layout_crumbtrail {
	width: 352px;
	height: 12px;
	overflow:hidden;
	line-height: 14px;
	border-bottom: 5px solid #ED0D83;
	padding: 4px;
	font-size: 7pt;
}
.layout_righttop {
	height: 20px;
	border-bottom: 4px solid #77C6EA;
	padding: 10px;
	padding-top: 82px;
	color: #003367;
}
.layout_righttop a 	{
	display: block;
	width: 20px;
	height: 20px;
	border:1px solid #D0EBF8;
	margin-right: 7px;
	line-height: 18px;
	text-align: center;
	float: right;
}
.layout_righttop a:hover	{
	text-decoration: none;
}
.layout_righttop span 	{
	display: block;
	width: 20px;
	height: 20px;
	border:1px solid #B2E0F4;
	margin-right: 7px;
	line-height: 18px;
	text-align: center;
	float: right;
	color: #65ADCD;
}
.layout_rightmiddle {
	width: 200px;
	height: 15px;
	border-bottom: 5px solid #E5A339;
}
.layout_navright {
	font-size: 10px;
	padding: 0;
	margin:0;
	color: #2997C9;
	border-bottom: 5px solid #E5A339;
	list-style-type: none;
}
.layout_navright li	{
	border-top: 1px solid #77C6EA;
}
.layout_navright li ul	{
	list-style-type: none;
	margin:0;
	padding: 0;
}
.layout_navright li ul li a	{
	padding: 3px 3px 3px 25px;
	font-weight: normal;
	background: #CCE9F7;
}
.layout_navright a	{
	display: block;
	padding: 5px;
	color: #2997C9;
	font-weight: bold;
}
.layout_navright a.sel {
	background: #92D0F5;
}
.layout_navright a:hover	{
	text-decoration: none;
	background: #92D0F5;
}

.navlink02 {
	color: #2997C9;
	font-weight: bold;
	padding-left: 25px;
}
		a.navlink02:link {
			color: #2997C9;
		}
		a.navlink02:visited {
			color: #2997C9;
		}
		a.navlink02:hover {
			color: #2997C9;
		}
		a.navlink02:active {
			color: #2997C9;
		}
		
.navlink02active {
	color: #022D62;
	font-weight: bold;
	padding-left: 25px;
}
		a.navlink02active:link {
			color: #022D62;
		}
		a.navlink02active:visited {
			color: #022D62;
		}
		a.navlink02active:hover {
			color: #022D62;
		}
		a.navlink02active:active {
			color: #022D62;
		}
		
.layout_navright2 {
	font-size: 10px;
	padding: 5px 2px 5px 3px;
	color: #E5A339;
	list-style-type: none;
	margin:0;
	padding:0;
}
.layout_navright2 li	{
	border-bottom: 1px solid #E5A339;
}
.layout_navright2 a {
	color: #E5A339;
	font-weight: bold;
	display: block;
	padding: 5px;
}
.layout_navright2 a.sel {
	background: #fbdfa7;
}
.layout_navright2 a:hover	{
	text-decoration: none;
	background: #fbdfa7;
}

		
.leftlng {
	text-align: center;
	border-top: 1px dotted #FFFFFF;
}
		
.leftaddress {
	margin-left: 33px;
	margin-right: 45px;
	font-size: 9px;
}
		
.padding {
	padding: 5px;
}

.frame {
	border: 1px solid #000000;
}

.minheight {
	height: 300px;
}

.txtsmall {
	font-size: 9px;
}

.txtlarge {
	font-size: 16px;
}

/* ##### Editor styles ##### */
.tblctrls	{
	background-color: #EFEFEF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 400px;
	}

.butClass
	{    
	  border: 1px solid;
	  border-color: #EFEFEF;
	  width: 23px;
	  height: 22px;
	}
  
.tdClass
	{
	  padding-left: 3px;
	  padding-top:3px;
	}
  
.WMEditor	{
	width: 400px; 
	height:100px;
	border:1px solid #000000;
	border-top:1px solid #999999;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
}

 .Colorbox	{
	width:1px; 
	height:1px;
	border:1px solid #cccccc;
	background-color:white;
	visibility:hidden;
	overflow: hidden;
	position:absolute;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=145,strength=3);
}

 .WMEditorPop	{
	width:1px; 
	height:1px;
	border:1px solid #cccccc;
	background-color:white;
	visibility:hidden;
	overflow: hidden;
	position:absolute;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=145,strength=3);
}

.WMEditorDialog	{
	visibility: hidden;
	background-color: #efefef;
	border: 1px solid #cccccc;
	position:absolute;
	font-family: verdana;
	font-size: 8pt;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=145,strength=5);
	cursor: default;
}

.WMEditorDialogTop	{
	width: 250px;
	height: 15px;
	background-color: #336699;
	text-align: right;
	padding: 0;
	padding-right: 4px;
}

.WMEditorDialogClose	{
	font-family: verdana;
	font-size: 9pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}

.WMEditorDialogTitle	{
	width: 230px;
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 8pt;
	color: white;
	text-align: left;
}

.WMEditorDialogContent	{
	font-family: verdana;
	font-size: 8pt;
	padding: 4px;
}

.WMEditorInput	{
	border: 1px solid #336699;
}

.WMEditorSubmit	{
	background-color: white;
	border: 1px solid #000000;
	font-family: verdana;
	font-size: 8pt;
	width: 50px;
}

.WMEmoticon	{
	border-right: 1px solid #6699CC;
	border-bottom: 1px solid #efefef;
}

#lngsel	{
	width: 750px;
	text-align: left;
	padding: 10px;
	background: #0b3f76;
	margin-top: 20px;
	margin: 20px auto;
}

#lngsel ul	{
	background: #FFF;
	margin:8px 0 0 0;
	padding:0;
	width: 750px;
	list-style-type: none;
	background: #0b3f76;
}

#lngsel li	{
	padding: 0;
	margin:0;
}

#lngsel a	{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 15px;
	height: 75px;
	background-repeat: no-repeat;
}

#lngsel a:hover	{
	background: url(/imgs/lngsel/link_bg_hover.jpg);
}

.fancyh2	{
	font-size: 11pt;
	margin: 0 0 5px 0;
	padding: 0;
}

.validation-advice {
	margin: -5px 0 0 0;
	padding: 5px 0 0 0;
	color : #ED0D83;
}

/*---------- THUMBS --------------------------------------------------------------------------------------*/
.thumb {
	width: 318px;
	float: left;
	height: 174px;
	position: relative;
	margin: 4px;
	overflow: hidden;
	border: 1px solid #65ADCD;
}
.thumb li {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
	padding: 0px;
	z-index: 1;
}

.thumb img	{
	border:0;
}

.thumb .active {
	z-index: 100;
}
.thumb p {line-height: 24px;}
.prev, .next, .number {
	position: absolute;
	bottom:0px;
	clear:both;
}
.number {
	left: 140px;
	width: 40px;
	text-align: center;
	font-weight: bold;
	background:#65ADCD;
}
.prev, .next {
	background: #B2E0F4;
	width: 140px;
	line-height: 24px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #fff;
}
.prev:hover, .next:hover {
	background: #65ADCD;
	text-decoration: none;
	color: #FFF;
}
.prev {left: 0px;}
.next {right: 0px;}


/*---------- LIGHTBOX --------------------------------------------------------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a, #lightbox a:hover
{
	border: 0;
	background-color: transparent;
	margin: 0;
	padding: 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(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(/imgs/lightbox/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(/imgs/lightbox/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/imgs/lightbox/prevlabel-hover.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/imgs/lightbox/nextlabel-hover.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}
	
	