﻿* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color:#434343;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 6px 0;
}

h1 
{
	color: #464530;
	font-size: 22pt;
    padding: 10px 0 20px 30px;
    font-family: Trebuchet MS, Arial, Verdana;
}

h2
{
    font-size: 14pt;
  color: #464530;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}

ul
{
    padding: 5px 5px 5px 40px;
    list-style-image: url('img/dot.png');
}
ol
{
    padding: 5px 5px 5px 40px;
}

ul li, ol li
{
    padding: 3px 0;

}

.button 
{
	background: url('img/button.png') no-repeat;
	color: #ffffff;
    width: 78px;
    text-align: center;
    height: 24px;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
    text-decoration: none;
    cursor: pointer;
}

.textBox 
{
    margin: 2px;
    padding: 3px;
    width: 160px;
}

.inputText
{
    width: 230px;
} 

body, html 
{
    font-family: Georgia, Arial, Verdana;
    font-size: 10pt;
    color: #464530;
    line-height: 18px;
	min-width: 990px;
	background: #ffffff url('img/bg-body.jpg') repeat-x;	
}

#main 
{
	background: #ffffff url('img/bg-main.jpg') no-repeat;
 	width: 1040px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#head 
{
    background: url('img/bg-head.jpg') no-repeat;
	height: 176px;
	padding-left: 36px;
}
#head .hLogo
{
    padding-left: 50px;
}
#head .hLng 
{
    float: right;
    padding: 20px 60px 0 0;
}

.head_radio
{
    position:absolute;
    top: 75px;
    left: 938px;
}

.head_menu
{
    overflow: hidden;
    color: #ffffff;
    font-family: Trebuchet MS, Arial, Verdana;
    text-transform: uppercase;
    padding-left: 116px;
}

.head_facebook
{
    color: #ffffff;
    font-family: Arial, Verdana;
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 11pt;
    font-weight: bold;
}

.head_menu div
{
    float: left;
    color: #ffffff;
    background: url('img/bg-menu.png') no-repeat right top;
    padding-right: 10px;
}

.head_menu div.menuLast
{
    background: none;
}

.MenuItem, .MenuItem_Sel
{
    display: block;
    height: 25px;
    line-height: 25px;
    color: White;
    font-size: 10pt;
    padding: 0 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;   
}
.MenuItem:hover, .MenuItem_Sel
{
    text-decoration: none;
    background-color: #a5b36d;
}
.MenuItem_Sel
{
    text-decoration: underline;
}
.hLogo
{
    position: absolute;
    top: 10px;
    right: 0;
}
.hLogoApp
{
    position: absolute;
    top: 15px;
    left: 25px;
}

#content 
{
    background: url('img/bg-content.jpg') no-repeat;
	min-height: 550px;
	padding: 10px 50px 20px 50px;
}

#content a
{
    color: #464530;
    font-weight: bold;
}

#content a.SubMenuItem, a.SubMenuItem_Sel
{
    text-decoration: none;
    color: #464530;
    font-size: 13pt;
    font-family: Trebuchet MS, Arial, Verdana;
    display: block;
    padding: 4px 8px;
}

#content a.SubMenuItem:hover
{
    background-color: #a5b36d;
    color: #ffffff;
}

#content a.SubMenuItem_Sel
{
    background-color: #a5b36d;
    color: #ffffff;
}
#content .PageList_Item a
{
    display: block;
}
.SubMenu
{
    width: 141px;
    float: left;
    padding: 15px 0 0 8px;    
}


.content_partners
{
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Verdana;
    padding-bottom: 20px;
}

.content_partners table
{
    margin: 0 auto;
}

.main_news 
{
    background: url('img/bg-news.jpg') no-repeat bottom left;
    padding-bottom: 30px;
}
.main_news h2
{
    padding-left: 20px;
    font-family: Trebuchet MS, Arial, Verdana;
    color: #464530;
}
.main_news .PageList_Item
{
    float: left;
    width: 28%;
    padding: 0 25px 0 20px;
}
.main_news .PageList_Item a
{
    color: #a5b36d;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    padding: 6px 0;
}

.cntText, .cntTextSmall 
{
    background: url('img/bg-text.jpg') no-repeat bottom left;
    padding: 0 15px 30px 15px;
    margin: 0 0 15px 0;
    position: relative;
}
.cntTextSmall 
{
    background: url('img/bg-text-small.jpg') no-repeat bottom left;
}

.cntFlash
{
    top: -54px;
    right: 6px;
    position: absolute;
    height: 334px;
    width: 584px;
}
.cntFlashTop
{
    background: url('img/bg-flash.png') no-repeat top left;
    height: 70px;
    width: 597px;
    position: absolute;
    top: -60px;
    right: 0;
}
.cntFlashBreak
{
    float: right;
    height: 270px;
    width: 597px;
}

.cntDelimiter
{
    padding-left: 160px;
}

#footer {
    background: url('img/bg-footer.png') no-repeat top center;
	height: 40px;
	padding: 20px 0 0 0;
	color: #ffffff;
	font-size: 10pt;
	width: 989px;
	margin: 0 auto;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer p {
	text-align: center;
	padding-top: 0;
}

.btnLogout 
{
    position: absolute;
    right: 0px;
    top: 5px;
}

.FormTextBox, .FormTextArea {
    border: 1px solid #dbdfe6;
    width: 200px;
 }
.FormTextArea {
    width: 400px;
    height: 100px;
 }
 .FormSubmit {
    cursor: pointer;
    border: outset 1px #ccc;
    background: #ececec;
    color: #666;
    font-weight: bold;
    padding: 1px 2px;
    margin-top: 20px;
 }
.error 
{
    color: #fb0009;
    font-weight: bold;
}
                   
.scheduler
{
    border: 2px solid #e9611e;
    margin: 20px 0 20px 20px;
    padding-bottom: 10px;
}
.scheduler h2
{
    background-color: #e9611e;
    color: #ffffff;
    font-weight: normal;
    padding: 5px 10px;
}
.scheduler p
{
    padding: 5px 10px 5px 20px;
    background: url('img/dot-scheduler.png') no-repeat;
}
.schLink {
    padding-right: 10px;
}

.PageList_Paged {
    text-align: right;
}
.PageList_Selected 
{
    color: #747474;
    font-weight: bold;
    text-decoration: none;
}
.PageList_Item a
{
  color: #e31619;
    font-size: 10pt;
    font-weight: bold;
}
.PageList_Back
{
    text-align: right;
}

.Gallery_Item  a {
    font-size: 10pt;
    color: #ff9b00;
	display: block;
	padding-left: 10px;
	font-weight: bold;
}

.Gallery_Item  {
	float: left;
	width: 110px;
	height: 110px;
	position: relative;
	padding: 10px 11px;
	border-bottom: 1px dashed #d7d7d7;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}

.Gallery  h1 {
    font-size: 12pt;
    color: #da0931;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0 3px 0;
}

.Gallery_Icon  {
	position: absolute;
	top: 10px;
	left: 0;
}

.Gallery_Path a {
    color: #ff9b00;
	font-size: 8pt;
	font-weight: bold;
    padding: 0 0;
}

.Gallery_Title {
    font-size: 12pt;
    color: #ff9b00;
    font-weight: bold;
    padding: 10px 0;
}

.Gallery_Features a, .Gallery_Back a {
    font-size: 10pt;
    color: #ff9b00;
    font-weight: bold;
}

.Gallery_Back {
	text-align: right;
}

.Gallery_Features {
	position: relative;
}

.Gallery_Download {
	position: absolute;
	top: 0;
	right: 80px;
}

.Gallery_Navigation {
	text-align: right;
}

.Gallery_Navigation .before_none, .Gallery_Navigation .after_none 
{
    display: none;
}

.adminPanel 
{
    position: absolute;
    background-color: #000000;
    top: 0;
    text-align: center;
    width: 100%;
    height: 25px;
    color: #ffffff;
    padding-top: 1px;
}

.adminPanel span
{
    padding-right: 40px;
}

#Board 
{
    border: 2px solid #a8ba7e;
    margin-top: 20px;
    background-color: #ffffff;
}

#Board .Board_Item
{
    background: transparent url("img/topic.png") no-repeat;
    border-top: 1px dotted #a8ba7e;
    padding: 4px 10px 4px 45px;
}

#Board .Board_Description
{
    font-size: 8pt;
}

#Board .Board_Path
{
    font-size: 8pt;
    font-weight: bold;
    background-color: #ffffff;
    padding: 4px 10px;
    border-top: 1px dotted #a8ba7e;    
}

#Board .Board_TopicTitle
{
    font-size: 13pt;
    font-weight: bold;
    padding: 8px 6px;
    margin: 0 5px;
}

#Board .Board_Topic, #Board .Board_New
{
    border-top: 1px dotted #a8ba7e;
    padding: 10px;
    font-size: 9pt;
}

#Board .Board_Info
{
    font-weight: bold;
    background: transparent url("img/topic-post.png") no-repeat;
    padding-left: 26px;
}

#Board .error
{
    padding: 10px 10px;
}

#Board .Board_NewTitle
{
    font-weight: bold;
    background: transparent url("img/topic-postnew.png") no-repeat;
    padding-left: 26px;
}

#Board .Board_NewName
{
    padding-top: 5px;
}

#Board .Board_NewControl
{
    padding: 0 15px 5px 0;
    text-align: right;
}

#Board .BoardTextBox, #Board .BoardTextArea {
    border: 1px solid #a8ba7e;
    width: 200px;
}

#Board .BoardTextArea {
    width: 640px;
    height: 100px;
}

#Board .BoardSubmit {
	background: url('img/buttonWhite.png') no-repeat;
	color: #ffffff;
    width: 78px;
    text-align: center;
    height: 24px;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
    text-decoration: none;
    cursor: pointer;
}

#Board .Board_Control 
{
    display: block;
    float: right;
}

.Upload_Item 
{
    border-bottom: 1px dotted #a8ba7e;
}

.Upload_Info
{
    font-size: 8pt;
}

.Upload_Item a
{
    font-size: 10pt;
    font-weight: bold;
}

.Upload_Category
{
    font-size: 14pt;
    color: #464530;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
}

#Glossary .Glossary_Item p
{
    font-size: 12pt;
  color: #464530;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}

#Glossary .Glossary_Box
{
    float: right;
}


#Glossary .Glossary_Title
{
    font-size: 12pt;
  color: #464530;
    font-weight: bold;
    padding: 10px 0;
}

#Glossary .GlossarySubmit {
	background: url('img/button.png') no-repeat;
	color: #ffffff;
    width: 78px;
    text-align: center;
    height: 24px;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial;
    text-decoration: none;
    cursor: pointer;
}

#Glossary .GlossaryTextBox 
{
    padding: 2px;
}
