﻿html, form, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
body
{
    background: #aab4b4 url(Background.jpg) repeat-y center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
h1
{
    font-size: 20px;
    color: #006D2C;
    margin-top: 0px;
    margin-bottom: 10px;
}
h2
{
    font-size: 12px;
    color: #a05a00;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3
{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}
p
{
    margin-top: 0px;
    margin-bottom: 0px;
}
ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}
li
{
    margin-top: 0px;
    margin-bottom: 0px;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: 0;
}
table
{
    font-size: 11px;
}

.Pointer:hover
{
    cursor: pointer !important;
    background: url(Arrow_Large.png) no-repeat right;
}
.Underline:hover
{
    text-decoration: underline !important;
}
.NoUnderline
{
    text-decoration: none !important;
}
.LineThrough
{
    text-decoration: line-through;
}
.Visible
{
    display: block;
}
.Hidden
{
    display: none;
}
.Padding
{
    padding: 5px;
}
.Left
{
    float: left;
}
.Right
{
    float: right;
}
.DottedHorizontal
{
    height: 1px;
    background: url(DottedHorizontal.gif) repeat-x;
}

#CMS_Frame
{
    height: 100%;
    width: 100%;
    table-layout: fixed;
}
#CMS_FrameLeft
{
    height: 100%;
}
#CMS_FrameCenter
{
    height: 100%;
    width: 980px;
}
#CMS_FrameRight
{
    height: 100%;
}
#CMS_Main
{
    width: 100%;
    height: 100%;
    table-layout: fixed;
    background-color: #ffffff;
    border: solid 1px #000000;
}
#CMS_Header
{
    position: relative;
    width: 100%;
    height: 180px;
    background: #000000 url(Header.jpg) no-repeat;
}
#CMS_Logo
{
    position: absolute;
    top: 25px;
    left: 25px;
    width: 130px;
    height: 130px;
    cursor: pointer;
}
#CMS_Content
{
    width: 100%;
}
#CMS_Content_Frame
{
    width: 100%;
    table-layout: fixed;
}
#CMS_Content_Left
{
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
#CMS_Content_Center
{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
#CMS_Content_Right
{
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
#CMS_Footer
{
    position: relative;
    width: 100%;
    font-size: 10px;
    border-top: solid 1px #000000;
}
#CMS_FooterLeft
{
    float: left;
    text-align: left;
    padding: 5px;
}
#CMS_FooterRight
{
    float: right;
    text-align: right;
    padding: 5px;
}


#CMS_GlobalMenu
{
    width: 100%;
    height: 30px;
    background-color: #000000;
}
#CMS_GlobalMenu table
{
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}
#CMS_GlobalMenu td
{
    color: #a5a5a5;
    padding-left: 10px;
    padding-right: 10px;
}
#CMS_GlobalMenu a
{
    color: #a5a5a5;
    white-space: nowrap;
    vertical-align: middle;
}
#CMS_GlobalMenu a:hover
{
    color: #ffffff;
}


#CMS_TopMenu
{
    width: 100%;
    height: 30px;
    background-color: #000000;
    padding-top: 2px;
}
#CMS_TopMenu table
{
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
#CMS_TopMenu td
{
    color: #a5a5a5;
    padding-left: 10px;
    padding-right: 10px;
}
#CMS_TopMenu a
{
    color: #a5a5a5;
    white-space: nowrap;
    vertical-align: middle;
}
#CMS_TopMenu a:hover
{
    color: #ffffff;
}
.CMS_TopMenu_Selected
{
    position: relative;
    background-color: #ffffff;
}
.CMS_TopMenu_Selected a
{
    color: #000000 !important;
}


#CMS_LeftMenu
{
    position: relative;
    background: #eaebed;
    padding-bottom: 2px;
    margin-top: 20px;
}
#CMS_LeftMenu table
{
    font-size: 12px;
    table-layout: fixed;
    width: 100%;
    padding: 0px;
}

#CMS_LeftMenu td
{
    height: 20px;
    border-top: solid 1px #cfd4d8;
    color: #000000;
    white-space: nowrap;
}
#CMS_LeftMenu a
{
    color: #000000;
    display: block;
    padding: 5px;
}
#CMS_LeftMenu a:hover
{
    background: url(Arrow_Large.png) no-repeat right;
}
.CMS_LeftMenu_Selected a
{
    color: #006D2C !important;
    font-weight: bolder;
}
.CMS_LeftMenu_L1
{
}
.CMS_LeftMenu_L2
{
    text-indent: 10px;
    font-size: 11px;
    background: #f6f7f9 url(Arrow_Small.png) no-repeat left;
    border-top-color: #f6f7f9;
}
.CMS_LeftMenu_L3
{
    text-indent: 20px;
    font-size: 11px;
    background-color: #f6f7f9;
    border: none;
}
.CMS_LeftMenu_L4
{
    text-indent: 30px;
    font-size: 11px;
    background-color: #f6f7f9;
}
.CMS_LeftMenu_L5
{
    text-indent: 40px;
    font-size: 11px;
    background-color: #f6f7f9;
}


.CMS_Box
{
    position: relative;
    margin-bottom: 20px;
    background: #eeeeee url(Background_Box.png) repeat-x bottom;
    width: 100%;
}
.CMS_BoxHeader
{
    font-size: 12px;
    color: #a5a5a5;
    padding: 5px;
}
.CMS_BoxContent
{
    padding: 5px;
    overflow: hidden;
}
.CMS_BoxContent td
{
    height: 20px;
}
.CMS_BoxContent a
{
    color: #000000;
}
.CMS_BoxLink a:hover
{
    text-decoration: underline;
}
.CMS_BoxPicture
{
    float: right;
    overflow: hidden;
}


.CMS_News
{
    margin-top: 50px;
}
.CMS_NewsHeaderBackground
{
    background-color: #006D2C;
}
.CMS_NewsHeader
{
    display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #006D2C;
    background-color: #ffffff;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.CMS_NewsItem
{
    color: #000000;
    display: block;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px black;
    background-color: #ffffff;
}
.CMS_NewsItemPictureLeft
{
    position: relative;
    float: left;
    width: 100px;
    padding-right: 5px;
}
.CMS_NewsItemPictureRight
{
    position: relative;
    float: right;
    width: 100px;
    padding-left: 5px;
}
.CMS_NewsItemHeader
{
    font-size: 14px;
    font-weight: bold;
}
.CMS_NewsItemBody
{
    margin-top: 5px;
}
.CMS_NewsLink
{
    display:inline-block;
    margin-top: 5px;
    padding-left:15px;
    background: url(Go.png) no-repeat;
}
.CMS_NewsItemPublishDate
{
    margin-top: 5px;
    font-size: 8px;
}

.CMS_Banner
{
    position: relative;
    margin-top: 20px;
    background-color: #eeeeee;
    overflow: hidden;
}
.CMS_BannerHeader
{
    font-size: 12px;
    color: #a5a5a5;
    padding: 5px;
}
.CMS_BannerPictureLeft
{
    position: relative;
    float: left;
    width: 100px;
    padding-right: 5px;
}
.CMS_BannerPictureRight
{
    position: relative;
    float: right;
    width: 100px;
    padding-left: 5px;
}
.CMS_BannerBody
{
    color: #000000;
    padding: 5px;
}
.CMS_BannerLink
{
    display:inline-block;
    margin-top: 5px;
    padding-left:15px;
    background: url(Go.png) no-repeat;
}

.CMS_PortalTableDefault
{
    width: 100%;
    background-color: #ffffff;
}
.CMS_PortalTableDefault table
{
    table-layout: fixed;
}
.CMS_PortalTableDefault td
{
    height: 20px;
    border-bottom: dotted 0.25px silver;
}
.CMS_PortalTableDefault a
{
    color: #000000;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}
.CMS_PortalTableDefault thead td
{
    font-weight: bold;
    border-bottom: solid 1px black;
}
.CMS_PortalTableDefault tfoot td
{
    border-top: solid 1px black;
    border-bottom: none;
}

.CMS_PortalTableDefaultHover tr:hover
{
    background-color: silver;
    text-decoration: underline;
}
.CMS_PortalTableDefaultHover thead tr:hover
{
    cursor: pointer;
    background-color: #ffffff;
    text-decoration: none;
}

.CMS_PortalTableDefaultHover thead td:hover
{
    text-decoration: underline;
}
.CMS_PortalTableDefaultHover tfoot tr:hover
{
    text-decoration: none;
    background-color: #ffffff;
}




#CMS_UpdateProgress
{
    position: relative;
}

.CMS_Green
{
    color: #ffffff;
    background-color: #006D2C;
}
.CMS_Black
{
    color: #ffffff;
    background-color: #000000;
}
.CMS_Gray
{
    color: #000000;
    background-color: #d2d2d2;
}
.CMS_Red
{
    color: #ffffff;
    background-color: #cc0033;
}
.CMS_Blue
{
    color: #ffffff;
    background-color: #0000FF;
}

b.NW_B, b.NE_B, b.SE_B, b.SW_B
{
    width: 4px;
    height: 4px;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    z-index: 999;
}

b.NW_B
{
    top: 0px;
    left: 0px;
    background-image: url(NW_B.png);
}

b.NE_B
{
    top: 0px;
    right: 0px;
    background-image: url(NE_B.png);
}

b.SE_B
{
    bottom: 0px;
    right: 0px;
    background-image: url(SE_B.png);
}

b.SW_B
{
    bottom: 0px;
    left: 0px;
    background-image: url(SW_B.png);
}


b.NW_T, b.NE_T, b.SE_T, b.SW_T
{
    width: 4px;
    height: 4px;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    z-index: 999;
}
b.NW_T
{
    top: 0px;
    left: 0px;
    background-image: url(NW_T.png);
}
b.NE_T
{
    top: 0px;
    right: 0px;
    background-image: url(NE_T.png);
}
b.SE_T
{
    bottom: 0px;
    right: 0px;
    background-image: url(SE_T.png);
}
b.SW_T
{
    bottom: 0px;
    left: 0px;
    background-image: url(SW_T.png);
}


.Kloverbladet
{
    display:block;
    width:100%;
    height:287px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px black;
    background-color: #ffffff;
}
.KloverbladetHeader
{
    display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #006D2C;
    background-color: #ffffff;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.KloverbladetHeaderBackground
{
    background-color: #006D2C;
}
.KloverbladetPDFLeft
{
    position: relative;
    float: left;
    width:200px;
    height:287px;
    padding-right: 10px;
}
.KloverbladetPDFRight
{
    position: relative;
    float: right;
    width:200px;
    height:287px;
    padding-left: 10px;
}

#Poll
{
    margin-top:20px;
}
#PollQuestion
{
    margin-top:10px;
    font-weight:bold;
}
#PollAnswer
{
    margin-top:5px;
}
#PollSubmit
{
    margin-top:20px;
}
