/*html elements*/

body
{
	width: 98%;
	height: 100%;
	left: 0px;
	font-family: Verdana;
	font-size: small;
	background-image: url("background.jpg");
}

a
{
	color: #0069F8;
}


input[type="text"]
{
	border: solid 1px Gray;
}

input[type="submit"]
{
	background-color: #1A469F;
	color: White;
}


/* generic classes */

.leftColumn
{
	width: 10%;
}

.rightColumn
{
	width: 10%;
}


/*main content table */
.MainTable
{
	border-bottom-width: 1.0px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	border-left-width: 1.0px;
	border-left-style: solid;
	border-left-color: #D8D8D8;
	border-right-width: 1.0px;
	border-right-style: solid;
	border-right-color: #D8D8D8;
	background-color:white;

}


.topHeader
{
	background-color: #1A469F;
}


.columnWithNavigationMenu
{
	background-color: #F7F7F7;
}


.designTime
{
	border-bottom-width: 1.0px;
	border-bottom-style: solid;
	border-bottom-color: Blue;
	border-left-width: 1.0px;
	border-left-style: solid;
	border-left-color: Blue;
	border-right-width: 1.0px;
	border-right-style: solid;
	border-right-color: Blue;
	border-top-width: 1.0px;
	border-top-style: solid;
	border-top-color: Blue;
	background-color: #EFEFED;
}


/*news archive page */

.newsArchiveGridHeader
{
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

.newsArchiveGridItemTitle
{
	font-size: 14px;
	font-weight: bold;
	height: 15px;
}

.newArchivePageHeader
{
	height: 40px;
	font-size: 20px;
	background-color: #1A469F;
	color: White;
	text-align: left;
	padding-left: 3px;
}





/*search results page */

.searchResultItem
{
	font-size: 14px;
	font-weight: bold;
	height: 15px;
}












/*USER CONTROLS SPECIFIC CLASSES*/

.userStatus
{
	color: White;
}

.userStatus a
{
	color: White;
	font-weight: bold;
}



.LogOff
{
	color: White;
}


/*CategoryNavigationList.ascx*/
.CategoryHorizontal
{
	background-color: #1A469F;
}


.CategoryHorizontal a
{
	color: White;
	font-weight: bold;
}


.CategoryItemHorizontal
{
	font-size: 13px;
	text-align: center;
}


/*CategoryNavigationMenu.ascx*/

.CategoryNavigationMenu
{
	/*	background-color:#1A469F;	*/
}



/*CategoryNavigationTree.ascx*/
.CategoryNavigationTreeRoot
{
	/*font-size:12px;*/
	font-weight: bold;
	text-align: left;
	height: 20px;
}

.CategoryNavigationTreeItem
{
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}


/* SearchBox.ascx */
.SearchBox
{
	width: 150px;
	height: 17px;
}

.SearchButton
{
	background-color: White;
}


/*NewsViewerShort.ascx*/
.NewsShortTitle
{
	font-size: 14px;
	font-weight: bold;
	color: Blue;
}


/*NewsViewerLong.ascx*/
.newsLongContent
{
	font-size: small;
	color: Gray;
}

.newsDateText
{
	font-size: x-small;
	color: Gray;
}


/*newsletter.ascx*/

.newsletterSubscribeTextBox
{
}

.newsletterSubscribeButton
{
}


.newsletterTop
{
	font-weight: bold;
}


/* NavigationMenu.ascx */
.menuStaticItem
{
	font-weight: bold;
	font-size: 10px;
	color:White;
	background-color:#1A469F;
}

.menuDynamicItem
{
	font-weight: bold;
	font-size: 10px;
	color:White;
	background-color:#1A469F;
}

