﻿/*html {
    background-color: #5c87b2;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    height: 100%;
}*/


body, html {
    /*background-color: #5c87b2;*/
    /*font-size: .85em;*/
    /*font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif, "Arial";*/
    font-family: "Trebuchet MS", sans-serif,Helvetica,Arial,Tahoma;
    /*margin: 0;*/
    /*padding: 0;*/
    /*color: #696969;*/

    color: Black;
    /*font-family: "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;*/
    font-size: 12pt;
    /*line-height: 20px;*/
    margin: 0;
    padding: 0;
    /*width: 100%;*/
    height: 100%;
    background-color: #e3fed7;
    /*background-image: url(background.png);*/
    background-repeat: repeat;
    background-attachment: scroll;
    /*background-size: 100%;*/
    /*overflow:auto;*/
}

/*
p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}
*/

header,
footer,
nav,
section,
.header,
.main,
.footer {
    display: block;
}

a
{
    text-decoration: none;
    color:#222277;
    /*color: #222277;*/
    /*color: #444488;*/
    /*color: #222244;*/
    /*border-bottom: 1px solid silver;*/
}


.ContentTableColumn.central a:visited, .footer a:visited
{
    color:#557799;
    /*color:#606060;*/
}

a.SidebarLink
{
    display: block;
    padding: 4px;
}

.ContentTableColumn.central a.selected, a.selected
{
    /*background-color: #667766;*/
    background-color: #556655;
    color: white;
}

a:hover
{
    text-decoration: underline;
}

ol, ul
{
    /*list-style: none outside none;*/
    margin: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    margin: 0;
    padding: 0;
    height: 100%;
}

header, #header, .header {
    margin-top: 0px;
    padding: 0;
    min-height: 160px;
    background-image: url(/Content/Images/Header.png);
    background-repeat: repeat-x;
}

#main, .main {
    /*background-color: #e5eee5;*/
    /*background-color: #e3fed7;
    background-repeat: repeat;
    background-attachment: scroll;*/
    /*border-radius: 4px 0 0 0;*/
    /*-webkit-border-radius: 4px 0 0 0;*/
    /*-moz-border-radius: 4px 0 0 0;*/
    /*margin: 0 auto -60px;*/
    margin-top: 0;
    margin-bottom: 0;
    /*border-top-width: 0;*/
}

footer, 
#footer,
.footer {
    color: black;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    /*background-image: url(/Content/Images/Footer.png);*/
    background-repeat: repeat-x;
    /*height: 55px;*/
    position: relative;
    padding-bottom: 5px;
}

.footer .BackgroundWrapper
{
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url(/Content/Images/Footer.png);
    z-index: -1;
}

.PageLayout
{
    width: 100%;
    height: 100%;
    /*margin:auto;*/
    word-wrap: break-word;
    table-layout: fixed;
}

.ContentTableColumn
{
    vertical-align: top;
}

.ContentTableColumn.Side
{
	width: 170px;
}

.ContentTableColumn.MobileSide
{
	width: 130px;
}

.ContentTableColumn.central
{
    border-left: 2px solid silver;
    border-right: 2px solid silver;
    padding-left: 15px;
    padding-right: 15px;
}

.LeftColumnHeader
{
	position: relative;
	top: 10px;
}

.RightColumnHeader
{
	position: relative;
	top: 22px;
}

.PageColumnHeader
{
    font: 115% Tahoma,Arial,Helvetica,sans-serif;
    /*font: 120% "Lucida Sans Unicode","Arial","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;*/
    text-align: center;
    height: 70px;
    /*vertical-align:middle;*/
    margin-top: 0;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 3px;
}

.PageColumnHeader.colored
{
	background-color: Black; 
	color: #cccccc;
}


div.PageTitle
{
    display: block;
    padding: 0;
    margin: 0px;
    text-align: center;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6
{
    color: #000000;
}

h1
{
    font-size: 28px;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 36px;
}

h2
{
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 10px;
}

h3
{
    font-size: 20px;
    /*font-size: 1.2em;*/
    margin-top: 15px;
    margin-bottom: 0px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* article text */

/*
.ArticleText, .Comments
{
    margin-left: 5px;
    margin-right: 5px;
}
*/

.Comments
{
    margin-top: 50px;
}

.Comment
{
    margin-top: 30px;
    /*margin-bottom: 40px;*/
}

.ArticleText h1, .Comments h1
{
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}

.ArticleText h2, .Comments h2
{
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.ArticleText h3
{
    text-indent: 20px;
}

.ArticleText > p, .ArticleText ol li
{
    text-indent: 20px;
}

.ArticleText > p, .ArticleText li
{
    margin-top: 5px;
    margin-bottom: 0;
    text-align: justify;
    padding-left: 7px;
    padding-right: 10px;
    font-size: large;
    line-height: 24px;
}

.ArticleText li p
{
    margin-top: 5px;
    margin-bottom: 0;
}

.ArticleText .CenteredText
{
	text-align: center;
}

.ArticleText .BoldText
{
	font-weight: bold;
}

.ArticleText .ArticleSource
{
	font-size: 14px;
	font-style: italic;
	margin-left: 20px;
    text-indent: 0;
}

.ArticleText ol
{
    list-style: none inside none;
    padding: 0;
    counter-reset: item;
}

.ArticleText ol > li:before 
{
    counter-increment: item;
    content: counter(item) ") ";
}

.ArticleText ul
{
    font-size: large;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.ArticleText ul li
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.ArticleText ul.HyphenMarkers
{
    list-style: none outside none;
}

.ArticleText ul.HyphenMarkers li:before 
{
    content: "-";
}

.ArticleDate
{
    font-size: 14px;
    color: #505050;
    font-style: italic;
    text-align: right;
}

/*
.ArticleDate.floatRight
{
    float: right;
}
*/

.ArticleHeader
{
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}

div.SocialNetworks
{
    overflow: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    min-height:150px;
    padding-left: 20px;
}

div.SocialNetworkButtonWrapper
{
    overflow: hidden;
    margin-bottom: 10px;
}

div.SocialNetworkButton
{
    /*overflow: visible;*/
    /*float: right;*/
}

div.SocialNetworkButtonWrapper.FacebookButtonnWrapper
{
    overflow: visible;
}

div.SocialNetworkButtonWrapper.FacebookButtonnWrapper iframe
{
    width: auto !important;
}

/*
div.SocialNetworkButton.FacebookButton
{
    min-height:100px;
}
*/

/* table in article */

.TableInArticle
{
    /*word-wrap: break-word;*/
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    border: hidden;
}

.TableInArticle th
{
    text-align: center;
}

.TableInArticle th, .TableInArticle td
{
    border: 1px solid silver;
}

table tr.SummaryRow
{
    font-weight: bold;
}

/* images */

div.ImageAndCaption
{
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

div.ImageAndCaption img
{
	max-width: 100%;
}

div.imageCaption
{
}

/* FORM LAYOUT ELEMENTS */

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 0px;
    border: solid 1px #e8eef4;
}

table th
{
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label
{
    margin: 1.2em 0 0 0;
}

.display-field, 
.editor-field
{
    margin: 0.2em 0 0 0;
}

/*.text-box
{
}*/

/*.text-box.multi-line
{
    height: 25.5em;
}*/

/*.tri-state
{
    width: 6em;
}*/


/* main menu */

.MainMenuPanel
{
    margin: 15px 5px 0 5px;
    padding: 0;
    overflow: hidden;
    background-color: #b3dEb7;
}

.MainMenuPanel ul
{
    float: left;
	padding:0;
	width: 100%;
	list-style: none outside none;
}

.MainMenuPanel li
{
    float: left;
    padding: 0;
    width: 25%;
    overflow: hidden;
}

.MainMenuPanel a
{
    display: block;
    font: 10pt "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;	
    text-decoration: none;
    text-align: center;
    color: black;
}

.MainMenuPanel a:hover
{
    background-color: #99cc33;
}


.SidebarItem
{
    border-bottom: 1px solid silver;
    font-size: 13px;
    padding-bottom: 3px;
    vertical-align: top;
    margin-right: 6px;
}

.SidebarItem.news
{
	margin-top: 15px;
	text-align: right;
	font-weight: bold;
}

.statcounter
{
    display: none;
    margin-left: 10px;
}


.SearchFieldWrapper
{
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.SearchButton
{
    font-size: 1em;
    padding: 1px;
}

.SearchResult
{
    margin-bottom: 25px;
    /*border: 2px dotted gray;*/
    padding: 5px;
}

.TextToSearchFor
{
    width: 300px;
}

.DevelopedByWrapper
{
    display: inline-block;
}

.Centered
{
    margin-left: auto;
    margin-right: auto;
}

.TableWithBorders
{
    border: 2px solid silver;
}

.TableWithBorders th
{
    text-align: center;
}

.TableWithBorders td, .TableWithBorders th
{
    border: 2px solid silver;
    padding: 3px;
}

div.TableAndCaption
{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 0;
}

div.TableAndCaption div.TableCaption
{
	margin-top: 5px;
}

.RightColumn > .ParentArticle {
    font-weight: bold;
    font-size: 14px;
}

.RightColumn > .ChildArticle {
    padding-left: 10px;
}

.rightColumnSeparator
{
    height: 50px
}

.externalContentHeader
{
    font-family: Tahoma,Arial;
    font-size: 10px;
    color: #000000
}

.exchangeRateIframe
{
    position: relative;
    left: -7px;
}

.imageWithTextAround
{
    float: left;
    margin: 10px;
}