body{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	padding: 0;
	margin: 0;
}
.ViewingRights {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.NewsHeading{
	color:#FF0000;
	font-weight:bold;
}

.NewsContent{
	color:#000000;
	font-weight:normal;
}

.AddLink{
	text-decoration:none;
	border:0;
	vertical-align:middle;
	font-style:normal;
}

.FieldTitle{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

.FieldText{
	font-weight:normal;
	text-align:left;
	padding-left:5px;
}

.Header{
	background-image: url(images/header.jpg)
	background-repeat: no-repeat;
}

.Errors{
	color:#FF0000;
	font-weight:bold;
}

table.sofT{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 100%;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
} 

td.helpHed{
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-indent: 1px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #404040;
	}

td.helpBod{
	border-bottom: 1px solid #9CF;
	border-top: 0px;
	border-left: 1px solid #9CF;
	border-right: 0px;
	text-indent: 1px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 9px;
	color: #404040;
	background-color: #fafafa;
}

#chromemenu{
width: 99%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
background: url(../images/chromebg2.gif) center center repeat-x;
}

.ItemHolder {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 2px 4px #888888;
    margin: 0;
    padding:5px;
	width:175px;
	height:200px;
}
.ItemImage {
	width: 165px;
	height: 100px;
	background-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

.ItemTitle {
	font-size:10px;
	font-weight:bold;
}

.ItemLibrary {
	font-size:10px;
}
.ItemPages {
	text-align:center;
}
.ItemAddBasket {
	font-size:10px;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
}