/* This stylesheet governs the look and layout of www.macklin.ca  for the Town of Macklin in Macklin, Saskatchewan. */

body {
	background-color: #F6F4F4;
	margin: 0;
	padding: 0;
	font: normal 12px "Times New Roman", Times, serif;
}
html{
	margin: 0;
	padding: 0;
}
h2{
	font: bold 1.75em "Times New Roman", Times, serif;
}
/*CLASSES*/
.NewsDate{
	font: 2em "Times New Roman", Times, serif;
	padding-right: 10px;
	margin: 0;
	border-right: 1px solid #666666;
}
.NewsMonth{
	font: 1em "Times New Roman", Times, serif;
	padding-right: 10px;
	margin: 0;
	border-right: 1px solid #666666;
}
.NewsHeader{
	font: bold 1.75em "Times New Roman", Times, serif;
	/*padding-left: 10px;*/
	margin: 0;
}
.NewsContent{
	font: 1.25em "Times New Roman", Times, serif;
	/*padding-left: 10px;*/
	margin: 0;
}
td {
    padding:5px;
}
.link{
	list-style:none;
	font: 1.0em "Times New Roman", Times, serif;
	text-decoration: none;
}
.link a, .link a:visited{
	list-style:none;
	font: 1.0em "Times New Roman", Times, serif;
	color: #666666;
	text-decoration: none;
}
.link a:hover, .link a:hover:visited{
	list-style:none;
	font: 1.0em "Times New Roman", Times, serif;
	color: Black;
	text-decoration: none;
}
.DirectoryHeader{
	background:#000000;
	color:#FFFFFF;
	list-style-position:outside;
	list-style:none;
}
.ListStyleRemover{
	list-style:none;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin-left: 10px;
}
/*IDs*/
#SiteHolder{

}
#ControlBox{
	background-image: url(gfx/ControlBox2.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: -6px;
	padding-top: 7px;
}
#ControlBox img{
	height: 25px;
	width: 26px;
	padding: 4px;
}
#TitleHolder{
	font: 6.75em "Times New Roman", Times, serif;
	padding-left: 20px;
}
#Header{
	margin-top: -12px;
}
#UpperMenu{
	height: 30px;
	background-image:url(gfx/MenuBar2.gif);
	padding: 0;
	margin: 0;
}
#ContentHolder{
	background-color: #EEE9E6;
	font: 1.25em "Times New Roman", Times, serif;
	color: #333333;
}
#Content{
	padding: 40px;
	font: 1.10em "Times New Roman", Times, serif;
}
#LeftContent{
	background-color: #E7E1DD;
	width: 200px;
	padding: 30px 10px 10px 10px;
}
#CentreContent{
	background-color: #EEE9E6;
	width: auto;
	padding: 20px 10px 10px 10px;
}
#CentreContent div{
	font: 2.25em "Times New Roman", Times, serif;
}
#RightContent{
	background-color: #E7E1DD;
	width: 200px;
	padding: 30px 10px 10px 10px;
}
#EntryFormText{
	text-decoration: none;
	
}
#EntryStartDate{
	color: #0066CC;
}
#EntryStatus{
	color: #0066CC;
}
#LowerMenu{
	background-image: url(gfx/LowerNavBar2.gif);
	background-repeat: no-repeat;
	font: 2em "Times New Roman", Times, serif;
	color: #EEEEEE;
	padding-top: 1px;
	height: 30px;
	text-decoration: none;
	text-indent: 10px;
}
#LowerMenu a, #LowerMenu a:visited{
	font: 1em "Times New Roman", Times, serif;
	color: #B7B7B7;
	text-decoration: none;
}
#LowerMenu a:hover, #LowerMenu a:hover:visited{
	font: 1em "Times New Roman", Times, serif;
	color: White;
	text-decoration: none;
}
#CopyrightInfo{
	font: 1.25em "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 5px;
}
#Footer{
	height: 50px;
}
/* Use # for object ID, and . for object class*/

.MeetingLinkContainer{
	padding: 20px;
}
.MBLink{
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #666666;
}
.MBLink a, .MBLink a:visited{
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}
.MBLink a:hover, .MBLink a:hover:visited{
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
