/* CSS STYLES FOR OTHA Skin*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #666633;
	position: absolute;
	top: 0;
	left: 0;
}



/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.HeaderPane{}

.LeftPane  td{ 
	background-color: #CCCC99;
	font-size:90%;
}

.ContentPane  {
}

.RightPane  td{
	background-color: #CCCC99;
	font-size:90%;
}

.FooterPane {}

/* text style for the selected tab */
.SelectedTab {
	font-size: 8.5pt;
	color: #333366;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#Date .SelectedTab {
	font-size: 9px;
	color: #333366;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#333366;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#333366;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color:#333366;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:#333366;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8 pt;
	color: #333366;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#loginBox .OtherTabs {
	font-size: 8 pt;
	color: #333366;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#333366;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#333366;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:#333366;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#333366;
}
#signinGroup A.OtherTabs:link, #user A.OtherTabs:link {
    text-decoration:    none;
    color:#CCCCCC;
}

#signinGroup A.OtherTabs:visited, #user A.OtherTabs:visited  {
    text-decoration:    none;
    color:#CCC;
}

#signinGroup A.OtherTabs:active, #user A.OtherTabs:active   {
    text-decoration:    underline;
    color:#CCC;
}

#signinGroup A.OtherTabs:hover, #user A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#CCC;
}
/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  14px;
	font-weight:    bold;
	color: #333366;
	font-style: normal;
	text-transform: uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #656B8F;
	font-style: normal;
	text-transform: uppercase;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  10px;
	color: #656B8F;
	font-weight: bold;
	text-transform: uppercase;
}

/* text style used for most text rendered by modules */
/*td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}*/
.Normal, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .86em;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
.NormalHighlight {
	background-color: #FBF7F4;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .85em;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: .85em;
    font-weight: bold;
    color: #FF0000}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: .85em;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    none;
	color: #343749;
	border: 1px solid #343749;
	background-color: #EBECEE;
}

A.CommandButton:visited  {
	text-decoration:    none;
	color: #343749;
	border: 1px solid #343749;
	background-color: #EBECEE;
}

A.CommandButton:active   {
	text-decoration:    none;
	color: #987198;
	border: 1px solid #987198;
	background-color: #CCCC99;
}

A.CommandButton:hover    {
	text-decoration:    none;
	color: #987198;
	border: 1px solid #987198;
	background-color: #CCCC99;
}
    
/* GENERIC */
P{
	margin-top: 2px;
	margin-bottom: 5px;
}
H1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  135%;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 8px;
}

H2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  120%;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 8px;

}

H3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  100%;
	font-weight: normal;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;

}

H4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  90%;
	font-weight: normal;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;

}

H5, DT  {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:  16px;
	color: #C7765A;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;

}

H6  {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:  15px;
	color: #C7765A;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;

}

TFOOT, THEAD    {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #000000;
	background-color: #CCCC99;
	border: 1px solid #000000;
}

TH  {
    vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #000000;
}

A:link  {
    text-decoration:   underline;
    color:  #333366;
}

A:visited   {
	color:  #333366;
	text-decoration: underline;
}

A:active    {
    text-decoration:    underline;
    color:  #993300;
}

A:hover {
	color: #993300;
	text-decoration: underline;
}

SMALL   {
    font-size:  .8em;
}

BIG {
    font-size:  1.3em;
}

BLOCKQUOTE {
    font-family:    Lucida Console, monospace;
	font-size: 1.1em;
}
PRE{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 420px;
	display:block;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
	color: #7E84A3;
	height:1px;
	text-align:left;
	background-color: #7E84A3;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand;
	color: #575C7B;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	height:22px;
	text-transform: uppercase;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EDEEF0;
	border-left: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;
	border-top: 1px solid #EDEEF0;
	text-align: center;
	width: 15;
	height: 17;
	border-right-color: #F53104;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #EDEEF0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	/*border-bottom: 1px solid #EDEEF0; 
	border-top: 1px solid #EDEEF0;*/
	background-color: #575C7B; 
	height: 2px;
}

.ModuleTitle_MenuItemSel {
	background-color: #575C7B;
	cursor: hand;
	color: #EDEEF0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	/*border-top: 1px solid #EDEEF0;
	border-bottom: 1px solid #EDEEF0;*/
	height:22px;
	text-transform: uppercase;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #CCCC99;
	background-attachment: scroll;
	width:133px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 16px;
}

.MainMenu_MenuItem, .MainMenu_MenuItem td{
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}
.MainMenu_RootItem, .MainMenu_RootItem td{
	cursor: hand;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	height:16px;
	text-transform: uppercase;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #CCCC99;
	border-left: 1px solid #CCCC99;
	text-align: center;
	width: 15;
	height: 17;
	border-right-color: #F53104;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #CCCC99;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border: 1px solid #333333;
	margin-left:-6px;
}

.MainMenu_MenuBreak {
	background-color: #000000; 
	height: 1px;
}

.MainMenu_MenuItemSel, .MainMenu_MenuItemSel td{
	background-color: #000000;	
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height:16px;
	text-transform: uppercase;
}
 .MainMenu_RootItemSelected, .MainMenu_RootItemSelected td{
	background-color: #000000;
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height:16px;
	text-transform: uppercase;
}

.MainMenu_RootItemSel, .MainMenu_RootItemSel td{
	background-color: #000000;
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height:16px;
	text-transform: uppercase;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10px;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid #CCCC99;
	color: #FFFFFF;
	height:16px;
	text-align:right;
}

.MainMenu_RootMenuArrow {
		border: 0px none ;
	font-family: webdings;
	font-size: 10px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	height:16px;
	text-align:right;

}
/* Page Layout Elements */
#header {
	/*clear: both;*/
	height: 85px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-attachment: scroll;	
	background-image: url(http://oldtownhall.org/Portals/8/headerOTHA.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCCC99;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-align:left;
}
#container {
	width: 960px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	clear: both;

}
#footer {
	width: 100%;
	height: 20px;
	display: block;
	padding: 0px;
	clear: both;
	text-align: left;
	margin-top: 0px;
	background-color: #cccc99;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#panes {
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px auto;
	clear: both;
	border: 0px none;
}
#banner {
	float: right;
	height: 53px;
	width: 60px;
	background-attachment: scroll;
	background-image: url(/Portals/4/Skins/Formulae/images/flag.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/*#logo {
	height: 50px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 150px;
	background-attachment: scroll;
	background-image:  url("/Portals/4/Skins/po3_2/images/logo.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#logo img{
	display:none
}

#loginBox {
	height: 25px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image:  url("/Portals/4/Skins/po3_2/images/loginBoxBak.gif");
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
}*/
#breadcrumbs {
	display: none;	
}

#menuBar {
	width: 100%;
	height: 16px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #D9DBDA;
	background-attachment: scroll;
	background-image:  url("/Portals/4/Skins/po3_2/images/menuBak.jpg");
	background-repeat: no-repeat;
	background-position: 140px -1px;
	clear: both;
}
#menu {
	float: left;
	clear: none;
	/*width: 133px;*/
	padding: 0px;
	margin: 0px;
	height: 16px;
	font-size:120%;
}
#date {
	float: right;
	margin-right: 3px;
	margin-top: 3px;
	display: inline;
	clear: none;
}

#lablfooter {
	display: inline;
	width: 300px;
	height: 20px;
	margin-left: 5px;
	text-align: left;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
}
#footerinfo {
	margin-right: 5px;
	display: inline;
	height: 20px;
	width: 400px;
	text-align: right;
	float: right;
}

#MBCorner {
	/*background-color: #FFFFFF;*/
	float: left;
	height: 25px;
	width: 5px;
	background-attachment: scroll;
	background-image:  url("/Portals/4/Skins/po3_2/images/loginBoxCorner.gif");
	background-repeat: no-repeat;
	background-position: left top;
}


#logo img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
#signinGroup {
	color: #000000;
	font-size: 7.5pt;
	font-weight: bold;
	margin-top: 4px;
}
#Table2{
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
}
#paneLeft{
	background-color: #CCCC99;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	width: 133px;
}
#paneRight{
	background-color: #CCCC99;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	/*width: 160px;*/
	float: right;
}
/*#paneLeft td{
	background-color: #CCCC99;
	font-size:.8em;
}*/
#paneRight td{
	background-color: #CCCC99;
	font-size:.8em;
}
#panesMain {
	width: 100%;/**/
}
#topBar {
	background-attachment: scroll;
	background-image: url(/Portals/8/Skins/Formulae/images/topBak.jpg);
	background-repeat: no-repeat;
	background-position: 140px 0px;
	height: 50px;
	width: 100%;
}
.copyright{
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 3px;
	font-size: .8em;
	color:#666666;
}
.copyright a{
	color:#666666;
	text-decoration: none;
}

.copyright a:hover{
	color:#666666;
	text-decoration: underline;
}

.copyright a:visited{
	color:#666666;
	text-decoration: none;
}
.headerinfo{ 
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin:4px 6px 0px 0px;
}
.headerinfo h1{
color:#000000;
font-size:36px;
font-family: Georgia, "Times New Roman", Times, serif;
margin:10px 6px 0px 0px;
}

 
.sitemeter{
display:none;
}
.hide{
display:none;
}
label{
font-size:11px;
font-weight:bold;
}
textarea {
width:320px;
height:180px;
font-family:Arial, Helvetica, sans-serif;
}
table #calEvents table td{
text-align:center;
font-size:1.9em;
/*text-transform:uppercase;
font-weight:bold;*/
}
.Classic {
background-color: transparent;
font-family: Verdana, Tahoma, Helvetica, sans-serif;
font-size: 8.5pt;
font-weight: bold;
line-height: 15px;
padding-left:5px;
color: #003399;
height: 15px;
}
td .ClassicTitle table td .classic a
{
background-image: url(default.jpg);
background-color: transparent;
height: 18px;
background-repeat: repeat-x;
border-top: #95b7f3 0px solid;
border-left: #95b7f3 0px solid;
border-right: #95b7f3 0px solid;
}
.dnnTitle{
font-size:1.3em;
font-weight:bold;

}
.calEvents
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .86em;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
#mainmenu{
	width: 133px;
}
#dnnSOLPARTMENU{
	width: 133px;
}

#dnn_ContentPane{
min-width:450px;
max-width:100%;
}

/*Calendar Styles*/
/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	table-layout: auto;
	font-size: 7pt;
	width: 100%;
	color: white;
	font-family: Verdana;
	height: 400px;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
	background-color: #EFE7E7;

}

.EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	background-image: url(gradient_Default.jpg);
	width: 100%;
	color: black !important;
	text-align: center;
	height: 32px !important;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: black !important;
	text-align: center;
	background-image: url(gradient_Default.jpg);
	height: 32px !important;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: black !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: black !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: silver;
	vertical-align: middle;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
	width: 14%;
	color: #0000ff !important;
	font-family: Verdana;
	height: 14%;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
}
.EventDayScroll
{
}
.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}


.EventTodayDay
{
	font-weight: bold;
	color: #0000ff !important;
	background-color: darkgray !important;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: red 2px solid ;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

.EventSelector
{
	background-color: #c0c0e0;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}	



/* The following control the Calendar Week View Style-Look */
.WeekTable
{
	table-layout: auto;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
}

.WeekItem 
{
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCCCC' );
}
.WeekBackground 
{
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,arial;
	background-color: gainsboro;
	font-size: xx-small;
}
.WeekTitle 
{
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	width: 100%;
	color: black;
	height: 15%;
	text-align: center;
	background-image: url(gradient_Default.jpg);
}

.WeekRangeheader 
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #E5DFDF;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}.ListDate
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListTitle
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListDescription
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	font-size: xx-small;
	background-image: url(gradient_Default.jpg);
	color: black;
	font-family: verdana,helvetica,arial;
	height: 32px;
	text-align: left;
}
/*End Calendar Styles*/

body  {

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

div.center {
  text-align: center;

  width: 100%;
}

div.center table {
  margin-left: auto;

  margin-right: auto;
}

.center {
  text-align: center;

  width: 100%;
}
#center
{
/* Change the width below to change the page width, minimum 684px */
	width: 960px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 35px;
}
