﻿.body
{
    background-color: #c8c8c8;
    background-image: url("images/background.jpg");
    background-repeat: repeat-x;
}
.maintable
{
	width: 900px;
	background-color: #330000;
}

.bannertable
{
    border-style: none;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    background-image: url("images/menubar.jpg");
    background-repeat: repeat;
}
.contenttable /*where the menu, content, and footer goes*/
{
    width: 100%;
    border-collapse: collapse;	
}
.menurow
{
	width: 100%;
	font-family: Calibri, Arial;
	color: white;
	font-size: large;
	border-collapse: collapse;
    background-image: url("images/menubar.jpg");
    background-repeat: repeat;
    background-color: #56245e;
}
.contentrow /*this is for the row itself, not necessarily the content within*/
{
    width: 100%;
    vertical-align: top;
    background-color: #f5f5f5;
    border-collapse:collapse;
    text-align: left;
}
.innercontentrowmargin /*this is inside contentrow and is used for actual content with margin*/
{
    width: 94%;
    margin-left: auto;  /*to allow centering*/
    margin-right: auto;
    text-align: center; /*to allow centering in FF and safari*/
}
.footerlink A:link
{
    color: white;
}
.footerlink A:visited
{
    color: white;
}
.footertable
{
    width: 100%;
    clear: both;
    text-align: center;
    font-family: Calibri, Arial;
    color: white;
    font-size: small;
    border-collapse: collapse;
    background-color: #56245e;
}
.footerad
{	
	width: 100%;
	clear: both;
	text-align: center;
	font-family: Calibri, Arial;
	color: white;
	font-size: x-small;
}

/*asp menu control*/
.mainmenu 
{
}
.menulink A:link
{
    color: White;
    font-family: Calibri, Arial;
    text-decoration: none;
}
.menulink A:visited
{
    color: White;
    font-family: Calibri, Arial;
	text-decoration: none;    
}
.staticmenu
{
}
.staticmenuitem
{
    background-color: Transparent;
    color: White;
    font-size: medium;
    font-weight: bold;
    width: 115px;

}
.staticmenuitem a
{
    background:transparent;
    display:block;
}

.statichover
{
    background-image: url("images/menubarhover.jpg");
	background-repeat: repeat;
	color: White;
	font-size: medium;
	font-weight: bold;
}
.dynamicmenu
{
	background-image: url("images/menubar.jpg");
	background-repeat: repeat;
	z-index: 1000;
}
.dynamicmenuitem
{
    background-color: Transparent;
    color: White;
    font-size: medium;
    font-weight: bold;
    z-index: 1000;
    width: 115px;
}
.dynamicmenuitem a
{
    background:transparent;
    display:block;
}
.dynamichover
{
	background-image: url("images/menubarhover.jpg");
	background-repeat: repeat;
    color:White;
	font-size: medium;
	font-weight: bold;
    z-index: 1000;
}

/*header tags and content font tags (same thing)*/
.h1
{
	font-family: Calibri, Arial;
	font-style: normal;
	color: Black;
	font-size: medium;
	font-weight: bold;
	background-color: #f5f5f5;
	text-align: left;	
}
.h1Highlight
{
    color: Orange;
}

.h2 A:link
{
	color: #191970;
}
.h2 A:visited
{
    color: #191970;
}
.h2
{
	font-family: Calibri, Arial;
	color: Black;
	font-size: medium;
	text-align: left;
}
.h3
{
	font-family: Calibri, Arial;
	color: Black;
	font-size: small;
	text-align: left;
}
.breadcrumb
{
    text-decoration: underline;
	text-align: center;    
}

/*widget blocks*/
.widgetouterframe
{
    border: 0px;
    background-color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.widgetinnerframe
{
    border: 0px;
    background-color: #eeeeff;
    white-space: normal;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border-collapse: collapse;
}
.widgettitle
{
	font-family: Calibri, Arial;
	font-size: medium;
	color: #ffffff;
    background-image: url("images/menubar.jpg");
	background-repeat: repeat;
    text-align: left;
}
.widgetcontent
{
	font-size:medium;
	color:Black;
	font-family: Calibri, Arial;
	text-align: left;
}
.widgetcontentcancelled
{
	color: Red;
}
.weeklyverse
{
    color: Purple;
}

/*for blog widgets*/
.blogdate
{
	font-size:small;
	color:Navy;
	font-family: Calibri, Arial;
	text-align: left;
}
.blogtitle
{
	font-size:medium;
	color:Black;
	font-family: Calibri, Arial;
	font-weight:bold;
	text-align: left;
}
.blogcontent
{
	font-size:medium;
	color:Black;
	font-family: Calibri, Arial;
	text-align: left;
}

/* for simple day.aspx page */
.daytitle
{
    font-family: Calibri, Arial;
	color: White;
	font-size: medium;
    text-align: center;
    background-image: url("images/menubar.jpg");
	background-repeat: repeat;
}
.dayoutertable
{
    border: 0px;
    background-color: #330000;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.dayinnertable
{
    border: 0px;
    background-color: #eeeeff;
    white-space: normal;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border-collapse: collapse;
}
