@CHARSET "UTF-8";

table.standard {
	margin-bottom: 10px;
}	


table.standard thead tr td {
	background: #53526e;
	color: #fff;
}

table.standard tbody tr td {
	border-bottom: solid 1px #eee;
	
}

table.standard tr td {
	font-size: 12px;
	padding: 3px;
	padding-right: 6px;
}

fieldset.search-options {
	border: solid 1px #4c5773;
	margin: 0;
}

fieldset.search-options legend {
	color: #4c5773;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

fieldset.search-options ol li {
	float: left;
	margin-right: 10px;
}




table.calandar  {
	border: solid 1px #eee;	
}

table.calandar thead tr th {
	color: #fff;
	background: #8adefa;
	
}

table.calandar thead tr.month th {
	background: #019fcf;
	font-size: 22px;
	color: #fff;
	text-align: center;	
}

table.calandar thead tr th, table.calandar tbody tr td {
	padding: 5px;
	width: 14.29%;
	vertical-align: top;
	text-align: left;	
}

table.calandar tbody tr td {
	height: 90px;	
	border: solid thin #eee;
}

table.calandar tbody tr td span {
	font-size: 10px;	
	
}


table.calandar  tr td.blocked {
	background: url('/_templates/icons/blocked.png') 20px  15px no-repeat;	
}

table.calandar  tr td.available {
	background: url('/_templates/icons/available.png') 20px  15px no-repeat;	
}

table.calandar  tr td p {
	text-align: center;	
	color: #999;
	font-size: 12px;
	margin-top: -5px;
}

table.calandar  tr td p b {
	color: #666;	
}


table.calandar tbody tr td.faded span {
	color: #ccc;
}

table.calandar tbody tr td div.options {
	position: absolute;
	border: solid 1px #8bdffb;
	margin-left: 100px;
	background: #eee;
	padding: 10px;
	font-size: 12px;
	color: #999;
}

table.calandar tbody tr td div.options ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

table.calandar tbody tr td div.options ul li {
	color: #8bdffb;
	margin-left: 5px;
}


ul.file_type_icons {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;	
}

ul.file_type_icons li {
	padding: 5px;	
	height: 25px;
}


ul.file_type_icons li p {
	background: url('../images/file-type-icons.gif')   no-repeat;
	background-position: -204px -172px;
	height: 25px;
	width: 130px;
	margin: 0;
	padding: 0;
	float: left;
}


ul.file_type_icons li.doc p, ul.file_type_icons li.docx p {
	background-position: 0px -1px;
}


ul.file_type_icons li.psd p {
	background-position: 0px 0px;
}

ul.file_type_icons li.pdf p {
	background-position: 0px -144px;
}

ul.file_type_icons li.wmv p {
	background-position: -204px -31px;
}


ul.file_type_icons li.rtf p, ul.file_type_icons li.txt p {
	background-position: -204px -144px;
}

ul.file_type_icons li.xls p, ul.file_type_icons li.csv p {
	background-position: 0px -31px;
}
