/*
default.css

This stylesheet contains all the style classes defined in Sinc8
*/

.registrationerror
{
	color: #ff0000;
}

.registrationform
{
	font-size: 11px;
	padding: 5px;
	margin-left: 10px;
	margin-top: 10px;
}

.smalltext
{
	font-size: 10px;
}

.redborder
{
	border: 1px solid #8F0A05;
}


a.calendarsmall
{
	color: #999999;
	font-weight: 700;
	font-size: 9px;
}

a.calendarsmall:hover
{
	color: #333333;
	font-weight: 700;
	font-size: 9px;
	text-decoration: none;
}

a.highlighted
{
	color: #ffffff;
}

a.sidebox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

body
{
	font-family: tahoma;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

div#s8_statshome
{
	padding: 10px;
}

form.sinc8
{
}

form.sinc8 p
{
	padding: 5px;
}

form.sinc8 label
{
	width: 150px;
	display: inline;
	float: left;
}

form.sinc8 input
{
	display: inline;
	float: right;
}

form.sinc8 input.hidden
{
	display: none;
}

h1.sinc8
{
	font-size: 15px;
	color: #333333;
	padding: 5px;
	float: none;
	display: block;
}

img
{
	border: none;
}

img.tinypic
{
	border: 1px solid #999999;
	padding: 3px;
	background-color: #ffffff;
}


input, textarea
{
	border: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

input.sidebox, textarea.sidebox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

input.sideboxsubmit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #eeeeee;
}

input.sidelogin
{
	font-size: 10px;
	background-color: #AC311F;
	color: #ffffff;
	border: none;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.calendarsmall
{
	border: 1px solid #666666;
	background-color: #ffffff;
	z-index: 50;
}

table.calendarsmallbackground
{
	border: 1px solid #cccccc;
	font-size: 10px;
	background-color: #eeeeee;
}

table.calendarlarge
{
	border: 1px solid #bbbbbb;
	background-color: #f0f0f0;
	padding: 5px;
	width: 100%; 
	height: 100%;
}

table.calendarlargebackground
{
	border: 1px solid #bbbbbb;
	font-size: 10px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

table.sidebox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

td.calendarlarge
{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	color: #666666;	
	cursor: pointer;
	font-size: 11px;
	width: 14.3%;
}

td.calendarlarge:hover
{
	padding: 5px;	
	background-color: #aaaaaa;
	color: #ffffff;	
	font-size: 11px;
	width: 14.3%;
}

td.calendarlarge-active
{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-color: #edf9fe;
	border: 1px solid #5cb1d3;
	color: #5cb1d3;	
	cursor: pointer;
	font-size: 11px;
	width: 14.3%;
}

td.calendarlarge-active:hover
{
	padding: 5px;	
	background-color: #5cb1d3;
	color: #ffffff;	
	font-size: 11px;
	width: 14.3%;
}

td.calendarlarge-conflicts
{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-color: #ffeeee;
	border: 1px solid #c52523;
	color: #c52523;	
	cursor: pointer;
	font-size: 11px;
	width: 14.3%;
}

td.calendarlarge-conflicts:hover
{
	padding: 5px;	
	background-color: #c52523;
	color: #ffffff;	
	font-size: 11px;
	width: 14.3%;
}

td.calendarlarge-heading
{
	text-align: center;
	padding: 5px;
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	font-weight: 700;
	cursor: default;
	font-size: 12px;
	height: 30px;
	width: 14.3%;
}

td.calendarlarge-selected
{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-color: #c8f6da;
	border: 1px solid #08967a;
	color: #08967a;	
	cursor: pointer;
	font-size: 11px;
	width: 14.3%;
}

td.calendarlarge-selected:hover
{
	padding: 5px;	
	background-color: #08967a;
	color: #ffffff;	
	font-size: 11px;
	width: 14.3%;
}

td.calendarsmall
{
	text-align: center;
	padding: 5px;
	background-color: #ffffff;
	color: #666666;	
	cursor: pointer;
	font-size: 9px;
}

td.calendarsmall:hover
{
	text-align: center;
	padding: 5px;	
	background-color: #cccccc;
	color: #ffffff;	
	font-size: 9px;
}

td.calendarsmall-active
{
	text-align: center;
	padding: 5px;
	/*
	color: #666666;
	background-color: #eeeeff;
	border: 1px solid #ccccff;
	*/
	color: #5cb1d3;
	background-color: #edf9fe;
	border: 1px solid #edf9fe;
	font-weight: 700;
	cursor: default;
	font-size: 9px;
}

td.calendarsmall-active:hover
{
	text-align: center;
	padding: 5px;	
	background-color: #5cb1d3;
	color: #ffffff;	
	font-size: 9px;
}

td.calendarsmall-heading
{
	text-align: center;
	padding: 5px;
	color: #666666;
	font-weight: 700;
	cursor: default;
	font-size: 9px;
}

td.calendarsmall-selected
{
	text-align: center;
	padding: 5px;
	color: #c52523;
	background-color: #ffeeee;
	border: 1px solid #c52523;
	font-weight: 700;
	cursor: default;
	font-size: 9px;
}

td.sidebox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

table.formBackground
{
	background-color:#eeeeee;
	border: 1px solid #666666;
	font-size: 10px;
}

td.formBackground
{
	background-color:#eeeeee;
	font-size: 10px;
}

tr.calendarsmall
{
}

tr.darkStripe
{
	background-color:#dddddd;
}

tr.disabledStripe
{
	background-color: #999999;
	color: #FFFFFF;
}

tr.highlightedStripe
{
	background-color: #999999;
	color: #FFFFFF;
}

tr.lightStripe
{
	background-color:#eeeeee;
}

tr.warningStripe
{
	background-color: #ffeeee;
	color: #c52523;
}