html{
	background:#000;
	font: 10pt/14pt Helvetica, Arial, sans-serif;
}
body{
	margin:0;
	color:#f1f1f1;
	background:#000;
	width:100%;
	display:table;
	background:url(../images/bg-inner-page.jpg) no-repeat 50% 0;
}
.home{
	background:#000 url(../images/bg-home.gif) no-repeat 50% 0;
}
img{border-style:none;}
a{text-decoration:none; color:#f1f1f1;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
#wrapper{
	width:914px;
	margin:0 auto;
	position:relative;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:906px;
	padding:0px 0 0;
	z-index:10;
}
#header .holder{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
.nav{
	float:left;
	padding:2px 0 0;
	margin:0 0 0 -2px;
	list-style:none;
	font-size:11px;
	line-height:16px;
	letter-spacing:1px;
}
.nav li{
	display:inline;
	// background:url(../images/split.gif) no-repeat left;
	padding:0 6px 0 13px;
}
.nav a{
	color:#999;
}
.nav a:hover,
.nav .active a{
	color:#fbe142;
	text-decoration:none;
}


.login-form{
	float:right;
	height:1%;
	overflow:hidden;
	padding:0 10px 0 0;
}
.login-form fieldset{
	float:left;
}

.login-form #user_login{
	float:left;
	border:1px solid #252526;
	color:#4a565e;
	font: 10px/14px Helvetica, Arial, sans-serif;
	height: 12px;
	width:110px;
	margin:0 0 0 4px;
	background:none;
}

.login-form .text{
	float:left;
	border:1px solid #252526;
	padding:2px 6px;
	color:#4a565e;
	font: 10px/14px Helvetica, Arial, sans-serif;
	width:110px;
	height: 12px;
	margin:0 0 0 4px;
	background:none;
}
.login-form .password{
    font: 12px/14px Helvetica, Arial, sans-serif;
	padding:2px 6px;
}
.login-form .btn-login{
    font: 10px/20px Helvetica, Arial, sans-serif;
	float:left;
	text-transform:uppercase;
	border:none;
	background: none;
	height:18px;
	overflow:hidden;
	cursor:pointer;
	color:#999;
	padding: 0 0 0 8px;
	letter-spacing:1px;
}


.login-form .reg{
	float:left;
	padding:0 0 0 15px;
	margin:0 0 0 4px;
	font-size:10px;
	text-transform:uppercase;
	line-height:20px;
	color:#999;
	letter-spacing:1px;	
}

.login-form .logout{
	float:left;
	padding:0 0 0 15px;
	margin:0 0 0 4px;
	font-size:10px;
	text-transform:uppercase;
	line-height:20px;
	color:#999;
	letter-spacing:1px;	
}

.login-form{
	color:#999;
}

.login-form .btn-login:hover{
	color: #fbe142;
}

.login-form .greetings{
	float:left;
	padding:0 0 0 15px;
	margin:0 0 0 14px;
	font-size:10px;
	text-transform:uppercase;
	line-height:20px;
}

.logo{
	margin:0 0 13px;
	float:left;
	width:252px;
	height:51px;
}
.logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	height:51px;
	overflow:hidden;
	text-indent:-9999px;
}
.current{
	float:right;
	padding:7px 0 0;
	font-size:11px;
	line-height:16px;
	color:#4a565e;
	text-align:right;
	display:inline;
	margin:0 13px 0 0;
}
.current strong.ico{
	display:block;
	background:url(../images/ico-current.gif) no-repeat;
	width:89px;
	height:20px;
	margin:0 0 2px auto;
	overflow:hidden;
	text-indent:-9999px;
	text-align:left;
}
.current p{
	margin:0;
}
.home #main{
	padding:0;
}
#main{
	width:100%;
	position:relative;
	padding:130px 0 50px;
}
#main .holder:after,
#main:after{
	content:'';
	display:block;
	clear:both;
}
.tab-holder {
	position: relative;
	overflow: hidden;
	height: 498px;
}

.visual{
	width:100%;
	position:relative;
	z-index:1;
}
.visual img{
	display:block;
	margin:0 0 0 107px;
}
.visual .description{
	position:absolute;
	top:153px;
	left:0;
        margin-left: 9px;
	width:873px;
	z-index:2;
}
.visual .description .text{
    background-image: url(../images/box_bg.png);
	width:864px;
	//height: 180px;
	padding: 8px;
	margin:0 0 17px;
}
.visual .description .text p{
    font-size: 13pt;
}

.visual .description .text .episod{
	font-style:normal;
	text-transform:uppercase;
	font-size:13px;
	color:#4a565e;
	display:block;
	margin:0 0 4px;
}
.visual .description .text h2{
	margin:0;
	font-size:32px;
	line-height:34px;
	letter-spacing:1px;
}
.visual .description .links{
	width:100%;
	overflow:hidden;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:16px;
	padding-top:22px;
}
.visual .description .links .view-link {
	    float:left;
	    font-weight: normal;
        margin-bottom: 16px;
        text-transform: uppercase;
        background-color: #f1f1f1;
        background-image: url(../images/arrow-white.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 8px 50%;
        color: #262626;
        padding-top: 9px;
        padding-right: 13px;
        padding-bottom: 9px;
        padding-left: 21px;
        letter-spacing: 1pt;
        border-top-style: none;
        border-right-style-value: none;
        border-bottom-style: none;
        border-left-style-value: none;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
}

.visual .description .links a:hover {
        text-decoration: none;
}

.visual .description .links .reg-link{
	float:left;
	margin-left: 32px;
	background:#4a565e  url(../images/arrow2.gif) no-repeat 8px 50%;
	color:#f1f1f1;
	padding:9px 13px 9px 21px;
}


.home .gallery{
	position:absolute;
	bottom:15px;
	left:0;
	margin:0;
	z-index:4;
}
.gallery{
	width:914px;
	height:66px;
	margin:0 0 38px;
	position:relative;
}
.gallery .frame{
	width:904px;
	overflow:hidden;
	margin:0 0 0 4px;
	position:relative;
}
.gallery ul{
	padding:0;
	margin:0;
	list-style:none;
	width:9999px;
	position:relative;
	font-size:11px;
	line-height:14px;
	overflow:hidden;
}
.gallery ul li{
	float:left;
	width:105px;
	height:58px;
	padding:4px;
	background:url(../images/bg-gallery-item.png) no-repeat;
}
.gallery ul a{
	position:relative;
	display:block;
	width:105px;
	height:58px;
	color:#f1f1f1;
}
.gallery ul a:hover{
	text-decoration:none;
}
.gallery ul .num{
	font-size:11px;
	line-height:14px;
	text-transform:uppercase;
	color:#f1f1f1;
	position:absolute;
	top:38px;
	left:10px;
	font-style:normal;
	width:95px;
	cursor:pointer;
	
}
.gallery ul span{
	cursor:pointer;
	padding:7px 10px;
	height:44px;
	background:url(../images/bg-gallery-text.gif) repeat-x;
	display:block;
}
.gallery ul img{
	display:block;
}
.gallery .link-prev,
.gallery .link-next{
	background:url(../images/arrow-prev.gif) no-repeat;
	width:9px;
	height:18px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:25px;
	left:-11px;
}
.gallery .link-next{
	background:url(../images/arrow-next.gif) no-repeat;
	right:-10px;
	left:auto;
}
#footer{
	border-top:1px solid #1a1a1a;
	overflow:hidden;
	font-size:10px;
	line-height:16px;
	color:#4a565e;
	height: 1%;
	padding:11px 10px 22px;
}
#footer .copy{
        position: absolute;
        left: 4px;
        bottom: 20px;
	width:253px;
	padding:10px 8px 0 6px;
	margin:0;
        line-height: 23px;
}
#footer .copy p{
	margin:0;
}


#footer .by{
        width: 105px;
        margin-left: auto;
        margin-right: auto;
	line-height:33px;
}
#footer .by ul{
	padding:0;
	margin:0;
	list-style:none;
}
#footer .by ul li{
	display:inline;
	padding-right: 8px;
        padding-left: 8px;
}
#footer .by ul img{
	vertical-align:top;
}

#footer .credits {
        position: absolute;
        right: 4px;
        bottom: 20px;
	padding:10px 8px 0 6px;
        line-height: 23px;
}

#footer .credits a {
        padding-left: 10px;
}

#footer a {
        color:#4a565e;
}

/* FOOTER FROM NEW STYLE */
.footer {
    height: 60px;
    margin-top: 50px;
    margin-right: 8px;
    margin-left: -30px;
    display: block;
    color: #4a565e;
}

.footer .by {
    float: left;
    margin-right: 10px;
    padding: 0px;
}
.footer .by ul {
    list-style: none;
}
.footer .by li{
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

.footer .copy{
    font-size:11px;
    letter-spacing:1px;
    margin-top: 10px;
    line-height: 13px;
    margin-left: 10px;
    padding-left: 10px;
    float: left;
}


.footer .credits {
    font-size:11px;
    letter-spacing:1px;
    height: 1%;
    float: right;
    line-height: 53px;
}

.footer .credits a {
    padding-left: 10px;
    color: #999;
}

.footer .credits a:hover {
    text-decoration: none;
    color: #fbe142;
}

/* END ADDING FOOTER MANAGEMENT */

.registrati{
	float: right;
	//width: 394px;
	padding-top: 1px;
}
.registrati fieldset{
	overflow: hidden;
	width: 100%;
}
.registrati fieldset input{
	float: left;
	margin-top: 1px;
}
.registrati fieldset div{
	float: left;
	padding: 9px 6px 10px 14px;
	background: url(../images/bg-input.gif) no-repeat;
}
.registrati fieldset div input{
	color: #f1f1f1;
	font-size: 14px;
	width: 262px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#main .holder{
	width:100%;
}
#content{
	float:left;
	width:446px;
	line-height:20px;
	//font-weight: bold;
}
#content .heading{
	margin:0 0 19px;
}
.article{
	padding:0 0 0 8px;
}

.article .heading{
	font-weight: bold;
	text-transform:uppercase;
}


.article ol {
     padding-left: 20px;
     font-weight: bold;
     font-size: 115%;
     color: #f1f1f1;
     line-height: 18pt;
}

.article strong {
        color:#4a565e;
}

#content .heading h2{
	font-size:28px;
	line-height:33px;
	margin:0;
}
#content .heading strong{
	font-size:13px;
	margin:0;
	line-height:20px;
	color:#4a565e;
	display:block;
	margin:0 0 7px;
}
#content p{
	margin:0 0 20px;
}
#content .register{
	width:100%;
	padding:28px 0 0;
	overflow:hidden;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:16px;
}
#content .register a{
	float:left;
	background:#4a565e url(../images/arrow2.gif) no-repeat 8px 50%;
	color:#f1f1f1;
	padding:9px 13px 9px 21px;
}
#sidebar{
	width:453px;
	float:right;
}

.profile_bg {
    background: url(../images/frammenti_bg_form.png) no-repeat top right;
    width: 894px;
    height: 563px;    
}

.video-holder{
	margin:0 0 27px;
	position:relative;
	top:-10px;
	width:100%;
	height: 250px;
}

.info {
    min-height: 100px;
}

.info .heading{
        clear: left;
	color:#4a565e;
	padding:0 0 0 14px;
	margin:0 0 10px;
}
.info .heading h3{
	font-size:13px;
	margin:0;
	line-height:17px;
	text-transform: uppercase;
}

.info .sidebar-msg{
	border-top:1px solid #262626;
	margin:0 0 10px;
}

.info .sidebar-msg .sb-msglist {
       width: 430px;
       margin-right: 0px;
       margin-left: -25px;
       padding-bottom: 60px;
       list-style: none;
}

.info .sidebar-msg .sb-msglist li {
       border-left: 1px solid #4a565e;
       padding-left: 10px;
}

.info .sidebar-msg .sb-msglist .sbm-text {
       margin-bottom: 0px;
}

.info .sidebar-msg .sb-msglist .sbm-author {
        font-size:8pt;
        font-weight: normal;
        font-style: normal;
        color: #4a565e;
        margin-top: -10px;
}

.info .sidebar-msg .sb-msglist .sb-msgfooter {
       border-left: 1px solid #4a565e;
       padding-left: 10px;  
       //background: red;
       margin-top: 10px;      
}

.info .sidebar-msg .sb-msglist .sb-msgfooter a:after {
       content: "»";
}

.info .sidebar-msg .sb-msglist .sbm-text a{
	color: #277979;
    text-decoration: underline;
}
.info .sidebar-msg .sb-msglist .sbm-text a:hover{
	text-decoration:underline;
	color:#277979;
}

.info .sidetext {
        padding-left: 14px;
        padding-right: 14px; 
}


.info .tags{
	border-top:1px solid #262626;
	margin:0 0 10px;
}

.info .tags .taglist {
       width: 430px;
       margin-right: 0px;
       margin-left: -25px;
       padding-bottom: 60px;
}


.info .tags .taglist li {
        display: inline;
        margin-right: 6px;
        font-size:13px;
	    line-height:16px;
	    text-transform:uppercase;
        font-weight:bold;
        float: left;
}

.info .tags .taglist em {
        font-size:10px;
        font-weight: normal;
        font-style: normal;
        color: #4a565e;
}

.info .authors{
	border-top:1px solid #262626;
	margin:0 0 10px;   
	margin-bottom: 30px;  
}


.info .authors .authorlist {
       width: 430px;
       margin-left: -25px;
       padding-bottom: 60px;

}

.info .authors .authorlist li {
        display: inline;
        margin-right: 6px;
        font-size:13px;
	    line-height:16px;
	    text-transform:uppercase;
        font-weight:bold;
        float: left;	        
}

.info .authors .authorlist em {
        font-size:10px;
        font-weight: normal;
        font-style: normal;
        color: #4a565e;
}

.info-list{
	border-top:1px solid #262626;
	margin:0 0 10px;
	margin-bottom: 50px;
}
.info-list .item{
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #111;
	padding:11px 9px;
}
.info-list .item .text{
	float:right;
	width:227px;
	font-size:11px;
	line-height:14px;
	color:#4a565e;
}
.info-list .item .zoom{
	background:url(../images/ico-zoom.gif) no-repeat;
	width:19px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
	margin:2px 0 20px;
	display:block;
}
.info-list .item h4{
	font-size:13px;
	line-height:16px;
	text-transform:uppercase;
	margin:-3px 0 0;
	color:#f1f1f1;
}
.info-list .item p{
	margin:0 0 14px;
}
.info-list .item a{
	color:#277979;
	font-weight:bold;
}
.info-list .item .image{
	float:left;
}
.info-list .item .image img{
	vertical-align:top;
}

/* style for ibox popup */
.attach_box {
	background:#000000;
	line-height:14px;
	color: #4a565e;
    font:13px Helvetica, Arial, sans-serif;
}

.explanation {
     color: #f1f1f1;
     font-style: italic;
     margin-left: 30px;
     margin-right: 30px;
     margin-bottom: 50px;
     margin-top: 50px;
     font-size: 120%;
}

.attach_box .message .text {
     width: 80%;
     font-size: 110%;
}

/* end style for ibox popup */

#content .blog .register{
	padding:37px 0 0;
}
.blog{
	margin:0 0 58px;
	height: 216px;
}

.blog .text {
   min-height: 102px;
}


#content .blog .heading{
	padding:0 0 0 8px;
	margin:0 0 9px;
}
#content .blog .text{
	padding:0 0 0 8px;
	font-size:13px;
	line-height:16px;
	margin:0 0 8px;
	overflow:hidden;
}

.timer{
	width:100%;
	overflow:hidden;
	font-size:10px;
	line-height:11px;
	color:#4a565e;
	text-transform:uppercase;
	border-bottom:1px solid #333;
	text-align:right;
	padding:0 0 10px;
	margin:0 0 12px;
	height: 25px;
}
.timer .label{
	width:144px;
	float:left;
	background:url(../images/bg-timer.gif) no-repeat 10px 50%;
	padding:2px 0 2px 36px;
	text-align:left;
}
.timer ul{
	padding:0 14px 0 0;
	margin:0;
	list-style:none;
}
.description .timer ul{
	padding-right: 18px;
}
.timer ul li{
	display:inline;
	padding:0 0 0 10px;
}
.timer ul span{
	color:#f1f1f1;
	font-size:28px;
	font-weight:bold;
	line-height:28px;
	padding:0 4px 0 0;
}
.statistic{
	padding:0;
	margin:0 0 0 0;
	list-style:none;
	font-size:10px;
	text-transform:uppercase;
	line-height:15px;
	overflow:hidden;
	width: 453px;
}
.statistic li{
	float:left;
	padding:0 20px 0 21px;
	background:url(../images/split2.gif) no-repeat;
	width: 111px;
}
.statistic li.first-child,
.statistic li:first-child{
	background:none;
	padding:0 20px 0 11px;
}
.statistic li a{
	color:#4a565e;
	position:relative;
	padding:0 0 0 23px;
	display:block;
	white-space:nowrap;
}
.statistic a span{
	color:#f1f1f1;
	font-weight:bold;
	font-size:14px;
	padding:0 5px 0 0;
}
.statistic li a em{
	font-style:normal;
	cursor:pointer;
}
.statistic li a:hover{
	text-decoration:none;
	position:relative;
}
.statistic li a:hover em{
	text-decoration:underline;
}
.statistic .players{
	background:url(../images/ico-03.gif) no-repeat top left;
    color: #4a565e;
    position: relative;
    padding-top: 1pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 23px;
    display: block;
    white-space: nowrap;
}

.statistic .players span{
	color:#f1f1f1;
	font-weight:bold;
	font-size:14px;
	padding:0 5px 0 0;
}

.statistic .posts{
	background:url(../images/ico-04.gif) no-repeat top left;
    color: #4a565e;
    position: relative;
    padding-top: 1pt;    
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 23px;
    display: block;
    white-space: nowrap;	
}

.statistic .posts span{
	color:#f1f1f1;
	font-weight:bold;
	font-size:14px;
	padding:0 5px 0 0;
}

.statistic .fragments{
	background:url(../images/ico-05.gif) no-repeat top left;
    color: #4a565e;
    position: relative;
    padding-top: 1pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 23px;
    display: block;
    white-space: nowrap;
}

.statistic .fragments span{
	color:#f1f1f1;
	font-weight:bold;
	font-size:14px;
	padding:0 5px 0 0;
}

#content .add-message .heading{
	color:#4a565e;
	border-bottom:1px solid #333;
	padding:0 0 13px 12px;
	margin:0 0 12px;
}
.add-message .heading h3{
	font-size:13px;
	line-height:17px;
	text-transform:uppercase;
	margin:0;
}
.message-form{
	padding:0 0 0 8px;
	margin:0 0 31px;
}

.message-form p {
    margin: 0px;
    padding: 1px;
    color: #f1f1f1;
}

.message-form p>a {
    margin: 0px;
    padding: 1px;
    color: #277979;
}

.message-form textarea{
	border:2px inset #222;
	padding:8px 10px;
	background: #eee;
	color:#4a565e;
	font-size:13px;
	font-weight:bold;
	width:412px;
	height:54px;
	margin:0px;
        margin-top: -23px;
}
.message-form .btn-send{
    margin-top: 5px;
    background-color: #4a565e;
    background-image: url(../images/arrow2.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 8px 50%;
    color: #f1f1f1;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 9px;
    padding-right: 13px;
    padding-bottom: 9px;
    padding-left: 21px;
    text-decoration: none;
    border: none;	
}
.message-list{
	border-top:1px solid #333;
}
.message{
	border-bottom:1px solid #333;
	height:1%;
	overflow:hidden;
	padding:13px 14px 11px;
}

.master {
        border: 2px solid #4a565e;
        //color: #4a565e;
}

.master a{
	color: #277979;
    text-decoration: underline;
}
.master a:hover{
	text-decoration:underline;
	color:#277979;
}

.big {
        font-size: 16pt;
        color: #f1f1f1;
}

.master .masterhead p{
    padding-top: 10px;
}

.master .masterhead {
	color:#4a565e;
	font-size:11px;
	line-height:16px;
	float: left;
        text-align: left;
        margin-right: 10px;
	width: 80px;
        height: 55px;
        //border-right: 1px solid #333;
}



.message-list .main .text{
	font-size:20px;
	line-height:23px;
}
#content .message-list .main .text p{
	margin:0 0 13px;
}
.message .text{
	float: left;
	width:300px;
	font-size:13px;
	line-height:16px;
	margin:-2px 0 0;
        padding-left: 20px;
        border-left: 1px solid #333;
        min-height: 55px;
}


#content .message .text p{
	margin:0;
}

.message .msghead strong {
    color: #f1f1f1;
    font-size: 13px;
}

.message .msghead p{
    padding-top: 10px;
}

.message .msghead{
	color:#4a565e;
	font-size:11px;
	line-height:16px;
	float: left;
        text-align: left;
        margin-right: 10px;
	width: 80px;
        height: 55px;
        //border-right: 1px solid #333;
}

.message .text p a{
	color: #277979;
    text-decoration: underline;
}
.message .text p a:hover{
	text-decoration:underline;
	color:#277979;
}
.message .avatare{
	float:left;
	width:50px;
}
.message .text .links{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	font-size:11px;
}

/* comment-remix css */

.message .text blockquote {
    font-style: italic;
    color:#4a565e;
}

.message #wpcr_tags a {
    color:#277979;
}

.message #wpcr_tags a:before {
    color:#277979;
    content: "#";
}

.message .comment-remix-meta .replyto {
    color:#4a565e;
    float: left;
    margin-top: 20px;
    margin-left: 280px;
    font-size: 80%;
    vertical-align: bottom;
    min-height: 10px;
}


/* end of comment-remix css */


.message .text .links li{
	display:inline;
	padding:0 4px 0 8px;
	background:url(../images/split3.gif) no-repeat 0 2px;
}
.message .text .links li.first-child,
.message .text .links li:first-child{
	background:none;
}
.message .text .links a{
	color:#4a565e;
}
.message .avatare img{
	display:block;
}
.message-nav{
	font-size:12px;
	line-height:16px;
	color:#4a565e;
        display: table;
        text-align: left;
        width: 440px;
}

.message-nav .daylist {
       float: left;
       clear: right;

}

.message-nav .daylist ul {
       list-style: none;
       margin-left: -41px;
       margin-bottom: 5px;
       
}
.message-nav .daylist li {
       color: #000;
       display: inline;
       float: left;
       text-align: center;
       background: #4a565e;
       width: 30px;
       padding: 0px;
       padding-left: 3px;
       padding-right: 3px;
       margin: 2px;
       border: 1px solid #4a565e;
}

.message-nav .daylist li.selected {
       border: 1px solid #f1f1f1;
}


.message-nav .hourlist {
       float: left;
       clear: right;
       font-size: 6pt;
       margin-top: -6px;
       margin-bottom: 5px;
}

.message-nav .hourlist ul {
       list-style: none;
       margin-left: -40px;
       margin-bottom: 5px;
       
}
.message-nav .hourlist li {
       color: #000;
       display: inline;
       float: left;
       text-align: center;
       background: #4a565e;
       width: 16px;
       height: 16px;
       padding: 0px;
       padding-left: 0px;
       padding-right: 0px;
       margin: 1px;
}

.message-nav .hourlist li.selected {
       border: 1px solid #f1f1f1;
}


.message-nav .pagelist {
        margin-top: 1px;
        display: inline;
        float: left;
}

.message-nav .pagelist a {
       color: #f1f1f1;
       display: inline;
        height: 16px;
}

.message-nav .pagelist .current {
       color: #000; 
       padding-top: 3px;
       height: 14px;
       padding-bottom: 0px;
       border: 1px solid #f1f1f1;
}

.message-nav .pagelist .page-numbers {
       float: left;
       text-align: center;
       background: #4a565e;
       min-width: 17px;
       line-height: 12pt;
       padding-top: 1px;
       padding-left: 3px;
       padding-right: 3px;
       margin: 1px;  

}




#show_new_comments {
    margin-top: 10px;
    text-align: center;
    font-size:100%; 
    font-weight: bold;
}
#show_new_comments a {
    color: #ffdd00;
    text-decoration: underline;
}

/* profile form */
#profile {
   color:#4a565e;
   font-style: italic;
   font-size: 9pt;
   text-align: left;
   margin-top: -35px;
   width: 345px;
}

#profile H3 {
   border-bottom:1px solid #111;
   font-style: normal;
   text-transform: uppercase;
   color:#f1f1f1;
   width: 345px;
   padding: 0 0 0 4px;
   margin:0 0 0 0;
   font-size: 13px;
   line-height:17px;
   
}
#profile .form-table tr {
	vertical-align: top;  
}

#profile .form-table label {
        color:#4a565e;
        font-size: 10pt;
        font-style: normal;
	float: left;
	width: 170px;
	height: 15px;
}

#profile .form-table input {
        font-size: 10pt;
	background-color: #4a565e;
	border: thin solid #4a565e;
	width: 170px;
	height: 18px;
	color: #f1f1f1;
}

#profile .form-table textarea {
        font-size: 10pt;
	background-color: #4a565e;
	border: thin solid #4a565e;
	width: 170px;
	color: #f1f1f1;
}

#profile .form-table select {
        font-size: 10pt;
	background-color: #4a565e;
	border: thin solid #4a565e;
	width: 170px;
	height: 18px;
	color: #f1f1f1;
}

#profile .submit input{
    float: left;
    background-color: #4a565e;
    background-image: url(../images/arrow2.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 8px 50%;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 9px;
    padding-right: 13px;
    padding-bottom: 9px;
    padding-left: 21px;
    text-decoration: none;
    border: none;
}

#profile .form-table {
       margin-bottom: 30px;
}


/* login form style */

#loginform-tml-main {
   color:#4a565e;
   font-size: 10pt;
   text-align: left;
   width: 345px;
   margin:0 0 0 0;
}

#loginform-tml-main p {
    margin-bottom: 25px;
}

#loginform-tml-main label {
        width: 170px;
        float: left;
}

#loginform-tml-main #log-tml-main {
        width: 170px;
        font-size: 10pt;
	background-color: #4a565e;
	border: thin solid #4a565e;
	color: #f1f1f1;
}

#loginform-tml-main #pwd-tml-main {
        width: 170px;
        font-size: 10pt;
	background-color: #4a565e;
	border: thin solid #4a565e;
	color: #f1f1f1;
}

#loginform-tml-main .submit input{
    background-color: #4a565e;
    background-image: url(../images/arrow2.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 8px 50%;
    color: #f1f1f1;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 9px;
    padding-right: 13px;
    padding-bottom: 9px;
    padding-left: 21px;
    text-decoration: none;
    border: none;
}

#tml-main .links {
        margin-top: 100px;
        float: left;
}


#tml-main .links li {
        list-style-type: none;
}


/* lost password style */
#lostpasswordform-tml-main {
   color:#4a565e;
   font-size: 10pt;
   text-align: left;
   width: 345px;
   margin:0 0 0 0;
}

#lostpasswordform-tml-main label {
    margin-bottom: 25px;
    padding-right: 0px;
    height: 18px;
}


#lostpasswordform-tml-main input {
        width: 170px;
        font-size: 10pt;
        padding: 0px;
	background-color: #4a565e;
	border: thin solid #4a565e;
	color: #f1f1f1;
        margin-right: 0px;
        float: right;
}

#lostpasswordform-tml-main #lostpassword-submit-tml-main {
    margin-top: 10px;
    background-color: #4a565e;
    background-image: url(../images/arrow2.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 8px 50%;
    color: #f1f1f1;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 9px;
    padding-right: 13px;
    padding-bottom: 9px;
    padding-left: 21px;
    text-decoration: none;
    border: none;
}

/* register form style */

#registerform-tml-main {
   color:#4a565e;
   font-size: 10pt;
   text-align: left;
   width: 345px;
   margin:0 0 0 0;
}

#registerform-tml-main label {
    margin-bottom: 25px;
    padding-right: 0px;
    //background: red;
    height: 18px;
}

#registerform-tml-main #license {
    background: none;
    border: none;
}

#registerform-tml-main #license a {
    margin-bottom: 35px;
    padding-right: 0px;
    height: 18px;
    color:#f1f1f1;
    font-size: 10pt;
}

#registerform-tml-main input {
        width: 170px;
        font-size: 10pt;
        padding: 0px;
	background-color: #4a565e;
	border: thin solid #4a565e;
	color: #f1f1f1;
        margin-top: -20px;
        margin-right: 0px;
        float: right;
}
#registerform-tml-main #user_email-tml-main {
        width: 170px;
        font-size: 10pt;
        padding: 0px;
	background-color: #4a565e;
	border: thin solid #4a565e;
	color: #f1f1f1;
        float: right;
        margin-top: 0px;
}

#registerform-tml-main #user_login-tml-main {
        width: 170px;
        font-size: 10pt;
        padding: 0px;
	background-color: #4a565e;
	border: thin solid #4a565e;
	color: #f1f1f1;
        float: right;
        margin-top: 0px;
}

#registerform-tml-main #register-submit-tml-main {
    margin-top: 10px;
    background-color: #4a565e;
    background-image: url(../images/arrow2.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 8px 50%;
    color: #f1f1f1;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 9px;
    padding-right: 13px;
    padding-bottom: 9px;
    padding-left: 21px;
    text-decoration: none;
    border: none;
}

/* sociable */
.sociable {
	display: inline;
}
