﻿/************************** DEFINITIONS **************************/

@font-face {
    font-family: 'VB';
    src: url('../font/VirtualLogo.eot');
    src: local('Virtual Logo'), local('VirtualLogo'),
    url('../font/VirtualLogo.eot?#iefix') format('embedded-opentype'),
    url('../font/VirtualLogo.woff2') format('woff2'),
    url('../font/VirtualLogo.woff') format('woff'),
    url('../font/VirtualLogo.ttf') format('truetype'),
    url('../font/VirtualLogo.svg#VirtualLogo') format('svg');
    font-weight: normal;
    font-style: normal;
}


/************************** HTML ELEMENTS **************************/

html
{
    border: 0;
    margin: 0;
    height: 100%;
}

body
{
    background: #c0c0c0;
    border: 0;
    color: #000000;
    cursor: url('../images/cursor/default.cur'), url('../images/cursor/default.gif'), default;
    font-family: Georgia, Verdana, Arial, Tahoma;
    font-size: 15px;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
    padding: 0;

    /* APRIL FOOLS 2010
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    filter:progid:DXImageTransform.Microsoft.BasicImage(mirror=1);
    */
}

a
{
    color: #000000;
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
}

a:link
{
    color: #000000;
}

a:visited
{
    color: #000000;
}

a:hover
{
    color: #FF0000;
    text-decoration: none;
}

a:active
{
    color: #FF0000;
    text-decoration: none;
}

h1
{
    font-family: VB;
    font-size: 62px;
    font-weight: normal !important;
    letter-spacing: -1px;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

h2
{
    font-family: VB;
    font-size: 30px;
    line-height: 28px;
    font-weight: normal !important;
    text-transform: uppercase;
}

h3
{
    font-size: 20px;
}

h4
{
    font-size: 20px;
    height: 25px;
}

h1, h2, h3, h4, h5
{
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a
{
    text-decoration: none;
}

hr
{
    color: #000000;
}

ol
{
    padding-left:25px;
}

ul {
    list-style-type: square;
    padding-left:25px;
}

fieldset
{
    background: url('../images/bg.gif');
    border: 1px solid #a8a8a8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

legend
{
    /* color: #a8a8a8; */
    font-family: Verdana;
    font-weight: bold;
}

img
{
    border: 0;
}

blockquote
{
    background: url("../images/quote.png") no-repeat 4px 5px;
    color: #666;
    font-style: italic;
    margin: 0;
    padding: 6px 20px 6px 40px;
}





/************************** FORM ELEMENTS **************************/

input
{
    background: transparent;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
    box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
    color: #000000;
    /* min-width: 150px; */
    padding: 3px;
    cursor: url('../images/cursor/text.cur'), url('../images/cursor/text.gif'), text;
}

input:disabled
{
}

textarea
{
    background: transparent;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
    box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
    color: #000000;
    margin-bottom: -1px;
    padding: 5px;
    cursor: url('../images/cursor/text.cur'), url('../images/cursor/text.gif'), text;
}

textarea#message
{
    min-height: 300px;
    min-width: 500px;
}

select
{
    background: transparent;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
    box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
    color: #000000;
    margin-bottom: -1px;
    padding: 2px;
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
}

input[type="image"]
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="submit"], input[type="button"], input[type="reset"]
{
    background: #c0c0c0;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 3px 3px rgba(241, 241, 241, 0.5),
    inset 0px -2px 2px rgba(141, 141, 141, 0.4);
    -webkit-box-shadow: inset 0px 3px 3px rgba(241, 241, 241, 0.5),
    inset 0px -2px 2px rgba(141, 141, 141, 0.4);
    box-shadow: inset 0px 3px 3px rgba(241, 241, 241, 0.5),
    inset 0px -2px 2px rgba(141, 141, 141, 0.4);
    color: #000000;
    margin-bottom: -1px;
    padding: 3px;
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
}

input[type="checkbox"]
{
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
}

input:hover, textarea:hover, select:hover
{
    border: 1px solid #c00;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover
{
    background: #c00;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000000;
    color: #f1f1f1;
}

label
{
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
}





/************************** LAYOUT **************************/

#autologin
{
    background: transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
    float: left;
    height: 23px;
    margin: -4px 0 0 5px;
    width: 23px;
}

#autologin:hover
{
    border: 1px solid #c0c0c0;
}

.autologin_on
{
    background: transparent url('../images/autologin_on.png') no-repeat !important;
}
.autologin_on:hover
{
    background: transparent url('../images/autologin_on_hover.png') no-repeat !important;
}

.autologin_off
{
    background: none;
}

.block-title
{
    border-left: 18px solid #D20017;
    border-bottom: 1px solid #000;
    clear: both;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding-left: 3px;
    text-transform: uppercase;
}

.red
{
    border-left: 18px solid #D20017;
}

.green
{
    border-left: 18px solid #18A103;
}

.blue
{
    border-left: 18px solid #2664C1;
}

.yellow
{
    border-left: 18px solid #FFFA0D;
}

.block-content
{
    margin: 5px 0 30px 0;
}

#header_shadow
{
    background: transparent url('../images/bg_main.png') repeat-x 0px 0px;
    height: 306px;
    left: 0;
    position: absolute;
    right: 0;
    top: -41px;
    z-index: 0;
}

#header_vb_shadow
{
    background: transparent url('../images/bg_vb_left.png') no-repeat scroll center 0;
    height: 260px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#container
{
    /*background: transparent url('../images/bg_wrapper.png') repeat-y 0px 0px;*/
    background: #f1f1f1;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: auto !important;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: justify;
    width: 960px;
    z-index: 1;
}

#content
{
    border-right: 1px solid #999;
    float: left;
    padding: 15px 15px 120px 15px;
    vertical-align: top;
    width: 670px;
}

#content-body
{
    width: 960px;
}

#content-body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content-padder
{
    padding: 15px 15px 120px;
}

#footer
{
    /*background: #BF0012 url('../images/bg_footer.png') no-repeat;*/
    background: #BF0012;
    border-top: 25px solid #000;
    bottom: 0px;
    clear: both;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    padding: 15px;
    position: absolute;
    width: 930px;
}

#header
{
    background: #D20017 url('../images/bg_header.png') bottom no-repeat;
    height: 209px;
    margin: 0;
    padding: 0;
    width: 960px;
}

#language
{
    float: right;
    margin: 13px 10px 0 0;
    text-align: right;
}

#language img
{
    border: 1px solid #000;
}

#language a.inactive img
{
    filter: alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#language a.inactive img:hover
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#loginbutton
{
    background: transparent url('../images/login_up_bg.png') no-repeat !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
    height: 25px !important;
    margin-right: 10px !important;
    vertical-align: middle;
    width: 25px !important;
}

#loginform
{
    color: #ddd;
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}

#loginform .inactive,
#loginform .inactive:hover
{
    color: #888;
}

#loginform a
{
    color: #ddd;
}

#loginform input
{
    background: #666;
    border: 1px solid #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #444;
    -webkit-box-shadow: 0 1px 0 #444;
    box-shadow: 0 1px 0 #444;
    color: #ccc;
    float: left;
    height: 17px;
    margin: 4px 0 0 5px;
    padding: 3px 4px;
    width: 150px;
}

#loginform input:hover
{
    border: 1px solid #d00;
    color: #c0c0c0;
}

#logo
{
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
    top: 78px;
    width: 416px;
}

#logo a:hover
{
    color: #000;
}

#pmlitebox
{
    background: #c0c0c0;
    border: 1px solid #000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 5px;
    padding: 10px;
    width: 512px;
}

#main_menu
{
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
    background: -moz-linear-gradient(center top, #222, #000);
    background: linear-gradient(center top, #222, #000);
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 209px;
    width: 960px;
}

#main_menu_spacer
{
    background: #000000;
    height: 52px;
}

#notloggedin
{
    color: #ddd;
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}

#registerbutton
{
    color: #ddd;
    float: right;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}

#registerbutton a
{
    color: #ddd;
}

#register
{
    background: #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333 !important;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin: 0 5px 0 10px;
    padding: 0 50px;
    text-decoration: none;
}

#register:hover
{
    background: #d00;
    color: #f1f1f1 !important;
}

#search
{
    float: right;
    margin: 10px 50px 0;
    padding: 0;
}

#searchbutton
{
    background: transparent;
    border: none;
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
    float: left;
    padding: 0;
    margin-left: -7px;
}

#searchinput
{
    background: #C60013;
    border: 2px solid #690000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: inset 2px 2px 2px rgba(80, 80, 80, 0.4);
    -webkit-box-shadow: inset 2px 2px 2px rgba(80, 80, 80, 0.4);
    box-shadow: inset 2px 2px 2px rgba(80, 80, 80, 0.4);
    color: #690000;
    float: left;
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    padding: 9px;
}

#search-sections
{
    clear: both;
    color: #690000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-left: 12px;
    padding-top: 7px;
}

.searchin
{
    background: transparent;
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
    display: inline;
    margin-left: 5px;
    padding-left: 15px;
}

.searchin_on
{
    background: transparent url('../images/search_checkbox_checked.png') no-repeat 0 1px !important;
}

.searchin_off
{
    background: transparent url('../images/search_checkbox_unchecked.png') no-repeat 0 1px !important;
}

#right-sidebar
{
    border-left: 1px solid #999;
    padding: 15px 15px 45px 15px;
    float: right;
    margin-left: -1px;
    text-align: left;
    vertical-align: top;
    width: 229px;
}

#slogan
{
    color: #000;
    font-size: 12px;
    margin: -5px 9px 0 0;
    padding: 0;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-transform: lowercase;
}

#slogan a
{
    color: #000;
    text-decoration: none;
}

#special
{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
}





/********************** ADVERTISEMENTS *********************/

.advertisement
{
    /*
        background: url('../images/ads_flag.png') repeat-y top left;
        border: 1px solid #c0c0c0;
    */
    font-size: 11px;
    margin-top: 50px;
    /*
        padding: 5px 5px 5px 13px;
    */
}

.infoblock
{
    color: #444;
    font-size: 13px;
    padding: 10px;
}

.infoblock a
{
    color: #444;
}





/************************** OTHER **************************/

.article
{
    float: left;
    min-height: 132px;
    padding: 0 20px 25px 0;
    width: 310px;
}

.article-title
{
    padding: 0 0 5px 0;
}

.article-preview
{
    display: inline;
    float: left;
    padding: 0 15px 15px 0;
    width: 71px;
}

.article-info
{
    display: inline;
    float: left;
    font-size: 12px;
    text-align: justify;
    width: 224px;
}

.borderbottom
{
    border-bottom: 1px solid #000000;
}

.clearer
{
    clear: both;
}

.dontshowall
{
    float: right;
    font-size: 12px;
    margin: -40px 6px 0 0;
    position: relative;
}

.dontshowall a
{
    background: url('../images/show_all_not.png') no-repeat left 2px;
    padding-left: 22px;
}

.dontshowall a:hover
{
    background: url('../images/show_all_not_hover.png') no-repeat left 2px;
}

#error
{
    background: url('../images/warning.png') no-repeat center bottom;
    margin-bottom: 45px;
    padding: 30px 15px 50px 15px;
    text-align: center;
}

#error-message
{
    font-weight: bold;
    margin-bottom: 5px;
}

.flag-content
{
    margin-left: 20px !important;
}

.flyer
{
    float: left;
    min-height: 175px;
    padding: 0 25px 20px 0;
    width: 290px;
}

.flyer-title
{
    padding: 0 0 5px 0;
}

.flyer-preview
{
    display: inline;
    float: left;
    height: 150px;
    padding: 0 15px 15px 0;
    width: 100px;
}

.flyer-info
{
    display: inline;
    float: left;
    font-size: 12px;
    text-align: justify;
    width: 140px;
}

.help
{
    cursor: url('../images/cursor/help.cur'), url('../images/cursor/help.gif'), help;
}

.icon-link
{
    font-size: 12px;
    min-height: 16px;
    padding-left: 19px;
    text-decoration: none;
}

.icon-link a
{
    text-decoration: none;
}

.icon-link-download
{
    background: url('../images/filetypes/16/zip.png') no-repeat;
}

.icon-link-image
{
    background: url('../images/filetypes/16/jpg.png') no-repeat;
}

.icon-link-pdf
{
    background: url('../images/filetypes/16/pdf.png') no-repeat;
}

.index-item
{
    float: left;
    padding: 0 15px 15px 0;
    text-align: center;
    vertical-align: top;
    width: 150px;
}

.index-item a
{
    font-size: 16px;
    text-decoration: none;
}

.index-item img
{
    border: 1px solid #000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-decoration: none;
}

.index-item a:hover > img
{
    background: #c0c0c0;
    border: 1px solid #d00;
}

.info
{
    background: #B6D0FC url('../images/info_icon.png') no-repeat 10px 10px;
    /*background: url('../images/bg_info.png');*/
    border: 1px solid #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 20px 0;
    padding: 10px 10px 10px 32px;
}

.infobox
{
    color: #000000;
    font-size: 12px;
    margin: 3px 0 8px 0px;
    text-align: left;
}

.infobox  .flag
{
    margin-left: -20px;
}

.infobox_entry_title
{
    border-bottom: 1px solid #777777;
    color: #777777;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}

a.infobox:link, a.infobox:visited
{
    text-decoration: none;
}

a.infobox:hover, a.infobox:active
{
    color: #FF0000;
    text-decoration: none;
}

#latest
{
    background: url('../images/latest.png') no-repeat right top;
    border: 1px solid;
    padding: 5px;
    width: 500px;
}

.manual
{
    float: left;
    padding: 0 15px 15px 0;
    width: 450px;
}

.manual-preview
{
    display: inline;
    float: left;
    padding: 0 10px 10px 0;
}

.manual-info
{
    display: inline;
    float: left;
}

.newsitem
{
    margin: 5px 0 30px 0;
}

.newsitem  .adminoptions
{
    float: right;
    font-size: 12px;
}

.newsitem .date
{
    color: #f1f1f1;
    font-size: 12px;
    left: -44px;
    position: absolute;
    text-align: center;
    width: 45px;

	background: #c00;
	border-radius: 10px 0 0 10px;
    color: #f1f1f1;
	font-size: 12px;
	left: -51px;
	padding: 7px 3px;
	position: absolute;
	text-align: center;
	top: -1px;
	width: 45px;
}

.newsitem .date .day
{
    font-size: 18px;
}

.newsitem  .postmeta
{
    font-size: 11px;
}

.newsitem  .readmore
{
    background: transparent url('../images/comments.png') no-repeat 0 4px;
    border-top: 1px dashed #000;
    font-size: 12px;
    padding: 3px 0 0 20px;
}

.newsitem  .story
{
    margin: 15px 0 25px 0;
}

.page-navigation
{
    float: right;
    margin-bottom: 15px;
}

.page-navigation a
{
    background: #c0c0c0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 12px;
    text-decoration: none;
    vertical-align: center;
}

.page-navigation b
{
    background: #c00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 12px;
    text-decoration: none;
    vertical-align: center;
}

.page-navigation a:hover, .page-navigation b:hover
{
    background: #c00;
    color: #000;
}

#redirect
{
    background: url('../images/loader.gif') no-repeat center bottom;
    margin-bottom: 45px;
    padding: 30px 15px 50px 15px;
    text-align: center;
}

#redirect-message
{
    font-weight: bold;
    margin-bottom: 5px;
}

#redirect-ifnotreload
{
}

.rss
{
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.rss:hover
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.subnav
{
    background: transparent url('../images/bg_topnav.png');
    border-bottom: 1px solid #000;
    padding: 2px 15px 4px 15px;
}

.section
{
    background: url('../images/bg.gif');
    border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
    border-right: 1px dotted #000;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    position: relative;
}

.showall
{
    float: right;
    font-size: 12px;
    margin: -40px 6px 0 0;
    position: relative;
}

.showall a
{
    background: url('../images/show_all.png') no-repeat left 2px;
    padding-left: 22px;
}

.showall a:hover
{
    background: url('../images/show_all_hover.png') no-repeat left 2px;
}

.social
{
    float: right;
    margin-top: -28px;
}

.social-item
{
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
    float: left;
    height: 16px;
    filter: alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    margin-right: 2px;
}

.social-item:hover
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.thumb,
.thumb:link,
.thumb:visited
{
    border: 1px solid #000000;
    display: inline-block;
}

.thumb:hover,
.thumb:active
{
    border-color: #FF0000;
}

.thumbstrip-wrapper
{
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
}

.thumbstrip
{
    display: table-row;
}

.thumbstrip-image
{
}

.thumbstrip-current-item
{
    font-size: 25px;
}

.thumbstrip-current-item  img
{
    height: 110px;
    margin-top: -12px;
}

.thumbstrip-item
{
    display: table-cell;
    padding-right: 5px;
}

.thumbstrip-item a
{
    text-decoration: none;
}

.thumbstrip-number
{
    font-family: Verdana;
    font-weight: bold;
    left: -5px;
    margin: 2px 0 -20px 0;
    position: relative;
    text-align: right;
    text-shadow: #f1f1f1 1px 1px 0,
    #f1f1f1 -1px 1px 0,
    #f1f1f1 1px -1px 0,
    #f1f1f1 -1px -1px 0;
}


.topnav
{
    background: rgba(0,0,0,0.3);
    min-height: 56px;
    padding: 15px 15px 0 15px;
}

.topnav #prevnext
{
    float: right;
    font-size: 11px;
}

.topnav #prevnext #prev:before
{
    content: "« ";
}

.topnav #prevnext #next:after
{
    content: " »";
}

.topnav #adminlinks
{
    background: #c0c0c0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border: 1px solid #000;
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
    float: right;
    font-size: 11px;
    padding: 3px 7px;
    margin-right: 15px;
}

.topnav #adminlinks:hover
{

    background: #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.topnav #path
{
    font-size: 11px;
    height: 18px;
}

.topnav #path a
{
    background: transparent url('../images/folder.png') no-repeat 0 2px;
    margin-right: 6px;
    padding: 1px 0 0 17px;
    text-decoration: none;
}

.topnav-letter
{
    background: url('../images/font.png') no-repeat;
    display: inline-block;
    float: left;
    font-size: 0;
    height: 22px;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    width: 9px;
}

#whyregister
{
    background: url('../images/info_icon.png') no-repeat 9px 9px;
    border: 1px solid #000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    float: right;
    font-size: 0.8em;
    padding: 10px;
    width: auto;
}

.zero
{
    filter: alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.meta-score.mini
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin: auto 0;
    text-align: center;
    width: 30px;
}





/************************** FORUM STYLES **************************/

.forum-header-last-post
{
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}

.forum-last-post
{
    font-size: 12px;
    width: 20%;
    text-align: right;
    white-space: nowrap;
}

.forum-last-post a
{
    font-size: 11px;
}

.forum-last-post img
{
    float: right;
}

.forum-post
{
    background: url('../images/bg.gif');
    border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.forum-post-head
{
    background: #c0c0c0;
    border-bottom: 1px solid #000000;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    padding: 10px;
}

.forum-post-head-user
{
    float: left;
    font-weight: bold;
    width: 130px;
}

.forum-post-head-user select
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
    padding: 6px;
    width: 142px !important;
}

.forum-post-head-title
{
    font-weight: bold;
    margin-left: 155px;
    margin-right: 60px;
}

.forum-post-body-posted-on
{
    margin-left: 155px;
    margin-right: 60px;
}

.forum-post-body-posted-on-date
{
}

.forum-post-head-number a
{
    float: right;
    font-weight: bold;
    text-decoration: none;
}

.forum-post-body
{

}

.forum-post-body-left
{
    float: left;
    margin: 10px;
    width: 142px;
}

.forum-post-body-left-box
{
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 3px;
    padding: 5px;
    text-align: left;
    width: 130px;
}

.flag
{
    vertical-align: middle;
}

.forum-post-body-left-box a
{
    text-decoration: none;
}

.forum-post-body-right
{
    margin-left: 155px;
    padding: 10px 13px 10px 10px;
}

.forum-post-body-sig
{
    font-size: 0.8em !important;
}

.forum-post-body-sig:before
{
    content: '\A\A_ _ _\A\A';
    white-space: pre;
}

.forum-post-body-edited
{
    float: right;
    font-size: 0.8em;
    margin: 15px 0 10px 0;
}

.forum-post-body-attachment
{
    margin-top: 15px;
}

.forum-post-body-attachment hr
{
    border-top: 1px dashed #000;
    margin-bottom: -15px;
}

.forum-post-foot
{
    background: #c0c0c0;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    border-top: 1px solid #000000;
    clear: both;
    font-size: px;
    padding: 5px 10px 10px 10px;
    text-align: right;
}

.forum-post-foot img:hover
{
    background: #A8A8A8;
}

.itembox
{
    background: url('../images/bg.gif');
    border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
}

.forum_cat
{
    background: #C0C0C0;
    color: #000000;
}

.forum_head
{
    background: #C0C0C0;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.forum_foot
{
    background: #C0C0C0;
    border-top: 1px solid #000000;
    color: #000000;
}

/*
.forum_user_info
{
	background: #F1F1F1;
	border: 1px solid #000000;
	font-size: 10px;
	padding: 2px;
	width: 130px;
}
*/

.tableheader
{
    background: #C0C0C0;
    font-size: 11px;
    font-weight: bold;
}

.polltopbar
{
    background: #C0C0C0;
    border-bottom: 1px solid;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

.pollbottombar
{
    background: #C0C0C0;
    border-top: 1px solid;
    padding: 5px;
    text-align: left;
}

.pvbformhead
{
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 5px 0;
}





/************************** USER NAVIGATION MENU **************************/

#usernav
{
    background: rgba(0,0,0,0.8);
    border-bottom: 1px solid #000;
    font-family: Arial, Verdana;
    font-size: 12px;
    height: 34px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

#new_messages
{
    background: #d00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ddd;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-left: 4px;
    padding: 0 7px;
}

#usernav a:hover
{
    color: #c0c0c0;
}

#userbar
{
    background: #000;
    height: 34px;
}

#userbar #user_menu
{
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

#user_menu
{
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

#user_menu > li > a
{
    background: url('../images/userbar-arrow.png') no-repeat right 15px;
    color: #ddd;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    margin: 0;
    padding: 0 23px 0 15px;
    text-decoration: none;
}

#user_menu > li > a  > img
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #000;
    float: left;
    margin: 3px 7px 0 0;
}

#user_menu li
{
    float: left;
}

#user_menu li:hover
{
    background: #ddd;
}

#user_menu li:hover > a
{
    color: #000;
}

#user_menu li ul
{
    position: absolute;
    top: -100em;
}

#user_menu li:hover ul
{
    top: auto;
}

#user_menu ul
{
    background: #ddd;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 12px 0;
    margin: 0 0 0 -1px;
    min-width: 120px;
    list-style: none;
    z-index: 666;
}

#user_menu ul a
{
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 3px 15px;
    text-decoration: none;
}

#user_menu ul a:hover
{
    color: #000;
    text-decoration: underline;
}





/************************** MAIN MENU **************************/

#mainmenu
{
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

#mainmenu > li > a
{
    color: #9f9f9f;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#mainmenu > li
{
    border-right: 1px solid #333;
    float: left;
}

#mainmenu > li#last
{
    border-right: none;
}

#mainmenu a:hover
{
    color: #000;
}

#mainmenu li ul
{
    position: absolute;
    display: none;
}

#mainmenu li:hover ul
{
    display: block;
}

#mainmenu ul
{
    background: #c0c0c0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    padding: 13px 0;
    margin: 0 0 0 -1px;
    min-width: 180px;
    list-style: none;
    z-index: 666;
}

#mainmenu ul li
{
    background: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

#mainmenu ul li a
{
    color: #000;
    display: block;
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 2px 15px;
    text-decoration: none;
    text-transform: none;
}

#mainmenu ul a:hover
{
    color: #000;
    text-decoration: underline;
}

#mainmenu li:hover > a
{
    color: #000;
}

#mainmenu li  ul,
#mainmenu li:hover > a
{
    background: #c0c0c0;
}

#mainmenu li ul ul
{
    border-top: 1px solid #000;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    margin: -33px 0 0 180px;
    width: 232px;
}

#mainmenu li ul ul ul
{
    margin: -33px 0 0 232px;
    width: 230px;
}

#mainmenu li:hover ul ul
{
    display: none;
}

#mainmenu li:hover ul,
#mainmenu li li:hover ul
{
    display: block;
}

#mainmenu li:hover ul ul,
#mainmenu li:hover ul ul ul
{
    display: none;
}

#mainmenu li:hover ul,
#mainmenu li li:hover ul,
#mainmenu li li li:hover ul
{
    display: block;
}

#mainmenu li:hover ul ul,
#mainmenu li:hover ul ul ul,
#mainmenu li:hover ul ul ul ul
{
    display: none;
}

#mainmenu li:hover ul,
#mainmenu li li:hover ul,
#mainmenu li li li:hover ul,
#mainmenu li li li li:hover ul
{
    display: block;
}

.multicol
{
    -moz-column-count: 2;
    -moz-column-gap: 1px;
    -moz-column-rule: 1px solid #888;
    -webkit-column-count: 2;
    -webkit-column-gap: 1px;
    -webkit-column-rule: 1px solid #888;
    column-count: 2;
    column-gap: 1px;
    column-rule: 1px solid #888;
    width: 494px !important;
}





/************************** XOOPS **************************/

.outer
{
}

.head
{
    background: #c0c0c0;
    border-bottom: 1px solid #CECECE;
    font-weight: bold;
    padding: 2px 0;
}

.even
{
}

.odd
{
    background: url('../images/bg.gif');
}

.foot
{
    font-size: 0.8em;
    padding-top: 15px;
}

tr.head td { border-bottom: 1px solid #C0C0C0; padding: 4px 5px; font-weight: bold; border-right: 1px solid #C0C0C0; border-left: 0px solid #F5F5F5;  background-image: url(head_bg.gif); }

.outer th
{
    position: absolute;
    visibility: hidden;
}

div.errorMsg { }

div.confirmMsg { }

div.resultMsg { }

div.xoopsCode
{
    /* border: 1px dashed #000;
    overflow: auto;
    max-height: 300px; */
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-family: Bitstream Vera Sans Mono,monospace;
    font-size: 13px;
    overflow: auto;
    padding: 5px 10px;

}

#notifs_form
{
    display: none;
}

#con-wrapper{
    position: relative;
    margin: 100px auto;
    padding: 40px 20px 40px 20px;
    width: 940px;
    height: auto;
    background-color: #24618E;
    color: white;
    display: inline-block;
    background-image: url(showcase_bg.jpg);
    background-repeat: no-repeat;
}

#con-wrapper a{
    color: white;
    text-decoration: underline;
    font-weight: bold;
}


.con-center{
    text-align: center;
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 50px;

}


/* for CBB */

.comText{
    padding: 10px;
    line-height: 200%;
}

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}


/* from xoops.css */

#xoopsHiddenText {visibility: hidden; color: #000000; font-weight: normal; font-style: normal; text-decoration: none;}

.pagneutral {font-size: 10px; width: 16px; height: 19px;text-align: center; background-image: url(./images/pagneutral.gif);}
.pagact {font-size: 10px; width: 16px; height: 19px;text-align: center; background-image: url(./images/pagact.gif);}
.paginact {font-size: 10px; width: 16px; height: 19px;text-align: center; background-image: url(./images/paginact.gif);}





/************************** TABS **************************/

ul .tabs
{
    padding: 0;
}

.tabs
{
    background: transparent;
    border-bottom: 1px solid #000;
    -moz-box-shadow: inset 0px -2px 2px rgba(141, 141, 141, 0.5);
    -webkit-box-shadow: inset 0px -2px 2px rgba(141, 141, 141, 0.5);
    box-shadow: inset 0px -2px 2px rgba(141, 141, 141, 0.5);
    height: 26px;
    list-style: none;
    margin: 0 -15px;
    padding: 8px 0 0 15px;
    position: relative;
}

.tabs li
{
    float: left;
    list-style: none;
    margin: 0 -4px -1px 0;
}

.tabs li a
{
    background:#c0c0c0;
    border:1px solid #000;
    -moz-border-radius: 0 12px 0 0;
    -webkit-border-radius: 0 12px 0 0;
    border-radius: 0 12px 0 0;
    -moz-box-shadow: inset 0px -2px 2px rgba(141, 141, 141, 0.4);
    -webkit-box-shadow: inset 0px -2px 2px rgba(141, 141, 141, 0.4);
    box-shadow: inset 0px -2px 2px rgba(141, 141, 141, 0.4);
    color: #000000;
    display: block;
    float: left;
    font-style: italic;
    font-size: 11px;
    height: 25px;
    line-height: 23px;
    padding: 0 11px 0 7px;
    text-align: center;
    text-decoration: none;
}
.tabs li a span
{
    display:none;
}

.tabs li a:hover {
    color: transparent;
    background: #F1F1F1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
    border-bottom-color: transparent;
    position: relative;
    white-space: normal;
    z-index: 30;
}

.tabs li a.selected
{
    background: #F1F1F1;
    border-bottom-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-weight:bold;
    position: relative;
    z-index:40;
}

.tabs li a:hover span
{
    color: #000;
    display: block;
    left: 10px;
    position: absolute;
    top: 35px;
    white-space: nowrap;
}

.tabs li a.selected:hover span
{
    display: none;
}

.tabs li a.nocontent
{
    color: #909090;
}





/************************** USER RATINGS **************************/

.rating
{
    background: url('../images/rating_matrix.png') no-repeat 0 0;
    clear: both;
    height: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 170px;
}

ul.rating li
{
    cursor: url('../images/cursor/pointer.cur'), url('../images/cursor/pointer.gif'), pointer;
    /*ie5 mac doesn't like it if the list is floated\*/
    float: left;
    /* end hide*/
    text-indent: -999em;
    list-style-type: none;
}

ul.rating li a
{
    height: 15px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 17px;
    z-index: 200;
}

ul.rating li.one a 		{left: 0px}
ul.rating li.two a 		{left: 17px;}
ul.rating li.three a 	{left: 34px;}
ul.rating li.four a 	{left: 51px;}
ul.rating li.five a 	{left: 68px;}
ul.rating li.six a 		{left: 85px;}
ul.rating li.seven a 	{left: 102px;}
ul.rating li.eight a 	{left: 119px;}
ul.rating li.nine a 	{left: 136px;}
ul.rating li.ten a 		{left: 153px;}
ul.rating li a:hover
{
    background: url('../images/rating_matrix.png') no-repeat 0 0;
    height: 15px;
    left: 0;
    overflow: hidden;
    width: 170px;
    z-index: 2;
}

ul.rating li.one a:hover,
.rated-1
{
    background-position: 0 -15px;
}

ul.rating li.two a:hover,
.rated-2
{
    background-position: 0 -30px;
}

ul.rating li.three a:hover,
.rated-3
{
    background-position: 0 -45px;
}

ul.rating li.four a:hover,
.rated-4
{
    background-position: 0 -60px;
}

ul.rating li.five a:hover,
.rated-5
{
    background-position: 0 -75px;
}

ul.rating li.six a:hover,
.rated-6
{
    background-position: 0 -90px;
}

ul.rating li.seven a:hover,
.rated-7
{
    background-position: 0 -105px;
}

ul.rating li.eight a:hover,
.rated-8
{
    background-position: 0 -120px;
}

ul.rating li.nine a:hover,
.rated-9
{
    background-position: 0 -135px;
}

ul.rating li.ten a:hover,
.rated-10
{
    background-position: 0 -150px;
}


/***** INTERNET EXPLODER *****/
body
{
    *cursor: default;  /* IE6+7 */
    cursor: default\0; /* IE8+9 */
}
a,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="checkbox"],
label,
#autologin,
#loginbutton,
#searchbutton,
.searchin,
.topnav #adminlinks,
.tabs li a:hover,
ul.rating li
{
    *cursor: pointer;  /* IE6+7 */
    cursor: pointer\0; /* IE8+9 */
}
input,
textarea
{
    *cursor: text;  /* IE6+7 */
    cursor: text\0; /* IE8+9 */
}
.help
{
    *cursor: help;  /* IE6+7 */
    cursor: help\0; /* IE8+9 */
}
