body {
  background-color: white;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  background-image: url(/templates/sngexposure/images/background.png);
  background-attachment: fixed;
  background-repeat: repeat-x;
}

a {
  color: red;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.readon {
  margin-left: 5px;
}

div.clear {
  clear: both;
/*  height: 0px;
  overflow: hidden;
  line-height: 0;*/
}

div#body form input.formButton {
  border-style: outset;
}

img {
  border-width: 0px;
}

.labl {
  font-weight: bold;
  background-color: white;
}

.elOverlay {
  position: absolute;
  z-index: 99;
  background-color: #303030;
}

#setup {
  display: none;
  position: absolute;
  width: 50px;
  left: -100px;
}

#canvas {
  margin: auto;
  text-align: left;
  width: 980px;
  position: relative;
}

#header {
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  background-image: url(/templates/sngexposure/images/hdr_bg.png);
  background-repeat: repeat-x;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  height: 167px;
  /*padding: 12px 12px 0px 12px;*/
  position: relative;
}

#header #hdrTop {
  margin: 0px 12px;
  height: 87px;
  padding-top: 12px;
}

#header #hdrTop #logo {
  background-repeat: no-repeat;
  float: left;
  height: 104px;
  width: 139px;
  position: relative;
  overflow: hidden;
}

#header #hdrTop #logo h1 {
  position: absolute;
  height: 1px;
  width: 1px;
  z-index: 1;
  overflow: hidden;
  color: black;
}

#header #hdrTop #logo img {
  position: absolute;
/*  width: 139px;
  height: 87px;*/
  z-index: 2;
}

#header #hdrTop #logo a {
  display: block;
  height: 116px;
  text-decoration: none;
}

#header #hdrTop #bannerAd {
  float: right;
  width: 728px;
  height: 90px;
  /*background-color: #222222;*/
}

#header #hdrBtm {
  height: 50px;
  margin-top: 18px;
  padding-left: 12px;
  background-image: url(/templates/sngexposure/images/menu_bg.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}

#header #hdrBtm #navBar {
  height: 50px;
  white-space: nowrap;
}

#header #hdrBtm #navBar span {
  display: inline-block;
  height: 50px;
}

/*************************************************************/

#body {
  background-color: white;
}

#body img.btnMore {
  border-width: 0px;
  width: 1em;
  /*float: right;*/
}

#body #content {
  float: left;
  width: 650px;
}

#body #content #upgradeBrowser {
  color: white;
  font-weight: bold;
  background-color: #AF151E;
}

#body #content #upgradeBrowser div {
  padding: 5px;
}

#body #content #upgradeBrowser .browserList {
  text-align: center;
}

#body #content #upgradeBrowser .browserList a {
  margin: 5px;
}

#body #content #upgradeBrowser .browserList a img {
  border-width: 0px;
  height: 30px;
  width: 30px;
}

#body #content h2 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}

#body #content p {
  margin-top: 0px;
  margin-bottom: 1em;
}

#body #content ul {
  list-style-position: inside;
  margin-left: 0px;
  text-indent: -1em;
  padding-left: 1em;
}

#body #content .backlink {
  display: none;
}

#body #content #contentBtm {
  padding: 0px 8px;
}

#body #content .contentRow {
  /*border-bottom: 1px dotted #898989;*/
}

#body #content .contentLeft, #body #content .contentRight {
  float: left;
  overflow: hidden;
  padding: 10px;
  width: 304px;
}

#body #content #contentBtm .contentLeft, #body #content #contentBtm .contentRight {
  padding: 0px;
}

#body #content #contentBtm .contentRight {
  padding-left: 3px;
}

#body #content .contentRight {
  border-left: 1px dotted #898989;
  float: right;
}

#body #content .contentLeft h3, #body #content .contentRight h3 {
  font-size: 14px;
  margin: .5em 0em;
  text-transform: uppercase;
}

#body #content .contentLeft #coverImg img {
  width: 299px;
  display: block;
}

#body #content .contentLeft #coverImg .caption {
  font-size: 80%;
}

#body #content .contentLeft #coverContent {
  margin-top: .8em;
}

#body #content .contentLeft #coverContent h2 {
  font-size: 110%;
  font-weight: bold;
  margin: 0px;
}

a.more {
  color: #999694;
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  margin-left: .5em;
  text-decoration: none;
}

#body #content .contentLeft #coverContent a {
  color: red;
}

#body #content .contentLeft #coverContent h2 a {
  color: black;
  display: normal;
  font-style: normal;
  margin-left: 0em;
}

#body #content .contentLeft #coverContent a:hover, a.more:hover {
  text-decoration: underline;
}

/*#body #content #insideEdition h3 {
  color: black;
  font-size: 14px;
  margin: .5em 0em;
  text-transform: uppercase;
}*/

#body #content #insideEdition table {
  width: 309px;
  margin-left: -2px;
  margin-top: 1em;
}

#body #content #insideEdition table td {
  width: 80px;
  border: 0px;
  margin: 9px;
  /*font-size: 78%;*/
  font-size: 90%;
  padding: 0px;
}

#body #content #insideEdition table td.imgBlock {
  background-color: #C0C0C0;
  color: #C0C0C0;
  height: 80px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

#body #content #insideEdition table td.imgBlock img {
  border-width: 0px;
  margin: 1px;
}

#body #content #insideEdition table td.caption {
  font-weight: bold;
  height: 40px;
  overflow: hidden;
  vertical-align: top;
}

#body #content #insideEdition a {
  color: black;
  text-decoration: none;
}

#body #content #insideEdition a:hover {
  text-decoration: underline;
}

#body #content #insideEdition #insideAll {
  margin-top: .5em;
  font-size: 100%
}

#body #content #insideEdition #insideAll a {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

#body #content #insideEdition #insideAll a:hover {
  text-decoration: underline;
}

#body #content #insideEdition #insideAll a img {
  width: 1.3em;
}

form div.formRow {
  margin-top: .3em;
}

form div.formRow span {
  display: inline-block;
}

form span.formLabel {
  width: 150px;
  font-weight: bold;
  display: table-cell;
  vertical-align: top;
}

form span.formLabel .errMark {
  color: red;
  font-weight: bold;
  float: right;
  cursor: default;
}

form span.formField {
  width: 440px;
}

.formRow label {
  display: inline-block;
  white-space: nowrap;
  width: 120px;
  width: 440px;
}

form div.formIndented {
  margin-left: 150px;
}

form div.formIndented span.formLabel {
  width: 120px;
}

form div.formIndented span.formField {
  width: 320px;
}

form div.formIndented div.formRow span.formField label {
  width: 320px;
}

/***********************************************/

#body h2 {
  font-size: 17px;
}

#body h3 {
  font-size: 15px;
}

#body h4 {
  font-size: 13px;
}

#body h4#returnTo {
  height: 20px;
}

#body span#socialShare {
  float: right;
}

#body div#socialShare {
  text-align: right;
}

#body #socialShare #twitterLink img {
  height: 18px;
  width: 18px;
}

#body #content #keyEvents h3, #body #content #calLeft h3 {
  color: #F13F3E;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: .3em;
}

#body #content #contentTop #upcomingEvents {
  margin-top: 10px;
  border-top: 1px dotted #C0C0C0;
  padding-top: 5px;
}

#body #content .keyEvent {
  border-bottom: 1px dotted #898989;
  padding-bottom: 3px;
}

#body #content .contDate {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px outset black;
  cursor: default;
  float: left;
  margin: 0px 5px 5px 0px;
  width: 25px;
}

#body #content .contDate .eventMonth {
  font-weight: bold;
  font-size: 85%;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #B9B9BA;
  background-image: url(/templates/sngexposure/images/month_bg.png);
  background-repeat: repeat-x;
}

#body #content .contDate .eventDay {
  color: #F13F3E;
  font-weight: bold;
  text-align: center;
}

#body #content #calRight {
  padding-top: 35px;
}

#body #content .contText h4 {
  margin: .5em 0em .2em 0em;
}

#body #content .dayGroup {
  padding-top: 6px;
}

#body #content .dayGroup h4 {
  margin-top: 0px;
}

#body #content .dayGroup .contText {
  float: right;
  border-bottom: 1px dotted #C0C0C0;
  width: 270px;
  margin-bottom: 5px;
}

#body #content .dayGroup .contText div {
  margin-bottom: .3em;
}

.iconBar span {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-top-radius: 8px;
  cursor: default;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  width: 17px;
  height: 17px;
  border: 1px outset #C0C0C0;
  background-color: #C0C0C0;
}

.iconBar span:hover {
  background-color: #DDDDDD;
}

.iconBar span.off {
  visibility: hidden;
}


/***********************************************/

#body #rightBar {
  border-left: 1px dotted #898989;
  float: right;
  width: 326px;
}

#body #rightBar h3 {
  margin: 10px 0px;
}

#body #rightBar ul.noList {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#body #rightBar div.moduletable {
  border-bottom: 1px dotted #898989;
}

#body #rightBar div.moduletablenoList {
  padding: 0px 5px;
  border-bottom: 1px dotted #898989;
}

#body #rightBar ul.noList li {
  margin-bottom: 6px;
}

#body #rightBar #jflanguageselection {
  display: none;
}

#body #rightBar .rawimages {
  text-align: right;
  margin-top: 5px;
  border-bottom: 1px dotted #898989;
}

#body #rightBar .rawimages span {
  margin-right: 3px;
}

#body #rightBar .rawimages span img {
  margin-top: 3px;
}

#body #rightBar #errorBox {
  margin: 3px;
  background-color: #AF151E;
  color: white;
  padding: 3px 6px;
  font-weight: bold;
  cursor: pointer;
}

#body #rightBar #errorBox:hover {
  background-color: red;
}

#body #rightBar #notifList {
  display: none;
}

#body #rightBar div.error #system-message {
  margin: 0px;
}

#body #rightBar div.error #system-message dt.error {
  font-weight: bold;
  color: red;
}

#body #rightBar div.error #system-message dd.error {
  margin: 0px;
  padding: 0px 2px;
}

#body #rightBar div.error ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 2px;
}

#body #rightBar div.rbBox, #body #rightBar div.adx {
  margin: 4px;
  padding: 4px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #898989;
  text-align: center;
}

#body #rightBar div.rbBox {
  text-align: left;
}

#body #rightBar div:last-child {
  border-bottom-width: 0px;
}

#body #rightBar div div:last-child {
  border-bottom-width: auto;
}

#body input, #body textarea, #body #disclaimer {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px inset #C0C0C0;
  background-color: #DBDBDB;
}

#body input[type=button], #body input[type=submit] {
  border-style: outset;
}

#body #rightBar .adx {
  margin: 5px;
}

#body input[type=checkbox] {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-top-radius: 0px;
  border-width: 0px;
  background-color: #DBDBDB;
}

#body #rightBar form input#formLoginSubmit {
  border-width: 0px;
}

div#body form input[type=text], div#body form input[type=password], div#body form textarea {
  border-style: inset;
  border-color: #AF151E;
  text-align: left;
}

#body input[type=image] {
  border-width: 0px;
}

#body #rightBar #loginBox {
  margin-top: 8px;
  position: relative;
  padding: 0px;
  text-align: left;
}

#body #rightBar #loginBox form {
  margin: 0px;
  padding: 0px;
  margin-left: 8px;
}

#body #rightBar #loginBox #registerLink a {
  font-weight: bold;
}

#body #rightBar #loginBox #loginFields {
  margin-top: 3px;
}

#body #rightBar #loginBox #loginFields input {
  margin-right: 3px;
  color: #666666;
}

#body #rightBar #loginBox #loginFields input#formLoginSubmit {
  margin-bottom: -4px;
}

/*#body #rightBar #loginBox #contSnT {
  float: right;
  width: 80px;
}

#body #rightBar #loginBox #contUnP {
  float: left;
  width: 225px;
}

#body #rightBar #loginBox #contUnP div {
  width: 112px;
}

#body #rightBar #loginBox #contUnP #password {
  float: right;
}

#body #rightBar #loginBox #contUnP #username {
  float: left;
}*/


#body #rightBar #loginBox #logout {
  text-align: right;
}

/*#body #rightBar #loginBox img#formLoginTools {
  cursor: pointer;
}*/

#body #rightBar #loginBox #loginTools {
  margin-top: 3px;
}

#body #rightBar #loginBox #loginTools label {
  margin-right: 10px;
}

#body #rightBar #loginBox #loginTools span {
  display: inline-block;
}

#body #rightBar #cont_logout {
  margin-bottom: 14px;
}

#body #rightBar #cont_logout input {
  float: right;
}

#map_canvas {
  margin-top: 10px;
}

/****************************************************/

#footer {
  height: 39px;
  background-image: url(/templates/sngexposure/images/footer.gif);
  background-repeat: no-repeat;
  overflow: hidden;
}

#footer #footerLeft {
  padding-left: 10px;
  font-size: 85%;
  margin-top: 20px;
  font-weight: bold;
}

#footer #footerLeft ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  padding-left: 5px;
}

#footer #footerLeft ul li {
  float: left;
  padding-right: 15px;
}

#footer #footerLeft a {
  color: black;
  text-decoration: none;
}

#footer #footerLeft a:hover {
  text-decoration: underline;
}

#footer #footerRight {
  float: right;
  margin-right: 326px;
  font-size: 10px;
}

/***************************************************/
dt.error {
  display: none;
}

dd.error ul, dd.error {
  margin: 0px;
  padding: 0px;
}

dd.error ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div.dialogBox {
  -moz-box-shadow: 5px 4px 4px black;
  -webkit-box-shadow: 5px 4px 4px black;
  box-shadow: 5px 4px 4px black;
  background-color: white;
  /*padding: 8px;*/
  position: fixed;
  top: 40px;
  z-index: 100;
  overflow: hidden;
  border: 2px outset #C0C0C0;
}

div.headerBar {
  /*border-bottom: 1px solid black;*/
  font-weight: bold;
  height: 23px;
  color: white;
  font-size: 16px;
  padding: 2px 4px 0px 4px;
  background-image: url(/templates/sngexposure/images/hdrbarbg.png);
  background-repeat: repeat-x;
}

div.headerText {
  float: left;
}

div.buttonX {
  cursor: pointer;
  float: right;
  width: 63px;
  font-size: 13px;
  margin-top: 2px;
}

img.imageX {
  float: right;
  height: 1em;
  width: 1em;
  margin-left: 3px;
}

span.spanX {
  float: left;
  text-align: left;
}

div.dialogContent {
  text-align: left;
  height: 290px;
  overflow: auto;
  padding: 4px;
  position: relative;
}

#paginationLinks {
  margin-top: 10px;
}

#paginationLinks a.pagenav {
  display: inline-block;
  padding: 0px 3px;
}

div.blog h3 {
  margin-top: 30px;
}

div#footerRight {
  float: right;
  margin-right: 326px;
  font-size: 10px;
}

.nameHeading {
}

.bio {
  height: 185px;
}


.bioName {
  font-weight: bold;
}

.bioTitle {
  font-weight: normal;
}

.bioPhoto {
  /*width: 120px; 
  height: 150px;*/
  float: left; 
  border: 0; 
  margin-left: -2px; 
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.bioText {
}

/*****************************************
* This CSS formats the email box dialog. *
*****************************************/

.mailOverlay {
  background-color: transparent !important;
  background-image: url(/components/com_sngevents/views/event/tmpl/images/mail_overlay_bg.png) !important;
  z-index: 110 !important;
}

#emailBtnSend {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #EEEEEE;
  font-weight: bold;
  height: 50px;
  margin: 0px 5px 5px 0px;
  width: 50px;
  float: left;
}

#contEmailFields {
  width: 370px;
  float: right;
}

.emailFormRow {
  margin-bottom: 3px;
}

.emailFormRow .formLabel {
  display: inline-block;
  width: 40px;
}

.emailFormRow .emailFromText {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px inset black;
  background-color: #DBDBDB;
  display: inline-block;
  padding: 0px 3px;
  width: 300px;
}

.emailFormRow .emailInputField {
  width: 300px;
}

#contEmailMessage {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px inset black;
  background-color: #DBDBDB;
}

#contEmailMessage .dynTextarea {
  border-width: 0px;
  background-color: inherit;
  width: 375px;
}
