

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

html
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.3;
}
html, body
{
    background: #7F7F7F;
}
form, table, body, td
{
    margin: 0;
    padding: 0;
}

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

a:link
{
    color: #254689;
}
a:hover
{
    color: red;
    text-decoration: underline;
}

/* New design */
#page,#page-member
{
    margin-left:15px;
    margin-right:15px;
    margin-bottom:15px;
    background:#fff;
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.80);
}
#page-header
{
    height:159px;
    background:url('../images/Header-Background.png') repeat-x;
}
#page-header #page-header-right
{
    height:100%;
    background:url('../images/Header-Right.png') no-repeat right top;
}
#page-header #page-header-left
{
    height:100%;
    background:url('../images/Header-Left.png') no-repeat left top;
    position:relative;
}
#page-header #button-area
{
    position:absolute;
    right:10px;
    top:93px;
}
#page-header-member
{
    height:120px;
    background:url('../images/HeaderMember-Background.png') repeat-x;
}
#page-header-member #page-header-right
{
    height:100%;
    background:url('../images/HeaderMember-Right.png') no-repeat right top;
}
#page-header-member #page-header-left
{
    height:100%;
    background:url('../images/HeaderMember-Left.png') no-repeat left top;
    position:relative;
}
#page-header-member #button-area
{
    position:absolute;
    right:10px;
    top:91px;
}
#page-header #button-area
{
}
#page-footer
{
    height:76px;
    background:url('../images/Footer-Background.png') repeat-x;
}
#page-footer #page-footer-right
{
    height:100%;
    background:url('../images/Footer-Right.png') no-repeat right top;
}
#page-footer #page-footer-left
{
    height:100%;
    background:url('../images/Footer-Left.png') no-repeat left top;
    position:relative;
}
#page-footer #footer-links
{
    position:absolute;
    right:10px;
    top:36px;
    text-align: right;
    color: #777;
    font-size: 11px;
}
#page-footer #footer-links a
{
    color: #777;
    font-weight: bold;
    text-decoration: none;
}

#page-body
{
    
    background:#fff url('../images/Body-Right.png') repeat-y right top;
}
#page-body-left
{
    background:url('../images/Body-Left.png') repeat-y left top;
    min-height:200px;
}

#page-footer-member
{
    height:76px;
    background:url('../images/Footer-Background.png') repeat-x;
}
#page-footer-member #page-footer-right
{
    height:100%;
    background:url('../images/Footer-Right.png') no-repeat right top;
}
#page-footer-member #page-footer-left
{
    height:100%;
    background:url('../images/FooterMember-Left.png') no-repeat left top;
    position:relative;
}
#page-footer-member #footer-links
{
    position:absolute;
    right:10px;
    top:36px;
    text-align: right;
    color: #777;
    font-size: 11px;
}
#page-footer-member #footer-links a
{
    color: #777;
    font-weight: bold;
    text-decoration: none;
}

#page-body-member
{
    background-color:#fff;
    border-left:solid 1px #000;
    border-right:solid 1px #000;
}

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

.InnerTable
{
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 12px;
    width: 100%;
}

.MenuTD
{
    width: 199px;
    text-align: left;
    vertical-align: top;
    padding: 4px 0 0 4px;
}
.PanesTD
{
    vertical-align: top;
    padding: 4px 10px 0 6px;
}

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/

.PaneTop
{
    width: 100%;
    padding: 0 7px 0 7px;
}
.PaneLeft
{
    padding: 0 7px 0 7px;
    width: 33%;
}
.PaneCenter
{
    padding: 0 7px 24px 7px;
    text-align: left;
}
.PaneRight
{
    padding: 0 7px 0 7px;
    width: 33%;
}
.PaneRight2
{
    padding: 0 7px 0 7px;
    width: 195px;
}
.PaneBottom
{
    width: 100%;
    padding: 0 7px 0 7px;
}
.PaneMenuBottom
{
    width: 100%;
    padding: 5px 5px 0 5px;
}
/* Links on bottom */
.BottomBelow
{
    text-align: center;
    padding-top: 4px;
    margin:0.5em 10px;
}
.BottomBelow A, .BottomBelow
{
    color: #ddd;
    font-size: 11px;
}
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

.normal, .Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    line-height: 14px;
}
.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #444;
}
.NormalRed
{
    color: #C50000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}
.SubHead
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    padding: 0;
}
.Head
{
    font-size: 11px;
    color: #555;
    background: transparent;
    font-weight: bold;
    padding: 0;
}

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

select, input
{
    font-family: tahoma;
    font-size: 11px;
    color: #333;
}
.NormalTextBox
{
    color: #333;
    padding-left: 4px;
    line-height: 12px;
    font-family: tahoma;
    font-weight: normal;
    font-size: 11px;
}
/*-- textbox container          --*/td.NormalTextBox
{
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
}
/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/.MainMenu_MenuContainer
{
    background-color: #f4f4f4;
    width: 191px;
    background-image: url(../images/nav_idle.gif);
    background-repeat: repeat-y;
}
/*-- bar that holds the menu  --*/.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    width: 199px;
}
/*-- submenu container        --*/.MainMenu_SubMenu, .ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    margin: 0 0 0 1px;
    background: #f3f3f3;
    padding: 0px;
    border: 1px solid #999;
    font-weight: normal;
}
/*-- submenu items idle       --*/TABLE.MainMenu_MenuItem TD, .ModuleTitle_MenuItem
{
    font-family: tahoma;
    color: #6A6A6A;
    font-size: 12px;
    background: #f3f3f3;
    font-weight: bold;
    font-style: normal;
    padding: 0px 30px 0px 16px;
    height: 20px;
    border: 0;
}
/*-- submenu items hover      --*/.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    color: #4F4F4F;
    background: #DCDCDC;
    padding: 0px 30px 0px 16px;
    height: 20px;
    border: 0;
}
/*-- menuitems idle           --*/TABLE.MainMenu_Idle TD
{
    color: #666;
    background: url(../images/nav_idle.gif) no-repeat;
    padding: 0 0 0 24px;
    height: 22px;
    font-weight: bold;
}
/*-- menuitems over           --*/TABLE.MainMenu_Selected TD
{
    color: #666;
    background: url(../images/nav_over.gif) no-repeat;
    padding: 0 0 0 24px;
    height: 22px;
    font-weight: bold;
}
/*-- menuitems active         --*/TABLE.MainMenu_Active TD
{
    color: #666;
    background: url(../images/nav_active.gif) no-repeat;
    padding: 0 0 0 24px;
    height: 22px;
    font-weight: bold;
}
.MainMenu_MenuItem A
{
    text-decoration: none;
    color: #666;
    display: block;
}
.MainMenu_MenuItem A:hover
{
    text-decoration: none;
    color: #666;
}

/* New MENU */
div.AspNet-Menu-Vertical
{
    background-color: #f4f4f4;
    width: 191px;
    background-image: url('../images/nav_idle.gif');
    background-repeat: repeat-y;
    margin-bottom: 1em !important;
}
div.AspNet-Menu-Vertical ul.AspNet-Menu
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 191px;
    position: static !important;
}
div.AspNet-Menu-Vertical li.AspNet-Menu-Leaf
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 22px !important;
    background-image: url('../images/nav_idle.gif');
    background-repeat: no-repeat;
    position: static !important;
    float: none !important;
}
div.AspNet-Menu-Vertical li.AspNet-Menu-Leaf a.AspNet-Menu-Link
{
    display: block;
    height: 19px !important;
    font: bold 12px tahoma,arial;
    color: #6A6A6A;
    background-image: url('../images/nav_idle.gif');
    padding-left: 16px;
    padding-top: 3px;
    text-decoration: none;
}
div.AspNet-Menu-Vertical li.AspNet-Menu-Leaf a.AspNet-Menu-Link span.red
{
    color: #EE0000;
    padding: 0;
    margin: 0;
    height: 100% !important;
    cursor: pointer;
}
div.AspNet-Menu-Vertical li.AspNet-Menu-Leaf a.AspNet-Menu-Link:hover
{
    text-decoration: none;
    background-image: url('../images/nav_active.gif');
}
div.AspNet-Menu-Vertical li.AspNet-Menu-Selected a.AspNet-Menu-Selected
{
    background-image: url('../images/nav_over.gif') !important;
}

.AspNet-Menu-Header
{
    text-align: center;
    background-color: #e0e0e0;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 8px;
    font: bold 12px tahoma,arial;
    color: #8B1A1A;
}

/* Register Stuff */
.regtable
{
    width: 100%;
}
.regsubhead
{
    background-color: #CCC;
    font-size: 13px;
    padding: 4px 0px;
    text-align: center;
    font-weight: bold;
}
.regcaption
{
    font-size: 12px;
}
.regfield input, input.regfield, .regfield select, select.regfield
{
    font-size: 12px;
}
.regfield
{
    font-size: 12px;
}
.regdata
{
    font-weight: bold;
    font-size: 12px;
}
.regbutton
{
    font-size: 12px;
}

.regsum
{
    width: 100%;
    border-collapse: collapse;
}
.regsumdesc
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
    width: 75%;
}
.regsumprice
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    text-align: right;
    width: 25%;
}
.regsumdescfoot
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
    border-top: solid 1px black;
    font-weight: bold;
}
.regsumpricefoot
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    text-align: right;
    border-top: solid 1px black;
    font-weight: bold;
}

H1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #254689;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 2px 0px;
    border-bottom: solid 1px #254689;
    width: 100%;
}

H2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #254689;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 2px 0px;
    border-bottom: solid 1px black;
    width: 100%;
}

H3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: normal;
    color: black;
    margin: 18px 0px 6px 0px;
    padding: 0px;
}

A.TopLink
{
    padding: 2px 6px 3px 6px;
}

A.TopLink:link, A.TopLink:visited, A.TopLink:active
{
    border: solid rgb(171, 171, 171) 1px;
    background-color: White;
    font-weight: bold;
    text-decoration: none;
}

A.TopLink:hover
{
    border: solid rgb(171, 171, 171) 1px;
    background-color: #efefef;
    font-weight: bold;
}

.bluebox, .widget
{
    color: #330033;
    background-color: #ECF1EF;
    border-top: solid 1px #254689;
    border-bottom: solid 1px #254689;
    padding: 9px 9px 9px 9px;
    font-family: verdana,sans-serif;
}
.widget
{
    margin-bottom: 1em;
}
.bluebox h4, .widget h4
{
    color: #254689;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0px 0px 0.5em 0px;
}
.bluebox P, .widget P
{
    font-size: 12px;
    line-height: 14px;
    margin: 1em 0px 0px 0px;
    font-family: verdana,sans-serif;
}
.bluebox ul, .widget ul
{
    margin: 0.5em 0px 0.5em 2em;
    padding: 0px;
}
.bluebox li, .widget li
{
    padding: 1px;
    margin: 0px;
    list-style-type: square;
}
.post
{
    margin-bottom: 1em;
}

table.pricetable
{
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.pricetable TD, .pricetable th
{
    padding: 8px 12px;
}
.pricetable .pricetitle td, .pricetable th
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    background-color: #6495ED;
    border: solid 2px white;
    color: white;
    font-weight: bold;
    text-align: left;
}
.pricetable .pricedata TD, .pricetable TD
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    background-color: #eeeeee;
    border: solid 2px white;
}
.pricetable .button
{
    width: 166px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}
.pricetable td.price, .pricetable th.price
{
    width: 60px;
    text-align: center;
}

TABLE.pricetable2
{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}
TABLE.pricetable2 TD
{
    padding: 4px 6px;
}
TABLE.pricetable2 .pricetitle TD
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    background-color: #6495ED;
    color: white;
    font-weight: bold;
}
TABLE.pricetable2 .pricedata TD
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    background-color: #eeeeee;
    border: solid 1px #fff;
}
TABLE.pricetable2 .pricedata TD.c3
{
    width: 150px;
    text-align: center;
}
TABLE.pricetable2 .pricedata TD.c2
{
    width: 80px;
    text-align: center;
}
/* standard 2column layout */
.column2
{
    width: 100%;
}
.column2 .column2-left
{
    vertical-align: top;
}
.column2 .column2-left h3:first-child, .column2 .column2-left p:first-child
{
    margin-top: 0;
}

.column2 .column2-right
{
    width: 280px;
    padding-left: 6px;
    vertical-align: top;
}
/* buttons */
.btn.danger, .alert-message.danger, .btn.danger:hover, .alert-message.danger:hover, .btn.error, .alert-message.error, .btn.error:hover, .alert-message.error:hover, .btn.success, .alert-message.success, .btn.success:hover, .alert-message.success:hover, .btn.info, .alert-message.info, .btn.info:hover, .alert-message.info:hover
{
    color: #ffffff;
}
.btn .close, .alert-message .close
{
    font-family: Arial, sans-serif;
    line-height: 18px;
}
.btn.danger, .alert-message.danger, .btn.error, .alert-message.error
{
    background-color: #c43c35;
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    border-left-color: #c43c35;
    border-right-color: #c43c35;
    border-top-color: #c43c35;
    border-bottom-color: #882a25;
}
.btn.success, .alert-message.success
{
    background-color: #57a957;
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #62c462, #57a957);
    border-left-color: #57a957;
    border-right-color: #57a957;
    border-top-color: #57a957;
    border-bottom-color: #3d773d;
}
.btn.info, .alert-message.info
{
    background-color: #339bb9;
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    border-left-color: #339bb9;
    border-right-color: #339bb9;
    border-top-color: #339bb9;
    border-bottom-color: #22697d;
}
.btn
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    text-decoration: none;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.btn:hover
{
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
}
.btn:focus
{
    outline: 1px dotted #666;
}
.btn.primary
{
    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    border-left-color: #0064cd;
    border-right-color: #0064cd;
    border-top-color: #0064cd;
    border-bottom-color: #003f81;
}
.btn.active, .btn :active
{
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled
{
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn[disabled]
{
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn.large
{
    font-size: 15px;
    line-height: normal;
    padding: 9px 14px 9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.btn.small
{
    padding: 7px 9px 7px;
    font-size: 11px;
}
:root .alert-message, :root .btn
{
    border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner
{
    padding: 0;
    border: 0;
}
/* widgets in blog */
.tagcloud li
{
    list-style: none;
    display: inline;
    padding: 0 !important;
    margin: 0 4px 0 0 !important;
    font-size: 11px;
}
.tagcloud ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.tagcloud li a, .tagcloud li a.medium
{
    color: #666;
    text-decoration: none;
}
.tagcloud li a.smallest
{
    color: #aaa;
}
.tagcloud li a.small
{
    color: #999;
}
.tagcloud li a.big
{
    color: #333;
}
.tagcloud li a.biggest
{
    color: #000;
}
.widget.categorylist .rssButton
{
    display: none;
}
.widget.categorylist ul
{
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    font-size: 11px;
}
.widget.categorylist ul li
{
    margin: 0;
    padding: 0;
    list-style: disc outside;
    font-size: 11px;
}
.post .tags, .post .categories, .post .tags a, .post .categories a
{
    font-size:10px;
}
.post .tags a, .post .categories a
{
    font-size:10px;
    color: #666;
    text-decoration:none;
}
.post .tags a:hover, .post .categories a:hover
{
    color: red;
    text-decoration: underline; 
}

