a {
font-family: arial, helvetica, verdana, tahoma, sans-serif;
font-size: 12px;
line-height: 18px;
text-decoration : none;
color: #7D9A48;
background-color: transparent;
}

a:visited {
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
font-size: 12px;
line-height: 18px;
text-decoration : none;
color: #7D9A48;
background-color: transparent;
}

a:active {
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
font-size: 12px;
line-height: 18px;
text-decoration : none;
color: #7D9A48;
background-color: transparent;
}

a:hover {
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
font-size: 12px;
line-height: 18px;
color: #DEA302;
text-decoration : none;
}

Body {
color: #666666;
background-color: #59834D;
font-size: 18px;
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
margin: 0;
padding: 0;
}

p img {
    border: 0;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
}


hr {
    clear: both;
    height: 1px;
    border: 0px;
    color: #999999;
    background-color: #999999;
}

small {
font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font: 100% Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding-top: 1em;
    font-weight: bold;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 80%;
}

ul { 
    line-height: 1.5em;
    list-style-image: url("{layout_url}/images/bullet.gif"); 
    margin-left: 2em;
    padding:0;
}

ol {
    line-height: 1.5em;
    margin-left: 2em;
    padding:0;
}

dl {
}

dt {
    font-weight: bold;    
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}


fieldset {
    border: 1px solid #829A56;
    margin: 2em 0em 1em 0em;
    padding: 1em 0em;
}

legend {
    background: White;
    padding: 0.5em;
}


form {
    border: none;
}

textarea {
    border: 1px solid #829A56;  
    color: Black;
    background-color: white;
    width: 100%;
    padding: 0.1em;
}

input {
    font: 100% Arial, Helvetica, Verdana, sans-serif;
    border: 1px solid #829A56;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; 
    padding: 0.0em;
}

.netscape4 {
    display: none;
}

/* this actually does something -- logo spacing */
.logo {
    margin: 1em 0em 1em 2em;
    padding: 0;
    border: none;
}

/* This makes the search box in the top right BIG */
input.searchGadget {
    font-size: 13px ! important;
    /* margin-bottom: 1px ! important; */
}

div.searchBox {
    /*searchbox style and positioning */
    background-color: transparent;
    color: Black;
    float: right;
    margin: 3em 0em 0em 0em;
    padding: 0em 2em 0em 0em;
    text-align: right;
    text-transform: lowercase;
    width: 30%;
}


div.tabs {
    background: transparent;
    border-collapse: collapse;
    border-bottom-color: #829A56;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0.5em 0em 0em 2em;
    white-space: nowrap;
}

div.tabs a {
    background: transparent;
    border-color: #829A56;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #7D9A48;
    font-weight: normal;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: lowercase;
}

div.tabs a.selected {
    background: #D5E2BE;
    border: 1px solid #829A56;
    border-bottom: #D5E2BE 1px solid;
    color: #7D9A48;
    font-weight: normal;
}

div.tabs a:hover {
    background: #D5E2BE;
    border-color: #829A56;
    border-bottom-color: #D5E2BE;
    color: #7D9A48;
}

div.top {
    /* Top section */
    background: transparent;
    margin: 0;
    padding: 0;
}

div.personalBar {
    border: none;
    background: #D5E2BE;
    border-bottom-color: #829A56;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: Black;
    padding-right: 3em;
    text-align: right;
    text-transform: lowercase;
}

div.personalBar a {
    background-color: transparent;
	color: #7D9A48;
    font-weight: normal;
    margin-left: 1em;
}

div.personalBar img {
    vertical-align: top;
}

div.box {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #829A56;
    margin: 0em 0em 2em 0em;
    padding: 0;
}

div.pathBar {
    border-bottom-color: #829A56;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
}

div.field {
    width: 68%;
    float: left;
}

div.row {
    clear: both;
    min-height: 0em;
    margin-top: 0em;
}


.addFavorite {
    vertical-align: bottom;
}

table.columns {
	width: 100%;
}

table.columns td.left {
    vertical-align: top;
    width: 15%;
    padding: 2em 1em 1em 2em;
}

table.columns td.main {
    vertical-align: top;
    padding: 0em 1em 1em 1em;
    margin: 0;
    width: 70%;
}

table.columns td.right {
    vertical-align: top;
    width: 15%;
    padding: 2em 2em 1em 1em;
}

div.contentTabs {
    background: transparent;
    border-collapse: collapse;
    border-bottom: 1px solid #D0B24D;
    padding-left: 1em;
    margin-top: 2em;
    white-space: nowrap;
}


div.contentTabs a {
    background: transparent;
    border: 1px solid #D0B24D;
    color: #C69801;
    font-weight: normal;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: lowercase;
}

div.contentTabs a.selected {
    background: #FFFFD9;
    border-bottom: #FFFFD9 1px solid;
    color: #C69801;
    font-weight: normal;
}

div.contentTabs a:hover {
    background-color: #FFFFD9;
    color: #C69801;
}

div.contentBar {
    background: #FFFFD9;
    border-left: 1px solid #D0B24D;
    border-right: 1px solid #D0B24D;
    color: #C69801;
    text-align: right;
    text-transform: lowercase;
}

div.document {
    background: White;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    padding: 0;
    margin: 0em 0em 2em 0em;
}

div.editableDocument {
    background: White;
    border: 1px solid #C69801;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0em 0em 2em 0em;
    padding: 0em 2em 2em 2em;
}

div.documentActions {
    float: right; 
    margin-top: 2em;
}

div.message {
    background: #E8E8FF;
    border: 1px solid #9595C7;
    color: Black;
    font: bold 11px Arial, Helvetica, Verdana, sans-serif;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}

div.message a {
	color: Black;
    text-decoration: underline;
}


div.title {
    margin-top: 0.5em;
    font-size: 20px;
    border-bottom: 1px solid #829A56;
	font-weight:bold;
}

.description {
    font: bold 12px Arial, Helvetica, Verdana, sans-serif;
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}

.footer {
    background: #D5E2BE;
    border-top: 1px solid #829A56;
    border-bottom: 1px solid #226102;
    color: Black;
    clear: both;
    float: none;
    margin: 2em 0em;
    padding: 0.5em 0em 1em 0em;
}


/*
** Widgets
*/


input.standalone {
    background: #D5E2BE url({layout_url}/images/linkOpaque.gif) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0em;
    padding: 1px 1px 1px 30px;
    text-transform: lowercase;
}

input.context {
    background: White url({layout_url}/images/linkTransparent.gif) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0em;
    padding: 1px 1px 1px 30px;
    text-transform: lowercase;
}

input.destructive {
    background: #E8E8FF url({layout_url}/images/linkTransparent.gif) 9px 1px no-repeat;
    border: 1px solid #9595C7;  
    color: Black;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0em;
    padding: 1px 1px 1px 30px;
    text-transform: lowercase;
}

input.noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}

div.row {
    clear: both;
    min-height: 4em;
    margin-top: 1em;
    position: relative;
}

.group {
    border: 1px solid #829A56;
    margin: 2em 0em 1em 0em;
    padding: 0em 1em;
}
span.legend {
    background: White;
    padding: 0.5em;
    position : relative;
    top: -0.8em;
    left: 0em;
}

div.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}

div.field {
    margin-top: 0.2em;
}

div.help {
    background-color: #E8E8FF; 
    border: 1px solid black; 
    font-size: 80%;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    position: absolute;
    left: -18em;
    width: 16em;
    padding: 0.5em;
}

.error {
    /* Class for error indication in forms */
    background: #E8E8FF;
    border: 1px solid #9595C7;
    padding: 1em;
    margin: 0;
    width: 68% !important;
}

.required {
    background: url({layout_url}/images/required.gif) right no-repeat;
}

span.card {
    background: #D5E2BE;
    border-color: #829A56;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 15%;
}

span.theme {
    background: #D5E2BE;
    border-color: #829A56;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 220px;
}

TD {
color: #666666;
font-size: 12px;
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}

TH {
color: #666666;
font-size: 12px;
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}


.commentbar4 {
color: #000000;
font-size: 10px;
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
background-color: #EEEEEE;
}

option {
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
font-size: 11px;
color: #000000;
}

textarea {
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
font-size: 11px;
color: #000000;
}

select {
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
font-size: 10px;
color: #000000;
}


.headertext {
color: #000000;
font-weight: bold;
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}


.MainBodyBG
{
	background-color: #FFFFFF;
}

.titlebox
{
  	border-top:0px solid #CCCCCC;	  			  		
}

.titletext
{
	font-size: 48px;
	color: #55812C;
}

.top {
  	border-left:1px solid #226102;			
	border-right:1px solid #226102;
	border-top:1px solid #226102;
}

.sides {
  	border-left:1px solid #226102;			
	border-right:1px solid #226102;
}

.navtable
{
	font-size: 10px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
	border-left: 1px solid #226102;
	border-right: 1px solid #226102;
}

.navtext {
color: #4D4D4D;
font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}

.navcell
{
	background-color: #D5E2BE;
	padding-bottom:3px;
	padding-top:3px;
	border-right: 1px solid #829A56;	
	border-top: 1px solid #226102;
	border-bottom: 1px solid #829A56;
}

.navcell01
{
	background-color: #D5E2BE;
	padding-bottom:3px;
	padding-top:3px;
	border-right: 1px solid #829A56;	
	border-top: 1px solid #226102;
	border-bottom: 1px solid #829A56;
}

.navcell06
{
	background-color: #D5E2BE;
	padding-bottom:3px;
	padding-top:3px;
	border-top: 1px solid #226102;
	border-bottom: 1px solid #829A56;
}

.blocktitle
{
	color: #55812C;
	font-size: 12px;
	font-family:arial, helvetica, verdana, tahoma, sans-serif;
	font-weight:bold;
	background-color: #D5E2BE;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	padding-top:2px;
	border-collapse: collapse;
	border-left: 1px solid #829A56;
	border-right: 1px solid #829A56;	
	border-top: 1px solid #829A56;
	margin: 0;
	margin-bottom: 1em;
}

.blockinfo {
	color: #888888;
	font-size:12px;
	font-family:arial, helvetica, verdana, tahoma, sans-serif;
	background-color:#FFFFFF;
	padding-left:6px;
	padding-right:4px;
	padding-bottom:4px;
	padding-top:4px;
  	border-left:1px solid #829A56;			
	border-right:1px solid #829A56;
  	border-top:1px solid #829A56;	  			  		
  	border-bottom:1px solid #829A56;	  			  		
}

.blockinfo2 {
	color: #000000;
	font-size: 10px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
	background-color: #f2f2f2;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-top:2px;
  	border-left:1px solid #829A56;
	border-right:1px solid #829A56;
  	border-top:1px solid #829A56;	  			  		
  	border-bottom:1px solid #829A56;	  			  		
}

.footerblock {
	color: #666666;
	font-size: 10px;
	line-height: 13px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
	background-color: #e1e1e1;
  	border-bottom:1px solid #226102;
}

.footerblock2 {
	color: #666666;
	font-size: 10px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
	background-color: #e1e1e1;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
  	border-top:1px solid #829A56;	  			  		
  	border-bottom:1px solid #829A56;  			  		
}

a.footerblock:link {
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 10px; 
	line-height: 13px;
	color: #666666;
  	border-bottom: none;
}

a.footerblock:hover {
	font-family:  arial, helvetica, verdana, tahoma, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 10px; 
	line-height: 13px;
	color: #DEA302;
  	border-bottom: none;
}

a.footerblock:visited {
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 10px; 
	line-height: 13px;
  	border-bottom: none;
}

a.footerblock:active {
	font-family:  arial, helvetica, verdana, tahoma, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 10px; 
	line-height: 13px;
	color: #666666;
  	border-bottom: none;
}


.headerblock {
	color: #000000;
	font-size: 11px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	border-bottom-width: 1px;
}

.welcomeblock {
	color: #000000;
	font-size: 10px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	border-top-width: 1px;
}


.footer {
	font-size: 10px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}

.storytitle
{
        color: #C69801;
        font-size: 12px;
        font-weight: bold;
        font-family:  arial, helvetica, verdana, tahoma, sans-serif;
        background-color: #FFFFD9;
        border-left:1px solid #D0B24D;
        border-right:1px solid #D0B24D;
        border-top:1px solid #D0B24D;
        padding-left:4px;
		padding-right:4px;
		padding-bottom:2px;
		padding-top:2px;
}

.storybox 
{
		color: #000000;
		font-size: 11px;
		font-family:  arial, helvetica, verdana, tahoma, sans-serif;
		background-color: #FFFFFF;
		padding-left:6px;
		padding-right:6px;
		padding-bottom:4px;
		padding-top:4px;
        border-top:1px solid #D0B24D;  			  		
  			  		
}

.featuredtitle
{
        color: #666699;
        font-size: 12px;
        font-weight: bold;
        font-family:  arial, helvetica, verdana, tahoma, sans-serif;
        background-color: #E8E8FF;
        border-left:1px solid #9595C7;
        border-right:1px solid #9595C7;
        border-top:1px solid #9595C7;
        padding-left:4px;
		padding-right:4px;
		padding-bottom:2px;
		padding-top:2px;
}

.featuredbox 
{
		color: #000000;
		font-size: 11px;
		font-family:  arial, helvetica, verdana, tahoma, sans-serif;
		background-color: #FFFFFF;
		padding-left:6px;
		padding-right:6px;
		padding-bottom:4px;
		padding-top:4px;
        border-top:1px solid #9595C7;  			  		
  			  		
}


.storyboxfeat {
	color: #000000;
	font-size: 11px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
	background-color: #FFFFFF;
    border-left:1px solid #D0B24D;
    border-right:1px solid #D0B24D;
    border-top:1px solid #D0B24D;
    border-bottom:1px solid #D0B24D;
}

.storybyline {
	color: #000000; 
	font-size: 10px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}

.storyunderline{
	background-color: #000000; 
}


.featuredblockheader {
    color: #666699;
    background: #E8E8FF;
    font-weight: normal;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: lowercase;
    border-left:1px solid #9595C7;
    border-right:1px solid #9595C7;
    border-top:1px solid #9595C7;
}

.featureblock {
	color: #C69801; 
	font-size: 11px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}


.warning {
	color: red; 
	font-size: 12px;
	font-weight: bold; 
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}

.warningsmall {
	color: red; 
	font-size: 11px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}

.commentbar1 {
	color: #000000; 
	background-color: #EEEEEE; 
	font-size: 11px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}

.commentbar2 {
	background-color: #C0C0C0;
	font-size: 12px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}

.commentbar3 {
	color: #000000; 
	background-color: #C0C0C0; 
	font-size: 11px;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}

.commenttitle {
	font-size: 12px;
	font-weight: bold;
	background-color: #C0C0C0;
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
}

.cal_caloptions {
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 1px;
    padding: 5px;
    background-color: #999999;
}


.cal_caloptions a {
    color: #FFFFFF;
}

.cal_caloptions a:hover {
    color: #DEA302;
}


.cal_viewoption_table {
    width: 100%;
    margin-bottom: 1px;
    background-color: #656565;
}


.cal_viewoption {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}


.cal_viewoption a {
    color: #FFFFFF;
    text-decoration: none;
}

.cal_viewoption a:hover {
    color: #DEA302;
}


.cal_body {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}


.cal_month {
	font-size: 9px;
	color: #808080;
	background-color: #ededed;
    padding: 5px;
}


.cal_viewweek {
    padding: 5px; 
	background-color: #999999;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	border-left: 0px;
	border-top: 0px;
}

.cal_day_nothing {
    background-color: #ededed;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
}

.cal_day {
	font-size: 11px;
	font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
	color: #FFFFFF;
	text-align: center;
	background-color: #999999;
}

.cal-nullday {
	background-color: #D5E2BE;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	border-left: 0px;
	border-top: 0px;
}


.cal-today {
	font-size:9px;
	color: #ffffff;
	background-color: #FFFFD9;
	color: #ffffff;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	border-left: 0px;
	border-top: 0px;
    padding: 5px;
}
.cal-today a {
    color: #FFFFFF;
}
.cal-today a:hover {
    color: #DEA302;
}


.cal-oldday {
	font-size:9px;
	background-color: #FFFFFF;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	border-left: 0px;
	border-top: 0px;
    padding: 5px;
}

.cal-futureday {
	font-size:9px;
	background-color: #FFFFFF;
	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	border-left: 0px;
	border-top: 0px;
    padding: 5px;
}

.cal-event {
	font-size: 10px;
	line-height: 13px;
}

a.cal-event:link {
	font-family:  arial, helvetica, verdana, tahoma, sans-serif;
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 10px; 
	line-height: 13px;
	color: #666666;
}

a.cal-event:hover {
	font-family:  arial, helvetica, verdana, tahoma, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 10px; 
	line-height: 13px;
	color: #DEA302;
}


a.cal-event:visited {
	font-family:  arial, helvetica, verdana, tahoma, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 10px; 
	line-height: 13px;
}


a.cal-event:active {
	font-family:  arial, helvetica, verdana, tahoma, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 10px; 
	line-height: 13px;
	color: #666666;
}

.weekview {
    width: 100%;
}


.weekview_daterange {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}


.weekview_caltitle {

    font-weight: bold;
    text-align: left;
    padding-left: 5px;
}

.weekview-curday {
}

.weekview-offday {
}

.weekview_dayformat {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic; 
    font-size: 12px;
    background-color: #D5E2BE;
    padding: 5px;
    padding-left: 10px;
	border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999999;
}

.weekview_addevent {
    font-size: 9px;
    background-color: #D5E2BE;
    padding: 5px;
	border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999999;
}

.weekview_events {
    padding-bottom: 20px;

}


.weekview_singleevent {
    font-size: 9px;
    color: #656565;
    background-color: #FFFFFF;
    padding: 5px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ededed;
}


.dayview_times {
    font-size: 11px;
    padding: 5px;
	border-bottom: 1px dotted #e6e6e6;
}

.dayview_times a:hover{
    text-decoration: underline;
}


.dayview_events {
    font-size: 10px;
    padding: 5px;
	border-bottom: 1px dotted #e6e6e6;
	color: #999999;
}


.cal_row_dark {
    background-color: #ededed;
}

.cal_row_light {

    background-color: #FFFFFF;
}



.dayview_datecol {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic; 
    font-size: 18px;
    color: #999999;
    padding: 15px;
    padding-left: 10px;

/*
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999999;
*/
}



.dayview_quickaddtitle {
	font-weight: bold;
	background-color: #CCCCCC;
	font-size: 13px;
	color: #000000;
}

input {
    font: 100% Arial, Helvetica, Verdana, sans-serif;
    border: 1px solid #829A56;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; 
    padding: 0.0em;
}


