﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

table, tr, th, td, img, a img {
    border: none;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

:focus {
    outline: none;
}

body {
    background: #CBE7EB;
    color: #474747;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    padding: 10px 0;
    text-align: center;
}

a {
    color: #E7730B;
    text-decoration: underline;
}

.page {
    border: solid 1px #FFFFFF;
    background: #383838;
    margin: 0 auto;
    padding: 2px;
    text-align: left;
    width: 956px;
}

.page-in {
    background: #FFFFFF;
    border: solid 1px #EBEBEB;
    padding: 7px;
    position: relative;
    zoom: 1;
}

.corner {
    display: block;
    height: 14px;
    position: absolute;
    overflow: hidden;
    width: 14px;
}

.corner-lt {
    background: url('../../images/Frontend/el_03.gif');
    left: -4px;
    top: -4px;
}

.corner-rt {
    background: url('../../images/Frontend/el_05.gif');
    right: -4px;
    top: -4px;
}

.corner-lb {
    background: url('../../images/Frontend/el_48.gif');
    left: -4px;
    bottom: -4px;
    _bottom: expression( this.parentNode.offsetHeight % 2 ? -5 : -4 );
}

.corner-rb {
    background: url('../../images/Frontend/el_51.gif');
    right: -4px;
    bottom: -4px;
    _bottom: expression( this.parentNode.offsetHeight % 2 ? -5 : -4 );
}

.head {
    margin: 0 0 5px;
    overflow: hidden;
    zoom: 1;
}

.head .ad {
    background: url('../../images/Frontend/d.jpg') #F2F2F2 no-repeat;
    color: #6A6A6A;
    height: 60px;
    float: right;
    margin-top:35px;
    padding: 2px 40px 0 20px;
    _padding: 22px 20px 0 20px;
    font: normal 18px/22px Arial, sans-serif;
    width: 185px;
}

.head h1 {
    color: #90C63B;
    font: normal 38px/42px Georgia, Times, serif;
    padding: 20px 0 5px 20px;
}

h1.headLogo
{
    /*font: bold 12px/14px Georgia, Times, serif;*/
}
h1.pagename
{
    padding: 5px 0 20px 7px;
    font-size:20px;
}
.head h2 {
    font: normal 12px/17px Arial, sans-serif;
    padding: 0 0 5px 23px;
}

.navy {
    background: url('../../images/Frontend/el_10.gif') #0A65A8 top left repeat-x;
    list-style: none outside;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 10px 0 0;
    zoom: 1;
    height:30px;
    padding-right:50px;
}

.navy table{
    display: block;
    /*float: right;*/
}

.navy table tr td table tr td a{
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    padding: 0 5px;
    text-decoration: none;
}

.submenu
{
    /*zoom: 1;*/
    float:left;
    /*background:none;*/
    background-color:#0A65A8;
    /*width:190px;*/
}

.submenu table tr td table tr td a{
    font-size:11px !important;
}
.submenu table
{
    background-color:#0A65A8;
}
.submenu table tr td table
{
    background-color:#0A65A8;
}
.submenu table tr td
{

    background-color:#0A65A8;
    color:White;
    padding: 0 2px 0 2px;
}

.side {
    float: left;
    margin: 0 0 20px;
    width: 230px;
}

.navy-side {
    background-color:  #EEF5CC;
    font-size: 11px;
    line-height: 13px;
    list-style: none outside;
    margin: 0 0 15px;
    padding: 15px 10px;
}

.navy-side table {
    padding: 4px 0;
    width:100%;
}

.navy-side table tr td table tr td a {
    background: url('../../images/Frontend/el_21.gif') left 8px no-repeat;
    color: #86837E;
    display: block;
    font-weight: bold;
    padding: 3px 3px 3px 13px;
    text-decoration: none;
}

.navy-side table tr td table tr td a:hover {
    background: url('../../images/Frontend/el_21.gif') left -188px no-repeat;
    text-decoration: underline;
}


.side .rss
{
    width:214px;
    overflow:hidden;
}
.side p {
    margin: 0 15px 5px 15px;
}

.side p.sign {
    font-weight: bold;
    text-align: right;
}

.content {
    background: url('../../images/Frontend/el_17.gif') top left repeat-y;
    float: right;
    margin: 0 0 10px;
    padding: 0 0 10px 10px;
    width: 690px;
}

.bar {
    background: #EEF5CC;
    float: right;
    padding: 10px;
    position: relative;
    width: 210px;
}

.bar h2 {
    color: #3A505A;
    font: bold 14px/18px Tahoma, Arial, sans-serif;
    margin: 0 0 10px;
}

.bar ul {
    list-style: none outside;
}

.bar ul li {
    background: url('../../images/Frontend/dot.gif') left 5px no-repeat;
    margin: 0 0 4px;
    padding: 0 0 0 14px;
}

.bar .corner {
    height: 9px;
    width: 9px;
}

.bar .corner-lb {
    background: url('../../images/Frontend/el_34.gif');
    left: 0;
    bottom: 0;
}

.bar .corner-rb {
    background: url('../../images/Frontend/el_36.gif');
    right: 0;
    bottom: 0;
}

.main fieldset {
    border: none;
    margin: 0 0 10px;
    overflow: hidden;
    zoom: 1;
}

.main fieldset label {
    float: left;
    width: 100px;
}

.main fieldset input {
    float: left;
    margin: 0 0 0 100px;
}

.main fieldset .field {
    font: normal 11px/13px Arial, sans-serif;
    margin: 0;
    width: 300px;
}


.main {
    float: left;
    padding: 0 0 0 10px;
    width: 436px;
}

.main p {
    margin: 0 0 7px;
}

.main .mor {
    margin: 0 0 15px;
    text-align: right;
}

.main .mor a {
    background: url('../../images/Frontend/arr.gif') right 4px no-repeat;
    padding: 0 13px 0 0;
}

.main ul {
    list-style: none outside;
    margin: 0 0 10px;
}

.main ul li {
    background: url('../../images/Frontend/arr2.gif') left 3px no-repeat;
    margin: 4px 0 0 10px;
    padding: 0 0 0 15px;
}

.main .dots {
    background: url('../../images/Frontend/el_30.gif') top left repeat-x;
    height: 2px;
    overflow: hidden;
}




.navy-foot {
    background: url('../../images/Frontend/el_42.gif') #D8D8D8 top left repeat-x;
    clear: both;
    font-size: 0px;
    height: 41px;
    margin: 0 0 10px;
    padding: 29px 0 0;
    position: relative;
    text-align: center;
}

.navy-foot table
{
    text-align: center;
}
.navy-foot table tr td table tr td  {
    border-right: solid 1px #474747;
    display: inline;
    font-size: 11px;
    line-height: 12px;
    height: 12px;
    padding: 0 4px;
    //padding: 0 3px 0 5px;
}

.navy-foot table tr td table tr td  a {
    color: #474747;
}


.navy-foot li.corner-r {
    background: url('../../images/Frontend/el_44.gif') top right no-repeat;
    right: 0;
}

.navy-foot li.corner-l {
    background: url('../../images/Frontend/el_40.gif') top left no-repeat;
    left: 0;
}

.navy-foot li.corner {
    border: none;
    height: 70px;
    top: 0;
    width: 10px;
}

.foot {
    color: #474747;
    margin: 0 0 5px;
    text-align: center;
}



/*///////////////////////////////////////*/


.usrName td 
{
    color:White;
    font-weight:bold;
    padding-left:32px;
    padding-right:32px;
    text-transform:lowercase;
}

.usrName td a
{
    color:White;
    text-decoration:none;
    text-transform:lowercase;
}

/*-----------------------------------------------------*/
.otherPages
{
    
}
.otherPages ul li a
{
    color:#2D5091;   
    text-decoration:none;
    text-transform:uppercase;     
    font-size: 12px;
}

/*---------- controls visualization ------------------ */

/*.richText*/

hr
{
    color: #8ECAF3;
    }
.article p a {font-weight:normal; color:#8EB8D8;}

h2.block-name
{
    padding-top:10px;
    padding-bottom:15px;
    padding-left:20px;
    color: #3A505A;
}

.side h2.block-name {
    border-bottom: solid 1px #8ECAF3;
    color: #3A505A;
    font-size: 18px !important;
    font-weight: normal;
    line-height: 20px;
    margin: 0 15px 5px 15px;
    padding: 0 0 5px;
}

h3.block-name
{
    padding-top:5px;
    padding-bottom:10px;
    padding-left:20px;
}

.otherArtGroup
{
        padding-left:20px;
        text-transform:uppercase;
        color:#8A8B97;
}
.controlName .bluecaption
{
    color:#2D5091;
}
.controlName .violetcaption
{
    color:#8B619E;
}
.DragPanel
{
    display: block; 
    background-color: #ffffe1; 
    border: solid 1px gray;
}
.DragPanelHeader
{
    background-color:#0a246a; 
    cursor:move;
}
.ImageThumbnail
{
    width: 164px;
    height:164px;
    padding:2px 2px 2px 2px;
    border:1px solid #DADBDE; 
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#EEF5CC;
    cursor:pointer;   
    
    /*border: 1px dotted #cacaca;*/
}

.Date
{
    color: gray;
}

.accHeader
{
    background-color:#EEF5CC;
    padding:5px 2px 5px 20px;
    border:1px solid #DADBDE; 
    cursor:pointer;
}

.accHeaderSelected
{
    background-color: #8ECAF3;
    padding:5px 2px 5px 20px;
    border:1px solid #DADBDE; 
    cursor:pointer;
}
.accHeaderSelected a
{
    text-decoration:none;
    color:White;
}
.accHeader a
{
    color: #3A505A;
    font-weight:bold;
    text-decoration:none;
}
.accContent
{
    padding:5px 2px 5px 10px;
    border-bottom:1px solid #DADBDE; 
}
/*PRODUCTS*/
.productInfo
{
    text-align:left;
    margin-left:50px;
}

.productName
{
    font-weight:bold;
    
}
.productSKU
{
    font-weight:normal;
    font-size:10px;
}
.productSKU
{
}
.productPrice
{
    font-weight:bold;
    }
.productListPrice
{
    font-weight:bold;
    color:Red;
}
.productPriceLabel
{
    font-weight:bold;
}

.productPriceBox
{
    width:80px;
    height:80px;
    padding: 2px  5px 2px 5px;
    background-color:#DADBDE;
    text-align:center;
}
.productPriceBox .productPrice
{
    color:Black;
    font-size:17px;
}

.productPriceBox .productListPrice
{
    color:Red;
    font-size:17px;
}
/*END PRODUCTS*/

.events_table tbody
{
    background-color:#EEF5CC;
}
.events_table th 
{
    color:#3A505A;
    font-size:16px;
    font-weight:bold;
    padding: 2px 5px 2px 5px;
}
.events_table td
{
    padding: 2px 5px 2px 5px;
}
.event_dates
{
    background: #EEF5CC;
    width: 210px;
}
.event_dates div
{
    color:#86837E;
    font-weight:bold;
    padding:3px 3px 3px 13px;
    
}
.event_dates div.seperator { width: 100%; border-bottom:1px solid #8ECAF3;}
.recentevent_name{ color:#0A65A8; font-weight:bold; }
.recentevent_description{ font-size:12px;}
.recentevent_dates {color:#3A505A; font-weight:bold; }


.contentTable
{
    padding-right:5px;
}


/*---------- inputs ------------------ */
.inp
{
    BORDER: 1px solid #2D5091; 
    font:  11px arial;
    color: black;
    width: 190px;
}

.btn
{
    /*BORDER: 1px solid #2D5091; */
     /*#406090;*/
    /*color: #2D5091;
    font-weight:bold;
    text-transform:lowercase;
    cursor: pointer;
	padding: 0 5px;*/
	font-weight:bold;
	cursor:pointer;
	border:none;
	height:25px;
	color: white;
	background: #0A65A8 url(../../images/Frontend/el_10.gif) repeat-x scroll left top
}

/* ------------- Image Viewer ------------------- */
.ivCloseButton
{
    background-color: #666666; color: #FFFFFF; text-align: center; font-weight: bold; text-decoration: none; border: outset thin #FFFFFF; padding: 5px;
}
.ivInfo
{
    width: 800px; display:none; z-index: 20; opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); font-size: 12px; border: solid 1px #CCCCCC; background-color: #FFFFFF; padding: 5px;
}
.ivFlyout
{
    display:none; overflow: hidden; z-index: 20; background-color: #FFFFFF; border: solid 1px #D0D0D0;
}

/*--------------- blog ----------------*/


.reComments
{     
    background-color:lightgrey;
    padding:5px;
    margin:5px;
}
.commentsNickName
{
    padding-right:5px;
    font-weight:bold;
    color:Black;
    font-size: 11px;
}
.commentsDate
{
    padding-right:5px;
    color:Black;
    font-size: 11px;
}

.commentsPostLabel
{
    font-size:18px;
    margin:0; 
    padding:0; 
    margin-bottom:15px; 
    font-weight:normal;
}

