/* =Global
======================================= */

.red {
	color: #ed6767;
	font-weight: bold;
	background-color: #fff;
}


body, TD{
	background: #ffffff url(../back/bg.gif) repeat fixed;
	font: 76%/1.5em verdana, tahoma, "Lucida Grande", arial, helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: disc url(../buttons/sidebar_bullet.gif) inside;
	line-height: 1.3em;
}

li.red {
	color: #000;
	background: transparent;
	font: 1.3em bold "Lucida Bright", Georgia, Arial, "Bitstream Vera Serif", serif;
	border: 0;
	padding:2px;
	margin-bottom: 0.1em;
}

a{
	color: #0070aa;
	background-color: transparent;
	padding: 0;
}

a:hover{
	background-color: #ed6767;
	padding: 0;
	color: #fff;
}

a:active{
	color: #0000ee;
	background-color: transparent;
	padding: 0;
}
a:visited{
	color: #404040;
	background-color: transparent;
	padding: 0;
}


acronym, abbr {
	border-bottom: 1px dashed #ff0000;
	cursor: help;
	padding: 0 2px 0 2px;
}

img{
	border: 0;
}

.middle {
	text-align: center;
}


/* =Structure
======================================= */


#wrap {
	
	margin: 0 auto;
	width: 60em;
	padding: 1.5em 0 0.8em 0;
}

/* =Header
======================================= */
#header {
	width: 60em;
	float: left;
	padding-bottom: 0.2em;
	margin: 0;
	border: 0;
}

#header img {
	float: left;
	border: 0;
}

div.row span.left {
  float: left;
  text-align: left;
  font: 1.1em Frutiger, Arial, Helvetica, Univers, sans-serif;
  color: #000;
  background-color: transparent;
  width: 40%;
  padding-bottom: 5px;
  margin: 0;
  }

div.row span.right {
  float: right;
  text-align: right;
  font: 1.4em Frutiger, Arial, Helvetica, Univers, sans-serif;
  color: #000;
  background-color: transparent;
  width: 40%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  }

.crumb{
	background-color: transparent;
	color: #404040;
	font: 0.9em italic Frutiger, Arial, Helvetica, Univers, sans-serif;
	padding: 0 0 2px 0px;
	margin: 0;
	border-bottom: dashed 1px #ed6767;
	}

.right {
	float: right;
		color: #404040;
	font: 0.9em Frutiger, Arial, Helvetica, Univers, sans-serif;
	text-align: right;
	border: 0;
	margin-bottom: 0.5em;
	}
/* =Body
======================================= */
	
#main {
	background-color: #fff;
	color: #000;
	float: right;
	padding: 1em 3em 1em 3em;
	width: 40em;
	border: 0;
	margin: 0;
}

#main img {
	border: 0;
	margin: 3px 0 0 5px;
	padding: 0;
}

.rightbox
 {
	background-color: transparent;
	font: 1.2em "Lucida Bright", Georgia, Arial, "Bitstream Vera Serif", serif;
	color: #000;
background: url(../back/input1.gif) no-repeat 0 0;
	padding:0.8em;
	border: solid 1px #6a6a6a;
	margin: 0px 0px 1em 1em;
	width: 12em;
	line-height: 1.5em;
	float: right;
}

#sidebar {
	background: transparent;
	color: #000;
	float: left;
	font: 0.95em Frutiger, Arial, Helvetica, Univers, sans-serif;
	padding-top: 1em;
	width: 13em;
	border: 0;
	margin: 0;
	text-align: left;
}

#sidebar h2 {
	font-size: 164%;
	margin-top: 0;
	padding-bottom: 2px;
	border-bottom: solid 1px #ed6767;
	clear: both;
}

#sidebar img {
	float: left;
	margin-right: 4px;
	vertical-align: text-top;
}

p.line {
	background:url("../buttons/sidebar_line.jpg") 100% 100% no-repeat;
	margin: 0.6em 0 2em 0;
}

p.middle {
	margin: 0 auto;
}


/* =Footer
======================================= */
#footer {
	clear: both;
	color: #000;
	background-color: transparent;
	font: 0.95em Frutiger, Arial, Helvetica, Univers, sans-serif;
	padding: 5px 0 5px 0;
	width: 100%;
	border-top: solid 1px #3b4b67;
	margin-top: 0.5em;
}

#footer p {
	line-height: 1.4em;
}


#footer .right {
float: right;
border: 0;
margin-bottom: 0.5em;
clear: both;
}
/* =Navigation
======================================= */

/*Main Horizontal Navigation Bar
======================================= */
#nav{
	float: left;
	clear: both;
	width: 100%;
	font-size: 95%;
	line-height:normal;
	background:#DAE0D2 url("../back/bg_grey.gif") repeat-x bottom;
	margin-bottom: 2px;
}

#nav ul{
	 margin: 0;
    list-style:none;
	 padding: 10px 0 10px 0;
}

#nav li {
  float:left;
  background:url("../back/left_b.gif")
    no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }
  
#nav a {
  float:left;
  display:block;
  background:url("../back/right_b.gif")
    no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#0070aa;
  }
  
#nav li:hover, #nav li:hover a {
  background-position:0% -150px;
  color:#ed6767;
  }
  
#nav li:hover a {
  background-position:100% -150px;
  }
  
  #nav a:visited {
  	color:#202020;
  }

#nav #current {
  background-position:0% -150px;
  border-width:0;
  }
  
#nav #current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }

#nav > ul a {width:auto;}

/*Sidebar Vertical Navigation Bar
======================================= */

#button {
	border: solid 1px #6a6a6a;
	margin: 0;
	padding: 0;	
	font-family: Frutiger, Arial, Helvetica, Univers, sans-serif;
	background-color: transparent;
	color: #000;
}

#button ul {
	margin: 0;
	padding: 0;
	list-style: disc url(../buttons/sidebar_bullet.gif) inside;
}
		
#button li {
	padding: 0.4em 0 0 0;
	width: 12em;
}

#button a {
	background-color: transparent;
	padding: 4px;
	border: 0;
	text-decoration: none;
	margin: 0;
}

html>body #button li a {
	width: auto;
}

#button a:hover {
	border-bottom: solid 1px #ed6767;
	padding: 1px 4px 1px 4px;
	background: transparent;
	list-style: inside;
	color: #0070aa;
}


/* =Headers
======================================= */

h1, h2, h3, h4, h5, h6 {
	font-family: Frutiger, Arial, Helvetica, Univers, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 218%;
	margin-top: 1.2em;
	padding-bottom: 5px;
	border-bottom: solid 1px #ed6767;
	clear: both;
}

h2 {
	margin-top: 1em;
	font-size: 164%;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
	margin: 0;
	padding: 0;
}


/* Login Form
================================================*/

#sidebar fieldset {
	display: block;
	width: 11.8em;
	margin: 0;
	padding: 0.6em;
	background: transparent;
	color: #000;
}


#sidebar legend {

	font-style:italic;
	font-size: 1em;
	font-weight: bold;
	}
	
#sidebar label {
	font-weight:bold;
	}

 #sidebar input, textarea {

	color: blue;
	padding-left: 5px;
	width:90%;
	margin-bottom: 0.6em;
	}

#sidebar .button {
	width: 40px;
	float: none;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	}

	
/* Search Form
================================================*/

#header fieldset {
	float: right;
	display: inline;
	background: transparent;
	width: 200px;
	margin: 0;
	padding: 0.6em;
}

#header legend {
	font-style:italic;
	font-weight: bold;
	font-size: 1em;
	background: transparent;
	}
	
#header input {
	display: inline;
	width: 120px;
	padding: 0;
}
#header input:hidden {
	display: none;
	padding: 0;
	
}

#header .button {
	width: auto;
	display: inline;
	vertical-align: top;
	margin-left: 0.3em;
}

input:focus,
	textarea:focus {
	background: url(../back/input.gif) no-repeat 0 0;
	}
	
	textarea {
	width: 30em;
	}


.input_text, textarea {
		background: url(../back/input1.gif) no-repeat 0 0;
	}
	
	/* Calendar Style
================================================*/

.calbox
 {
	font: 1.2em "Lucida Bright", Georgia, Arial, "Bitstream Vera Serif", serif;
	text-align: center;
	color: #000;
	background: transparent;
	padding:0.1em;
	margin: 0px 0px 1em 1em;
	line-height: 1.5em;
	float: right;
	border: 0;
	width: 16em;
}

.month {
	border: dashed 1px #ed6767;
	background-color: transparent;
	text-align: center;
}

.monthname {
	text-align: center;
	font: 0.9em italic Frutiger, Arial, Helvetica, Univers, sans-serif;
	font-weight: bold;
	background-color: #9ca5c6;
	color: #000000;
}
.dayname td {
	text-align: center;
	font: 0.85em italic Frutiger, Arial, Helvetica, Univers, sans-serif;
	font-weight: bold;
	background-color: #9ca5c6;
	padding: 2px;
	color: #000;
	width: 2.5em;
}
	
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}

.nomonthday {
	height:20px;
	width:20px;
	background: transparent;
}
.monthday {
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	background-color: c6cede;
	color: #000000;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #ed6767;
	height:20px;
	width:20px;
}

.sunday {
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	color: #000000;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: red;
	background: #000000;
	height:20px;
	width:20px;
	border: solid 1px 0 1px 1px #ed6767;
}
.event a {
	background-color: #ffff99;
	color: red;
}

.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 0.8em;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

