body {
	margin: 0px;
	font-family: Monda;
	font-size:16px;
	color: #FFF;
	background-color: #F4F4F4;
}

.wf-loading .PageTitle {
	font-family: serif;
	font-size: 22px;
	visibility:hidden;
}
.wf-inactive .PageTitle {
	font-family: serif;
	font-size: 24px;
	color:#fff;
	font-style: normal;
	font-weight: bold;
	padding: 20px 0 20px 0;
}
.wf-active .PageTitle {
	font-family: Bad Script;
	font-size: 24px;
	color:#fff;
	font-style: normal;
	font-weight: bold;
	padding: 20px 0 20px 0;
}

.wf-loading .bodycontent {
	font-family: serif;
	font-size: 16px;
	visibility:hidden;
}
.wf-inactive .bodycontent {
	font-family: serif;
	font-size: 16px;
	color:#fff;
}
.wf-active .bodycontent {
	font-family: Monda;
	font-size: 16px;
	color:#fff;
}

.wf-loading .SectionHeading {
	font-family: serif;
	font-size: 24px;
	visibility:hidden;
}
.wf-inactive .SectionHeading {
	font-family: serif;
	font-size: 24px;
	color:#fff;
	font-weight: bold;
	font-style: normal;
	padding: 20px 0 0 0;
}
.wf-active .SectionHeading {
	font-family: Bad Script;
	font-size: 24px;
	color:#fff;
	font-weight: bold;
	font-style: normal;
	padding: 20px 0 0 0;
}

/*wf loading black*/
.wf-loading .PageTitleBlk {
	font-family: serif;
	font-size: 22px;
	visibility:hidden;
}
.wf-inactive .PageTitleBlk {
	font-family: serif;
	font-size: 24px;
	color:#000;
	font-style: normal;
	font-weight: bold;
	padding: 20px 0 20px 0;
}
.wf-active .PageTitleBlk {
	font-family: Bad Script;
	font-size: 24px;
	color:#000;
	font-style: normal;
	font-weight: bold;
	padding: 20px 0 20px 0;
}

#Wrapper {
	position:relative;
	width:60%;
	top: 0px;
}

#Content {
	position: relative;
	z-index: 5;
	width: 100%;
	/*Padding: 0 10px 0 10px;*/
}

#ContentBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	z-index: -1;
}

#header-container { width: 60%; padding: 5px; }

.HeaderImg {
	width: 100%;
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#HeaderImage {
	position: relative;
	z-index: 5;
	width: 100%;
	Padding: 0;
}

#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.stretch {
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: -1;
}

/* Buttons */
.left-menu {
	max-width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 100%;
	font-weight: normal;
	background: #ccc;
	color: #eee;
	letter-spacing: 1px;
	padding: 10px;
	border: none;
	text-align: center;
	margin: 0 10px 3px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.left-menu, a.left-menu:visited {
	display: block;
	text-decoration:none;
	color:#000!important;
}
a.left-menu:hover, a.left-menu:visited:hover {
	display: block;
	text-decoration:none;
	color:#eee!important;
	background: #444;
}

#menu-container {
	width: 100%;
	height: 40px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	color: #FFF;
	background: #444;
	box-shadow: 0px 2px 3px #777777;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777'); */
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 1000000000;
}

/* page styles */
.menubar {
	/*background:#222222 url(../../images/siteHeaderPattern.png);*/
    width:700px;
    height:30px;
	margin-left: auto;
	margin-right: auto;
    padding: 0 0 15px 0;
	z-index:1000000000;
}

/* main menu styles */
#mycustommenu {
    margin-top: 3px;
	display:inline-block;
    width:700px;
    padding:0;
	z-index:1000000000;
}
#mycustommenu li {
    margin:0;
    float:left;
    position:relative;
    list-style:none;
	text-shadow:0 2px 2px #000 0.5; /* rgba(0,0,0, .7); */
}
#mycustommenu a {
    font-weight:bold;
    color:#e7e5e5;
    text-decoration:none;
    display:block;
    padding:8px 10px;
	border-top:1px solid transparent; /* f8f8f8 */
    border-radius:5px; /*some css3*/
    -webkit-border-radius:5px;
    text-shadow:0 2px 2px #000 0.5; /* rgba(0,0,0, .7); */
}

/* selected menu element */
#mycustommenu .current a, #mycustommenu li:hover > a {
    background:#000; /* 7788aa 3b3b3b*/
    color:#fed327;
    border-top:1px solid #555555; /* f8f8f8 */
    box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3*/
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
    text-shadow:0 2px 2px #000 0.5; /* rgba(255,255,255, 0.7); */
}

/* sublevels */
#mycustommenu ul li:hover a, #mycustommenu li:hover li a {
    background:none;
    border:none;
    color:#fff; /* 000 */
}
#mycustommenu ul li a:hover {
    background:#000; /* 335599 url(../images/bg.png) repeat-x 0 -100px; 222222*/
    color:#fed327; /* fff */
    border-radius:10px; /*some css3*/
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}

#mycustommenu ul li:first-child > a {
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
}
#mycustommenu ul li:last-child > a {
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}

/* drop down */
#mycustommenu li:hover > ul {
    opacity:1;
    visibility:visible;
}
#mycustommenu ul {
    opacity:0;
    visibility:hidden;
	white-space: nowrap;
	padding: 0;
    width:150px;
    position:absolute;
    background:#3b3b3b; /* aabbcc url(../images/bg.png) repeat-x 0 0; */
    border:1px solid #000; /* 7788aa */
	margin: 0;
    border-radius:10px; /*some css3*/
    -webkit-border-radius:10px;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
    -o-transition:opacity .25s linear, visibility .1s linear .1s;
    transition:opacity .25s linear, visibility .1s linear .1s;
}
#mycustommenu ul li {
    float:none;
    margin:0;
}
#mycustommenu ul a {
    font-weight:normal;
    text-shadow:0 2px 2px #000 0.7; /* rgba(255,255,255, 0.7);*/
}
#mycustommenu ul ul {
    left:140px;
    top:0px;
}
/* END main menu styles */

#FooterContainer {
	width:100%;
	min-height:36px;
	height: auto;
	background-color:#000;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display: block;
	vertical-align:middle;
	text-align: center;
	color:#fff;
}

#highlight {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 4px 0 4px;
	background: #FFFF00;
	float: none;
	position: relative;
}

a.MenuTop, .MenuTop:visited {
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background: #CCCCCC; /*B0D8FF*/
	display: block;
	text-align: center;
	padding: 0.75em 0.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	letter-spacing: 1px;
	cursor:pointer;
	color: #000000!important;
	outline:none;
}

.MenuTop:hover, .MenuTop:visited:hover {
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background: #444444;
	display: block;
	text-align: center;
	padding: 0.75em 0.3em;
	font-size: 12px;
	text-decoration:none;
	letter-spacing: 1px;
	cursor:pointer;
	color: #CCCCCC!important;
	outline:none;
}

a.MenuBottom, .MenuBottom:visited {
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #CCCCCC; /*B0D8FF*/
	display: block;
	text-align: center;
	padding: 0.75em 0.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	letter-spacing: 1px;
	cursor:pointer;
	color: #000000!important;
	outline:none;
}

.MenuBottom:hover, .MenuBottom:visited:hover {
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #444444;
	display: block;
	text-align: center;
	padding: 0.75em 0.3em;
	font-size: 12px;
	text-decoration:none;
	letter-spacing: 1px;
	cursor:pointer;
	color: #CCCCCC!important;
	outline:none;
}

a.AdminMenu, .AdminMenu:visited {
	background: #CCCCCC; /*B0D8FF*/
	display: block;
	text-align: center;
	padding: 0.75em 0.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	letter-spacing: 1px;
	cursor:pointer;
	color: #000000!important;
	outline:none;
}

.AdminMenu:hover, .AdminMenu:visited:hover {
	background: #444444;
	display: block;
	text-align: center;
	padding: 0.75em 0.3em;
	font-size: 12px;
	text-decoration:none;
	letter-spacing: 1px;
	cursor:pointer;
	color: #CCCCCC!important;
	outline:none;
}

.AdminMenu:hover:active {
	background: #444444!important;
	color: #CCCCCC!important;
	text-align: center;
	font-size: 12px;
	text-decoration:none;
	outline:none;
}

#MenuBottom {
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#MenuTop {
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

#Heading {
	/*-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	background: #333333;*/
	border-bottom: 1px #CCCCCC solid;
	display: block;
	padding: 7px 0 7px 10px;
	font-size: 20px;    
	letter-spacing: 1px;
	color: #333333;
	outline:none;
}

.uppercase {
	text-transform: uppercase;
}

.font10 { font-size: 10px; }

.font12 { font-size: 12px; }

.font11 { font-size: 11px; }

.RedBold { color:#FF0000; font-weight: bold; }

.Bold80 { color:#666666; font-weight: bold; }

.DarkGray { color: #444444; }

.Green { color:#00CC00; }

.whitespace { white-space: nowrap; }

.White { color: #FFFFFF; }

.Strong { font-weight:bold; }

a, a:visited {
	color:#0000FF;
	text-decoration: none;
	outline:none;
}

a:hover, a:visited:hover {
	color:#FF0000;
	text-decoration: underline;
	outline:none;
}

#borderLightLeft {
	border-top: solid #444444 1px;
	border-bottom: solid #444444 1px;
	border-left: solid #444444 1px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#borderLightRight {
	border-top: solid #444444 1px;
	border-bottom: solid #444444 1px;
	border-right: solid #444444 1px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* Form Elements */

#FormContainer {
	background-color: #FFFFFF;
	border: solid #9E9E9E 1px;
	padding: 0 0 5px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#FormContainerPopUp {
	background-color: #FFFFFF;
	border: solid #9E9E9E 1px;
	padding: 0 0 5px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0 5px 0;
}

TextArea {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid #0000ff 1px;
}

Input {
	border: solid #0000ff 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 3px 3px 3px;
}

.TextArea600 {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-color:#0000ff;
}

.input {
	padding: 3px 3px 3px 7px;
}

Select {
	border: solid #0000ff 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 3px 3px 3px;
}

.InputWhite {
	border: solid #FFFFFF 1px;
	background-color:#FFFFFF;
	text-align: right;
}

.Input20 { width: 20px; }

.Input25 { width: 25px; }

.Input30 { width: 30px; }

.Input40 { width: 40px; }

.Input75 { width: 75px; }

.Input200 { width: 200px; }

.Input250 { width: 250px; }

.Input280 { width: 280px; }

.Input300 { width: 300px; }

.Input350 { width: 350px; }

.Submit {
	font-size: 14px;
	background-color: #333333;
	color:#ffffff;
	box-shadow: 2px 2px 3px #777777;
	margin-left: 10px;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777'); */
	border-color: #333333;
	outline: none;
}

.Submit:hover {
	background-color: #CCCCCC;
	color:#252525;
	box-shadow: 2px 2px 3px #777777;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777'); */
	outline: none;
}

.Submit:active {
	background-color: #CCCCCC;
	color:#252525;
	box-shadow: 0px 0px 0px #ffffff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#ffffff'); */
	outline: none;
}

.ElementTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#252525;
	font-weight: bold;
}

/* End Form Elements */

/* Start Tool Tips */
.tooltip {
  text-decoration: none;
  position: relative;
  outline:none;
}
.tooltip span {
  display:none;
}
.tooltip:hover span {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  display:block;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
  border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.SpanImg {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}
.SpanImgRt {
  border: 0;
  margin: -10px 0 0 255px;
  float: right;
  position: absolute;
}
.tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}

.tooltipLeft {
  text-decoration: none;
  position: relative;
  outline:none;
}
.tooltipLeft span {
  display:none;
}
.tooltipLeft:hover span {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  display:block;
  left: -20em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
  border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.tooltipLeft:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}

.EditTip {
  position: relative;
  outline:none;
}

.EditTip:hover span {
  position: absolute;
  display:block;
  z-index: 99;
}
.EditTip:hover em {
  display: block;
}

.EditTipLeft {
  text-decoration: none;
  position: relative;
  outline:none;
}
.EditTipLeft span {
  display:none;
}
.EditTipLeft:hover span {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  display:block;
  left: -20em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
  border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.EditTipLeft:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}

.custom { padding: 0.5em 0.8em 0.8em 2em; }
.customLeft { padding: 0.5em 2em 0.8em 0.8em; }
* html a:hover { background: transparent; }
.classic { padding: 0.8em 1em; background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334; }
.help { background: #9FDAEE; border: 1px solid #2BB0D7; }
.info { background: #9FDAEE; border: 1px solid #2BB0D7; color: #000000; }
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
.editpage { padding: 0.5em 0.8em 0.8em 2em; }
.edit { background: #333333; border: 1px solid #CCCCCC; color: #E5E5E5 }
/* End Tool Tips */

.MC { }
a.MC, .MC:visited {
	display: block;
	outline:none;
	width: 100%;
}
.MC:hover, .MC:visited:hover {
	display: block;
	border: dotted 1px #0000FF;
	width: 100%;
	text-decoration:none;
}

#gallery-list li {
	/*display: block;*/
	margin: 3px 3px 3px 3px;
	padding: 5px;
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: .8em;
}

#gallery-list li img.handle {
	margin-right: 20px;
	cursor: move;
}