html, body{
	font-family: sans-serif,Tahoma, arial,helvetica;
	font-size: 10px;
	color:#000;
	background-color: #42719F;
	text-align: center;
    padding:0;
}

a, a:link, a:visited, a:active{
	text-decoration: none;
	color:  #000;
}

img{
	border:0px;
}

ul{
    margin: 0px;
    list-style-type: circle;
}
div.shadow{
    margin-left: auto;
	margin-right: auto;
	width: 1020px;
    
	-o-box-shadow: 3px 1px 15px #000;
	-icab-box-shadow: 3px 1px 15px #000;
	-khtml-box-shadow: 3px 1px 15px #000;
	-webkit-box-shadow: 3px 1px 15px #000;
	-moz-box-shadow: 0px 0px 30px #000;
	box-shadow: 3px 1px 15px #000;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#top{
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	padding-left: 10px;
	background-color: #FFF;
	height: 109px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#topMenu{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background:url(img/topmenubg.gif) #000;
	height: 30px;
	font-family:tahoma;
	font-size:13px;
	text-shadow: #000 2px 2px 2px;
}

#topMenu table {
	 background:transparent url('img/topmenubg.gif') repeat-x scroll left top;
	 height:30px;
	 width:100%;
}

#topMenu td {
	 font-weight: bold;
	 height:20px;
	 text-align:center;
	 text-transform:capitalize;
	 vertical-align:middle;
}

#topMenu a {
	 display:block;
	 height:29px;
	 line-height:34px;
	 margin:0;
	 padding:0;
	 margin-top:-1px;
}

#topMenu a, #topMenu a:link, #topMenu a:visited, #topMenu a:active {
	 color:#FFFFFF;
	 font-weight:bold;
	 text-decoration:none;
	 text-transform:capitalize;
}

#topMenu a:hover {
	 background:transparent url('img/topmenu-hover-bg.gif') repeat-x scroll left top;
	 color:#FFFFFF;
	 text-decoration:none;
}

.commenter{
	font-size:  8px;	
}

#errmsg{
	border: 1px solid #FF0000;
	background: #FFD7D7;
	color: #FF0000;
    padding: 5px;
    margin-bottom: 10px;
}

#errmsg h3{
    background: none !important;
}

#errmsg a{
	color: #FF0000;
    text-decoration: underline !important;
}

#infomsg a{
	color: #00A600;
    text-decoration: underline !important;
}

#infomsg h3{
    background: none !important;
}

#infomsg{
	border: 1px solid #00A600;
	background: #D9FFD9;
	color: #00A600;
    padding: 5px;
    margin-bottom: 10px;
}

div.warnmsg a{
	color: #00A600;
    text-decoration: underline !important;
}

div.warnmsg h3{
    background: none !important;
}

div.warnmsg{
	border: 1px solid #FF6600;
	background: #FFF499;
	color: #FF6600;
    padding: 5px;
    margin-bottom: 10px;
}

#debuginfo{
	font-size:  8px;	
}

#tooltip {
	position: absolute;
	z-index: 3000;
    max-width: 300px;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#middle{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #DCE6F4;
	padding-top: 20px;
}

#lmenu{
	width: 180px;
}

#lmenu table{
	width: 100%;
	padding-bottom: 10px;
	border-spacing: 0px
	/*border: 1px solid #000;*/
}

#lmenu th{
	border-top: 1px solid #42719F;
	border-left: 1px solid #42719F;
	border-right: 1px solid #42719F;
	/*border-bottom: 1px solid #42719F;*/
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background:transparent url('img/cellpic1.gif') repeat-x;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

#lmenu td{
	border-top: hidden;
	border-left: 1px solid #42719F;
	border-right: 1px solid #42719F;
	border-bottom: 1px solid #42719F;
	background: #FFF;
    padding-left: 3px;
}

#lmenu a{
		color: #000;
		background: transparent url('img/linka.gif') 5px no-repeat;
		display: block;
		font-weight: bold;
		padding: 3px 3px 3px 15px;
		width:159px;
}

#lmenu a:hover {
		color: #000;
		font-weight: bold;
		padding: 3px 3px 3px 15px;
		background: transparent url('img/linkh.gif') 5px no-repeat;
		background-color: #E0E6EB;
		width:159px;
}

#rmenu{
	width: 270px;
}

#rmenu table{
	width: 100%;
	padding-bottom: 10px;
	border-spacing: 0px;

	/*border: 1px solid #000;*/
}

#rmenu th{
	border-top: 1px solid #42719F;
	border-left: 1px solid #42719F;
	border-right: 1px solid #42719F;
	/*border-bottom: 1px solid #42719F;*/
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background:transparent url('img/cellpic1.gif') repeat-x;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

#rmenu td{
	border-top: hidden;
	border-left: 1px solid #42719F;
	border-right: 1px solid #42719F;
	border-bottom: 1px solid #42719F;
	background: #FFF;

}

#rmenu a{
		color: #000;
		background: transparent url('img/linka.gif') 5px no-repeat;
		display: block; 
		font-weight: bold;
		padding: 3px 3px 3px 15px;
		width:246px;
}

#rmenu a:hover {
		color: #000;
		font-weight: bold;
		padding: 3px 3px 3px 15px;
		background: transparent url('img/linkh.gif') 5px no-repeat;
		background-color: #E0E6EB;
		width:246px;
}


#lmenu div.submenu {
		width: 129px;
        margin:  0px 0px 0px 20px;
}
#lmenu div.submenu a{
		color: #000;
		background: transparent url('img/linka.gif') 5px no-repeat;
		display: block;
		font-weight: bold;
		padding: 3px 3px 3px 15px;
        width: 139px;
}

#lmenu div.submenu a:hover{
		color: #000;
		font-weight: bold;
		padding: 3px 3px 3px 15px;
		background: transparent url('img/linkh.gif') 5px no-repeat;
		background-color: #E0E6EB;
        width: 139px;
}

.conTable{
	width: 100%;
	padding-bottom: 10px;
	border-spacing: 0px
	/*border: 1px solid #000;*/
}

.contit{
		border-top: 1px solid #42719F;
	border-left: 1px solid #42719F;
	border-right: 1px solid #42719F;
	/*border-bottom: 1px solid #42719F;*/
	height: 25px;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	background:transparent url('img/cellpic2.gif') repeat-x;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.cont{
	border-left: 1px solid #42719F;
	border-right: 1px solid #42719F;
	border-bottom: 1px solid #42719F;
	background: #FFF;
    padding: 10px;
}
.cont h4{
   margin:0px;
}
.cont img{
    max-width: 200px
}


#header h1{
	//font-family: sq;
	font-size: 24px;
	text-shadow: #005EBB 3px 5px 10px;
}

#header h2{
	font-size: 20px;
	padding-left: 70px;
	text-shadow: #005EBB 2px 2px 10px;
}




#content{
	padding: 25px;
	font-size:8pt;
}

#content h3{
	background: url(img/h3bg.gif) no-repeat bottom left;
}

#disclaimer{
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    background-color: #FFF;
    border:1px solid #42719F;
    width:90%;
    
}

#footer{
    
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	height:50px;
	vertical-align: middle;
	background-color: #FFF;
	background:transparent url('img/footbg.gif') repeat-x;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#footer table{
	width: 100%;

}

#footer td{
	height:30px;
	vertical-align: middle;

}

input{
    border: 1px solid #DCE6F4;
}

.tablelist-top{
	background-color: #F62F2C;
	border: 1px solid #FF99CC;
	height: 30px;
	font-weight: bold;
	min-width:80px;
	
}

.tablelist-val1{
	border: 1px solid #808080;
	background-color: #11151A;
	height: 25px;
	min-width:80px;
}

.tablelist-val2{
	border: 0px;
	border: 1px solid #808080;
	background-color: #191f26;
	height: 25px;
	min-width:80px;
}

tr.trlist-val1{
	border: 0px;
	border-bottom: 1px solid #808080;
	background-color: #11151A;
	height: 25px;
}

tr.trlist-val2{
	border: 0px;
	border-bottom: 1px solid #808080;
	background-color: #191f26;
	height: 25px;
}
tr.trlist-val2:hover, tr.trlist-val1:hover {
	border-bottom: 1px solid #EAEAEA;
	background-color: #0A0D10;
	height: 25px;
}

.pager{
	width: 100%;
	text-align:center;
	margin: 14px 0px 14px 0px;
	font-weight: bold;
}

.pager a{
	font-weight: normal;
	padding: 2px;
	border: 1px solid #19689E;
	text-decoration: none;
	background: #FFF;
	color: #000;
	}
	
.pager a:hover{
	font-weight: normal;
	padding: 2px;
	border: 1px solid #19689E;
	text-decoration: none;
	background: #E0E6EB;
	color: #000;
}
#navibar{
    border: 1px solid #42719F;
	background: #FFF;
    padding:10px;
    margin-bottom: 10px;
}


.premiere td{
    font-size:8px;
    max-width:120px;
    max-height: 150px;
    white-space: inherit;
}

.premiere img{
    max-width:115px;
    max-height: 130px;
}

.highlightSearch{
    background-color:#FFFF00;
    font-weight: bold;
}
/* Scroller Box */

.scroller_container_left_right {
    position: relative;
    overflow: hidden;
    height: 150px;
}

.scroller_left_right {
    white-space: nowrap;
}

/* Scoller Box */

/* TableForm */
table.TableForm{
    border: 1px dotted #DDDDDD
}
table.TableForm td{
    border-bottom: 1px dotted #DDDDDD;
    text-align:left;
    height: 30px;
}

td.lTorrent{
    vertical-align: top;
    padding: 10px;
    width: 160px;
    border-right: 1px dotted #DDDDDD;
}
div.TorrentThumb img{
    max-width: 140px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #DCE6F4;
}

td.TorrentDetails{
    border-top: 1px dotted #DDD !important;
    height: 30px;
}

tr.TorrentDetails:hover{
    background-color: #DCECF9;
}

tr.TableListHeader{
    background-color: #19689E; 
    color: #FFF;
    font-size: 9pt;
    font-weight: bold;
    height: 30px;
    text-align: center;
}
tr.TableListVal1{
    background-color: #FFF; 
    color: #000;
    height: 40px;
    text-align: center;
}

tr.TableListVal2{
    background-color: #DBF0FF; 
    color: #000;
    height: 40px;
    text-align: center;
}
td.TableListVal2{
    border-top: 1px dotted #DDD !important;
}
tr.TableListVal1:hover, tr.TableListVal2:hover{
    background-color: #FFCC99;
}

div.progress{
    width: 80%; background-color: #FF0000; height:5px; border:1px solid #000;
}
div.progressa{
    font-size:4px; background-color: #0D0;
}

#shoutLoading{
    position: absolute;
}

#shoutContent{
    overflow:auto;
    height: 100px;
    margin: 0pt auto;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;

}
 
#shoutContent ul{ 
	padding: 5px 10px 5px 10px;
 }  
#shoutContent li{ 
	display: block;
	padding: 5px 0px 5px 0px;
	border: 1px solid #d0ccc9;
	border-width: 0px 0px 1px 0px;
	margin-right: 5px;
	margin-bottom: -1px;
 }  
.shoutDate{   
     font-size: 9px;  
     color: #aeaeae;  
 }
 
 .sCatsList{
	border: 1px solid #42719F;
	background: #FFF;
    padding: 10px;
}
