body
{
   background-image: url("https://images.gludy.com/photos/0/Feather-pattern-wallpaper.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
    color:#000;
    margin:0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.content
{
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    position: relative;
}
#top
{
    //background: #151c24;//
    margin: 0;
    padding: 0;
}
#top .logo
{
    float: left;
    padding: 10px;
    margin-right: 10px;
}
#top .memberArea
{
    float: right;
    color: #fff;
    margin-top: 22px;
    margin-right: 15px;
    position: relative;
}
#top .memberArea a
{
    color: #35e426;
    text-decoration: none;
    //background: #fff;//
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding: 1px 7px 3px 7px;
    font-size: 13px;
    margin-left: 10px;
    display: inline-block;
}

#top .memberArea a:hover
{
    background: #151c24;
    color: #fff;
}
#top .memberArea .popup
{
    position: absolute;
    top: -10px;
    right: -15px;
    padding: 0px 8px;
    border-radius: 50%;
    background: #151c24;
    color: #fff;
}
#top .memberArea .fas
{
    vertical-align: middle;
}
#top .memberArea .preview
{
    position: absolute;
    right: 0;
    top: 25px;
    background: #fff;
    z-index: 150420;
    border-radius:2px;
    color: #000;
    border: 1px solid #151c24;
    min-width: 330px;
    max-width: 400px;
    display: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.35);
}
#top .memberArea .messagePreview
{
    position: absolute;
    right: 0;
    top: 25px;
    background: #fff;
    z-index: 150420;
    border-radius:2px;
    color: #000;
    border: 1px solid #151c24;
    min-width: 430px;
    max-width: 500px;
    display: none;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.35);
}
#top .memberArea .messagePreview a
{
    border-radius: none;
    padding: 0;
    font-size: 12px;
    margin: 0;
}
#top .memberArea .messagePreview table tr
{
    border-bottom: 1px solid #ccc;
}
#top .memberArea .prContent a
{
    border-radius: none;
    padding: 0;
    font-size: 12px;
    margin: 0;
}
#top .memberArea .prContent
{
    font-size: 95%;
}
#top .memberArea .avatar
{
    float: left;
    margin-right: 8px;
}
#top .memberArea .welcomeback
{
    padding: 5px;
    line-height: 1.9;
}
#top .memberArea .qactions
{
    border-top: 2px solid #151c24;
    text-align: center;
    font-weight: bold;
    background: #E9ECEF;
    padding: 5px;
}
#top .memberArea .qactions a
{
    background: none;
}
#top .memberArea .qactions a:hover
{
    color: #151c24;
}
#top .memberArea .pactions
{
    padding: 5px;
}
#top .memberArea .pactions a
{
    display: inline-block;
    width: 49%;
}
#top  .flags
{
    float: right;
    margin-top: 24px;
    margin-right: 5px;
}
#top .padding
{
    float: right;
    font-size: 90%;
    margin: 0;
    padding: 5px 20px 0 20px;
    position: relative;
}
#top .padding a
{
    color: #fff;
}
#top .padding a:hover
{
    color: #303642;
}
.top_text
{
    float: left;
    margin: 0;
    padding: 5px 15px 0 11px;
    position: relative;
}
.top_text a
{
    color: #ccc;
    text-decoration: underline;
}
#header
{
    background: #fff url('include/templates/default/images/header.jpg') no-repeat center top;
    height: 149px;
    margin: 0;
    width: 100%;
    min-width: 1200px;
}
#menu
{
   // background: #303642 repeat-y center;//
    height: 35px;
    min-width: 1200px;
    width: 100%;
    vertical-align: middle;
}
.quicksearch
{
    position: absolute;
    right: 0;
    top: 27px;
    background: #fff;
    z-index: 1500;
    border-radius:2px;
    color: #000;
    border: none;
    min-width: 250px;
    z-index: 2127483647;
    padding: 10px;
    border-top: 2px solid #151c24;
    transform: translateY(0);
    transition: cubic-bezier(.4, 0, .2, 1) .26s transform,cubic-bezier(.4, 0, .2, 1) .26s opacity;
    border-radius: 3px;
    box-shadow: 0 6px 10px 0px rgba(0,0,0,0.14), 0 1px 18px 0px rgba(0,0,0,0.12), 0 3px 5px 0 rgba(0,0,0,0.2);
    display: none;
}
#ts_search_form
{
    width: 350px;
    position: relative;
}
.fixedMenu
{
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 2147483647;
}
#menu .search
{
    float: right;
    margin-top: 5px;
    margin-right: 15px;
    position: relative;
    color: #fff;
}
.buttonwithpadding
{
    padding-left: 25px !important;
}
.postshout
{
    display: inline-block;
    position: relative;
}
.fasicon
{
    position: absolute;
    left: 7px;
    top: 5px;
    vertical-align: middle;
    color: #fff;
}
#main
{
    color: #000;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#main .left_side
{
    margin: 0;
    padding: 15px 15px 0 15px;
}
#footer
{
    
    clear: both;
    color: #ccc;
    padding: 10px 0;
    margin: 15px 0 0 0;
}
#footer .fcontent
{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#footer .padding
{
    padding: 8px 0px 0px 0px;
}
#footer a
{
    color: #ddd;
}
a
{
    background: inherit;
    color: #000;
    text-decoration: none;
}
a img
{
    border: 0;
}
a:hover
{
    color: #303642;
    background: inherit;
    text-decoration: underline;
}
.none
{
    border: 0;
}
.error
{
    height: 48px;
    background-color: #ffc;
    background-image: url("include/templates/default/images/class_error.gif");
    background-position: 20px 14px;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-color: #fc0;
    color: #c60000;
    margin: 0 0 10px 0;
    min-height: 48px;
    padding: 12px 40px 0 12px;
    padding-left: 80px;
    width: auto;
}
.success
{
    height: 48px;
    background-color: #eff7fe;
    background-image: url("include/templates/default/images/class_success.gif");
    background-position: 20px 14px;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-color: #83a8cc;
    color: #000;
    margin: 0 0 10px 0;
    min-height: 48px;
    padding: 12px 40px 0 12px;
    padding-left: 80px;
    width: auto;
}
table.pluginTable
{
    background: none !important;
}
table
{
    border: none;
    border-collapse: collapse;
    background-color: rgba(74, 119, 107, 0.8);
border-radius: 30px 30px 30px 5px;
}
table.main
{
    background-color: #F5F4EA;
}
td
{
}
td.embedded
{
    border: none;
    padding: 0px;
    text-align: left;
}
td.heading
{
    font-weight: bold;
}
td.text
{
    border-color: #303642;
    padding: 10pt;
    text-align: left;
}
td.colhead
{
    background-color: #303642;
    color: #ffffff;
    font-weight: bold;
}
td.rowhead
{
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}
img.border
{
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}

.codeeditor
{
    position: relative;
    width: 100%;
    border-left: 3px solid #f2930d;
    padding: 0;
    margin: 0;
    border: 1px solid #e7e7e7;
}

.codetop
{
    background: #fafafa;
    padding: 5px 10px;
    color: #f2930d;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
}
.codemain
{
    color: #000;
    text-align: left;
    padding: 5px 10px;
    background: #F5F5F5;
    max-height: 55vh;
    overflow: auto;
    white-space: pre;
    position: relative;
    display: block;
}
.small
{
    font-size: 7pt;
}
.inlineimg
{
    vertical-align: middle;
}
.shadetabs
{
    border-bottom: 1px solid #026CB1;
    margin-bottom: 1em;
}
.shadetabs ul
{
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 1px;
    padding: 3px 0;
    text-align: center;
}
.shadetabs li
{
    display: inline;
    margin: 0;
}
.shadetabs li a
{
    background: white url("include/templates/default/images/shade.gif") top left repeat-x;
    border: 1px solid #778;
    color: #2d2b2b;
    margin-right: 3px;
    padding: 3px 7px;
    text-decoration: none;
}
.shadetabs li a:visited
{
    color: #2d2b2b;
}
.shadetabs li a:hover
{
    color: #2d2b2b;
    text-decoration: underline;
}
.shadetabs li.selected
{
    position: relative;
    top: 1px;
}
.shadetabs li.selected a
{
    background-image: url("include/templates/default/images/shadeactive.gif");
    border-bottom-color: white;
}
.shadetabs li.selected a:hover
{
    text-decoration: none;
}
#specialboxes
{
    outline: none;
    padding: 3px;
    width: 50px;
}
#specialboxn
{
    outline: none;
    padding: 3px;
    width: 200px;
}
#specialboxnn
{
    outline: none;
    padding: 3px;
    width: 300px;
}
#specialboxg
{
    outline: none;
    padding: 3px;
    width: 430px;
}
#specialboxta
{
    outline: none;
    padding: 3px;
    width: 630px;
}
#dhtmltooltip
{
    background-color: #FFFFE0;
    border: 1px solid black;
    left: -300px;
    padding: 2px;
    position: absolute;
    visibility: hidden;
    width: 150px;
    z-index: 100;
}
#dhtmlpointer
{
    left: -300px;
    position: absolute;
    visibility: hidden;
    z-index: 101;
}
.highlight, .sticky, .highlight a, .sticky a
{
    color: #000;
    background-color: #e0e0e0;
    padding: 3px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.tborder
{
    background: #303642;
    border: 1px solid #303642;
    margin: auto auto;
    width: 100%;
}
.thead, .unsortable
{
    background: #151c24 none;
    color: #fff;
    padding: 10px;
    position: relative;
    text-align: left;
    clear:both;
}
.thead a
{
    color: #fff !important;
    text-decoration: none;
}
.thead a:visited
{
    color: #ffffff;
    text-decoration: none;
}
.thead a:hover, .thead a:active
{
    color: #ffffff;
    text-decoration: underline;
}
.trow1
{
    color: #000000;
    background: #f5f5f5;
}
.trow2
{
    background: #EFEFEF;
}
.smalltext, .smallfont
{
    font-size: 11px;
}
#navcontainer_f ul
{
    margin: 0;
    padding: 0;
    width: 100%;
}
#navcontainer_f ul li
{
    border: 1px solid #CCC;
    color: #CCC;
    float: left;
    font-size: 75%;
    line-height: 18px;
    list-style-image: none;
    list-style-type: none;
    margin: 1px 1px 1px 0px;
    text-align: center;
    width: 40px;
}
#navcontainer_f ul li a
{
    background-color: #ffffff;
    display: block;
}
#navcontainer_f a
{
    font-weight: normal;
}
#navcontainer_f li.current, #navcontainer_f a.current, #navcontainer_f a:hover
{
    background-color: #303642;
    color: #FFF !important;
    text-decoration: none;
}
#navcontainer_f.right ul li
{
    float: right;
    width: 40px;
}
#navcontainer_f ul li.plain
{
    border: none;
    padding-right: 5px;
    width: auto;
}
div#navcontainer_f.scripted
{
    display: none;
}
.subheader
{
    background: #2a8a30ab;
    color:#fff;
    padding: 5px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.subheader a:link, .subheader a:visited, .subheader a:active
{
    color: #fff;
}
.subheader a:hover
{
    color: #303642;
}
.hoptobutton, .hoptobuttons
{
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 4px;
    padding: 2px;
}
.modnotice
{
    background: #303642;
    border: 1px solid #303642;
    color: #000;
    font-size: 11px;
    margin: auto auto;
    padding: 8px;
}
.editor
{
    background: #f1f1f1;
    border: 1px solid #ccc;
}
.editor_control_bar
{
    background: #ffffff;
    border: 1px solid #0f5c8e;
}
.toolbar_normal
{
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
}
.toolbar_hover
{
    background: #c1d2ee;
    border: 1px solid #5296f7;
}
.toolbar_clicked
{
    background: #e1F2fe;
    border: 1px solid #5296f7;
}
.popup_menu
{
    background: #ccc;
    border: 1px solid #000;
}
.popup_menu .popup_item
{
    background: #ffffff;
    color: #000;
}
.popup_menu .popup_item:hover
{
    background: #C7DBEE;
    color: #000;
}
.borderimage
{
    border: 1px solid white;
}
.clear
{
    clear: both;
}
.inputUsername
{
    background: url("include/templates/default/images/input_login.gif") no-repeat;
    background-color: #ffffff;
    color: #443;
    font-size: 10px;
    height: 16px;
    padding: 2px 0px 0px 18px;
    width: 200px;
}
.inputPassword
{
    background: url("include/templates/default/images/input_password.gif") no-repeat;
    background-color: #ffffff;
    color: #443;
    font-size: 10px;
    height: 16px;
    padding: 2px 0px 0px 18px;
    width: 200px;
}
.inputUsernameLoginbox
{
    background: url("include/templates/default/images/input_login.gif") no-repeat;
    background-color: #ffffff;
    color: #443;
    font-size: 10px;
    height: 16px;
    padding: 2px 0px 0px 18px;
    width: 135px;
}
.inputPasswordLoginbox
{
    background: url("include/templates/default/images/input_password.gif") no-repeat;
    background-color: #ffffff;
    color: #443;
    font-size: 10px;
    height: 16px;
    padding: 2px 0px 0px 18px;
    width: 135px;
}
fieldset
{
    border: solid #303642 1px;
    margin-left: 15px;
    padding: 0 1em 1em 1em;
    width: 90%;
}
legend
{
    color: maroon;
    font-weight: bold;
    margin: 0;
    padding: 0.2em 0.2em;
}
.quote
{
    background: url("include/templates/default/images/quote.gif") 0 0 no-repeat;
    margin: 15px 10px;
    padding-left: 25px;
}
blockquote.bq
{
    border-left: 3px solid #ccc;
    font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    margin: 0px;
    padding: 0 5px;
}
.blog_comments
{
    background: url("include/templates/default/images/bcomments.gif") no-repeat;
    font-size: 18px;
    font-weight: bold;
    height: 46px;
    line-height: 36px;
    text-align: center;
    width: 44px;
}

.shoutboxnotice
{
    background-color: #3d89b5;
    color: #000;
    padding: 3px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.shoutboxnotice a
{
    text-decoration: underline;
    color: #fff;
}
.shoutboxprivatemsg
{
    background-color: #151c24;
    color: #fff;
}
.shoutbox
{
    border-bottom: 1px solid #e0e0e0;
}

.mkprettytime
{
    font-size: 10px;
}
.borderit img
{
    border: 1px solid #ccc;
    filter: alpha(opacity=30);
    khtml-opacity: 0.3;
    moz-opacity: 0.3;
    opacity: 0.3;
}
.borderit:hover img
{
    border: 1px solid #000000;
    filter: alpha(opacity=100);
    khtml-opacity: 1;
    moz-opacity: 1;
    opacity: 1;
}
.navbits
{
    margin-bottom: 4px;
    padding: 8px 0 3px 0;
    border: 1px solid #303642;
    border-radius: 4px;
    background: #fff;
}
.privatealbumimage
{
    filter: alpha(opacity=20);
    khtml-opacity: 0.2;
    moz-opacity: 0.2;
    opacity: 0.2;
}
.mod_bb
{
    background: #F5C7CD;
    border: 2px solid #DC364E;
    color: #8a1f11;
    margin-bottom: 1.6em;
    padding: .8em;
}
.mod_bb img
{
    position: relative;
    top: 2px;
}
.gray
{
    color: gray;
    font-size: 11px;
}
.spoiler
{
    background: #303642;
    border: 1px solid #424312;
    color: #000000;
    margin-bottom: 1.6em;
    padding: .8em;
}
.user_times_warned_1
{
    width: 100px;
    border: 1px solid black;
    text-align: center;
    white-space: nowrap;
}
.user_times_warned_2
{
    padding-left: 3px;
    border: 0px solid black;
    font-size: 8pt;
    font-weight: bold;
    background: darkred repeat;
    white-space: nowrap;
}
#pcm
{
    display: none;
}
ul.TSSEMenu ul
{
    display: none;
}
ul.TSSEMenu li:hover>ul
{
    display: block;
}
ul.TSSEMenu ul
{
    left: -1px;
    position: absolute;
    top: 98%;
    z-index: 2;
}
ul.TSSEMenu ul ul
{
    left: 98%;
    position: absolute;
    top: -2px;
    z-index: 1;
}
ul.TSSEMenu,ul.TSSEMenu ul
{
    /background-color: #303642;/
    background-repeat: repeat;
   // border-color: #303642;//
    //border-style: solid;//
   // border-width: 1px;//
    list-style: none;
    margin: 0px;
    padding: 3px 2px 2px 0px;
}
ul.TSSEMenu table
{
    border-collapse: collapse;
}
ul.TSSEMenu
{
    display: block;
    float: left;
    zoom: 1;
}
ul.TSSEMenu ul
{
    width: 207.9px;
}
ul.TSSEMenu li
{
    display: block;
    margin: 2px 0px 0px 2px;
}
ul.TSSEMenu a:active, ul.TSSEMenu a:focus
{
    outline-style: none;
}
ul.TSSEMenu a, ul.TSSEMenu li.dis a:hover, ul.TSSEMenu li.sep a:hover
{
    padding-left: 0;
    /background-color: #303642;/
   border-color: #06ff44;
    border-style: solid;
    border-width: 1px;
    color: #7fcc0e;
    cursor: default;
    display: block;
    padding: 2px 5px 2px 10px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    background-color: rgba(74, 119, 107);
    border-radius: 30px 30px 30px 5px;
}
ul.TSSEMenu span
{
    overflow: hidden;
}
ul.TSSEMenu li
{
    float: left;
}
ul.TSSEMenu ul li
{
    float: none;
}
ul.TSSEMenu ul a
{
    text-align: left;
    white-space: nowrap;
}
ul.TSSEMenu li.sep
{
    height: 100%;
    line-height: 0;
    padding: 0px;
    text-align: left;
}
ul.TSSEMenu li.sep span
{
    background-color: #cccccc #111111 #111111 #cccccc;
    background-image: none;
    display: inline-block;
    float: none;
    height: 100%;
    padding-right: 0;
    width: 3px;
}
ul.TSSEMenu ul li.sep span
{
    height: 3px;
    width: 100%;
}
ul.TSSEMenu li:hover
{
    cursor: pointer;
    position: relative;
}
ul.TSSEMenu li:hover>a
{
    background-color: #375a76;
    border-color: #375a76;
    border: 1px solid #547b96;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
ul.TSSEMenu li a:hover
{
    background-color: #375a76;
    border-color: #375a76;
    border: 1px solid #547b96;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
ul.TSSEMenu li.dis a
{
    color: #666 !important;
}
ul.TSSEMenu img
{
    float: none;
    border: none;
    float: left;
    height: 16px;
    margin-right: 2px;
}
ul.TSSEMenu ul img
{
    height: 16px;
}
ul.TSSEMenu img.over
{
    display: none;
}
ul.TSSEMenu li.dis a:hover img.over
{
    display: none !important;
}
ul.TSSEMenu li.dis a:hover img.def
{
    display: inline !important;
}
ul.TSSEMenu li:hover > a img.def
{
    display: none;
}
ul.TSSEMenu li:hover > a img.over
{
    display: inline;
}
ul.TSSEMenu a:hover img.over,ul.TSSEMenu a:hover ul img.def,ul.TSSEMenu a:hover a:hover ul img.def,ul.TSSEMenu a:hover a:hover img.over,ul.TSSEMenu a:hover a:hover a:hover img.over
{
    display: inline;
}
ul.TSSEMenu a:hover img.def,ul.TSSEMenu a:hover ul img.over,ul.TSSEMenu a:hover a:hover ul img.over,ul.TSSEMenu a:hover a:hover img.def,ul.TSSEMenu a:hover a:hover a:hover img.def
{
    display: none;
}
ul.TSSEMenu a:hover ul,ul.TSSEMenu a:hover a:hover ul
{
    display: block;
}
ul.TSSEMenu a:hover ul ul
{
    display: none;
}
ul.TSSEMenu span
{
    background-image: url("include/templates/default/images/arr_white.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    padding-right: 12px;
}
ul.TSSEMenu li:hover>a>span
{
    background-image: url("include/templates/default/images/arrv_white.gif");
}
ul.TSSEMenu a:hover span
{
    background-image: url("include/templates/default/images/arrv_white.gif");
}
ul.TSSEMenu ul span,ul.TSSEMenu a:hover table span
{
    background-image: url("include/templates/default/images/arr_white.gif");
}
.hand {
    cursor: pointer;
}
.notification-border-n {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid #303642;
}
.notification-th-n {
    background: #303642;
    height: 19px;
}
.notification-title-n { /* Notification message */
    color: #ffffff;
}
.notification-body {
    padding: 6px 10px;
    text-align: justify;
    background: #fff;
}
.notification-border-e {
    border: 1px solid #303642;
    color: #2b2b2b;
}
.notification-th-e {
    background: #303642;
    height: 19px;
}
.notification-title-e { /* Error message */
    color: #ffffff;
}
.shadow
{
    box-shadow: 7px 7px 8px #818181;
    -webkit-box-shadow: 7px 7px 8px #818181;
    -moz-box-shadow: 7px 7px 8px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
}
/* SIGNUP */
#wrapper
{
    width:300px;
    margin:50px auto;
}
#msg
{
    display:none;
    position:absolute;
    z-index:200;
    background:url(include/templates/default/images/msg_arrow.gif) left center no-repeat;
    padding-left:7px;
}
#msgcontent
{
    display:block;
    background:#f3e6e6;
    border:2px solid #924949;
    border-left:none;
    min-width:150px;
    max-width:450px;
    padding:5px;
}
/* BROWSE */
.infiniteCarousel {
    width: 890px;
    position: relative;
}

.infiniteCarousel .wrapper {
    width: 810px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
    overflow: auto;
    min-height: 10em;
    margin: 0 40px;
    position: absolute;
    top: 10px;
}

.infiniteCarousel ul a img {
    border: 1px solid #000;
}

.infiniteCarousel .wrapper ul {
    width: 9999px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
    top: 0;
}

.infiniteCarousel ul li {
    display:block;
    float:left;
    padding: 8px;
    height: 120px;
    width: 120px;
}

.infiniteCarousel ul li a img {
    display:block;
}

.infiniteCarousel .arrow {
    display: block;
    height: 36px;
    width: 37px;
    background: url(include/templates/default/images/arrow.png) no-repeat 0 0;
    text-indent: -999px;
    position: absolute;
    top: 50px;
    cursor: pointer;
}

.infiniteCarousel .forward {
    background-position: 0 0;
    right: 0;
}

.infiniteCarousel .back {
    background-position: 0 -72px;
    left: 0;
}

.infiniteCarousel .forward:hover {
    background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
    background-position: 0 -108px;
}
/* DETAILS */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
.yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li, .yui-navset .yui-navset-bottom .yui-nav li {
    margin: 0 0.5em 0 0;
}
.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    margin: 0 0 0.5em;
}
.yui-navset .yui-navset-left .yui-nav, .yui-navset .yui-navset-right .yui-nav, .yui-navset-left .yui-nav, .yui-navset-right .yui-nav {
    width: 6em;
}
.yui-navset-top .yui-nav, .yui-navset-bottom .yui-nav {
    width: auto;
}
.yui-navset .yui-navset-left, .yui-navset-left {
    padding: 0 0 0 6em;
}
.yui-navset-right {
    padding: 0 6em 0 0;
}
.yui-navset-top, .yui-navset-bottom {
    padding: auto;
}
.yui-nav, .yui-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.yui-navset li em {
    font-style: normal;
}
.yui-navset {
    position: relative;
    zoom: 1;
}
.yui-navset .yui-content {
    zoom: 1;
}
.yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li, .yui-navset .yui-navset-bottom .yui-nav li {
    display: inline-block;
    display: -moz-inline-stack;*;
    display: inline;
    vertical-align: bottom;
    cursor: pointer;
    zoom: 1;
}
.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    display: block;
}
.yui-navset .yui-nav a {
    position: relative;
}
.yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a {
    display: block;
    display: inline-block;
    vertical-align: bottom;
    zoom: 1;
}
.yui-navset-left .yui-nav li a, .yui-navset-right .yui-nav li a {
    display: block;
}
.yui-navset-bottom .yui-nav li a {
    vertical-align: text-top;
}
.yui-navset .yui-nav li a em, .yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em {
    display: block;
}
.yui-navset .yui-navset-left .yui-nav, .yui-navset .yui-navset-right .yui-nav, .yui-navset-left .yui-nav, .yui-navset-right .yui-nav {
    position: absolute;
    z-index: 1;
}
.yui-navset-top .yui-nav, .yui-navset-bottom .yui-nav {
    position: static;
}
.yui-navset .yui-navset-left .yui-nav, .yui-navset-left .yui-nav {
    left: 0;
    right: auto;
}
.yui-navset .yui-navset-right .yui-nav, .yui-navset-right .yui-nav {
    right: 0;
    left: auto;
}
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
    border: solid #303642;
    border-width: 0 0 5px;
    Xposition: relative;
    zoom: 1;
}
.yui-skin-sam .yui-navset .yui-nav li, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li {
    margin: 0 0.16em 0 0;
    padding: 1px 0 0;
    zoom: 1;
}
.yui-skin-sam .yui-navset .yui-nav .selected, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected {
    margin: 0 0.16em -1px 0;
}
.yui-skin-sam .yui-navset .yui-nav a, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
    background: #303642;
    border: solid #2c2c2c;
    border-width: 0 1px;
    color: #cccac8;
    position: relative;
    text-decoration: none;
}
.yui-skin-sam .yui-navset .yui-nav a em, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
    border: solid #303642;
    border-width: 1px 0 0;
    cursor: hand;
    padding: 0.25em .75em;
    left: 0;
    right: 0;
    bottom: 0;
    top: -1px;
    position: relative;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
    background: #303642;
    color: #fff;
}
.yui-skin-sam .yui-navset .yui-nav a:hover, .yui-skin-sam .yui-navset .yui-nav a:focus {
    background: #303642;
    outline: 0;
    color: #fff;
}
.yui-skin-sam .yui-navset .yui-nav .selected a em {
    padding: 0.35em 0.75em;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a em {
    border-color: #2c2c2c;
}
.yui-skin-sam .yui-navset .yui-content {
    background: white;
}
.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    border: 1px solid #2c2c2c;
    border-top-color: #2c2c2c;
    padding: 0.25em 0.5em;
}
.yui-skin-sam .yui-navset-left .yui-nav, .yui-skin-sam .yui-navset .yui-navset-left .yui-nav, .yui-skin-sam .yui-navset .yui-navset-right .yui-nav, .yui-skin-sam .yui-navset-right .yui-nav {
    border-width: 0 5px 0 0;
    Xposition: absolute;
    top: 0;
    bottom: 0;
}
.yui-skin-sam .yui-navset .yui-navset-right .yui-nav, .yui-skin-sam .yui-navset-right .yui-nav {
    border-width: 0 0 0 5px;
}
.yui-skin-sam .yui-navset-left .yui-nav li, .yui-skin-sam .yui-navset .yui-navset-left .yui-nav li, .yui-skin-sam .yui-navset-right .yui-nav li {
    margin: 0 0 0.16em;
    padding: 0 0 0 1px;
}
.yui-skin-sam .yui-navset-right .yui-nav li {
    padding: 0 1px 0 0;
}
.yui-skin-sam .yui-navset-left .yui-nav .selected, .yui-skin-sam .yui-navset .yui-navset-left .yui-nav .selected {
    margin: 0 -1px 0.16em 0;
}
.yui-skin-sam .yui-navset-right .yui-nav .selected {
    margin: 0 0 0.16em -1px;
}
.yui-skin-sam .yui-navset-left .yui-nav a, .yui-skin-sam .yui-navset-right .yui-nav a {
    border-width: 1px 0;
}
.yui-skin-sam .yui-navset-left .yui-nav a em, .yui-skin-sam .yui-navset .yui-navset-left .yui-nav a em, .yui-skin-sam .yui-navset-right .yui-nav a em {
    border-width: 0 0 0 1px;
    padding: 0.2em .75em;
    top: auto;
    left: -1px;
}
.yui-skin-sam .yui-navset-right .yui-nav a em {
    border-width: 0 1px 0 0;
    left: auto;
    right: -1px;
}
.yui-skin-sam .yui-navset-left .yui-nav a, .yui-skin-sam .yui-navset-left .yui-nav .selected a, .yui-skin-sam .yui-navset-left .yui-nav a:hover, .yui-skin-sam .yui-navset-right .yui-nav a, .yui-skin-sam .yui-navset-right .yui-nav .selected a, .yui-skin-sam .yui-navset-right .yui-nav a:hover, .yui-skin-sam .yui-navset-bottom .yui-nav a, .yui-skin-sam .yui-navset-bottom .yui-nav .selected a, .yui-skin-sam .yui-navset-bottom .yui-nav a:hover {
    background-image: none;
}
.yui-skin-sam .yui-navset-left .yui-content {
    border: 1px solid #2c2c2c;
    border-left-color: #2c2c2c;
}
.yui-skin-sam .yui-navset-bottom .yui-nav, .yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav {
    border-width: 5px 0 0;
}
.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav .selected, .yui-skin-sam .yui-navset-bottom .yui-nav .selected {
    margin: -1px 0.16em 0 0;
}
.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav li, .yui-skin-sam .yui-navset-bottom .yui-nav li {
    padding: 0 0 1px 0;
    vertical-align: top;
}
.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav li a, .yui-skin-sam .yui-navset-bottom .yui-nav li a {
}
.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav a em, .yui-skin-sam .yui-navset-bottom .yui-nav a em {
    border-width: 0 0 1px;
    top: auto;
    bottom: -1px;
}
.yui-skin-sam .yui-navset-bottom .yui-content, .yui-skin-sam .yui-navset .yui-navset-bottom .yui-content {
    border: 1px solid #2c2c2c;
    border-bottom-color: #2c2c2c;
}
/* TOP BAR */
#topbar
{
    padding: 5px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #848484;
}
#slbg{ background: #fff; }

/* CSS3 INPUT BUTTONS */
input[type="submit"], input[type="button"], input[type="reset"]
{
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color:#fff;
    display:inline-block;
    vertical-align:top;
    font-size:12px;
    text-align:center;
    height:24px;
    /** Make the text unselectable **/
    -moz-user-select: none;
    -webkit-user-select: none;
    line-height:1 !important;
    width:auto;
    padding:0 9px 1px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border-width:1px;
    border-style:solid;
    background: #151c24;
    border: none;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover,  input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover
{
    background-image:-moz-linear-gradient(top, rgba(255,255,255,.9), rgba(255,255,255,0.2));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.9)), to(rgba(255,255,255,0.2)));
}

input[type="text"], input[type="password"], textarea, select
{
    text-decoration: none;
    border-color:rgba(0, 0, 0, 0.56);
    color:#111;
    display:inline-block;
    vertical-align:top;
    line-height:1 !important;
    width:auto;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border-width:1px;
    border-style:solid;
    padding: 2px !important;
}

input[type="text"], input[type="password"]
{
    height: 22px;
}

textarea, select
{
    padding: 3px;
}

/* FB Shoutbox */
#fb-shoutbox
{
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 500px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 2147483647;
    background: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    line-height: 1.4;
}

#fb-shoutbox select
{
    font-size: 10px !important;
    vertical-align: middle !important;
}

#fb-shoutbox textarea
{
    font-size: 10px !important;
    vertical-align: middle !important;
    width: 90% !important;
    height: 40px !important;
}

.fb-shoutbox-annoucenement img
{
    max-width: 100%;
}

.fb-shoutbox-head
{
    padding: 5px 3px 5px 5px;
    background:#151c24;
    color:#fff;
    height: 24px;
}

.fb-shoutbox-channels
{
    display: inline-block;
    vertical-align: middle;
}

.fb-shoutbox-settings
{
    position: relative;
    background: url(include/templates/default/images/settings.png) no-repeat 0px 0px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 3px;
    cursor: pointer;
}

.fb-shoutbox-setings-html
{
    cursor: normal;
    position: absolute;
    width: 200px;
    top: 20px;
    left: 0;
    padding: 3px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 100;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #000;
    display: none;
}

.fb-shoutbox-setings-html span
{
    display: block;
    margin-bottom: 3px;
    cursor: pointer;
}
.fb-shoutbox-setings-html span:hover
{
    background: #ddd;
}

.fb-shoutbox-close-btn
{
    background: url(include/templates/default/images/close_btn.png) no-repeat 0px 0px;
    float: right;
    width: 15px;
    height: 15px;
}
.fb-shoutbox-close-btn:hover
{
    background: url(include/templates/default/images/close_btn.png) no-repeat 0px -16px;
    cursor: pointer;
}

.fb-shoutbox-open-btn
{
    background: url(include/templates/default/images/close_btn.png) no-repeat 0px -32px;
    float: right;
    width: 15px;
    height: 15px;
}
.fb-shoutbox-open-btn:hover
{
    background: url(include/templates/default/images/close_btn.png) no-repeat 0px -48px;
    cursor: pointer;
}

.fb-shoutbox-message-box
{
    background: #fff;
    height: 250px;
    overflow:auto;
    border: 1px solid #ccc;
}
.fb-shoutbox-message-box img
{
    max-width: 90% !important;
    vertical-align: middle;
    border: 0;
}

.fb-shoutbox-loading
{
    text-align: center;
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}

.fb-shoutbox-shout-msg
{
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #F3F3F3;
    padding: 0px 5px 5px 5px;
    font-size: 11px;
    color:#7C7C7C;
    position: relative;
}
.fb-shoutbox-shout-msg:last-child
{
    border-bottom:none;
}

.fb-shoutbox-shout-msg:hover .fb-shoutbox-manage
{
    display: block;
    opacity: 1;
}

.fb-shoutbox-manage
{
    position: absolute;
    right: 2px;
    top: 0px;
    background: #ddd;
    border: 1px solid #fff;
    padding: 1px 5px 5px 5px;
    opacity: 0.9;
    display: none;
}

.fb-shoutbox-info
{
    float: right;
    text-align: center;
}
.fb-shoutbox-info time
{
    font-size: 11px;
    font-weight: normal;
}
.fb-shoutbox-info img
{
    max-width: 24px !important;
}

.fb-shoutbox-username
{
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

.fb-shoutbox-private-shout
{
    background: #ccc;
    color: #000;
}
.fb-shoutbox-notice-shout
{
    background: #ddd;
    color: #000;
}
.fb-shoutbox-private-shout time, .fb-shoutbox-notice-shout time
{
    color: #fff;
}

.fb-shoutbox-post-shout
{
    position: relative;
}
.fb-shoutbox-post-shout input
{
    width: 468px;
    border: 1px solid #ccc !important;
    border-top: none !important;
    font-size: 11px;
}

.fb-shoutbox-smilies
{
    position: absolute;
    right: 5px;
    top: 2px;
    opacity: 0.6;
}
.fb-shoutbox-smilies:hover
{
    opacity: 1;
    cursor: pointer;
}

.fb-shoutbox-smilies-html
{
    width: 265px;
    height: 310px;
    overflow: auto;
    position: absolute;
    left: -269px;
    bottom: 0;
    padding: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    line-height: 1.4;
    display: none;
}

.fb-shoutbox-smilies-response
{
}

.fb-shoutbox-smilies-response img
{
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.fb-shoutbox-online-list
{
    width: 265px;
    height: 310px;
    position: absolute;
    left: -269px;
    bottom: 0;
    padding: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    line-height: 1.4;
    display: none;
}
.fb-shoutbox-online-list-response
{
    padding: 5px;
    width: 250px;
    height: 300px;
    overflow: auto;
}

/* AUTO COMPLETE */
 .ui-autocomplete
 {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
* html .ui-autocomplete
{
    height: 150px;
}

#plugins
{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.pluginWrapper
{
    margin-bottom: 15px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background-color: rgba(74, 119, 107, 0.8);
border-radius: 12px 17px 18px 18px;
}
.pluginWrapper:last-child
{
    margin-bottom: 0;
}
.pluginHeader
{
    color: #000;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    clear:both;
border: 2px solid #00ff1c;
    background-color: rgba(74, 119, 107, 0.8);
    border-radius: 30px 30px 30px 5px;
}
.pluginContent
{
    border-top: 0;
    padding: 5px 10px;
}
.pluginFooterSmall
{
    //background: #f5f5f5;//
    font-size: 85%;
    padding: 5px;
    text-align: center;
}

#loginbox
{
    color: #000;
}