﻿body 
{
	font-family: Helvetica,Sans-Serif;
	font-size: small;
	background-color: dimgray;
	margin: 0px;
}
#page
{
	background-color: white;
	width: 900px;
}
#navbar
{
	font-weight: bold;
	font-size: 0.95em;
	padding: 8px 0px 8px 0px;
	width: 152px;
	vertical-align: top;
}
#center
{
	width: 577px;
	vertical-align: top;
	padding: 2px 5px 2px 2px;	
}
#bar
{
	width: 163px;
	vertical-align: top;
	background-color: #DED3B3;
}
#bar2
{
	width: 164px;
	vertical-align: top;
	background-color: #DED3B3;
}

.footer
{
	color: #EEEEEE;
	font-size: 0.75em;
	background-image: url('../images/uva.gif' );
	background-repeat: repeat-x;
	height: 20px;
}
#content
{
	padding: 4px;
}

#welcome
{
	font-size: 1.1em;
	font-weight: bold;
	color: orange;
}

.new
{
	font-size: 0.8em;
	color: red;
}
#navbar
{
	width: 150px;
}

#navbar .link
{
	font-family: Georgia, Serif;
	font-size: 0.90em;
	margin-left: 30px;
	padding: 5px 0px 5px 5px;	
	text-transform: uppercase;
}
#navbar .active
{
	background-color: whitesmoke;
	border-left: solid 2px #591E59;
}

#navbar A
{
	color: #591E59;
}
#navbar A:visited
{
	color: #591E59;
}
#navbar A:hover
{
	color: blue;
	text-decoration: none;
}
#navbar A:active
{
	color: red;
}

#legal
{
	font-size: 0.80em;
}
#legal A 
{
	color: black;
}
#legal A:visited
{
	color: black;
}
#legal A:hover
{
	color: White;
}
#title
{
	font-size: 1.4em;
	font-weight: bold;
	color: orange;
}

.box
{
	margin-bottom: 5px;
}
.box .head
{
	font-size: 1.1em;
	border-bottom: solid 1px gainsboro;
	color: royalblue;
	font-weight: bold;
	padding: 2px;
}
.box .body
{
	padding: 2px;
}

.qlink
{
	margin-top: 5px;
	margin-bottom: 5px;
}
H1
{
	font-size: 1.4em;
	font-weight: bold;
	color: #993399;
}
H2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #006600;
	border-bottom: solid 1px gainsboro;
	margin-top: 1.25em;
	margin-bottom: 0.2em;
}
H3
{
	color: #800000;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.1em;
}
P
{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.empty
{
	font-style: italic;	
}
.mininews
{	
	border-bottom: dotted 1px #993399;
	margin-bottom: 1.0em;
}
.mininews .head
{
	font-weight: bold;
	color: #800000;
	font-size: 1.1em;
}
.mininews .slug
{
	font-size: 0.90em;		
}
.mininews .info
{
	font-size: 0.80em;
	font-style: italic;
}

.event
{
}
.event .evtime
{
	font-size: 0.90em;
	font-weight: bold;
}
.event .evdesc
{
	font-size: 0.90em;
}
.event .evloc
{
	font-size: 0.90em;
	font-style: italic;	
}

.news
{
	margin-bottom: 10px;
	font-size: 1.0em;	
	border-bottom: dashed 1px #993399;
}
.news .head
{
	color: #993399;
	font-family: Georgia, Serif;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: dotted 1px #993399;
}
.news .info
{
	margin-top: 2px;
	color: dimgray;
	font-size: 0.7em;	
}
.news .slug
{
	font-size: 1.0em;
}
.news .body
{
	font-size: 1.0em;
	padding: 2px;	
}
.grid
{
	margin-top: 10px;
	border: none;
	border-collapse: collapse;
}
.grid TD
{
	padding: 5px;
}
.grid TH
{
	padding: 5px;
	border-bottom: dotted 2px darkgreen;
}
.grid .head
{
	background-color: whitesmoke;
	font-weight: bold;
	text-align: left;
}
.grid .row
{		
	border-bottom: solid 1px gainsboro;
}
.grid .alternate
{
	background-color: White;
	border-bottom: solid 1px gainsboro;
}
.grid .selected
{
	background-color: Black;
	color: White;
}
.grid .selected A
{
	color: white;
}
.grid .selected A:visited
{
	color: White;
}
.dv
{	
	margin-top: 10px;
	border: solid 1px gainsboro;
}
.vs
{
	border: solid 1px red;
	font-weight: bold;
	color: Red;
}
.validator
{
	color: Red;
	font-weight: bold;
}
.freetextbox_design_body
{
	font-family: Sans-Serif;
	font-size: 1.0em;
}
.design_area
{
	margin: 10px;
	padding: 10px;
	border: dashed 2px green;
}
.design_link
{
	margin: 10px 0px 10px 0px;
	font-weight: bold;	
	border-left: solid 3px red;
	padding-left: 5px;
}

.delete_link
{
	margin: 10px 0px 10px 0px;
	font-weight: bold;	
	border-left: solid 3px red;
	padding-left: 5px;
}

.validator
{
	color: Red;
	font-weight: bold;	
}

A
{
	color: Blue;
	text-decoration: underline;	
}
A:link
{
	color: Blue;
}
A:visited
{
	color: Blue;
	text-decoration: underline;
}
A:active
{
	color: Red;
}
A:hover
{
	color: #591E59;
}


.calendar
{
	border: solid 1px #DFD4B6;
}

.calendar .today
{
	border: solid 2px red;
	text-align:left;
	vertical-align: top;
	height: 100px;
	width: 100px;
}
.calendar .day
{
	border: solid 1px #DFD4B6;
	vertical-align: top;
	text-align:left;
	height: 100px;
	width: 100px;
}
.calendar .dayheader
{
	text-align: center;
	vertical-align: top;
	color: #591E59;
	border: solid 1px #DFD4B6;
}
.calendar .title
{
	color: #006600;
	font-weight: bold;
	font-size: 1.4em;
}
.calendar .weekend
{
	border: solid 1px #DFD4B6;
}
.calendar .othermonth
{
	border: solid 1px #DFD4B6;
	background-color: #E0E0E0;
	height: 100px;
	width: 100px;
}

.calevt
{
	margin: 0px 0px 3px 0px;	
	white-space: nowrap;
	overflow: hidden;
	width: 96px;
	text-align:left;
	font-size: 0.85em;
	border: dotted 1px silver;
}
.calevt:hover
{
	color: white;
	background-color: #591E59;
}
.calendar .calevt A
{
	color: Black;
	text-decoration: none;	
}
.calendar .calevt A:visited
{
	color: Black;
	text-decoration: none;
}
.calendar .calevt A:hover
{
	background-color: #591E59;
	color: white;
}
.alert
{
	background-color: Red;
	color: White;
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px;
}