/*
Ski Results Theme for adv-CMS
Copyright (c) Pete Calvert 2005

Screen Stylesheet
*/

html, body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: verdana, sans serif;
}

a { color: #444444; text-decoration: none; font-weight: 600;}


.small { font-size: 70%; }

input.text {
  color: black; /*#CE4539;*/
  border: 1px solid #D5D5D5;
  margin: 1px;
  width: 175px;
}

input.submit {
  color: #CE4539;
  font-size: 70%; 
  font-weight: bold; 
  background:#ffffff; 
  border-width: 0px;
  margin: 3px;
}

table {
	border-collapse: collapse;
	width: 99%;
	margin-left: 1px;
}

tr.hover {
	background-color: #CCFFCC;
}

tr.clicked {
	background-color: #FFCCCC;
}

td {
	border: 1px solid #959595/*#D5D5D5*/;
}

td.numeric, th.numeric {
	width: 65px;
	text-align: center;
}

td.icon, th.icon {
	width: 30px;
	text-align: center;
}

td.short, th.short {
	width: 150px;
	text-align: center;
}

td.shortl, th.shortl {
	width: 150px;
}

td.blank {
	border: none;
}

td.center, th.center {
	text-align: center;
}

th {
	border: 1px solid #959595;
	background-color: rgb(21, 58, 100);
	color: rgb(200, 200, 200);
	text-align: center;
}

th a {
	color: rgb(200,200,200);
}

/*----------------------------HEADER----------------------------*/

#header { position: absolute; top: 0px; left: 0px; width: 100%;}

body>#header { position: fixed; left: 0px; right: 0px; top: 0px; }

#header .subtitle {
	background-color: white;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	height: 20px;
	vertical-align: middle;
}

/*-------------------------main textarea----------------------*/

#textarea {
  padding-top: 20px;
  text-align: justify;
}

#textarea p {
  margin-bottom: 7px;
}

#textarea .nav {
	display: none;
}

#textarea li {
  margin-right: 5px;
}

#textarea .textbox {
  margin-bottom: 15px;
}

#textarea .posted {
  text-align: right;
  font-size: 90%;
  font-style: italic;
  margin: 5px;
  margin-top: 0px;
}
 
#textarea .title {
  font-weight: 900;
  font-size: 120%;
  background-color: #ffffff;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #CE4539;
  text-decoration: underline;
  /*text-align: center;*/
  /*border-bottom: 1px solid #1060C0;*/
}


  
#textarea .subtitle {
  font-size: 100%;
  font-weight: 900;
}

#textarea .limited {
  height: 100px;
  overflow: auto;
}

#textarea .divider {
  border: none;
  /*border-bottom: 1px solid #959595;*/
}

/*----------------------------MENU----------------------------*/

body>#navigation { display: none; }

#navigation {
  display: none;
}

/*----------------------------FOOTER----------------------------*/
#footer {
  font-size: 80%;
  color: #909090;
  font-weight: bold;
  text-align: center;
  margin: 10px;
}

#footer .modified {
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
table.calendar {
	table-layout: fixed;
}
table.calendar td {
	vertical-align: top;
	height: 88px;
	font-size: 10px;
	padding: 0px;
	overflow: auto;
	background-color: #F7F7F7;
}

table.calendar div {
	padding: 2px;
}

table.calendar .today {
	font-size: 11px;
	font-weight: bold; 
	color: #FFFF00;
	background-color: #31528E;
}

table.calendar .event {
	margin-left: 30px;
	text-indent: -20px;
}

table.calendar .date_num {
	font-size: 11px;
	font-weight: bold; 
	color: #FBFCEF;
	background-color: #A2A3AE;
}

table.calendar td.grayed {
    background-color: #EEEEEE;
    padding: 2px;
	color: #AAAAAA;
}

table.calendar td.weekend {
	background-color: #D4D4D4;
	}

