/*#############################################################
Name: Indigo
Date: 2006-07-27
Description: A lightweight, simple and pleasant design.
Author: Viktor Persson
URL: http://arcsin.se
Template from: http://templates.arcsin.se/demo/indigo-website-template/
Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: underline;
}
body {
	background: #0094D6 url(images/style/bg.png) repeat-x;
	color: #000;
	font: normal 62.5% arial,sans-serif;
	margin: 0;
}

p,cite,code,ul {
	font-size: 12pt;
	padding-bottom: 12pt;
}
h1 {
	font-size: 14pt;
	margin-bottom: 4px;
}
h2 {
	font-size: 12pt;
}
code {
	background: url(images/style/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(images/style/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 10pt Verdana, sans-serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
table {
	padding-bottom: 1.2em;
}
tr, td{
	font: normal 12pt arial, sans-serif;
	padding: 5px;
	vertical-align: top;
}

/* misc */
.clearer {
	clear: both;
}

.whitefiller {
	background: #FFF url(images/style/bg.png) repeat-x;
}

.mybackground {
	background: #FFF url(images/style/bgmain2.png) repeat-x;
	position: absolute;
	top: 0px;
	left: -400px;
	height: 120px;
	width: 400px;
	z-index: 1;
}
.mybackground2 {
	background: #FFF url(images/style/bgmain.png) no-repeat;
	position: absolute;
	top:92px;
	left: 0px;
	height: 177px;
	width: 37px;
	z-index: 1;
}
.bigcontainer {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

/* structure */
.container {
	background: url(images/style/topleft2.png) no-repeat;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 0 0 0 25px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
	display: none;
}
/* navigation */
.navigation {
	float: right;
	height: 92px;
	/*margin-left: 550px; remove this when convert back to png header*/
	padding: 0 5px;
	margin-right: 70px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.3em arial,sans-serif;
	margin-top: 56px;
	padding: 8px 14px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	/*background: #FFF url(images/style/bgmain.png) no-repeat;*/
	background: #FFF;
	clear: both;
	padding: 12px 12px 0 52px;
}
/* main left */
.sidenav {
	float: left;
	width: 21%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #06C;
	font-size: 1.6em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
	font-size: 11pt;
}
.sidenav li a {
	color: #777;
	display: block;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(images/style/nav_li.gif) no-repeat;
}
.oalogobg {
	background: #FFF url(images/style/oalogobg.gif) no-repeat;
	float: left;
	height: 190px;
	width: 184px;
}
/* content */
.content {
	float: right;
	margin-left: 0;
	width: 76%;
}
.content .descr {
	color: #36C;
	margin-bottom: 6px;
	margin-left: 15px;
}
.content li {
	list-style: url(images/style/li.gif);
	margin-left: 30px;
}
.content p {
	text-indent: 15px;
}

.content .plain{
	text-indent: 0px;
}

/* footer */
.footer {
	background: #0094D6 url(images/style/bgfooter.gif) repeat-x;
}
.nowrapfooter {
	background: #0094D6 url(images/style/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	width: 975px;
	margin: auto;
}
.nowrapfooter a {
	color: #FFF;
	text-decoration: none;
}
.nowrapfooter a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* ######### CSS for Announcements Tabs ######### */
/* CSS From: http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm */
.announcebox {
	border:1px solid #AAA;
	width:425px;
	height:73px;
	padding: 5px
}

.announcetabs{
	padding: 0;
	width: 437px;
	border-top: 5px solid #06C;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.announcetabs ul{
	margin:0;
	margin-left: 25px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.announcetabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.announcetabs a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #AAA;
	border-top: 1px solid white;
}

.announcetabs a:hover{
	background-color: #06C;
	color: white;
}

.announcetabs a.selected{ /*currently selected tab*/
	background-color: #06C;
	color: white;
	border-color: #06C;
}

.tabcontent{
	display:none;
	font: normal 12pt arial,sans-serif;
}

/*Printed appearance */
@media print {
	#calendardetailsbox {
		display: none;
	}
	.navigation{
		display: none;
	}
	.sidenav{
		display: none;
	}
	.oalogobg{
		display: none;
	}
	.mybackground{
		display: none;
	}
	.mybackground2{
		display: none;
	}
	.bigcontainer {
		width: 100%
	}
	.content {
		float: left;
		margin-left: 0;
		width: 100%;
	}
	.tabcontent {
		font-size: 8pt;
		display:block !important;
	}
	.announcebox {
		height: 175px;
	}
	.announcetabs {
		display: none;
	}
	.header {
		height: 100%;
	}
	.title {
		padding: 0px;
	}
	.main {
		padding: 0px;
	}
	.title:before {
		display: block;
		color: #000;
		content: url('images/style/title.png');
	}
	.title{
		padding: 0px;
	}
	.title h1 {
		display: block;
		color: #000;
		font-size: 12pt;
	}
	.footer {
		color: #000;
		font-size: 10pt;
		line-height:100%;
	}
	.nowrapfooter {
		color: #000;
		font-size: 10pt;
		line-height:100%;
		width: auto;
	}
	.nowrapfooter a {
		color: #000;
	}
	.nowrapfooter a:hover {
		color: #000;
	}	
}


/* ######### CSS for Interactive Calendar ######### */
.special {
	background-color: #000; color: #fff;
}
.inf {
	font-weight: bold;
	font-size:10pt;
}
#show_d{
	font: bold 12pt arial,sans-serif;
	text-align: center;
}
#eventinfo{
	font: normal 12pt arial,sans-serif;
	text-align: center;
}


/* Distributed as part of The Coolest DHTML Calendar
   Author: Mihai Bazon, www.bazon.net/mishoo
   Copyright Dynarch.com 2005, www.dynarch.com
*/

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: url('calendar/skins/aqua/normal-bg.gif');
  font-family: "trebuchet ms",verdana,tahoma,sans-serif
}

.calendar {
  border-color: #797979;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url('calendar/skins/aqua/title-bg.gif') repeat-x 0 100%; color: #000;
  font-weight: bold
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: url('calendar/skins/aqua/menuarrow.gif') no-repeat 100% 100%;
}

.calendar thead tr { background: url('calendar/skins/aqua/title-bg.gif') repeat-x 0 100%; color: #000 }

.calendar thead .calTitle { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  font-size: 14pt;
  text-align: center;
  padding: 2px;
  background: url('calendar/skins/aqua/title-bg.gif') repeat-x 0 100%; color: #000
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
  font-size:12pt;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url('calendar/skins/aqua/hover-bg.gif');
  border-bottom: 1px solid #797979;
  padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:1px
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url('calendar/skins/aqua/active-bg.gif'); color: #fff;
  border-bottom: 1px solid #797979; padding-left:3px; padding-right:1px; padding-top:3px; padding-bottom:0px
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url('dark-bg.gif');
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 3em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
  font-size:10pt;
}
.calendar tbody .day.othermonth {
  font-size: 8pt;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  border-right: 1px solid #797979;
  background: url('calendar/skins/aqua/dark-bg.gif');; padding-left:2px; padding-right:3px; padding-top:2px; padding-bottom:2px
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  background: url('rowhover-bg.gif');
}

.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url('calendar/skins/aqua/hover-bg.gif');
  border: 1px solid #bbb; padding-left:1px; padding-right:3px; padding-top:1px; padding-bottom:1px
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  background: url('calendar/skins/aqua/active-bg.gif'); color: #fff; padding-left:1px; padding-right:3px; padding-top:1px; padding-bottom:1px
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url('calendar/skins/aqua/status-bg.gif') repeat-x 0 0; color: #000
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  border-left:1px solid #797979; border-right:1px solid #797979; border-top:0px solid #797979; border-bottom:1px solid #797979; position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  background: url('calendar/skins/aqua/normal-bg.gif'); color: #000;
  z-index: 100;
  font-size: 90%
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url('calendar/skins/aqua/hover-bg.gif'); color: #000
}

.calendar .combo .active {
  background: url('calendar/skins/aqua/active-bg.gif'); color: #fff;
  font-weight: bold
}

.calendar td.time {
  border-top: 1px solid #797979;
  text-align: center;
  background: url('calendar/skins/aqua/dark-bg.gif');; padding-left:0px; padding-right:0px; padding-top:1px; padding-bottom:1px
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  font-weight: bold;
  background: url('calendar/skins/aqua/normal-bg.gif'); color: #000; padding-left:6px; padding-right:5px; padding-top:0px; padding-bottom:0px
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url('calendar/skins/aqua/hover-bg.gif'); color: #000
}

.calendar td.time span.active {
  background: url('calendar/skins/aqua/active-bg.gif'); color: #fff
}
