﻿body
{
    margin: 0px;
    background-image: url(images/Back2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #393939;
    font-size: 11px;
    font-family: Verdana, Arial, Serif;
    font-weight: normal;
}

input, textarea, select
{
    font-size: 11px;
    font-family: Verdana, Arial, Serif;
}

/* Titles */

h1
{
    font-size: 20px;
    font-family: Georgia, Verdana, Arial, Serif;
    font-weight: normal;
}

h2
{
    font-size: 12px;
    font-family: Verdana, Arial, Serif;
    font-weight: normal;
    border-bottom: dashed 1px #AAAAAA;
    color: #333333;
}



/* Content Frame style */
.TopFrame
{
    height: 35px;
    background-image: url(images/ContentFrame_top.png);
}

.MiddleFrame
{
    min-height: 500px;
    background-image: url(images/ContentFrame_middle.png);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
}

.BottomFrame
{
    height: 35px;
    background-image: url(images/ContentFrame_bott.png);
}

.ContentWrapper
{
    position: relative;
    margin-bottom: 20px;
    margin-left: 37px;
    width: 854px;
}

.BackgroundWrapper
{
    position: relative;
    background-image: url(images/background_Content.jpg);
    background-repeat: repeat-y;
}

/* BREAKING NEWS*/
.BreakingNewsWrapper
{
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.BreakingNewsTitle 
{
    display: inline-block;
    padding: 10px;
    background-color: #FFF500;
    color: #000;
    width: 200px;
}

.BreakingNewsText
{
    display: inline-block;
    padding: 10px;
    background-color: #000;
    color: #FFF;
    width: 696px;
}

/* NEWS CONTENT PREVIEW */
.NewsTitle
{
    font-size: 25px;
    font-family: Georgia, Verdana, Arial, Serif;
    font-weight: normal;
    color: #333333;
    margin-bottom: 15px;
}

.NewsIntroduction
{
    font-size: 13px;
    margin-bottom: 15px;
    text-align: justify;
}

.NewsDate
{
    text-align: right;
    font-size: 10px;
    color: #AAAAAA;
}

.NewsContentWrapper
{
    padding: 20px;
}

.NewsContent
{
    text-align: justify;
}

.NewsContentImageWrapper
{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.NewsContentImage
{
    margin-bottom: 15px;
    width: 330px;
    background-color: #DDDDDD;
}

.NewsContentImageComment
{
    width: 314px;
    padding: 7px;
    color: #B0271D;
    border-left: solid 1px #B0271D;
    border-bottom: solid 1px #D66032;
    border-right: solid 1px #F4913E;
}

/* SectionImage */
.SectionContent
{
    width: 360px;
    text-align: justify;
}

.SectionTitle
{
    font-size: 25px;
    font-weight: normal;
    color: #FFFFFF;
    background-image: url(images/ContentFrame_title.jpg);
    position: relative;
    height: 62px;
    width: 737px;
    padding-top: 28px;
    padding-left: 20px;
}

.SectionTitle a
{
    color: #FFFFFF;
    text-decoration: none;
}

.SectionTitle a:hover
{
    text-decoration: underline;
}

.SectionLinksWrapper
{
    float: right;
    width: 300px;
    margin-left: 15px;
}

.SectionContentImageWrapper
{
    float: right;
    width: 330px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.SectionContentImage
{
    width: 330px;
    background-image: url(images/ContentFrame_imageFrame.jpg);
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.ItemImageWrapper
{
    margin-bottom: 15px;
}

.SectionContentImageNoComment
{
    width: 330px;
    background-image: url(images/ContentFrame_imageFrame.jpg);
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.SectionContentImageComment
{
    padding: 5px;
    color: #333333;
}

.SectionMenu
{
    font-size: 10px;
    color: #D66032;
    width: 100%;
    border-bottom: solid 1px #BE3928; /*border-left: solid 1px #BE3928;*/
}

.SectionMenu ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.SectionMenu li
{
    float: left; /*border-right: solid 1px #BE3928;*/
}

.SectionMenu a
{
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #BE3928;
    display: block;
    text-decoration: none;
}

.SectionMenu a:hover
{
    background-color: #BE3928;
    color: #FFFFFF;
    text-decoration: underline;
}

.SectionMenuActive
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.SectionMenuMain
{
    font-size: 10px;
    color: #D66032;
    width: 100%;
    height: 16px;
    margin-bottom: 1px;
}

.SectionMenuMain ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.SectionMenuMain li
{
    float: left; /*border-right: solid 1px #BE3928;*/
}

.SectionMenuMain a
{
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #444444;
    background-image: url("images/sectionMenuInactive.gif");
    background-repeat: repeat-x;
    display: block;
    text-decoration: none;
}

.SectionMenuMain a:hover
{
    color: #FFFFFF;
    background-image: url("images/sectionMenuActive.gif");
    background-repeat: repeat-x; 
    text-decoration: underline;
}

.SectionMenuMainActive a
{
    color: #FFFFFF;
    background-image: url("images/sectionMenuActive.gif");
    background-repeat: repeat-x; 
}

.GlobalMenu 
{
    position: relative;
    width: 936px;
    height: 23px;
}

.UserMessage 
{
    width: 895px;
    background-color: #333333;
    border-top: solid 1px #990505;
    border-bottom: solid 1px #990505;
    margin: 0 auto;
    padding: 20px;
    color: #FFFFFF;
}

.UserMessage a
{
    color: #FFFFFF;
}

.UserMessage a:hover
{
    color: #DDDDDD;
}

/*.GlobalMenu ul
{
    
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.GlobalMenu li
{
    float: left; border-right: solid 1px #BE3928;
    
}

.GlobalMenu a
{
    padding-right: 10px;
    padding-left: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 19px;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    background-image: url(images/MenuDot.gif);
    background-repeat: no-repeat;
}

.GlobalMenu a:hover
{
    background-image: url(images/MenuDotHover.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: underline;
}

.GlobalMenuActive
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}*/

.SiteMap
{
    position: absolute;
    top: 5px;
    left: 11px;
    font-size: 10px;
    color: #FFFFFF;
}

.LocalMenuNavigationLink
{
    margin-bottom: 10px;
}

/* SideBAR */
.SidebarMenu
{
    position: absolute;
    width: 34px;
    right: 0px;
    padding-top: 1px;
}

.SidebarMenuItem
{
    position: relative;
    width: 34px;
    height: 83px;
    left: 34px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.SidebarMenuItem a
{
    display: block;
}

.SidebarMenuItem a:hover
{
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

/* Section news list */
.SectionNewsListHeading
{
    margin-top: 25px;
    margin-bottom: 0px;
    background-image: url(images/ContentFrame_imageFrame.jpg);
    font-weight: bold;
    padding: 10px;
    color: #FFFFFF;
}

.SectionNewsListItem
{
    margin-top: 2px;
    display: block;
    background-color: #EDEDED;
    padding: 5px;
    color: #333333;
    text-decoration: none;
}

.SectionNewsListItem:hover
{
    background-color: #BE3928;
    color: #FFFFFF;
    text-decoration: underline;
}

.SectionNewsFooter
{
    margin-top: 2px;
    display: block;
    padding: 5px;
    color: #333333;
    text-align: right;
    border-bottom: solid 1px #BE3928;
    text-decoration: none;
}

.SectionNewsFooter:hover
{
    text-decoration: underline;
    color: #9D1306;
}


/* IMAGE GALLERY PREVIEW */
.ImageGalleryContentImage
{
}

.ImageGalleryStripContentImage
{
    width: 100px;
}

.ImageGalleryLargeImage
{
    background-image: url(images/ContentFrame_imageFrameLarge.jpg);
    width: 498px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ImageGalleryLargeImageComment
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 532px;
    margin-bottom: 10px;
    padding: 7px;
    color: #B0271D;
    border-left: solid 1px #B0271D;
    border-bottom: solid 1px #D66032;
    border-right: solid 1px #F4913E;
}

.ImageGalleryContentImageComment
{
    padding: 5px;
    color: #333333;
}

.ImageFilmStrip
{
    border: solid 1px #BE3928;
    width: 710px;
    margin-bottom: 15px;
}

.ImageGalleryItem
{
    background-image: url(images/ContentFrame_imageFrame.jpg);
}

/* DATA GRID */
.DataGridRow
{
    color: #333333;
    padding-right: 5px;
}

.DataGridRow a
{
    color: #333333;
    display: block;
    padding: 5px;
}

.DataGridRow a:hover
{
    color: #FFFFFF;
}

.DataGridRow:hover
{
    color: #FFFFFF;
    background-color: #B0271D;
}

/* FORUM */
.ForumMainViewTable
{
    margin-bottom: 30px;
}

.ForumMainViewTableHeading
{
    font-size: 11px;
    background-color: #9D1306;
    color: #FFFFFF;
    padding: 5px;
}

.ForumMainViewTableText
{
    padding: 5px;
    border-bottom: solid 1px #990505;
    margin-bottom: 10px;
}

.ForumMainViewTableStatus
{
    padding: 5px;
    margin-bottom: 10px;
}

.ForumInsertTableHeading
{
    border-left: solid 1px #BF6211;
    border-right: solid 1px #BF6211;
    border-top: solid 1px #BF6211;
    background-color: #BF6211;
    padding: 10px;
    color: #FFFFFF;
}

.ForumInsertTable
{
    border-left: solid 1px #BF6211;
    border-right: solid 1px #BF6211;
    padding: 10px;
  
}

.ForumInsertTable th
{
    font-weight: normal;
    text-align: left;
    width: 50px;
}

.ForumInsertTableCommand
{
    border-left: solid 1px #BF6211;
    border-right: solid 1px #BF6211;
    border-bottom: solid 1px #BF6211;
    background-color: #F5DE98;
    padding: 10px;
}

.ForumInsertTableCommand a
{
    color: #333333;
}

.ForumInsertTableCommand a:hover
{
    color: #FFFFFF;
}

/* APPLICATION FORM */
.AppInsertTableHeading
{
    border-left: solid 1px #BF6211;
    border-right: solid 1px #BF6211;
    border-top: solid 1px #BF6211;
    background-color: #BF6211;
    padding: 10px;
    color: #FFFFFF;
}

.AppInsertTable
{
    border: solid 1px #BF6211;

    padding: 10px;
  
}

.AppInsertTable th
{
    font-weight: normal;
    text-align: left;
    width: 150px;
}

.AppInsertTableCommand
{
    text-align: center;
    border-left: solid 1px #BF6211;
    border-right: solid 1px #BF6211;
    border-bottom: solid 1px #BF6211;
    background-color: #F5DE98;
    padding: 10px;
    margin-bottom: 40px;
}

.AppInsertTableCommand a
{
    color: #333333;
}

.AppInsertTableCommand a:hover
{
    color: #FFFFFF;
}
/* Fikser Clear Float */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */