/* CSS Document */

@import url("calendar.css");
@import url("items.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #ffffff;
	margin-top:5px;
	background-image:url(images/repeat.gif);	
	background-repeat: repeat-x;
}

#toplinks {
  width: 800px;
  text-align: right;
  padding-bottom:3px;
}

#toplinks a {
  color:#ffffff;
}


#header {
	width: 800px;
	height: 107px;
	background-image:url(images/banner.jpg);
	margin-left: auto;
	margin-right: auto;
	border-left:1px dotted #4D4A4A;
	border-right:1px dotted #4D4A4A;
}

#header .navleft {
	float:left;
	padding: 5px 140px;
}

#header .navright{
	float:right;
	padding: 5px 100px;
}

#content {
	width: 800px;
	background-color: #CED0F7;
	border-left:1px dotted #4D4A4A;
	border-right:1px dotted #4D4A4A;
	margin-left: auto;
	margin-right: auto;
}


#left {
	float:left;
	width: 198px;	
}

#left .column {
	padding: 20px;
}

.date {
  color: #777171;
  font-size: x-small;
  font-weight: normal;
}

#right {
	float: left;
	padding: 20px 10px;
	width: 580px;
	background-color: #ffffff;
}

.sidetitle {
	color: #4D4A4A;	
	font-size:12px;
	font-weight: bold;
	text-decoration: underline
}

.adminNavbarStyle {
}

h1 {
	padding:0px;
	margin:0px;
	text-decoration: none;
	font-size:16px;
	font-weight: normal;
}

a {color: #52045B; text-decoration:none}
a:hover {color: #7BB9A5} 

a .titleListLinkStyle {
	text-decoration: none;	
}

.itemBoxStyle {
	padding-bottom: 20px;
	border-bottom: 1px dotted #6A5D55;
}


p {
  line-height:20px;
}

p img {
	margin: 5px 5px 5px auto;
	padding: 5px;
	border: 1px solid #6A5D55;
	text-align: center;
	
p .caption {
  width:500px;
  font-size: x-small;
  color: #777171;    
  text-align: right;
}

.itemCategoryLinksStyle {
  color:#777171; 
  font-size:x-small
}

.itemCategoryLinksStyle a {
  font-size:x-small
}