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

Screen Stylesheet
*/

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

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;
	text-align: left;
}

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;
	}

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

/*a:hover {text-decoration: underline; }*/

a:hover {color: #CE4539;}

/*a:hover {background-color: rgb(21, 58, 100); color: white; text-decoration: none;}*/


.small { font-size: 70%; }
.right { float: right;}

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: 95%;
	margin: 10px;
}

table.top {
  -moz-border-radius: 7px;
}

table.top td {
  -moz-border-radius: 7px;
}

tr.hover, td.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;/*#D5D5D5;*/
	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 .logo {
	background-color: #CE4539;
	text-align: center;
	height: 52px;
}

#header img {
	border: none;
}

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

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

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

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

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

#textarea .textbox {
  margin: 10px;
  background-color: #ffffff;
  border: 1px solid #959595;
  -moz-border-radius: 7px;  
}

#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-right: 5px;
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
  color: #CE4539;
  /*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 { position: fixed; left: 0px; right: 0px; top: 25px; }

#navigation {
  width: 175px;
  position: absolute;
  top: 25px;
  left: 0px;
}

#navigation .textbox {
  margin: 10px;
  background-color: #ffffff;
  border: 1px solid #959595;
  -moz-border-radius: 7px;  
}

#navigation .textbox p {
  margin: 5px;
}

#navigation .textbox ul {
  padding-left: 0;
  list-style: none;
  margin: 5px;
}

#navigation form {
  text-align: left;
  margin: 5px;
  margin-left: 10px;
}

#navigation .highlight {
  color: #CE4539;
}


#navigation .title {
  font-weight: bold;
  color: #CE4539;
  padding-left: 5px;
  text-align: center;
}

#navigation .limited {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 40px;
  overflow: auto;
}

#navigation .small {
  font-size: 70%;
}

#navigation .date {
  color: #444444;
  font-size: 100%;
  font-weight: 600;
}

#navigation .divider {
  border: none;
  border-bottom: 1px solid #959595;
}

/*----------------------------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;
}

