﻿/* Layout Stylesheet */ 


/*Example CSS for the two demo scrollers*/

#pscroller1
{
    width: 275px;
    height: 50px;
    padding: 5px;
    background-color: #fffffc;
    white-space: pre-wrap;
    border-right: #cccc99 thin solid;
    border-top: #cccc99 thin solid;
    border-left: #cccc99 thin solid;
    border-bottom: #cccc99 thin solid;
}

.SingleEvent
{
    width: 200px;
    height: 50px;
    padding: 5px;
    background-color: #fffffc;
    white-space: pre-wrap;
    border-right: #cccc99 thin solid;
    border-top: #cccc99 thin solid;
    border-left: #cccc99 thin solid;
    border-bottom: #cccc99 thin solid;
}



#outer {
 text-align:center;
 width:800px;
 margin-left:5px;
 }

#hdr
{
    text-align:center;
    background-color: #9966cc;
    padding:.2em;
}
 .StaticMenu
 {
    background-color:ThreeDShadow;
 }
 .DynamicMenu
 {
    background-color:Blue;
    border:1px;
    border-color:Black;
 }

#bar
{
    font-size: .1em;
    height: .1em;
    border: solid black;
    border-width: 1px 0 1px 0;
    background-color: #663399;
}

#bodyblock {
 position:relative;
 width:100%;
 }

#l-col
{
    float: left;
    width: 20%;
}

#cont 
{
 width:75%;
 border-width:0 0 0 1px;
 text-align:left;

 }

#ftr
{
    height: 25px;
    color: #333333;
    border: solid black;
    border-width: 1px 0 1px 0;
}
 
 
 /* 0 BASIC TAGS */

table {
	font-size: 1em;
}

h1, h2, h3, h4 ,h5,h6{
	margin:0,0,0,0;
	font-family: verdana, arial, helvetica, sans-serif;

}
h4
{
    font-size: 10pt;
}

p 
{
     margin-top:0;
    line-height:1.4em;
    
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a
{
    color:#663399;
    text-decoration: underline;
}

a:visited
{
}

a:hover
{
    text-decoration: underline;
}

a:active {
}

body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

img {
	border-width: 0;
}

/* 1 HEADER */

h1 {
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
}
.MenuItem
{
    color:Blue;
}

#editcontrols
{
   font-weight:bold;
   visibility:inherit;
    
}
.DayStyle
{
	background-color: white;
	vertical-align: top;
	text-align: left;
	height: 100px;
	font-weight: bold;
	color: #993399;
}

.SelectedDayStyle
{
	vertical-align: top;
	text-align: left;
	background-color: #f4f4c6 !important; /*background-color: #FFFFFF !important;*/
	color: #993399 !important;
	font-weight: bold;
}
.EventDescription
{
	font-weight: normal;
	padding-left: 15px;
	font-variant: normal;
	color: #003399 !important;
	font-style:italic;
}
.EventTime
{
	float: left;
	font-weight: bold;
	padding-left: 5px;
	font-size: smaller;
	color: #003399 !important;
}
.CalendarTitle
{
	letter-spacing: 3pt;
}
.TodayStyle
{
	vertical-align: top;
	text-align: left;
	background-color: #f4f4c6 !important;
	/*background-color: #FFFFFF !important;*/
	color: #993399 !important;
	font-weight:bold;
}

