/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #ffffff;
}


body {
	
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
H3 {
	color: #AA121F;	
}

H4 {
	color: #AA121F;	
}

#content
{
	margin: 0 auto;
	width: 957px;
	text-align: left;
}

#back
{
width: 957px;

}

#header {
    height: 263px;
	width: 957px;
	text-align: left;	
	background: url(images/header.jpg) no-repeat;	
}

#menu
{
width: 200px;
height: 193px;
padding-left: 41px;
padding-top: 70px;
float: left
}

#menu ul {
	list-style: none;	
}

#menu li {
padding-left: 40px;	
background: url(images/buttons.gif) no-repeat top;
}

#menu .current
{
background: none;
}

#menu a {
	width: 100px;
	height: 18px;
    display: block;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;


}

#menu a:hover {
	width: 100px;
    height: 18px;
	color: #FFFF00;
	text-decoration: underline;
}


#logo {

width: 680px;
height: 163px;
text-align: left;
padding-top: 100px;
float: right;
padding-left: 36px;
}


#logo a {
	text-decoration: none;
	color: #ffffff;
}

#logo H1 a
{
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}

#logo H2 a
{
font-size: 10px;
text-transform: uppercase;
font-weight: normal;
}
#logo H4
{
font-size: 9px;
text-transform: uppercase;
font-weight: normal;
font-style: italic;
color: #ffffff;
}

#main
{
padding-top: 10px;
/*background: url(images/coner.jpg) no-repeat top right;*/
}

#left
{
	width: 215px;
	margin-left: 25px;
}


#left H3
{
width: 190px;
height: 18px;
font-size: 14px;
font-weight: bold;
padding-left: 26px;
text-transform: uppercase;
color: #ffffff;
padding-top: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
background: url(images/title.gif) no-repeat
}
#left .top
{
background: url(images/top.gif) no-repeat top;
}

#left .title_back
{
background: url(images/back.gif) repeat-y;
}

#left .bottom
{
background: url(images/bottom.gif) no-repeat bottom;
height: 16px;
}

#left ul {
	list-style: none;
	padding-bottom: 10px;
}

#left li {
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background: url(images/menu_left.gif) no-repeat bottom;
}


#left a {
	color: #ffffff;
	background: url(images/small.gif) 0px 5px no-repeat;
	padding-left: 20px;
}
#left a:visited {
	color: #ffffff;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
#left p
{
padding: 10px;
}



#right
{
float: right;
width: 634px;
margin-right: 30px;
padding-top: 20px;
}

#right .welcome
{
background: url(images/welcome.jpg) no-repeat;
width: 454px;
height: 102px;
color: #FFFFFF;
padding-left: 220px;
padding-top: 40px;
}

#right .welcome H2
{
color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #AA121F;
	padding-top: 20px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#right a
{
color: #AA121F;
text-decoration: none;
}



#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ol, #right ul
{
margin-left: 30px;
}


#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #AA121F;
}
.date {
	text-align: right;
	color: #AA121F;
	font-size: 11px;
}

.date a {
	color: #AA121F;
}



#footer {
	height: 60px;
	clear: both;
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(images/footer.gif) repeat-x
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
div.shadow {
 float:left;
 background: url(images/dropshadow.gif) no-repeat bottom right;
 margin: 10px 10px 10px 10px;
}
div.shadow img {
  position: relative;
  display: block;
  margin: -3px 6px 6px -3px;
}

img.editicons {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	width:24px;
	height:24px;
	cursor:hand;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#calendarcontainer {
   margin: 1%;
   padding: 0;
   width: 97%;
}
#debug {

   	min-width:300px;
  	padding-left:20px;
}

#loading {
	padding-left:100px;
	left:20%;
	vertical-align:50%;
}

#calendartable {
    width:100%; 
}

#calendarspace, #debug {
   margin: 1% 0 1% 1%;
   color: #000;
   /*border: 1px solid #ccc;*/
   vertical-align:top;
   width: 100%;
}

#calendarspace {
	

}

#calendarspace,#debug h5 {
	color:#666666;
	font-size: 12px;
	font-style: italic;
}

.Activecell {
	border-style:dashed;
	border-width:1px;
	border-color:red;
	background-color: lightyellow;
	
}