﻿body 
{
	font-family: verdana;
	font-size: 11px;
}


.borderLRT{border-left: solid #B5AEAD 1px; border-right: solid #B5AEAD 1px; border-top: solid #B5AEAD 1px;}
.borderLR{border-left: solid #B5AEAD 1px; border-right: solid #B5AEAD 1px;}
.borderL{border-left: solid #B5AEAD 1px;}
.borderR{border-right: solid #B5AEAD 1px;}
.borderLRB{border-left: solid #B5AEAD 1px; border-right: solid #B5AEAD 1px; border-bottom: solid #B5AEAD 1px;}

a
{
	color: #EF5921;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
/*******************************
 Standard modules
*******************************/
.ModuleTitle
{
	font-size: 12px;
	font-weight: bold;
	color: #A5A6A5
}

.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: 14px;
	font-weight: bold;
	color: #EF5921;
	text-decoration: none;
}

.newsLinkNormal
{
	font-size: 11px;
	font-weight: bold;
	color: #EF5921;
	text-decoration: none;
}

.newsHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #EF5921;
	text-decoration: none;
}

.newsNormal
{
	font-size: 11px;
	font-weight: bold;
	color: #EF5921;
	text-decoration: none;
}

.newsDate
{
	font-size:10px;
}

.newsAuthor
{
	font-size:10px;
}

/*******************************
 Menu items
*******************************/
.Page
{
	color: #848684;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.SubPage
{
	color: black;
	text-decoration: none;
}
.SubSubPage
{
	color: black;
	text-decoration: none;
}
.SelectedPage
{
	color: #EF5921;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.SelectedSubPage
{
	color: #EF5921;
	text-decoration: none;
}
.SelectedSubSubPage
{
	color: #EF5921;
	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;
}