﻿body 
{
	font-family: verdana, Arial;
	font-size: 11px;
}

td
{
	font-family: verdana, Arial;
	font-size: 11px;
}

p
{
	font-family: verdana, Arial;
	font-size: 11px;
}

strong
{
	font-family: verdana, Arial;
	font-weight:normal;
	font-size: 11px;
}

a
{
	color: #6388C2;
	text-decoration: none;
	font-size: 11px;
}

h1
{
	color: #06395b;
	font-size: 20px;
	font-weight: bold;
}

h2
{
	color: #06395b;
	font-size: 16px;
	font-weight: bold;
}

h3
{
	color: #06395b;
	font-size: 12px;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.borderLTR
{
	border-left: solid white 5px;
    border-right: solid white 5px;
    border-top: solid white 5px;
}

.borderLBR
{
	border-left: solid white 5px;
    border-bottom: solid white 5px;
    border-right: solid white 5px;
}
.borderL
{
    border-left: solid white 5px;
}
.borderR
{
    border-right: solid white 5px;
}

.borderLR
{
    border-left: solid white 5px;
	border-right: solid white 5px;
}


/*******************************
 Standard modules
*******************************/
.ModuleTitle
{
	font-size: 12px;
	font-weight: bold;
}

.ModuleTitleWhite
{
	font-size: 11px;
	color: White;
	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: none;
}

.newsLinkBig
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.newsLinkNormal
{
	font-size: 14px;
	font-weight: bold;
	color: #0b4f7c;
	text-decoration: none;
}

.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
{
	text-decoration: none;
}
.SubPage
{
	text-decoration: none;
}
.SubSubPage
{
	text-decoration: none;
}
.SelectedPage
{
	text-decoration: none;
	font-weight:bold;
}
.SelectedSubPage
{
	text-decoration: none;
	font-weight:bold;
}
.SelectedSubSubPage
{
	font-weight:bold;
	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;
}