p   { font-family: verdana, helvetica, arial, sans-serif }
td  { font-family: verdana, helvetica, arial, sans-serif; font-size: 16px }
hr  { height: 1px }

a  		    { text-decoration: none; color: #003399 }
a:link	  { text-decoration: none }
a:visited	{ text-decoration: none }
a:active	{ text-decoration: none }
a:hover		{ text-decoration: underline }

select   { font-family: verdana, helvetica, arial, sans-serif; font-size: 16px}
input    { font-family: verdana, helvetica, arial, sans-serif; font-size: 16px}
textarea { font-family: verdana, helvetica, arial, sans-serif; font-size: 16px}

.purple { color: #2E455D }
.red { color: red }
.green { color: green }
.grey { color: #999999}
.webfont { color: #003399 }
.headfont { color: #FFFFFF }
.headback	{ background-color: #6699CC; color: #FFFFFF; font-weight: normal }
.webback { background-color: #003399 }

.hand { cursor: 'hand' }
.dark { background-color: silver; color: black; cursor: 'hand' }
.choosedark { background-color: #f1f1f1; color: #003399; cursor: 'hand' }
.chooselight { color: #003399; cursor: 'hand' }

.helpcell { background-color: #003399; color: #FFFFFF; font-weight: bold }
.headercell	{ background-color: #6699CC; color: #FFFFFF; font-weight: bold; background-image: url(images/framebevel.gif); background-repeat: repeat-x }
.headerlink { color: #FFFFFF; font-weight: bold }
.innercell { background-color: #f1f1f1; color: #000000; font-weight: normal; }
.innercellgrey { background-color: #f1f1f1; color: #999999; font-weight: normal; }
.helpinnercell { background-color: #6699CC; color: #FFFFFF; }
.bordercell { background-color: #6699CC }
.basecell { background-color: #FFFFFF }
.grey { color: #999999; }

.calheader { color: #FFFFFF; 
	           background-image: url(images/framebevel.gif); 
	           background-repeat: repeat-x; }


.smallinnercell { background-color: #f1f1f1; font-size: 12px }
.smallbasecell { background-color: #FFFFFF; font-size: 12px }

.headingwhite { color: white; font-size: 16px; font-weight: bold}
.headingblack { color: black; font-size: 16px; font-weight: bold}
.headingpurple { color: purple; font-size: 16px; font-weight: bold}
.header {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #000000; font-weight: bold}
.underheader { font-weight: bold }

.loginqueue { background-color: #F1F1F1; border: solid 1px #003399; padding: 1em 1em 1em 1em; }



/* Time and date */
input.time {
  behavior: url(javascript/time.htc);
  width: 55;
}

input.date { 
	margin-right: 4; 
	width: 105;
	behavior: url(javascript/date.htc); 
}   
