﻿/*PAGE MODEL*/
body
{
    background-image: url(images/body_bg.jpg);
    background-repeat: no-repeat;
    background-color: #0a0b0c;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    color: #a0b2bd;
    height: 100%;
}
html
{
    height: 100%;
}
/* PAGE MODEL */
#mainForm
{
    width: 100%;
    clear: both;
    display: table;
    padding-top: 15px;
    background-image: url(images/bottomBanner.jpg);
    background-repeat: no-repeat;
    background-position: 15px bottom;
}
#mainMenuBlock
{
    width: 245px;
    float: left;
}
div#bottomLnk
{
    position: absolute;
    float: left;
    margin-left: 30px;
    //margin-left: -190px;
    margin-top: -212px;
    width: 190px;
    height: 180px;
    
}
div#bottomLnk a
{
    display: block;
    width: 190px;
    height: 180px;
    border: none !important;
}
#mainMenu
{
    padding-left: 25px;
}
#mainContentBlock
{
    width: 100%;
    float: right;
    margin-left: -245px;
    padding-bottom: 20px;
}
#mainContent
{
    margin-left: 260px;
    vertical-align: top;
}
#editBtn
{
    position: absolute;
    left: 15px;
    top: 200px;
}
#footer
{
    clear: both;
    height: 50px;
    background-image: url(images/footer_bg.jpg);
    background-repeat: repeat-x;
    font-family: Arial;
    margin-top: 30px;
}
#footer .copy
{
    float: left;
    font-size: 12px;
    color: #757e86;
    padding-left: 50px;
    padding-top: 10px;
}
#footer .dev
{
    float: right;
    font-size: 11px;
    color: #4a5055;
    padding-right: 50px;
    padding-top: 10px;
}
#footer a:link,
#footer a:active,
#footer a:visited
{
    color: #4a5055;
    text-decoration: none;
    border-bottom: dashed 1px #4a5055;
    display: inline-block;
}
#footer a:hover
{
    color: #757e86;
    text-decoration: none;
    border-bottom: solid 1px #4a5055;
    display: inline-block;
}

/*FEEDBACK*/
.feedBackForm
{
    width: 350px;
    padding: 5px;
}
.feedBackTbx
{
    width: 180px;
    font-size: 11px;
    font-family: Trebuchet MS;
    border: solid 1px #3b4449;
}
.feedBackDDLst
{
    width: 182px;
    font-size: 11px;
    border: solid 1px #3b4449;
    height: 20px;
}
.feedBackForm div.fbLine
{
    display: table;
    padding-top: 10px;
}
.feedBackForm div.fbLine div.fbLbl
{
    float: left;
    width: 150px;
    padding-top: 2px;
}
.feedBackForm div.fbLine div.fbTbx
{
    float: right;
}
.submitBtn
{
    float: right;
    clear: both;
    margin-top: 5px;
}

/* GALLERY */
div.galleryControlBtn
{
    text-align: center;
    padding-bottom: 10px;
}
div.galleryPath
{
    height: 30px;
    vertical-align: top;
}
div.galleryView div.AspNet-DataList table tr td
{
    padding-right: 20px;
    padding-bottom: 10px;
}
div.gallery
{
    text-align: center;
}
div.gallery a.textLink:link, div.gallery a.textLink:active, div.gallery a.textLink:visited,
div.galleryPath a:link, div.galleryPath a:active, div.galleryPath a:visited
{
    text-decoration: none;
    border-bottom: dashed 1px #f8dd63;
    color: #f8dd63;
}
div.gallery a.textLink:hover, div.galleryPath a:hover
{
    text-decoration: none;
    border-bottom: solid 1px #f8dd63;
    color: #f8dd63;
}
div.gallery a img
{
    border: solid 4px #3b4449 !important;
}
div.gallery a:hover img
{
    border: solid 4px #f8dd63 !important;
}
div.galleryView div.AspNet-FormView-Pagination
{
    word-spacing: 5px;
    text-align: center;
}
div.galleryView div.AspNet-FormView-Pagination a:link,
div.galleryView div.AspNet-FormView-Pagination a:active,
div.galleryView div.AspNet-FormView-Pagination a:visited
{
    padding: 2px;
    margin: 2px;
    text-decoration: none;
    border-bottom: solid 1px #f8dd63;
    background-color: #3b4449;
    color: #ffffff;
}
div.galleryView div.AspNet-FormView-Pagination a:hover
{
    padding: 2px;
    margin: 2px;
    text-decoration: none;
    border-bottom: solid 1px #f8dd63;
    background-color: #627077;
}
div.galleryView div.AspNet-FormView-Pagination span.AspNet-FormView-ActivePage
{
    padding: 2px;
    margin: 2px;
    text-decoration: none;
    border-bottom: solid 1px #f8dd63;
    background-color: #627077;
    color: #ffffff;
}
.leftPane div.lnkImage
{
    width: 230px;
    text-align: center;
    margin-bottom: 5px;
}
.leftPane div.lnkImage a:link,
.leftPane div.lnkImage a:active,
.leftPane div.lnkImage a:visited
{
    border: solid 4px #dbdbdb;
    text-decoration: none;
    display: inline-block;
}
.leftPane div.lnkImage a:hover
{
    border: solid 4px #ececec;
    text-decoration: none;
    display: inline-block;
}
.rightPane div.lnkImage
{
    width: 180px;
    text-align: center;
    margin-bottom: 5px;
}
.rightPane div.lnkImage img
{
    width: 180px;
}
.rightPane div.lnkImage a:link,
.rightPane div.lnkImage a:active,
.rightPane div.lnkImage a:visited
{
    border: solid 4px #faefae;
    text-decoration: none;
    display: inline-block;
}
.rightPane div.lnkImage a:hover
{
    border: solid 4px #fcf4c1;
    text-decoration: none;
    display: inline-block;
}

/* /GALLERY */

/* TITLE */
.mainTitle
{
    height: 32px;
    background-color: #3b4449;
    margin-bottom: 10px;
}
#centerBlockT1content .titleLeftBrd
{
    float: left;
    background-image: url(images/titleLeftBrd_CP.jpg);
    background-repeat: no-repeat;
    width: 25px;
    height: 32px;
}
#centerBlockT2content .titleLeftBrd
{
    float: left;
    background-image: url(images/titleLeftBrd_CP.jpg);
    background-repeat: no-repeat;
    width: 25px;
    height: 32px;
}
#rightBlockT1content .titleLeftBrd
{
    float: left;
    background-image: url(images/titleLeftBrd_RP.jpg);
    background-repeat: no-repeat;
    width: 25px;
    height: 32px;
}
.moduleTitle
{
    font-family: Arial;
    font-size: 15px;
    color: #ffffff;
    line-height: 32px;
}
.title
{
    width: 100%;
    margin-left: -25px;
    float: right;
}
.title div
{
    padding-left: 35px;
    float: left;
}
.title .titleRightBrd
{
    float: right;
    background-image: url(images/titleRightBrd.jpg);
    background-repeat: no-repeat;
    background-position: right;
    width: 4px;
    height: 32px;
}
/* ----- TEMPLATE 1 ----- */
#centerBlockT1
{
    width: 100%;
    float: left;
    margin-right: -230px;
}
#centerBlockT1content
{
    padding-right: 245px;
}
#rightBlockT1
{
    width: 230px;
    float: right;
}
#rightBlockT1content
{
    padding-right: 30px;
}
/* ----- TEMPLATE 2 ------ */
#centerBlockT2
{
    width: 100%;
    float: left;
    clear: both;
}
#centerBlockT2content
{
    padding-right: 30px;
}
/* TOP MENU */
#topMenu
{
    height: 212px;
    padding: 8px 0px 0px 25px;
}
#topMenu_bg
{
    background-image: url(images/topMenu_bg.jpg);
    background-repeat: repeat-x;
    background-position: 0px 8px;
    height: 181px;
}
#logo
{
    width: 165px;
    height: 181px;
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    float: left;
}
#logo a
{
    border: 0px;
    width: 165px;
    height: 181px;
    display: block;
    text-decoration: none;
}
#topMenu_rightBrd
{
    width: 57px;
    height: 156px;
    background-image: url(images/topMenu_rightBrd.jpg);
    background-repeat: no-repeat;
    background-color: #0a0b0c;
    position: absolute;
    right: 0px;
    top: 16px;
    
}
#topMenu_subMenu
{
    width: 79px;
    height: 156px;
    background-image: url(images/topMenu_subMenu.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 57px;
    top: 16px;
}
#topMenu_subMenu a
{
    border: 0px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    top: 48px;
    left: 3px;
}
#topLnkBlock1, #topLnkBlock2, #topLnkBlock3, #topLnkBlock4
{
    border: 0px;
    width: 118px;
    height: 187px;
    position: absolute;
    top: 25px;
    text-align: center;
}
#topLnkBlock1
{
    left: 24%;
}
#topLnkBlock2
{
    left: 39%;
}
#topLnkBlock3
{
    left: 54%;
}
#topLnkBlock4
{
    left: 69%;
}
a.lnk1, a.lnk2, a.lnk3, a.lnk4
{
    border: 0px;
    width: 133px;
    height: 133px;
    display: block;
    text-decoration: none;
}
a.blnk1, a.blnk2, a.blnk3, a.blnk4
{
    border: 0px;
    width: 118px;
    height: 40px;
    display: block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    background-image: url(images/4lnks_bg.jpg);
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 12px;
    color: #cfcece;
    margin-top: 13px;
    margin-left: 8px;
}
a.blnk1
{
    
    padding-top: 10px;
}
a.blnk2
{
    
    padding-top: 10px;
}
a.blnk3
{
    
    padding-top: 3px;
}
a.blnk4
{
    
    padding-top: 3px;
}

a.blnk1:hover, a.blnk2:hover, a.blnk3:hover, a.blnk4:hover
{
    color: #739cc0;
}

a.lnk1
{
    left: 23%;
    background-image: url(images/lnk1_normal.jpg);
    background-repeat: no-repeat;
}
a.lnk1:hover
{
    background-image: url(images/lnk1_over.jpg);
    background-repeat: no-repeat;
}
a.lnk2
{
    left: 38%;
    background-image: url(images/lnk2_normal.jpg);
    background-repeat: no-repeat;
}
a.lnk2:hover
{
    background-image: url(images/lnk2_over.jpg);
    background-repeat: no-repeat;
}
a.lnk3
{
    left: 53%;
    background-image: url(images/lnk3_normal.jpg);
    background-repeat: no-repeat;
}
a.lnk3:hover
{
    background-image: url(images/lnk3_over.jpg);
    background-repeat: no-repeat;
}
a.lnk4
{
    left: 68%;
    background-image: url(images/lnk4_normal.jpg);
    background-repeat: no-repeat;
}
a.lnk4:hover
{
    background-image: url(images/lnk4_over.jpg);
    background-repeat: no-repeat;
}


/* /TOP MENU */

/* NEWS */
.newsDate
{
    font-size: 10px;
    text-decoration: underline;
}
.newsTitle
{
    font-size: 14px;
    color: #f8dd63;
}
.newsTitle a
{
    font-size: 14px;
    color: #f8dd63;
    text-decoration: none !important;
}
.newsTitle a:hover
{
    color: #ffffff;
    text-decoration: none;
}

.detailsLnk
{
    text-align: right;
}
.newsDetailsLnk
{
    font-size: 11px;
    color: #f8dd63;
}
.detailsLnk a
{
    color: #f8dd63;
    text-decoration: none !important;
    padding-bottom: 1px;
    border-bottom: dotted 1px #f8dd63;
}
.detailsLnk a:hover
{
    color: #f8dd63;
    text-decoration: none !important;
    padding-bottom: 1px;
    border-bottom: dotted 1px #f8dd63;
}

.archiveTitleLnk
{
    display: inline;
    padding-left: 5px;
    margin-left: 5px;
    border-left: solid 1px #151c21;
}
.archiveTitleLnk a
{
    color: #f8dd63;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: dotted 1px #3b4449;
    display: inline-block;
}
.archiveTitleLnk a:hover
{
    color: #f8dd63;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: dotted 1px #f8dd63;
    display: inline-block;
}

.AspNet-GridView-Pagination
{
    padding-bottom: 10px;
    padding-top: 10px;
}
.AspNet-GridView-Pagination span,
.AspNet-GridView-Pagination a
{
    display: inline-block;
    padding: 2px;
    border-bottom: solid 2px #98b4c8;
    background-color: #304653;
    color: #98b4c8;
}
.AspNet-GridView-Pagination a:hover
{
    display: inline-block;
    padding: 2px;
    border-bottom: solid 2px #98b4c8;
    background-color: #98b4c8;
    color: #304653;
}

.newsSprt
{
    font-size: 1px;
    height: 1px;
    overflow: hidden;
    display: block;
    border-bottom: dashed 1px #151c21;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Upload */
div.uploadItem
{
    display: block;
    width: 100%;
    font-size: 11px;
    margin-top: 2px;
}
div.uploadItemImage
{
    float: left;
    width: 16px;
    position: relative;
    z-index: 201;
    padding-left: 3px;
    padding-top: 4px;
}
div.uploadItemLnk
{
    float: right;
    width: 100%;
    margin-left: -22px;
    font-size: 11px;
    position: relative;
    z-index: 200;
}
div.uploadItemLnk a
{
    display: block;
    line-height: 22px;
    padding-left: 25px;
    background-color: #212428;
    border-bottom: solid 1px #323a43;
    border-top: solid 1px #323a43;
    color: #739cc0;
}
div.uploadItemLnk a:hover
{
    display: block;
    line-height: 22px;
    padding-left: 25px;
    background-color: #323a43;
    border-bottom: solid 1px #323a43;
    border-top: solid 1px #323a43;
}

/* FAQ */
.faqQuestion
{
    background-image: url(images/faqC.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-color: #212428;
    border: solid 1px #323a43;
    cursor: pointer;
    padding: 5px;
    padding-left: 35px;
    margin-top: 5px;
}
.faqQuestion span, .faqQuestion p
{
    margin: 0px;
}
.faqAnswer
{
    width: 95%;
    float: right;
}
.faqAnswer p
{ 
    //padding-top: 20px;
    //padding-bottom: 2px;
}
.AspNet-GridView table
{
    width: 100%;
}


/* mainInfoBanner */
#mainInfoBanner
{
    background-image: url(images/mainInfoBannerCntrBg.jpg);
    background-repeat: repeat-x;
    height: 146px;
    clear: both;
    margin: 0px 25px;
}
#mainInfoBanner .text
{
    font-family: Trebuchet MS;
    font-size: 26px;
    color: #ffffff;
    position: absolute;
    z-index: 200;
    height: 50px;
    top: 262px;
    left: 28%;
}
#mainInfoBanner .text span
{
    font-family: Trebuchet MS;
    font-size: 15px;
    color: #0f1417;
    line-height: 30px;
}
#mainInfoBanner .LeftBg
{
    background-image: url(images/mainInfoBannerLeftBg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 434px;
    height: 130px;
    position: relative;
    float: left;
}
#mainInfoBanner .RightBg
{
    background-image: url(images/mainInfoBannerRightBg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 505px;
    height: 130px;
    position: relative;
    float: right;
}


/* MAIN MENU */
.mainMenu
{
    background-image: url(images/menu_bg.jpg);
    background-repeat: repeat-x;
    height: 59px;
    width: 995px;
    text-align: center;
}
/*Site Path*/
div.sitePath
{
    height: 30px;
    padding-left: 30px;
    margin: 0 auto;
    font-size: 11px;
    color: #656667;
}
.path
{
    float: left;
    background-color: #16181a;
    font-size: 11px;
    color: #656667;
    font-family: Arial;
    line-height: 30px !important;
    height: 30px;
}
.sitePathleftBrd
{
    background-color: #16181a;
    background-image: url(images/sitePathleftBrd.jpg);
    background-repeat: no-repeat;
    float: left;
    width: 20px;
    height: 30px;
}
.sitePathrightBrd
{
    background-color: #16181a;
    background-image: url(images/sitePathrightBrd.jpg);
    background-repeat: no-repeat;
    background-position: right;
    float: left;
    width: 20px;
    height: 30px;
}
.siteMapPath a:link, .siteMapPath a:active, .siteMapPath a:visited
{
    line-height: 30px;
    color: #656667;
    text-decoration: none;
    border-bottom: dotted 1px #656667;
}
.siteMapPath a:hover
{
    line-height: 30px;
    color: #656667;
    text-decoration: none;
    border-bottom: dotted 1px #656667;
}

/* LOGIN */

#loginBlock
{
    position: absolute;
    top: 0;
    right: 0;
}

.loginView
{
    width: 500px;
}
.loginView .fR
{
    float: right;
    width: 25px;
    height: 25px;
}
.LoginName
{
	float: left;
	width: 470px;
	line-height: 26px;
	text-align: right;
}
.LoginName span
{
    font-size: 11px;
    color: #000000;
    background-color: #ffffff;
    padding: 3px 5px 3px 5px;
    white-space: nowrap;
}


/* TEXT */
#centerBlockT1content img
{
    border: solid 4px #3b4449;
}
p, ol, ul, li, div
{
    font-family: Arial;
    font-size: 12px;
    line-height: 17px;
    color: #a0b2bd;
}
a
{
    text-decoration: none;
    color: #f8dd63;
}
a:hover
{
    text-decoration: none;
    color: #ffffff;
}

.Phone
{
	border-bottom: dotted 1px #3b4449;
	text-align: center;
	color: #ffffff;
	font-family: Arial;
	font-size: 21px;
	background-color: #0a0b0c;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.icq
{
	background-image: url(images/icqLogo.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	line-height: 25px;
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.icq img
{
    margin-right: 5px;
    position: relative;
    float: left;
}

.icq a
{
    color: #ffffff;
}
.icq a:hover
{
    color: #f8dd63;
    text-decoration: underline;
}

a.sendBtn, a.sendBtn:hover
{
    font-size: 1px;
    color: #354a58;
    display: block;
    letter-spacing: -1px;
    width: 145px;
    height: 16px;
    background-image: url(images/sendBtn.jpg);
    overflow: hidden;
    margin: 0 auto;
}

table.conTbl
{
    width: 100%;
    border-top: solid 1px #3b4449;
    border-left: solid 1px #3b4449;
}
table.conTbl td
{
    border-bottom: solid 1px #3b4449;
    border-right: solid 1px #3b4449;
}
table.conTbl tr.bg1
{
    background-color: #2a3236;
}
table.conTbl tr.bg2
{
    background-color: #000000;
}
table.conTbl tr.bg2 div
{
    color: #ffffff;
}