html{
    color:#000;
    background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img{
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup{
    font-style:inherit;
    font-weight:inherit;
}

del,ins{
    text-decoration:none;
}

li{
    list-style:none;
}

caption,th{
    text-align:left;
}

h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}

q:before,q:after{
    content:'';
}

abbr,acronym{
    border:0;
    font-variant:normal;
}

sup{
    vertical-align:baseline;
}

sub{
    vertical-align:baseline;
}

legend{
    color:#000;
}

input,button,textarea,select,optgroup,option{
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

input,button,textarea,select{
    *font-size:100%;
}

body{
    margin:0;
    padding:0;
    padding-bottom:5px!important;
    font-family:"Trebuchet MS",arial,verdana;
    font-size:.8em;
    color:#444;
}

html{
    background:url(/static/gfx/bg5.png)!important;
}

a{
    color:#3373c1;
}

a:hover{
    color:#c13376;
}

.noshadow,#logocontrol a img{
    box-shadow:none!important;
    -webkit-box-shadow:none!important;
    -moz-box-shadow:none!important;
}

a img{
    box-shadow:0 .1em 5px #828282;
    -webkit-box-shadow:0 .1em 5px #828282;
    -moz-box-shadow:0 .1em 5px #828282;
    padding:1px;
    border:1px solid gray;
    margin:1px;
}

a img.noborder,img.noborder,a img.noborder:hover{
    padding:0;
    border:0;
}

.vmiddle{
    vertical-align:middle;
}

a img:hover{
    border:1px solid black;
}

a h2,h2 a{
    text-decoration:none;
}

div.box h2 a{
    text-decoration:underline;
}

a.sort{
    font-weight:bold;
    color:#000;
}

h2{
    font-weight:normal;
    font-size:24px;
    margin:3px;
    padding:0;
    color:#feac00;
}

h2 a.toggle{
    font-size:12px;
}

input,select,textarea{
    font-family:"Trebuchet MS",arial,verdana;
    border:1px solid #c3c3c3;
    color:#4e4e4e;
    background:#fbfbfb;
    line-height:normal;
    padding:2px;
    margin:2px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
}

input.basicInput,input.login{
    width:140px;
}

input.commentForm{
    background:#ededed!important;
}

input.basicSubmit{
    padding:5px 20px;
}

input.basicSubmitLogin,input.basicSubmitSearch{
    padding:1px 20px;
}

.freePopup input#cancelButton,.freePopup input#deleteForumMessage,.freePopup input#deleteComment,.freePopup input#confirmButton{
    margin-top:10px;
    padding:7px;
    border:1px solid #3f5e8c;
    background:#819cc3;
    font-weight:bold;
    color:#fff;
}

.box, .whitebox{
    word-wrap: break-word;
    margin:10px 0;
    padding:10px;
    border:1px solid #e4e4e4;
    background:#fff url(/static/gfx/content_bg2.png) no-repeat scroll bottom right;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
}

p{
    margin:5px;
}

a.curpage{
    font-weight:bold;
}

#chat{
    max-height:400px;
    overflow:auto;
}

#container{
    padding:0;
    margin:0 auto;
    width:1111px;
}

#header{
    height:70px;
    padding:0;
}

#headercontainer{
    width:920px!important;
    position:relative;
    margin:0 auto;
}

#logo{
    float:left;
    margin:10px 0 0 5px;
}

#logo a{
    width:237px;
    height:80px;
    display:block;
    background:url(/static/gfx/logo/tissi.png) no-repeat;
}

#logo h1{
    margin:0;
    padding:0;
}

#logo h1 span{
    display:none;
}

#menu{
    position:absolute;
    top:57px;
    left:240px;
    padding:5px;
}

#menu ul{
    border-bottom:1px solid #e2e2e2;
    padding:3px 10px 3px 10px;
    margin:0;
    padding:0;
}

#menu ul li{
    display:inline;
}

#menu ul li a{
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-topleft:4px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    border-top:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
    border-right:1px solid #e2e2e2;
    background:#e2e2e2;
    margin-left:3px;
    padding-top:3px;
    padding-left:3px;
    padding-right:3px;
    text-decoration:none;
}

#menu ul li a:hover,#menu ul li a.selected{
    border-bottom:1px solid #f2f2f2;
    border-top:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
    border-right:1px solid #e2e2e2;
    background:#f2f2f2;
}

#menu ul li a.newcomment{
    color:#800000;
    font-weight:bold;
}

#menu ul li a.newcomment:hover{
    color:#000;
}

#content{
    padding:10px;
    background:#D8DEEB url(/static/gfx/content_bg.png) no-repeat;
    -moz-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0;
    width:920px;
}

.leftside{
    float:left;
    width:220px;
}

.profileleftside{
    float:left;
    width:190px;
    margin-right:10px;
}

.profilerightside{
    float:left;
    width:682px;
}

.rightside{
    width:690px;
}

#left{
    width:180px;
    float:left;
    margin-right:20px;
}

#left #login #register{
    display:none;
}

#middle{
    width:662px;
    float:left;
}

#footer{
    line-height:170%;
    font-size:11px;
    width:100%;
    min-width:882px;
    color:#444;
    padding:1px 0;
    background:#D8DEEB;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -moz-border-radius-bottomright:8px;
    -moz-border-radius-bottomleft:8px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
}

#footer a{
    font-size:11px;
    color:#444;
}

#footer div.content{
    text-align:center;
    width:450px;
    margin:0 auto;
    padding-top:20px;
}

#footer div.content div.contact{
    padding-top:20px;
}

#footer div.content div.left{
    text-align:right;
    margin-right:10px;
}

#footer div.content div.right{
    text-align:left;
    margin:0 auto;
}

#footer ul{
    list-style-type:none;
}

div.imagelist{
    margin:8px 1px;
    float:left;
    min-width:210px;
    min-height:180px;
    text-align:center;
}

div.frontpageimagelist{
    float:left;
    min-width:157px;
    min-height:180px;
    text-align:center;
}

div.hiddenPicture img{
    filter:alpha(opacity=50);
    -moz-opacity:.5;
    -khtml-opacity:.5;
    opacity:.5;
}

div.defaultPicture img{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -khtml-border-radius:2px;
    border-radius:2px;
    border:3px solid #e5c67c!important;
}

.purpletransparent{
    background:url(/static/gfx/purple_transparent.png);
}

.yellowtransparent{
    background:url(/static/gfx/yellow_transparent.png);
}

.whitetransparent{
    background:url(/static/gfx/white_transparent.png);
}

.searchform{
    margin-top:10px;
    padding:3px;
    float:right;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
}

.searchform input.search{
    width:200px!important;
}

.searchform input{
    -webkit-border-radius:4px!important;
    -moz-border-radius:4px!important;
    -khtml-border-radius:4px!important;
    border-radius:4px!important;
}

div.quote{
    padding:5px;
    margin:10px;
    border:1px solid #ededed;
    background:#f3f3f3;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
}

div.quote div.quoted{
    font-size:85%;
}

div.commentBox{
    padding:3px;
    margin:3px;
}

div.commentBox h2{
    margin:0;
    padding:0;
}

div.commentBox div.picture{
    margin-right:5px;
    float:left;
}

div.commentBox div.commentRight{
    float:left;
}

div.commentBox div.comment{
    padding:2px 0;
}

div.commentBox div.comment div.pointer{
    float:left;
    background:url(/static/gfx/comment_arrow.png) no-repeat;
    background-position:center center;
    width:10px;
    padding:2px 0;
    margin:0;
    height:40px;
}

div.commentBox div.comment div.commentContent{
    width:750px;
    padding:2px 2px 2px 10px;
    margin:0;
    min-height:40px;
    float:left;
    background:#ececec;
    //border-bottom:1px solid #cfcfcf;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}

div#randomCommentArea div.commentBox div.comment div.commentContent{
    width:500px;
    padding:2px 2px 2px 10px;
    margin:0;
    min-height:40px;
    float:left;
    background:#f2f2f2;
    border-bottom:1px solid #cfcfcf;
}

div.commentBox div.comment div.commentContent div.commentProfilePicture{
    padding:5px;
}

div.plaincomment{
    font-size:11px;
}

div.plaincomment span.time{
    font-size:8px;
    color:#b7b7b7;
}

a.commentDelete,.smallgray{
    font-size:11px;
    color:#a7a7a7;
}

a.commentDelete:hover{
    color:#c13376;
}

div.privateComment{
    color:red;
    font-weight:bold;
    background:#ececec url(/static/gfx/privatecomment.png) no-repeat scroll bottom right!important;
}

div.privateComment&gt;
span{
    background:#ececec;
}

ul li ul li{
    margin-left:5px;
}

div.freePopup{
    width:500px;
    background:url(/static/gfx/yellow_transparent.png);
    padding:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
}

div.freePopup div.popupcontenthtml{
    background:#fff;
    width:96%;
    //width:451px;
    padding:10px;
}

div.profilePopup{
    width:250px;
}

div.profilePopupContainer{
    display:none;
    background:#fff;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
    border:1px solid #bcbcbc;
    -webkit-box-shadow:2px 2px 5px #8e8e8e;
    -moz-box-shadow:2px 2px 5px #8e8e8e;
    -khtml-box-shadow:2px 2px 5px #8e8e8e;
    box-shadow:2px 2px 5px #8e8e8e;
}

div.popupcontent{
    clear:both;
    margin:0;
}

a.closeFreePopup{
    font-family:verdana;
    font-size:1.09em;
    font-weight:bold;
    text-decoration:none;
    color:#819cc3;
    position:relative;
    top:6px;
    left:-5px;
}

div.popupcontenthtml{
    width:151px;
    background:#fff;
    padding:10px;
    float:left;
}

div.popupcontent h1{
    font-size:18px;
}

div.popupcontent p,div.popupcontent h1{
    padding:0;
    margin:0;
}

.feedComment{
    color:#888!important;
    margin-left:15px!important;
    font-size:.89em!important;
}

.block{
    display:block!important;
}

.selectedPicture{
    background:#7ab6dd;
}

div.information{
    border-top:1px solid #d6d6d6;
}

.boy{
    color:#0e16ad;
}

.girl{
    color:#e310ab;
}

.admin{
    color:#000!important;
    font-weight:bold!important;
}

.bold{
    font-weight:bold!important;
}

.green{
    color:#10e31e;
}

.red{
    color:#c70000;
}

ul.verticalmenu li{
    display:inline;
    margin-right:10px;
}

.hidden{
    display:none;
}

.clear{
    clear:both;
}

.left{
    float:left;
}

.right{
    float:right;
}

.centered{
    margin:0 auto;
    text-align:center;
    width:100%;
}

.center{
    text-align:center;
}

.margin3{
    margin:3px;
}

.margin10{
    margin:10px 0;
}

.margin10bottom{
    margin-bottom:10px;
}

.margin10top{
    margin-top:10px;
}

.margin10left{
    margin-left:10px;
}

.margin10right{
    margin-right:10px;
}

.margin3bottom{
    margin-bottom:3px;
}

.floatCentered{
    float:left;
    margin:3px;
    text-align:center;
}

.bg2{
    background:#ededed;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
}

.padding2{
    padding:2px;
}

.w40,.width40{
    width:40px;
}

.w50,.width50{
    width:50px;
}

.w60,.width60{
    width:60px;
}

.w70,.width70{
    width:70px;
}

.w80,.width80{
    width:80px;
}

.w90,.width90{
    width:90px;
}

.w100,.width100{
    width:100px;
}

.w150,.width150{
    width:150px;
}

.w180,.width180{
    width:180px;
}

.w200,.width200{
    width:200px;
}

.w250,.width250{
    width:250px;
}

.w300,.width300{
    width:300px;
}

.w350,.width350{
    width:350px;
}

.w500,.width500{
    width:500px;
}

.w650,.width650{
    width:650px;
}

.w78,.width78{
    width:78.68%;
}

.w86,.width86{
    width:86.51%;
}

.w700,.width700{
    width:700px;
}

.w750,.width750{
    width:750px;
}

div.error,div.success,div.notify{
    padding:15px;
    margin:5px;
}

div.error{
    background:#ffd4d4;
    border:1px solid #ff8e8e;
}

div.success{
    background:#b8f6b6;
    border:1px solid #84bd82;
}

div.notify{
    background:#b7e3ff;
    border:1px solid #7dadcb;
}

.error_message{
    color:#b50b0b;
}

.search_result{
    font-weight:bold!important;
    color:#e08d0a!important;
}

.useragreementRegistration{
    height:170px;
    overflow:auto;
}

.ac_results{
    padding:0;
    border:1px solid #b8b8b8;
    background:#fff;
}

.ac_results ul{
    margin:0;
    padding:5px 15px;
    list-style-type:none;
    text-decoration:none;
}

.ac_results ul liac_even:hover .ac_results ul li.ac_odd:hover{
    background:#f6f6f6;
}

.headerAdBox{
    font-weight:bold;
    background:url(/static/gfx/white_transparent.png);
    position:relative;
    top:15px;
    left:70px;
    padding:6px;
    float:left;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
}

div.rating-cancel,div.star-rating{
    float:left;
    width:17px;
    height:15px;
    text-indent:-999em;
    cursor:pointer;
    display:block;
    background:transparent;
    overflow:hidden;
}

div.rating-cancel,div.rating-cancel a{
    background:url(/static/gfx/delete.gif) no-repeat 0 -16px;
}

div.star-rating,div.star-rating a{
    background:url(/static/gfx/star.gif) no-repeat 0 0;
}

div.rating-cancel a,div.star-rating a{
    display:block;
    width:16px;
    height:100%;
    background-position:0 0;
    border:0;
}

div.star-rating-on a{
    background-position:0 -16px!important;
}

div.star-rating-hover a{
    background-position:0 -32px;
}

div.star-rating-readonly a{
    cursor:default!important;
}

div.star-rating{
    background:transparent!important;
    overflow:hidden!important;
}

a.tag_smallest{
    font-size:11px;
    color:#9d9d9d;
}

a.tag_largest{
    font-size:22px;
    color:#55514c;
}

a.tag_larger{
    font-size:18px;
    color:#6b6762;
}

a.tag_medium{
    font-size:14px;
    color:#797570;
}

a.tag_small{
    font-size:12px;
    color:#a7a7a7;
}

span.tagcontent{
    padding:3px;
    border:1px solid #d9d9d9;
    background:#e7e7e7;
}

span.tagcontent:hover{
    border:1px solid #d0d0d0;
    background:#dcdcdc;
}

.time,.time a{
    font-size:11px;
    color:#a7a7a7;
}

.time a:hover{
    color:#c13376;
}

.threadRow:hover{
    background:#f4f4f4;
}

div.MultiFile-label{
    padding:3px 10px;
    margin:2px;
    border-bottom:1px solid #e0e0e0;
}

a.MultiFile-remove,.removeLink{
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    color:#eb0000;
}

#atffc{
    margin:0!important;
    display:none!important;
}

div.list a,div.list span{
    margin:0 2px;
}

div#livebox{
    position:fixed;
    right:0;
    bottom:0;
}

div#statusbox_container{
    float:right;
    margin:0 5px;
    padding:5px 5px 0 5px;
}

div#statusbox{
    padding:5px;
    background:#fff;
    border:1px solid #b5b5b5;
    border-bottom:none;
}

div#statusbox div.statusbox_content{
    clear:both;
}

div#newcommentsbox,div#livebox_chatInvites,div#statusbox,div#statusbox_container{
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    -khtml-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0;
}

div.livebox_images_container,div.livebox_logins_container{
    padding:3px;
    position:fixed;
    right:5px;
    z-index:200;
    max-width:170px;
}

div#livebox_logins,div#livebox_images{
    padding:5px;
    background:#fff;
}

div#livebox_images{
    text-align:center;
}

div.livebox_content{
    float:left;
    padding:4px 2px;
    width:75px;
    text-align:center;
}

div#newcommentsbox a,div#livebox_chatInvites a{
    text-decoration:none;
    color:#d90b0b!important;
}

div#livebox_chatInvites a{
    color:#267018!important;
}

div#newcommentsbox,div#livebox_chatInvites{
    float:left;
    padding:2px 3px!important;
    display:none;
    background:#fff;
    font-size:14px;
    font-weight:bold;
    border:1px solid #c9811c;
    border-bottom:none!important;
    position:fixed;
    bottom:0;
}

a.close{
    float:right;
}

div#statusbox div.list,div#statusbox div.livebox_chatInviteList,div#statusbox div.comments,div#statusbox div.friends,div#statusbox div.status{
    display:none;
}

div#statusbox div.status input.status{
    width:95%;
}

.new_threadRow, .new_threadRow2 {
    padding: 5px;
    border-bottom: 1px dotted #B8B8B8;
}

.new_threadRow2 {
    background: #F2F2F2;
}

.new_threadRow:hover, .new_threadRow2:hover {
    background: #F7F7F7;
}


.sidebanner {
    margin: 97px 0px 0pt 5px;
}

#newMenu {
    margin:-7px -10px -8px;
    padding:10px;
}


#newMenu ul {
    -moz-border-radius:5px;
}

#newMenu ul li {
    display: inline;
    margin:0 3px;
}

#newMenu ul li a {
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius:3px 3px 3px 3px;
    background-color:#F2F2F2;
    padding:3px 6px;
    text-decoration:none;
}


#newMenu ul li a:hover {
    background-color:#CAD3E3;
}

.topArrow {
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    position:relative;
    left:77px;
    border-color: transparent transparent #D8DEEB;
}

