/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#CCCCCC;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #000000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation {
	background-image:url(images/lavender.jpg);
	background-repeat:repeat;
}

#navigation div {
text-align:center;
	float:left;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 10px;
}

#navigation div:hover {
    background-color:#3333FF;
	color:#FFFFFF;
}
	
#navigation a:hover {
	color: #0000CC;
	text-decoration:underline;
}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}
	
#pageId {
    font-family: Arial, sans-serif;
    font-size: 20px;
    padding-top: 1em;
    padding-left: 2em;
	letter-spacing: .2em;
    color: #CC3300;
}

#hearyou {
    line-height:18px;
	padding-left: 20px;
    font-size: 12px;
    color: #CCCCCC;
	line-height:18px;
}

#about {
    width:580px;
    padding:0;
    font:14px arial;
    line-height:24px;
    color:#333333;
}

#vform {
    padding-left: 30px;
}

#PhotoSelect {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#0000CC;
}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #CCCCCC;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px arial;
	color: #000000;
	line-height:18px;
	}
	
.bodyText {
	font:14px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial bold;
	color: #000000;
	letter-spacing:0.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
.refresh {
    font-weight: bold;
    font-size: 18px;
    line-height:18px;
	color: black;
}

.itstime {
    font-size: 18px;
    font-weight: bold;
    color: #CCCCCC;
}	

.photoselect {
    font-size: 14px;
	color:#0000FF;
    margin-left:40px;
	margin-bottom:20px;
    float:left;
    width:100px;
    cursor:pointer;
}

.menudivider {
    float:left;
    background-color: #666666;
    width:1px;
    height:28px;
	letter-spacing:0;
	margin:0;
	padding:0;
}

.navnotselected {
	margin-left:0px;
	margin-right:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:9px;

	border:1px solid;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-top-color:white;
	border-left-color:white;
	color:black;
}

.navselected {
	margin-left:0px;
	margin-right:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:9px;

    float:left;
    border:1px solid;
	border-left-color:black;
	border-top-color:black;
	border-right-color: white;
	border-bottom-color: white;
	background-color:#3333FF;
	color:white;
}
