﻿body 
{
	font-family: Arial;
	font-size: 11px;
	background-color: #f2f2f2;
	
}

.footer
{
	font-family: Arial Regular;
	font-size: 10px;
	color: #666675
}

a
{
	color: #234bel;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}
/*******************************
 Standard modules
*******************************/
.ModuleTitle
{
	font-size: 12px;
	font-weight: bold;
}

.SectionHeader
{
	font-size: 14px;
	font-weight: bold;
}

.SectionItem
{
}

.CommandButton
{
	color: Red;
}

.contentHeader
{
	font-size:16px;
	font-weight: bold;
}

.itemLink
{
	color: #0059AD;
	font-size:12px;
}

/*******************************
 Newsmodule items
*******************************/
.readMore
{
	text-decoration: underline;
	color: #234bel;
	font-size: 11px;
	font-family: Arial Regular;
}

.newsLinkBig
{
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-family: Arial Regular;
}

.newsLinkNormal
{
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-family: Arial Regular;
}

.newsHeader
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsNormal
{
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsDate
{
	font-size:10px;
}

.newsAuthor
{
	font-size:10px;
}

/*******************************
 Menu items
*******************************/
.Page
{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial Regular;
	font-size: 12px;
}
.SubPage
{
	color: #000000;
	text-decoration: none;
	font-family: Arial Regular;
	font-size: 11px;
}
.SubSubPage
{
	color: #ffffff;
	text-decoration: none;
}
.SelectedPage
{
	color: #000000;
	text-decoration: none;
	font-family: Arial Regular;
	font-size: 12px;
}
.SelectedSubPage
{
	color: #f57400;
	text-decoration: none;
	font-family: Arial Regular;
	font-size: 11px;
}
.SelectedSubSubPage
{
	color: #ffffff;
	text-decoration: none;
}

/*******************************
 Admin menu 
*******************************/

.topLink
{
	color: Black;
	font-size: 10px;
}
.topLink:hover
{
	color: Black;
	font-size: 10px;
	text-decoration: underline;
}

.topLinkAdmin
{
	color: Black;
	font-size: 10px;
	text-decoration: none;
}
.topLinkAdmin:hover
{
	color: Black;
	font-size: 10px;
	text-decoration: none;
}

/*******************************
 Content preview
*******************************/
.TDPreview
{
	border: dotted 1px gray;
}

.btn
{
	background-color: #EFEFEF;
	border: black solid 1px;
	font-family: Microsoft Sans Serif, Sans-Serif;
	font-size: 11px;
	height: 20px;
}

.txtNormal
{
	height: 16px;
	border: black solid 1px;
}