/*  BODY
-------------------------------------------------------------------------*/
body {
  background: #ffed00 url(/gfx/body_bg.gif) repeat-y center top;
  margin: 0;
}
body.page-login, body.page-popup {
  background: #FFFFFF;
}
body.page-popup {
  background: url(/gfx/popup_side.gif) no-repeat left top fixed;
}
#page {
 width: 980px;
 margin: 0 auto;
 position: relative;
 background: #FFF;
}
/*  LOGIN
-------------------------------------------------------------------------*/
#login-screen {
  position: relative;
  margin: 70px auto 0 auto;
  background: url(/gfx/login_bg.gif) no-repeat;
  width: 457px;
  height: 149px;
  padding-top: 12px;
}
#login-screen table{
  margin: 0 0 0 250px;
}
#login-screen table tr td{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #70706F;
  padding: 0;
}
/*  HEADER
-------------------------------------------------------------------------*/
#pheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(/gfx/header_bg.gif) repeat-x top left;
  background-color: #FFFFFF;
  width: 100%;
  height: 109px;
  z-index: 2;
  min-width: 900px;
}
#logo {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 3;
}
#logo2 {
  position: absolute;
  top: 0px;
  right: 25px;
  z-index: 3;
}
/*  NAVIGATION
-------------------------------------------------------------------------*/
#navigation {
  position: relative;
  width: 700px;
  margin: 0 0 0 220px;
  padding-top: 86px;
  z-index: 4;
}
#dropMenu, #dropMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
#dropMenu a {
  display: block;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
#dropMenu a:hover {
  background-color: #c30080;
  color: #FFF;
  text-decoration: none;
}
#dropMenu li {
  float: left;
  width: auto;
}
#dropMenu li ul {
  position: absolute;
  background-color: #ffed00;
  width: 180px;
  margin-top: -1px;
  left: -999em;
}
#dropMenu li ul li {
  width: 10em;
}
#dropMenu li ul li a {
  width: 170px;
  padding: 4px;
  margin: 1px;
}
#dropMenu li:hover ul, #dropMenu li.sfhover ul {
  left: auto;
  margin-left: 6px;
}
/*  COLUMNS
-------------------------------------------------------------------------*/
#pbody {
  position: absolute;
  top: 109px;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 900px;
  z-index: 1;
}
#popbody {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 380px;
  min-width: 220px;
  z-index: 1;
}
#col_r,#col_l,#col_m{
  background: url(/gfx/col_bg.gif) repeat-x;
  padding: 40px 10px 30px 10px;
  z-index: 1;
}
#col_l,#col_r{
  width: 179px;
  position:absolute;
  background-color: #FAFAFA;
  font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#col_l {
  top: 0;
  left: 0;
  padding-top: 22px;
}
#col_r {
  top: 0;
  right: 0px;
  padding-top: 22px;
}
#col_m {
  position: relative;
  width: auto;
  margin: 0 229px 0 199px;
  padding: 0px 30px 30px 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#popbody #col_m {
  background-image: none;
  margin: 0 0 0 42px;
  padding: 0 10px 10px 10px;
}
/*  SUBNAV AND BREADCRUMBS
-------------------------------------------------------------------------*/
#subNav ul {
  padding: 4px 0 0 0;
  margin: 0 0 20px 0;
}
#subNav ul li {
  display: inline;
  list-style: none;
  padding: 4px;
  margin: 0 5px 0 0;
  background-color: #F0F0F0;
  border-left: 1px solid #CACBBE;
  border-right: 1px solid #CACBBE;
  border-bottom: 1px solid #CACBBE;
}
#subNav ul li.active {
  font-weight: bold;
}
#subNav ul li a {
  color: #000000;
  text-decoration: none;
}
#subNav ul li a:hover {
  color: #DE002B;
  text-decoration: none;
}
div#breadcrumb {
  margin: 25px 0 20px 0;
  font-size: 10px;
  width: 407px;
}
/*  IMG
-------------------------------------------------------------------------*/
img {
  border: 0;
}
img.right, img.image_right {
  position: relative;
  float: right;
  border: 1px solid #E3E3E3;
  padding: 5px;
  margin: 0px 0 10px 10px;
  background-color: #FFFFFF;
}
img.right:hover {
  border: 1px solid #A3A3A3;
}
img.left, img.image_left {
  position: relative;
  float: left;
  border: 1px solid #E3E3E3;
  padding: 5px;
  margin: 0px 15px 10px 0;
  background-color: #FFFFFF;
}
img.left:hover {
  border: 1px solid #A3A3A3;
}
img.normal {
  border: 1px solid #E3E3E3;
  padding: 5px;
  margin: 0px 0 10px 0;
  background-color: #FFFFFF;
}
img.normal:hover {
  border: 1px solid #A3A3A3;
}
div.NewsItem img.left, div.NewsItem img.image_left, 
div.NewsItem img.right, div.NewsItem img.image_right, div.TeamMember img.left {
  margin-top: 15px;
}
img.icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
img.icon_big {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-top: -1px;
}
#col_l img.normal, #col_r img.normal {
  margin: 15px 0 0 0;
}
/*  LINKS
-------------------------------------------------------------------------*/
a {
  color: #c30080;
  text-decoration: none;
}
a:hover {
  color: #c30080;
  text-decoration: underline;
}
/*  POLLDADDY POLL
-------------------------------------------------------------------------*/
div.pds-vote a {
	border:0 !important;
}
/*  TEXT STYLES MAIN COLUMN
-------------------------------------------------------------------------*/
#col_m h1 {
  font-family: 'Frutiger Linotype', Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 0 0 3px 0;
  line-height: 18px;
  margin: 0;
  color: #666;
  border-bottom: 1px solid #E0E0E0;
}
#col_m h1:first-letter {
  font-size: 1.1em;
}
#col_m h2 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 23px;
  font-weight: bold;
  padding: 15px 0 3px 0;
  margin: 0;
  color: #c30080;
}
#col_m h2.cat {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0 3px 0;
  margin: 0;
  color: #6B6B6B;
  border-bottom: 1px solid #ECECEC;
}
#col_m h3 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  color: #898989;
}
#col_m div.archive {
  text-align: right;
  padding: 10px 0 25px 0;
  margin: -1px 0 0 0;
  border-top: 1px solid #E0E0E0;
}
#col_m p {
  line-height: 18px;
  text-align: justify;
}
#col_m p.image_center, #col_m p.center {
	text-align: center;
}
#col_m p.link {
  font-weight: bold;
}
#col_m p.link a {
  font-weight: normal;
}
#col_m p.linkphotos {
  font-weight: bold;
  font-size: 12px;
}
#col_m p.shoplink {
  font-size: 20px;
  color: #666666;
  line-height: 23px;
  font-weight: bold;
  margin: 0;
}
#col_m p.shoplink small {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  font-weight: normal;
}
#col_m hr {
      border: 0;
      width: 100%;
      color: #E0E0E0;
      background-color: #E0E0E0;
      height: 1px;
      margin-bottom: 5px;
}
#col_m blockquote {
      font-size: 13px;
      font-style: italic;
      color: #666666;
}
#col_m ul.subitem-nav {
	width: 130px;
	margin: 48px 0 10px 10px;
	padding: 10px 10px 15px 20px;
	float:right;
	border: 1px solid #E3E3E3;
}
#col_m ul.subitem-nav li {
	list-style: none;
	padding: 5px 5px 5px 20px;
	margin: 0;
	background: url("../gfx/icons/small/article.gif") no-repeat 0px 4px;
}
#col_m .quote {
	margin-bottom: 15px;
}
#col_m .quote address .name{
	color: #E3372B !important;
}
#col_m ul.subitem-nav li.title {
	padding: 5px 5px 5px 0;
	font-size: 13px;
	font-weight: bold;
	background: none;
}
#col_m .introText {
font-size: 15px;
color: #525266;
	line-height: 20px;
	margin-bottom: 20px;
}
/*  TEXT STYLES SIDE COLUMNS
-------------------------------------------------------------------------*/
#col_l h1, #col_r h1 {
  font-family: 'Frutiger Linotype', Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 0 0 3px 0;
  line-height: 14px;
  margin: 0;
  color: #666;
  border-bottom: 1px solid #E0E0E0;
}
#col_l h1:first-letter, #col_r h1:first-letter {
  font-size: 1.1em;
}
#col_l h2, #col_r h2 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0 3px 0;
  margin: 0;
  color: #c30080;
}
#col_l h3, #col_r h3 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  color: #898989;
}
#col_l div.archive, #col_r div.archive {
  text-align: right;
  padding: 3px 0 5px 0;
  margin: 0 0 20px 0;
  border-top: 1px solid #E0E0E0;
}
#col_l p, #col_r p {
  line-height: 15px; 
  text-align: justify;
}
#col_l p.image_center, #col_r p.image_center {
	text-align: center;
}
#col_l p.link, #col_r p.link {
  font-weight: bold;
}
#col_l p.linkphotos, #col_r p.linkphotos {
  font-weight: bold;
  font-size: 11px;
}
#col_l p.link a, #col_r p.link a {
  font-weight: normal;
}
#col_l .more-items, #col_r .more-items {
  border-top: 1px solid #E0E0E0;
  margin: 0 0 10px 0;
}
#col_l > div {
  margin-bottom: 30px;
}
/*  PROFILE SETTINGS
-------------------------------------------------------------------------*/
#profile-settings ul {
  padding: 0;
  margin: -10px 0 15px 10px;
}
#profile-settings ul li{
  list-style: none;
  margin-bottom: 3px;
}
#profile-settings ul li.user{
  margin-bottom: 10px;
}
#profile-settings ul li.admin_on {
  display: none;
}
/*  AGENDA
-------------------------------------------------------------------------*/
#col_l div.AgendaItem .archive, #col_r div.AgendaItem .archive {
  margin: 3px 0 0 0;
}
#col_l div.AgendaItem h2, #col_r div.AgendaItem h2 {
  padding: 7px 0 3px 0;
}
#col_l div.AgendaItem em, #col_r div.AgendaItem em {
  color: #8E8E8E;
}
div.AgendaDatumPast, div.AgendaDatumCurrent, div.AgendaDatumFuture {
  background-color: #EDEDED;
  font-family: "Lucida Sans Unicde", Arial, Helvetica, sans-serif;
  color: #8E8E8E;
  font-size: 10px;
  padding: 2px;
  margin: 9px 0 5px 0;
}
div.AgendaDatumCurrent {
  background-color: #BEBEBE;
  color: #212121;
}
div.AgendaDatumFuture {
  background-color: #E2E2E2;
  color: #414141;
}
table.agendaNav {
  margin-top: 10px;
  padding: 0px;
}
table.agendaNav {
  border-top: 1px solid #E0E0E0;
  padding: 0px;
}
table.agendaNav td {
  padding: 0px;
  font-family: "Lucida Sans Unicde", Arial, Helvetica, sans-serif;
  font-size: 10px;
}
/*  FORUM
-------------------------------------------------------------------------*/
div.forum-fipo {
  border: 1px solid #E0E0E0;
  margin: 5px 0 10px 0;
  padding: 0 10px 10px 10px;
  background-color: #FAFAFA;
}

/*  POLL
-------------------------------------------------------------------------*/
#col_m div.pollAnswer {
  margin-bottom: 10px;
  width: 70%;
}

div.pollAnswer {
  margin-bottom: 10px;
  width: 98%;
}
div.pollBar {
  display: block;
  position: relative;
  height: 10px;
  background: url(/gfx/pollbar_bg.gif) no-repeat top right;
  background-color: #DE002B !important;
  border: 1px solid #FF0000;
  margin-right: 120px;
  
}
/*  IDEA
-------------------------------------------------------------------------*/
div.ideaInset {
  float:right;
  text-align: center;
  padding: 10px;
  border: 1px solid #E0E0E0;
  background-color: #FAFAFA;
  margin-top: 20px;
}
div.voteform {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background-color: #FAFAFA;
  padding: 5px;
  margin-top: 10px;
}
div.voteform table {
  width: 100%;
}
div.voteform table tr td {
  vertical-align: top;
}
div.userVotes table tr.total td {
  background-color: #FFFFFF;
}
span.ideaScore { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -3px;
  color: #666;
}

/*  OPTIONS
-------------------------------------------------------------------------*/
div.options, div.options-nohide {
  margin: 2px 0 2px 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #F5F5F5;
  border: 1px solid #F1F1F1;
  padding: 0;
  clear: both;
}
#col_l div.options, #col_r div.options, #col_r div.options-nohide, #col_l div.options-nohide {
  background-color: #F1F1F1;
}
div.options ul, div.options-nohide ul {	
  padding: 0px;
  margin: 2px 2px 2px 5px;
}
div.options ul li, div.options-nohide ul li {
  margin: 0 5px 0 0;
  display: inline;
  font-size: 11px;	
}
div.options ul li strong, div.options-nohide ul li strong{
  font-size: 12px;
}
div.options ul li a, div.options-nohide ul li a{
  border: 0px;
  color: #333333;
  text-decoration: none;
}
div.options ul li a:hover, div.options-nohide ul li a:hover{
  border: 0px;
  color: #333333;
  text-decoration: none;
}
div.options ul li img, div.options-nohide ul li img{
  vertical-align: middle;
}

/*  ARCHIVE NAV
-------------------------------------------------------------------------*/
.page-nav {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding-left: 2px;
}
.archiveBack {
  display: inline;
}
.archivePages {
  display: inline;
  margin: 0 10px 0 10px;
}
.archivePages a.active{
  color: black;
  font-weight: bold;
}
.archiveForward {
  display: inline;
}
.pageBack {
  text-align: left;
  display: inline;
}
.pageForward {
  text-align: right;
  display: inline;
}
/*  TABLES
-------------------------------------------------------------------------*/
table.overview {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 10px 0 25px 0;
  width: 100%;
}
table.overview th {
  text-align: left;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background-color: white;
  margin: 0;
  padding: 4px;
  font-size: 10px;
  font-weight: normal;
  color: #666666;
}
table.overview td {
  text-align: left;
  border-bottom: 1px solid #F5F5F5;
  margin: 0;
  padding: 4px;
  overflow: hidden;
}
table.overview td a:hover{
  text-decoration: none;
}
table.overview tr {
  background-color: #FBFBFB;
}
table.overview tr.level0 {
  background-color: #F6F6F6;
}
table.overview tr.level0 td {
  font-weight: bold;
}
table.overview tr:hover {
  background-color: white;
}
table.normal {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 10px 0 25px 0;
  width: 100%;
}
table.more-items {
  border-collapse: collapse;
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  margin: 10px 0 0 0;
  width: 100%;
}
table.more-items td {
  text-align: left;
  vertical-align: top;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #F5F5F5;
  margin: 0;
  padding: 4px;
  overflow: hidden;
}
table.more-items td.date {
  font-size: 11px;
  font-weight: bold;
  color: #898989;
  width: 170px;
}
table.more-items td.edit {
  text-align: right;
}
table.more-items td.edit img.icon{
  margin-top: 0px;
}
#col_l table.overview, #col_r table.overview {
  margin: 10px 0 0 0;
}
#col_l table.overview td, #col_r table.overview td {
  border-top: 1px solid #E0E0E0;
  border-bottom: none;
}
#col_l table.overview tr, #col_r table.overview tr {
  background-color: #F3F3F3;
}
#col_l table.overview tr:hover, #col_r table.overview tr:hover {
  background-color: #FFF;
}
/* TABS
-------------------------------------------------------------------------*/
.dtpc.tab-pane {
  position: relative;
  width: 100%;
}
.dtpc .tab-row .tab {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  cursor: default;
  display: inline;
  margin: 1px -5px 1px 5px;
  float: left;
  padding: 3px 6px 3px 6px;
  background: #FAFAFA;
  border: 1px solid;
  border-color: #E0E0E0;
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  z-index: 1;
  position: relative;
  top: 0;
}
.dtpc .tab-row .tab.selected {
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  z-index: 3;
  padding: 2px 6px 5px 6px;
  margin: 1px -6px -2px 0px;
  top: -2px;
  background: white;
}
.dtpc .tab-row .tab a {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #888888;
  text-decoration: none;
  cursor: pointer;	
}
.dtpc .tab-row .hover a {
  color: #666666;
}
.dtpc .tab-row .tab.selected a {
  color: #666666;
  font-weight: bold;
}
.dtpc .tab-page {
  clear: both;
  border: 1px solid #E0E0E0;
  background: White;
  z-index: 2;
  position: relative;
  top: -2px;
  padding: 10px;
}
.dtpc .tab-row {
  z-index: 1;
  white-space: nowrap;
  background: #FAFAFA;
  height: 1.85em;
  width: 100%;
  margin-top: 20px;
}
/*  EDITOR
-------------------------------------------------------------------------*/
#ed_toolbar {
  background-color: #FAFAFA;
  width: 483px;
}
.ed_button, .ed_button_on {
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD #93866E #93866E #DDDDDD;
  margin: 4px 2px 2px 2px;
  padding: 0 2px 0 2px;
}
.ed_button_on {
  font-weight: bold;
}
/*  MEDIA CENTER
-------------------------------------------------------------------------*/
body.body_mediacenter {
	background: #FFFFFF;
	margin: 10px;
}
.body_mediacenter h3 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #898989;
}
.body_mediacenter h4 {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0 30px 0;
  color: #494949;
}
.body_mediacenter table tr td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.body_mediacenter table tr td hr {
  height: 1px;
  border: 1px solid #E0E0E0;
}
.body_mediacenter table tr td img.icon_big{
  margin: 2px 0 2px 0;
}
/*  FORM ELEMENTS
-------------------------------------------------------------------------*/
.form_element {
  border: 1px solid #999999;
}
.form_element_error {
  border: 1px solid #DE002B;
}
.form_upload {
  font-size: 12px;
}
.form_button, .form_button_save, .form_button_del {
  background-color: #EEEEEE;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 1px;
  margin: 10px 10px 0 0;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD #93866E #93866E #DDDDDD;
  padding: 0 10px 0 0;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
label{
  line-height: 20px;
  font-weight: bold;
}
/* MISC
-------------------------------------------------------------------------*/
div.clear {
  clear: both;
  font-size: 4px;
}
div.pollBar {
  height: 10px;
  width: 0%;
  background-color:#AAAAAA;
}
/* MESSAGE WINDOWS
-------------------------------------------------------------------------*/
#errorMsg, #debugMsg, #message{
  position: absolute;
  margin-left: -150px;
  overflow: visible;
  left: 50%;
  right: 50%;
  top: 120px;
  width: 260px;
  height: 100px;
  padding:20px;
  padding-top: 15px;
  background: url(/gfx/error_bg.gif) no-repeat top right;
  background-color:#FFFFFF;
  z-index:50;
  border: 2px solid #666666;
  font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: 13px;
}
#errorMsg h1, #debugMsg h1, #message h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: lighter;
  color: #DE002B;
  margin: 0px;
  padding: 0px;
  letter-spacing: -1px;
  padding-bottom: 6px;
  margin-bottom: 0px;
  border:0px;
}
#errorMsg input, #debugMsg input, #message input{
  font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: 11px;
  margin-left: 0px;
  width:60px;
  padding:1px;
  background-color: #EEEEEE;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD #93866E #93866E #DDDDDD;
}

/* DEBUG STYLES (extends message styles)
-------------------------------------------------------------------------*/

#debugMsg{
  background: url(/gfx/debug_bg.gif) no-repeat top right;
  background-color:#FFFFFF;
}
#debugMsg h1{
  color: #3D6081;
}


/* MESSAGE STYLES (extends message styles)
-------------------------------------------------------------------------*/

#message{
  background: url(/gfx/msg_bg.gif) no-repeat top right;
  background-color:#FFFFFF;
}
#message h1{
  color: #666666;
}