body {
 font:normal 76% georgia,helvetica,verdana,tahoma,arial,"sans serif";
 background:#990000;
 color:#FFFF66;
 font-size: 16px;
}
A:link {text-decoration: none; color:#FFFF66;}
A:visited {text-decoration: none; color:#FF6600;}
A:active {text-decoration: none; color:#FFFF66;}
A:hover {text-decoration: underline; color:#FF6600;}


td.tp  {
    text-align:left; 
    vertical-align:top;
 }
 
 td.tb  {
    vertical-align:bottom;
 }
 
h3 {
    text-align:center;
}
.logo A:link img {text-decoration: none; border:1px solid #660000;}	 
.logo A:hover img {text-decoration: none; border:1px solid #990000;}


.dialog {
 width:80%;
 margin:0px auto;
 min-width:20em;
 color:#fff;
}
.a {
background:#990000;
}
.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:50px;
}

.dialog .ft .c {
 height:50px;
}

.dialog .hd {
 background:transparent url(images/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(images/tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(images/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(images/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 50px 0px 50px;
 background:#660000 url(images/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(images/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(images/br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
 font-size: 16px;
 text-align:center;
}

html>body .dialog pre {
 font-size:1.1em;
}
/* gcal */
/* optional styling */
#loginControlDiv {
	font-size: 13px;
}

#navControlDiv {
	font-size: 12px;	
}

#navControlDiv input {
	border: solid black 1px;
	font-size: 12px;	
}

#navControlDiv select {
	border: solid black 1px;
	font-size: 12px;	
}

#viewControlDiv input {
	border: solid black 1px;
	font-size: 12px;	
}

#eventDisplayDiv {
	padding: 0px;
	color: black;
	background: white;
	font-size: 12px;
	text-align: center;
}

#statusControlDiv {
	font-size: 11px;
	color: red;
	height: 20px;
}

/* required styling */

.columnHeading {
	text-align: center;
	font-size: 12px; 
	color: white; 
	background: gray; 
	border: solid white 1px;
}

.weekViewCell {
	width: 90px;
	height: 200px;
	border: solid gray 1px;
	text-align: center;
}

.monthViewCell {
	width: 90px;
	height: 80px;
	border: solid gray 1px;
	text-align: center;
}

.contentCell {
	padding: 2px;
	font-size: 13px;
	color: red;
	font-family: arial;
}

.eventMouseOver {
	padding: 0px;
	font-size: 10px;
	color: white;	
	background: black;
	font-family: arial;
}

.eventMouseOut {
	padding: 0px;
	font-size: 10px;
	color: blue;
	background: white;
	font-family: arial;
}
/* end Gcal */

#loading { clear:both; background:url(wait.gif) center top no-repeat; text-align:center;padding:33px 0px 0px 0px; font-size:12px;display:none; font-family:Verdana, Arial, Helvetica, sans-serif; }
#nav {text-align:center;}


