@import url('menu.css');
@import url('display.css');
@import url('album_ajax.css');

html, body {
  height: 90%;
}

body {
 /* margin: 20px 0 0 0; */
 padding: 0;
 font-family: georgia, times, serif;
 font-size: 12px;
 line-height: 160%;
 /* background-image: url('img/bg_site.gif');
 background-repeat: repeat-x;
 background-color: #7dac04;
}

.bgidefault {
*/
margin: 0;
background-image: url("img/bg-xmas.jpg");
background-attachment: scroll;
background-repeat: no-repeat;
background-position-x: center;
background-position-7: top;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
background-color: rgb(255, 255, 255);
}
 
#mainWrapper {
 clear: both;
 width: 952px;
 height: 90%;
 min-height: 90%;
 margin: 0 auto;
 height: auto !important;
 display: table;
 padding: 20px 20px 10px 20px;
 text-align: left;
 background-color: #fff;
 border: 1px solid #000;
}

 #topFlash {
  clear: both;
  margin: 0 auto;
  width: 952px;
  height: 190px;
  background-color: transparent;
  border: 0;
  padding: 0;
  }

 .orgName {float: left; width: 300px; height: 30px; background-image: url('img/org_name.gif'); background-repeat: no-repeat;}
 .flags {float: right; text-align: right; width: 652px; height: 30px;}

.colLeft {
  float: left;
  width: 200px;
  /* height: 470px; */
  min-height: 470px;
  padding: 0;
  margin-top: 10px;
  background-color: transparent;
  font-size: 11px;
}

.colMid {
  float: left;
  width: 472px;
  /* height: 480px; */
  min-height: 480px;
  padding: 0;
  margin-top: 0;
  background-color: #fff;
}

.txtContent {
 width: 442px;
 padding: 5px 15px 0 15px;
}

.colRight {
  float: right;
  width: 280px;
  /* height: 470px; */
  min-height: 470px;
  padding: 0;
  margin-top: 10px;
  background-color: transparent;
  text-align: left;
}

.colRightFull {
  float: right;
  width: 752px;
  /* height: 470px; */
  min-height: 470px;
  padding: 0;
  margin-top: 10px;
  background-color: transparent;
  text-align: left;
}

.txtContentFull {
 width: 722px;
 padding: 5px 15px 0 15px;
}

.spacer {clear: both; margin: 0 auto; width: 952px; height: 10px; background-color: transparent;}

#footer {
 clear: both;
 width: 952px;
 height: 50px;
 line-height: 50px;
 margin: 0 auto;
 background-color: #666;
 color: #fff;
}

#footer a {text-decoration: none; color: #fff;}
#footer a:hover {color: #ff9900; text-decoration: underline;}

.arrow_more {
 height: 20px;
 line-height: 20px;
 font-size: 11px;
 font-weight: bold;
 }

 .arrow_more a {color: #000;}

/* Special fonts and links - for loggedin admin */
.editlink {
  font-family: tahoma, verdana, geneva, sans-serif;
  font-size: 10px;
  color: #ff9900;
  font-weight: bold;
  border-bottom: none;
  }

.statuslink {
  font-family: tahoma, verdana, geneva, sans-serif;
  font-size: 9px;
  color: #ff9900;
  border-bottom: none;
  }

.openedlink {
  font-family: tahoma, verdana, geneva, sans-serif;
  font-size: 11px;
  color: #ff9900;
  text-decoration: none;
  font-weight: normal;
  border-bottom: none;
  }

 .newsDate {
  color: #666; font-size: 11px;
  text-transform: uppercase;
 }

 /* Links for pagelinks */
table.pageLinks {background-color: #fff; color: #000; border: 0;}
td.pageLinksLabel {color: #000; font-family: arial, helvetica, sans-serif; font-size: 11px; padding: 2px;}
td.pageLinksPage {color: #000; font-family: arial, helvetica, sans-serif; font-size: 11px; padding: 2px;}

a.pageLink {color: #000; text-decoration: underline;}
