body
{
    margin: 0;
    font-family: Trebuchet MS;
    font-size: 16px;
    color: #424242;
}
p
{
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 10px 0;
}
h3
{
    color: #cc071e; 
}
a
{
color:#d02128;
text-decoration:none;
text-transform:none;
}
a:hover
{
color:#e84b51;
}
input, textarea
{
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
}
input[type="submit"], input[type="button"], button
{
    background-color: #cc071e;
    border: 0;
    color: #FFF;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 15px;
    cursor: pointer;
    
}

.site-wrapper {
	margin: 0 auto;	
}
.header-wrapper{
        background-image: url(/images/header_small_img.jpg);
	background-repeat: no-repeat;
	height: 241px;
	background-position: center center;
}
.header-text
{
    color: #FFF;
    font-size: 14px;
}
.header{
        position: relative;
}
.header-small
{
    height: 20px;
    position: absolute;
    top: 38px;
    right: 0;
    margin: 0;
    padding: 0;

}
.content-wrapper {
	background-color: #f2f2f2;
}
.content
{
    padding-top: 10px;
    padding-bottom: 30px;
}

.content-left
{
    float:left;
    width:237px;
    margin-right: 25px;
}
.content-right
{
    float:left;
    width:698px;
}

.slider-wrapper 
{
    border-bottom: 2px solid #cbcbcb;
    height: 86px;
    padding-top: 22px;
    clear: both;
}
.footer-wrapper 
{
    border-bottom: 1px solid #83a785;
    background-color: #379d3f;
}
.inner-wrapper {
    margin: 0 auto;
    width: 960px;
    clear: both;
}
/*MENU*/
ul.menu
{
list-style-type:none;
margin:0;
padding:0;
position: absolute;
right: 183px;
top: 75px;
}
ul.menu li
{
float:left;
margin-right: 6px;
}
ul.menu li a
{
font-weight: bold;
color:#444444;
background-color: #f5f5f5;
padding: 4px 8px;
text-decoration:none;
text-transform:none;
border-bottom: 1px solid #888;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
ul.menu li a:hover, ul.menu li.active > a
{
font-weight: bold;
color:#f5f5f5;
background-color: #cc071e;
border-bottom: 1px solid #cc071e;
}

ul.menu ul li, .menu ul li a {
    display: block;
    float: none;
}

ul.menu ul {
    padding: 5px 0 0 0;
    display: none;
    position: absolute;
}

ul.menu :hover ul {
    display: block;
}
/*BIGBUTTON*/
.bigbutton
{
	display: inline-block;
    padding: 11px 14px;
    overflow: hidden;
    white-space: nowrap;
}
.bigbutton .symbol
{
    float: left;
    margin: 0 10px 10px 0;
}
.bigbutton .bigbutton-text
{
    display: inline-block;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}
/*BIGBUTTON CUSTOM*/
.bigbutton-green
{
    background-color: #40ae49;
    border-bottom: 1px solid #888;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}
.bigbutton-green .bigbutton-text
{
    color: #fefefe;
}
.mainnews .bigbutton {
	float: left;
	margin: -70px 0 0 40%;
}
.header .bigbutton {
	position: absolute;
    right: 0;
    top: 64px;
}
/*SYMBOL*/
.symbol
{
    width: 30px;
    height: 30px;
    background-image: url(/images/nav_ico.png);
}
.symbol-reg {background-position: -90px 0;}
.symbol-naplo {background-position: -60px 0;}
.symbol-pen {background-position: -30px 0;}
.symbol-face {background-position: 0 0;}

/*LOGIN*/
.header-login dl
{
    position: absolute;
    right: 0;
    top: 5px;
    margin:0;
    padding:0;
}
.header-login dl dt, .header-login dl dd
{
    margin: 0 0 0 3px;
    float: left;
    line-height: 22px;
}
.header-login #email-element input
{
    width: 137px;
}
.header-login #rememberme-element
{
    position: absolute;
    left: 34px;
    top: 31px;
}
.header-login #rememberme-label
{
    position: absolute;
    left: 55px;
    top: 30px;
}
.header-login #password-element input
{
    width: 137px;
}
/*BIGBOX*/
.bigbox
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #FFF;
    border-bottom: 1px solid #d2d2d2;
}
.bigbox-header
{
    height: 59px;
    background-image: url(/images/bigbox_header_back.png);
    padding-left: 34px;
}
.bigbox-header-inner
{
    height: 59px;
    background-image: url(/images/bigbox_header_back.png);
    background-position: top right;
}
.bigbox-content
{
    padding: 23px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #f3f3f3;
}

.bigbox-header-text
{
    font-weight: normal;
    margin: 0 0 0 -10px;
    padding: 12px 0 0 0;
    font-size: 25px;
    color: #cc071e;
}
.bigbox-footer
{
    padding: 23px;
    background: url(/images/bigbox_footer_back.png);
    background-repeat: repeat-x;
}

.form
{
    
}

.form dl
{
    margin: 0;
    padding: 0;
}
.form dt
{
    font-weight: normal;
    padding: 5px 0;
    float: left;
    clear: both; 
    width: 150px;
}
.form dt.inputfirst{
    width: 30px;
}
.form dd
{
    margin: 0;
    padding: 0;
    float: left;
    width: 300px;
    position: relative;
}
.form dd p.description
{
    padding: 2px 5px;
    background: #ee8;
    float: left;
    width: 300px;
    position: absolute;
    right: -315px;
    top: 0px;
    width: 300px;
    box-shadow: 1px 1px 1px #888;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 1px 1px 1px #888;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #fff;
    font-size: 11px;
    display:none;
}
.form dd.inputfirst{
    width: 470px;
}
.form dd input[type="text"], input[type="password"]
{
    width: 300px;
}
.form dd label{
    font-weight: normal;
}
dl.data
{
    margin: 0;
    padding: 0;
}
dl.data dt
{
    font-weight: bold;
    padding: 5px 0;
    clear: both;
    color: #222;
}

dl.data dd
{
    margin: 0;
    padding: 0;
}


ul.errors li
{
    list-style-image: url(/images/error.png);
    color: #cc071e;
    font-size: 11px;
    line-height: 17px;
}
p.success{
    background: #BFE3BF;
    padding: 8px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sidemenu
{
    list-style-type:none;
    padding:0;
    margin:0;
}

.sidemenu li
{
    padding: 0;
    margin: 0 40px 8px 0;
    /* background: url(/images/sidemenu_back.png); */
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sidemenu li a {
    padding: 4px 4px 6px 10px;
    /* height: 36px; */
    display: block;
    font-weight: bold;
    /* background: url(/images/sidemenu_back.png); */
    box-sizing: border-box;
    width: 237px;
    /* line-height: 1; */
}
.sidemenu li:after {
    background: url(/images/sidemenu_back.png) 100% 0;
    content: "";
    display: inline-block;
    width: 40px;
    height: 36px;
    position: absolute;
    right: -40px;
    top: 0;
}
.sidemenu li:hover:after, .sidemenu li.active:after
{
    background-position: 100% 100%;
}
.sidemenu li a span {
    display: block;
    font-size: 10px;
    text-align: right;
}

.sidemenu ul{
    list-style: none;
    padding: 0;
    margin:0;
}
.sidemenu ul li
{
    padding: 0;
    margin: 0 0 4px 10px;
}
.sidemenu ul li a
{
    padding-left: 0;
    line-height: 15px;
    height: auto;
    display: inline;
    background: none;
    font-weight: normal;
}
.sidemenu ul li a:hover,.sidemenu ul li.active a
{
    background-position: 0 0;
    text-decoration: underline;
}
/*SLIDER*/
.slider-menu
{
    width: 960px;
    height:86px;
    bottom: -2px;
    position: relative;
}
.slider-menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.slider-menu ul li
{
    float: left;
    padding-left: 27px;
    height: 86px;
}
.slider-menu ul li a
{
    display: block;
    height: 70px;
    padding: 16px 27px 0 0;
    font-size: 15px;
    font-weight: normal;
    color: #444444;
}
.slider-menu ul li.active a
{
    background: url(/images/tab_active_back.png) top right;
}
.slider-menu ul li.active
{
    background: url(/images/tab_active_back.png);
}
.slider-menu ul li a .slider-button-text
{
    float:left;
    padding-left: 12px;
    color: #424242;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}
.slider-menu ul li a .symbol
{
    float:left;
}

.slider-wrapper ul li.slider-button-green
{
    height: 76px;
    background-color: #40ae49;
    border-bottom: 1px solid #888;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-left: 15px;
}
.slider-wrapper ul li.slider-button-green li a
{
    height: 76px;
    padding-right: 15px;
}
.slider-wrapper ul li.slider-button-green a .slider-button-text
{
    color: #fefefe;
}
.slider-content-wrapper
{
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f5f5f5;
}
.slider-content
{
    padding: 18px 22px 16px 26px;
    background-color: #fefefe;
    border-bottom: 2px solid #dadada;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-left: 25px;
    height:258px;
}
/*BREADCRUMB*/
.breadcrumb-wrapper
{
    line-height: 22px;
    height: 22px;
    padding: 5px 0 5px 0;

}
.breadcrumbicon
{
    width: 24px;
    height: 21px;
    float: left;
    background-image: url(/images/nav_ico.png);
    background-position: -150px 0;
    margin-right: 5px;
}
.logo
{
    margin-left: -10px;
    width: 198px;
    height: 98px;
    position: absolute;
    top: 0;
    left: 0;
    
}
/*FOOTER*/
.footer-text
{
    height: 90px;
    padding-left: 22px;
    padding-top: 10px;
    color: #fff;
}
.footer-text a
{    
    margin-right: 30px;
    color: #fff;
}
.footer-goart
{
    width: 30px;
    height: 11px;
    float: right;
    background-image: url(/images/nav_ico.png);
    background-position: -180px 0;
    padding-right: 22px;
    margin-top: 5px;
}

/*BOTTOMMENU*/
.bottommenu
{
    margin: auto;
    width: 960px;
}
.bottommenu-wrapper
{
    padding-top: 18px;
    padding-bottom: 17px;
    margin-top: 5px;
    background-color: #eaeaea;
}
.bottombox
{
    float: left;
    height: 170px;
    width: 307px;    
}
.bottombox-header
{
    font-weight: bold;
    padding-left: 9px;
    width: 307px;
    line-height: 36px;
    height: 36px;
    background: url(/images/bottombox_header_back.png);
    background-repeat: no-repeat;
}
.bottombox-content
{
    padding-top: 17px;
    padding-left: 11px;
    height: 134px;
}
.bottombox-content ul
{
    margin: 0;
    padding: 0;
}
.bottombox-content ul li 
{
    list-style-type: none;
}

.side-box
{
    background-color: #ffffff;
    width: 237px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 1px solid #d2d2d2;
}
.side-box-header
{
    padding-left: 12px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    background-color: #C3081D;
    border-bottom: 1px solid #b0b5c0;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    
}
.facebook-side-box .side-box-header
{
    background-color: #36518a;
}


.profile-left{
    float:left;
    width: 432px;
    padding-right: 10px;
    border-right: 1px solid #aaa;
}
.profile-right{
    float:left;
    width: 195px;
    padding-left: 10px;
}
.profile-wrapper dl.data ul{
    margin:0;
    padding:0;
    list-style: none;
}
.bigbox-header-inner-profile{
    position: relative;
}
.bigbox-header-inner-profile img{
    position: absolute;
    top: 2px;
    left: -12px;
}
.bigbox-header-inner-profile .bigbox-header-inner-profile-region{
    position: absolute;
    top: 2px;
    left: 45px;
}
.bigbox-header-inner-profile .bigbox-header-inner-profile-school{
    margin:0;
    padding:0;
    position: absolute;
    top: 34px;
    left: 45px;
    right: 0px;
    font-size: 18px;
    line-height: 16px;
}
.bigbox-header-inner-profile .bigbox-header-inner-profile-school span{
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 18px;
    line-height: 16px;
}
.list-item{
    background: #ececec;
    padding:4px;
    margin-bottom: 2px;
    height: 50px;
    clear:both;
}
.list-item .list-item-avatar{
    float: left;
    margin-right: 4px;
    width: 50px;
    height: 50px;
    
}
.list-item .list-item-data{
    float:left;
    width: 580px;
}
.list-item-odd{
    background: #e7e7e7;
}
.pager{
    position: absolute;
    top: 19px;
    right: 55px;
}
.pager-inner{
    position: relative;
}
.pager .pager-btn{
    width: 18px;
    height: 18px;
    position: absolute;
    background: url('/images/pager.png') no-repeat;
}
.pager .pager-btn-prev{top: -1px;left: -25px;}
.pager .pager-btn-next{top: -1px;right: -25px;}
.pager a.pager-btn-prev{}
.pager span.pager-btn-prev{background-position: bottom left;}
.pager a.pager-btn-next{background-position: top right;}
.pager span.pager-btn-next{background-position: bottom right;}
.sorter{
    position: absolute;
    top: 19px;
    left: -10px;
}

.search-form
{
    
}
.search-form dl dt
{
    font-weight: normal;
    padding: 5px 0;
    float: left;
    clear: both;
    width: 75px;
}
.search-form dl dd
{
    margin: 0;
    padding: 0;
    float: left;
    width: 155px;
    position: relative;
}
.search-form dl dd input[type="text"]
{
    width: 155px;
}
.facebook-site-wrapper
{
    width: 520px;
}
.facebook-header
{
    width: auto;
    height: 464px;
    background: url(/images/fb_header_img.png)
}
.facebook-header-newsletter
{
    width: 500px;
    height: 80px;
    margin-bottom: 10px;
    background: url(/images/fb_hirlevel.jpg)
}
.facebook-content
{
    text-align: justify;
    width: 440px;
    padding-left: 37px;
    padding-right: 37px;
}
.table,th,td
{
    text-align: center;
    padding: 2px;
    border:1px solid black;
    
    width: 650px;
}
td
{
    border: 1px solid black;
    height: 20px;
}
.form-slider-newsletter dl dd.inputfirst
{
    width: 792px;
}
p.comment{
    color: #888;
    font-size: 11px;
    padding: 20px 0;
}