/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		sanctalux
	Based on style:	subSilver
	Autor:			Stefan Schwerin
	
	Copyright 2009 Stefan Schwerin
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #E7E7E7;
	background-color: #002333;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 6px;
	border: #D2A900 thin solid;
	scrollbar-3dlight-color: #6A6A6A;
	scrollbar-arrow-color: #FC9B00;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #005070;
	scrollbar-highlight-color: #005070;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #004564;
}

#wrapheader {
	/*min-height: 180px;
	height: auto !important;*/
	height: 220px;
	/*border: #FF0000 thin dashed;*/
}

#wrapcentre {
	margin: 0px 10px 0 10px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	background-image: url('./images/hintergrund_header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 152px;
	margin: 10px;
	padding: 0;
}

#menubar {
	margin: 10px;
}

#datebar {
	margin: 10px 10px 0 10px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 120%;
}

h2 a:link {
	color: #FFCC00;
	text-decoration: none;
}

h2 a:visited {
	color: #FFCC00;
	text-decoration: none;
}

h2 a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

h4 a:link {
	color: #FFCC00;
	text-decoration: none;
}

h4 a:visited {
	color: #FFCC00;
	text-decoration: none;
}

h4 a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

p {
	font-size: 1.1em;
}

p a:link {
	color: #FFCC00;
	text-decoration: none;
}

p a:visited {
	color: #FFCC00;
	text-decoration: none;
}

p a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

p.moderators {
	margin: 0;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

p.linkmcp a:link {
	color: #FFCC00;
	text-decoration: none;
}

p.linkmcp a:visited {
	color: #FFCC00;
	text-decoration: none;
}

p.linkmcp a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}

p.searchbar a:link {
	color: #FFCC00;
	text-decoration: none;
}

p.searchbar a:visited {
	color: #FFCC00;
	text-decoration: none;
}

p.searchbar a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #FFFFFF;
	font-weight: bold;
}

.postdetails {
	color: #FFFFFF;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: #0000CC;
}

.nav {
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
}

.nav a:link {
	color: #FFCC00;
	text-decoration: none;
}

.nav a:visited {
	color: #FFCC00;
	text-decoration: none;
}

.nav a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

a.nav:link {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.genmed a:link {
	text-decoration: none;
	color: #FFCC00;
}

.genmed a:visited {
	text-decoration: none;
	color: #FFCC00;
}

.genmed a:hover {
	text-decoration: none;
	color: #BBBBBB;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.gensmall a:link {
	text-decoration: none;
	color: #FFCC00;
}

.gensmall a:visited {
	text-decoration: none;
	color: #FFCC00;
}

.gensmall a:hover {
	text-decoration: none;
	color: #BBBBBB;
}

.copyright {
	color: #AAAAAA;
	font-weight: normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.copyright a:link {
	color: #FFCC00;
	text-decoration: none;
}

.copyright a:visited {
	color: #FFCC00;
	text-decoration: none;
}

.copyright a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

.titles {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.titles a:link {
	color: #FFCC00;
	text-decoration: none;
}

.titles a:visited {
	color: #FFCC00;
	text-decoration: none;
}

.titles a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	height: 30px;
	padding: 5px 5px;
}

td {
	/*padding: 2px;*/
}

td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #000000;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #003F59;
	padding: 4px;
	line-height: 1.2em;
	font-size: 1.0em;
}

.row1 a:link {
	color: #FFCC00;
	text-decoration: none;
}

.row1 a:visited {
	color: #FFCC00;
	text-decoration: none;
}

.row1 a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

.row2 {
	background-color: #004564;
	padding: 4px;
	line-height: 1.2em;
	font-size: 1.0em;
}

.row3 {
	background-color: #006080;
	padding: 4px;
	line-height: 1.2em;
	font-size: 1.0em;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #000000;
	color: #000000;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #FFCC00;
	text-decoration: none;
}

a:active,
a:visited {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

a.forumlink {
	color: #FFCC00;
	font-weight: normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	text-decoration: none;
}

a.forumlink:link {
	color: #FFCC00;
	font-weight: normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
}

a.forumlink:visited {
	color: #FFCC00;
	font-weight: normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
}

a.forumlink:hover {
	color: #BBBBBB;
	font-weight: normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:link {
	color: #FFCC00;
	text-decoration: none;
}

a.topictitle:visited {
	color: #FFCC00;
	text-decoration: none;
}

a.topictitle:hover {
	color: #BBBBBB;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFCC00;
	text-decoration: none;
}

th a:hover {
	color: #BBBBBB;
	text-decoration: none;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #E7E7E7;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #000000;
	background-color: #303030;
}

textarea {
	background-color: #303030;
	color: #E7E7E7;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #000000;
	padding: 2px;
}

select {
	color: #E7E7E7;
	background-color: #303030;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #000000;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
}

.post {
	background: #303030;
	border: 1px solid #000000;
	color: #E7E7E7;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	padding-bottom: 2px;
	padding-left: 2px; 
}

.btnbbcode {
	color: #FFCC00;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #303030;
	border: 1px solid #D77700;
}

.btnmain {
	border: 1px solid #D77700;
	background: #303030;
	font-size: 1.1em;
	color: #FFCC00;
	cursor: pointer;
	padding: 1px 5px;
	font-weight: bold;
}

.btnlite {
	border: 1px solid #D77700;
	background: #303030;
	font-size: 1.1em;
	color: #FFCC00;
	cursor: pointer;
	padding: 1px 5px;
	font-weight: bold;
}

.btnfile {
	border: 1px solid #000000;
	background: #303030;
	font-size: 1.1em;
	color: #FFCC00;
	cursor: pointer;
	padding: 1px 5px;
	font-weight: bold;
}

.helpline {
	background-color: #003F59;
	color: #FFFFFF;
	border: #000000 thin solid;
	margin: 5px 0;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	border: 1px solid #D77700;
	padding: 2px 2px 3px 3px;
	background: #444444;
	text-indent: 2px; 
	font-weight: bold; 
	margin: 10px 20px 0 20px;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	border: 1px solid #D77700;
	padding: 2px 2px 3px 3px;
	background: #444444;
	border-top-width: 0;
	color: #FFFFFF;
	overflow: auto;
	margin: 0 20px 10px 20px;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	border: 1px solid #D77700;
	padding: 2px 2px 3px 3px;
	font-size: 11px; 
	background: #444444; 
	text-indent: 2px; 
	font-weight: bold; 
	margin: 10px 20px 0 20px;
}

.codecontent {
	border: 1px solid #D77700;
	padding: 2px 2px 3px 3px;
	background: #444444;
	border-top-width: 0;
	color: #FFFFFF;
	font: 12px Courier,'Courier New',sans-serif;
	overflow: auto;
	margin: 0 20px 0 20px;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

/* -------------------------
  calendar mod additions...
  ------------------------- */

/* The following are part of the calendar mod.
  They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
  If you are trying to implement a style other then prosilver, look at how your existing style defines
  those icons, and do the same for the new calendar icons.
*/
.calendar-new-icon span    { background: transparent none 0 0 no-repeat; }
.calendar-day-icon span    { background: transparent none 0 0 no-repeat; }
.calendar-week-icon span   { background: transparent none 0 0 no-repeat; }
.calendar-month-icon span  { background: transparent none 0 0 no-repeat; }
/* The following are part of the calendar mod.
  They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
  If you are trying to implement a style other then prosilver, look at how your existing style defines
  those icons, and do the same for the new calendar icons.
  
  Note the "text-align: left" was added because there were a few instances where the icons were cut in half...
  adding the text align property helps reserve enough space to fully display the icon.
*/
.buttons div.calendar-new-icon   { width: {IMG_BUTTON_CALENDAR_NEW_WIDTH}px; height: {IMG_BUTTON_CALENDAR_NEW_HEIGHT}px; text-align: left; }
.buttons div.calendar-day-icon   { width: {IMG_BUTTON_CALENDAR_DAY_WIDTH}px; height: {IMG_BUTTON_CALENDAR_DAY_HEIGHT}px; text-align: left; }
.buttons div.calendar-week-icon   { width: {IMG_BUTTON_CALENDAR_WEEK_WIDTH}px; height: {IMG_BUTTON_CALENDAR_WEEK_HEIGHT}px; text-align: left; }
.buttons div.calendar-month-icon   { width: {IMG_BUTTON_CALENDAR_MONTH_WIDTH}px; height: {IMG_BUTTON_CALENDAR_MONTH_HEIGHT}px; text-align: left; }
  
/* uses border-top-color = .bg3 background-color
(the line between events in the month display) */
hr.hrCal {
  border-top-color: #cadceb;
}

/* uses color from h1
  (calendar header previous and next links) */
.calH1 {
  color: #FFCC00;
  font-weight: bold;
  font-size:150%
}

/* The from and to times take up a lot of
 space in the calendar display.
 Use this to shrink them */
.smCalText{font-size:85%}

/* bg4 is just slightly darker then bg3
 (used in calendar headers) */
.bg4 {
	background: #003F59 url('./images/cellpic1.gif') repeat-x;
	height: 27px;
}

/* uses background-color of .bg3
   (used to display the numbers and icons for
   each day in the month and week view displays ) */
table tbody td.bg3_calMonH{
  background-color: #002333;
  font-size:85%
}

/* uses background-color of .bg4
   (used to display the numbers and icons for
   each day in the month and week view displays ) */
table tbody td.bg4_calMonH{
  background-color: #003F59;
  font-size:85%
}

/* uses background-color of .bg1
  (used to display days in calendar month/week view) */
table.table1 tbody td.bg1_calMon {
  background: #003F59 url('{T_THEME_PATH}/images/row1.gif') top right repeat-x;
  /* background-color: #ECF3F7; */
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
}
/* uses background-color of .bg2
  (used to display days in calendar month/week view) */
table.table1 tbody td.bg2_calMon {
  background: #005777 url('{T_THEME_PATH}/images/cellpic1.gif') repeat-x;
  /* background-color: #e1ebf2; */
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
}
/* uses background-color of .bg3
  (used to display days in calendar month/week view) */
table.table1 tbody td.bg3_calMon {
  background-color: #002333;
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
}


/* uses background-color of .bg1
  uses border-top-color = .forumbg background-color
  (used to display events in calendar day view) */
table.table1 tbody td.bg1_calDay {
  background-color: #003F59;
  border-top-color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
}

/* uses background-color of .bg3
  uses border-top-color = .forumbg background-color
  (used to display negative space in calendar day view) */
table.table1 tbody td.bg3_calDay {
  background-color: #002333;
  border-top-color: #12A3EB;
}

/* The following are part of the calendar mod.
  They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
  If you are trying to implement a style other then prosilver, look at how your existing style defines
  those icons, and do the same for the new calendar icons.
*/
.calendar-new-icon span    { background-image: url("{IMG_BUTTON_CALENDAR_NEW_SRC}") ;}
.calendar-day-icon span     { background-image: url("{IMG_BUTTON_CALENDAR_DAY_SRC}") ;}
.calendar-week-icon span    { background-image: url("{IMG_BUTTON_CALENDAR_WEEK_SRC}") ;}
.calendar-month-icon span   { background-image: url("{IMG_BUTTON_CALENDAR_MONTH_SRC}") ;}


/* -------------------------
  calendar mod end
  ------------------------- */
