/* Main Layout */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #707070;
  background:#FFFFFF url(design/page_bg.gif) repeat-x top;
  margin:0;
}

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #2d6eb0;
  text-decoration: none;
}

a:hover {
  color: #707070;
  text-decoration: underline;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
}

a.category:hover {
  color: #000000;
  text-decoration: underline;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #383838;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #2b70b1;
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #CCCCCC;
  background-color: #f2f2f2;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #777777;
  padding:3px;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: #8397AA;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	background:url(design/btn.gif) repeat-x top; /* Button background */
	color:#FFFFFF; /* Font color */
	font-weight:bold;
	padding:2px;
	font-size:11px;
	border:1px solid #525252; /* Outer border */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background:url(design/btn_hover.gif) repeat-x top;;
	border:1px solid #155391;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

/* ---| Header |--- */

.head { width: 900px; height: 70px; margin: 0 auto; }
.head #headtxt { width: 300px; padding: 10px 0 10px 0; float: left; background: url(images/layout/img_logo.gif) no-repeat; }
.head #headtxt span { font-family: Tahoma, Geneva, sans-serif; color: #90ADCD; text-transform: uppercase; font-size: 10px; font-weight: normal; letter-spacing: 3px; }
.head #headtxt h1 { font-size: 22px; font-family: Arial; color: #EEE; font-weight: bold; letter-spacing: 1px; }
.head #headlogin { width: 300px; height: 70px; margin: 0 0 0 600px; padding-top:10px; text-align: right; font-family: Georgia; font-size: 12px; text-transform: uppercase; color: #B4B4B4; }
.head #headlogin a { color:#979797; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; }

#login_response { overflow: auto; }
#ajax_loading { display: none; font-size: 12px; font-family: Tahoma; }

#logged_in {
	border: 1px dashed #348300;
	background-color:#C8FFA4;
	color: #666666;
	font-size: 10px;
	padding: 8px;
  	margin-top: 10px;
  	margin-bottom: 10px;
}
.loginerror {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.ac_curday {
	background: #FF9393 !important;
	font-weight: bold;
}

.ac_evday {
	background: #FFB6AA;
}

.ac_today {
	background: #FFF2C1;
	font-weight: bold;
}

.ac_day:hover {
	background: #FFF2C1;
	cursor: pointer;
}

.ac_weekdays {
	background: #FFDE93;
}

.ac_arrows {
	cursor: pointer;
}

#ac_table td {
	padding: 5px 3px;
	text-align: center;
	border: 1px solid #BCBCBC;
}

#ac_table {
	border-collapse: collapse;
}

#lights {
 position:absolute;
 left:0px;
 top:2.2em;
 border-top:2px solid #006600;
 width:100%;
 height:100%;
 overflow:hidden;
}

.xlsf-light {
 position:absolute;
 z-index:2;
}

body.fast .xlsf-light {
 opacity:0.9;
}

.xlsf-fragment {
 position:absolute;
 background:transparent url(http://www.schillmania.com/projects/snowstorm/lights/image/bulbs-50x50-fragments.png) no-repeat 0px 0px;
 width:50px;
 height:50px;
 z-index:2;
}

.xlsf-fragment-box {
 position:absolute;
 left:0px;
 top:0px;
 width:50px;
 height:50px;
 *width:100%;
 *height:100%;
 display:none;
}

.xlsf-cover {
 position:fixed;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background:#fff;
 opacity:1;
 z-index:999;
 display:none;
}
