﻿borderbox
#HomeBar 
{
	width: 480px;
	margin: 10px;
	float: left;
}
.HomeItem 
{
	width: 100%;
}
.HomeItem h1
{
	width: 100%;
	height: 20px;
	background-color:Orange;
	font-size: 10pt;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.HomeItemText 
{
	padding-left: 5px;
}
#HomePageTitle 
{
	font-size: 12pt;
	color: Black;
	font-weight: bold;
	margin-bottom: 10px;
}
#PageTitle 
{
	font-size: 14pt;
	color: Purple;
	font-weight: bold;
	margin: 5px;
	margin-bottom: 20px;
}
.mp 
{
	margin-top: 5px;
}
#Rotator 
{
	width: 90%;
	height: 170px;
	border: solid 2px brown;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#RotatorTitle 
{
	width: 90%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 1px brown;
}
#RotatorText 
{
	width: 90%;
	height: 150px;
	padding-top: 5px;
}
#RotatorLarge 
{
	border: solid 1px black;
	border-left: none;
}

#HomeFooter 
{
	width: 100%;
	display: block;
}
#ItemBar 
{
	width: 450px;
	margin: 10px;
	margin: 20px;
	float: left;
}
#NewsBar 
{
	width: 350px;
	margin: 10px;
	float: right;
}
.NewsBox 
{
	width: 100%;
	margin-bottom: 10px;
}
/*.NewsBox h1 
{
	height: 20px;
	background-color: brown;
	color: White;
	font-size: 10pt;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 0px;
}*/
.NewsBox A 
{
	color:Purple;
	padding-left: 10px;
}
.NewsTitle 
{
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: solid 2px brown;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.NewsText 
{
	width: 100%;
	font-size: 11pt;
	margin-top: 10px;
	padding-bottom: 5px;
}
.SmallHeader 
{
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 3px;
}
.SmallText 
{
	font-size: 9pt;
	margin-bottom: 5px;
	padding-left: 3px;
}
.SmallText  li
{
	padding-bottom: 5px;
}

.SmallerText 
{
	font-size: 8pt;
	margin-bottom: 5px;
	padding-left: 3px;
}

.GeneralTable 
{
	font-size: 10pt;
}
.OpeningHours 
{
	font-size: 9pt;
}
.TitleText 
{
	font-size: 10pt;
	font-weight: bold;
	color: Purple;
}
.highlightText 
{
	background-color: Beige;
	border: solid 1px black;
	margin: auto;
	margin-top: 30px;
	padding : 10px;
	font-size: 10pt;
}
.spacedText 
{
	line-height: 18px;
}
.borderBox 
{
	border: solid 1px brown;
	padding: 10px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gridBox 
{
	border: none;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.editorBox
{
	border: none;
	padding: 0px;
	margin: auto;
	margin-bottom: 10px;
}
.Email 
{
	float: right;
}
.EmailLeft 
{
	float: left;
}
.Contact 
{
	margin-bottom: 10px;
}
.Pointer 
{
    cursor: pointer;
}
.ButtonBorder
{
    border: solid 1px silver;
    margin-right: 20px;
    float: left;
    display: inline;
    cursor: pointer;
}
.NewButton
{
    background-image: url('../Images/New-Add32.png');
    background-repeat: no-repeat;
    background-position: left;
    font-size: 12pt;
    font-weight: bold;
    text-indent: 40px;
    text-align: left;
    background-position: 10px;
}
.SaveButton
{
    /*background-image: url('file:///F:/Websites/CAMSA2008/Images/OK32.png');*/
    background-image: url('../Images/OK32.png');
    background-repeat: no-repeat;
    background-position: left;
    font-size: 12pt;
    font-weight: bold;
    text-indent: 40px;
    text-align: left;
    background-position: 10px;
}
.CancelButton
{
    background-image: url('../Images/Cancel32.png');
    background-repeat: no-repeat;
    background-position: left;
    font-size: 12pt;
    font-weight: bold;
    text-indent: 40px;
    text-align: left;
    background-position: 10px;
}
.DeleteButton
{
    background-image: url('../Images/Delete32.png');
    background-repeat: no-repeat;
    background-position: left;
    font-size: 12pt;
    font-weight: bold;
    text-indent: 40px;
    text-align: left;
    background-position: 10px;
}
.hlBlack
{
    color: Black;
    text-decoration: none;
}