@charset "utf-8";
/* CSS Document */

@import url("reset.css");

.clear{
 	clear: both; 
	margin:0px; 
	padding:0px; 
	border:0px; 
	display:block; 
	height:0px; 
	font-size: 0px; 
	line-height: 0px; 
}		


body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	background-color:#EEE;
	direction:rtl;
}

a{
	text-decoration:none;
}

/** Error **/
#Error-Box{
  display: block;
}

#notice {
	clear: both;
	margin: 0 0 15px;
	padding: 0 10px;
	background: #fffbcc;
	border: 1px solid #e6db55;
	line-height: 25px;
	color: #222;
}

#succeed {
	clear: both;
	margin: 0 0 15px;
	padding: 0 10px;
	background: #d1ecb8;
	border: 1px solid #81c445;
	line-height: 25px;
	color: #222;
}

#error {
	clear: both;
	margin:  15px;
	padding: 0 10px;
	background: #ffebe8;
	border: 1px solid #f0baa2;
	line-height: 25px;
	color: #222;
}


#Header{
	display:block;
	height:195px;
	background-image:url(../img/header-bg.png);
}


#Header #Banner{
	height:150px;
	width:960px;
	margin:0px auto;
	display:block;

}

#Header #Banner h1{
  display: block;
  padding: 0px;
  margin: 0px;
  text-align: right;
  float: right;
}

#Header #Banner #flash{
  float: left;
}

#Top-Nav{
	height:38px;
	width:960px;
	margin:0px auto;
	display:block	;
	padding-right:10px;

}


#Top-Nav a:link,#Top-Nav a:visited{
		height:38px;
		line-height:38px;
		display:block;
		float:right;
		font-size:12px;
		font-weight:bold;
		color:#FFF;
		
		padding:0px 15px;
		text-shadow: 1px 1px #555;
	
}


#Top-Nav a:hover{
	background-image:url(../img/top-nav-bg-hover.png);
	color:#036;
		text-shadow: 1px 1px #DDD;

}





#Footer{
	background: #2D3641 url(../img/footer-bg-topstart.png) repeat-x top;
	display:block;

}


#Footer #Lasten-Entry-Box{
		height:100px;
		display:block;
}

#Footer #CopyRight{
	height:25px;
	background-color:#1E2631;
	border-top:1px solid #3F4855;
	color:#57839A;
	text-align:center;
	line-height:25px;
	


}

#Footer #CopyRight a{ color:#57839A; }
#Footer #CopyRight a:hover{ color:#FFF; }

/********************************************************************************************************************/


#WrapContents{
	display:block;
	width: 960px;
	margin: 0px auto 0px auto;

}

#Contents-TitleBar{
	display:block;
	height:64px;
	background-image:url(../img/content-header-bg.png);
}

#Contents-Body{
	background-image:url(../img/content-body-bg.png);
	display:block;
	min-height:300px;
	padding:1px;
  border-top: 1px solid #d0d0d0;
}

/********************************************************************************************************************/

#Entries{
	display:block;
  width:687px;

	float:right;
  padding:10px;
}


#Entries div.Entry-Box{
	display:block;
	padding:2px;
  margin-top: 20px;
}
#Entries div.Entry-Box .Entry-Box-Title{
  display: block;
  margin-bottom: 2px;

}

#Entries div.Entry-Box .Entry-Box-Title a{
  font-size: 16px;
  font-family: Arial;
  color: #358FA9;
}

#Entries div.Entry-Box .Entry-Box-Title a:hover{
  color: #FA7B10;
  text-decoration: underline;
}
#Entries div.Entry-Box small{
  display: block;
  padding-right: 20px;
  padding-bottom: 2px;
  color: #888;
    border-bottom: 1px dotted #E9E9E9;
}
#Entries div.Entry-Box .Entry-Box-Body{
  display: block;
  margin: 5px 0px 0px 0px;
}
#Entries div.Entry-Box .Entry-Box-Body p{
  line-height: 17px;
  font-size: 11px;
  color: #333;
  text-align: justify;
  text-indent: 10px;
}

#Entries div.Entry-Box .Entry-Box-options{
  margin: 10px 0px;
  display: block;
  border: 1px solid #E9E9E9;
  background-color: #F9F9F9;
  height: 18px;  
  padding: 2px;
  
}

#Entries div.Entry-Box .Entry-Box-options a{
  color: #358FA9;
  margin: 0px 9px;
  vertical-align: middle;
}

#Entries div.Entry-Box .Entry-Box-options a:hover{
  color: #FA7B10;
  text-decoration: underline;
}

#Entries div.Entry-Box  .IconShowed{
  display: inline-block;
  padding: 4px 22px 4px 0px;
  background:  no-repeat center right;
}

#Entries div.Entry-Box .Icon-Entry{ background-image: url('../img/btt/entry.png') }
#Entries div.Entry-Box .Icon-Cats{ background-image: url('../img/btt/entry-cats.png') }
#Entries div.Entry-Box .Icon-Hits{ background-image: url('../img/btt/hits.gif') }
#Entries div.Entry-Box .Icon-DownLoad{ background-image: url('../img/btt/download.gif') }
#Entries div.Entry-Box .Icon-DownLoadbLarg{  
    background-image: url('../img/btt/vdownload.png');
    display: block;
    width: 48px;
    height: 48px;
    margin-top: 20px;
    }

#Entries #Paginator{
  border-top: 1px solid #F4F4F4;
  display:  block;
  text-align: center;
  padding: 20px 10px;
}

#Entries #Paginator span{
  border: 1px solid #C6C6FF;
  padding: 5px 8px;
  font-size: 12px;
  background-color: #F4F4FF;
  color: green;
  margin: 2px;
}

#Entries #Paginator span a{
  color: #666;
}

#Entries #Paginator span.current{
  color: green;
  background: #E1E1FF;
}
/********************************************************************************************************************/
#SideBar{
	display:block;
	width:250px;
	float:left;

}



#SideBar .SideBarBox{
	display:block;
	margin:0px 1px 1px 1px;
}


#SideBar .SideBarBox .SideBarBox-Title{
	display:block;
	background-color:#ECECE0;
	padding:10px 15px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666;
}


#SideBar .SideBarBox .SideBarBox-Body{
	display:block;
	padding:10px 10px;
	font-size:12px;
	color:#000;
	margin-bottom:10px;
  
}

#SideBar .SideBarBox .SideBarBox-Body ul{
	display:block;
	list-style: disc;
  margin: 5px 20px 5px 0px;
  	
}

#SideBar .SideBarBox .SideBarBox-Body ul li{
	line-height:20px;
  _padding-right: 5px;
}

#SideBar .SideBarBox .SideBarBox-Body ul .Icon-Cats{
 // list-style-image: url('../img/btt/entry-cats.png') ;
   list-style-position: outside;
  
}


#SideBar .SideBarBox .SideBarBox-Body a:link,#SideBar .SideBarBox .SideBarBox-Body a:visited{
	display: block;
	line-height:20px;
	color:#999;
}

#SideBar .SideBarBox .SideBarBox-Body a:hover{
	color:#666;
}


#SideBar .SideBarBox .SideBarBox-Body .CatRow{
  display: block;
  background-color: #F0F0F0;
  border: 1px solid white;
  margin: 3px 0px;
  padding: 3px 0px;
  text-align: center;
    -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#SideBar .SideBarBox .SideBarBox-Body .CatRow .TopCat{
 
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  margin: 6px;
  display: inline-block;
}

#SideBar .SideBarBox .SideBarBox-Body .CatRow .TopCat:hover{
  border: 1px solid #666;
}

#SideBar .SideBarBox .SideBarBox-Body .CatRow .TopCat img{
  height: 100%;
  width: 100%;

}

#SideBar .SideBarBox .SideBarBox-Body .CatRow  .TabPanel{
  display: none;
  padding: 10px 0px ;
  border-top: 1px solid #DDD;
}


#SideBar .SideBarBox .SideBarBox-Body .CatRow .TabPanel ul{

	list-style: disc;
  margin: 0px 20px 0px 0px;
    text-align: right;	
  list-style-position: inside;  
   display: block;
   font-weight: bold;
   font-size: 11px;
  
}

#SideBar .SideBarBox .SideBarBox-Body .CatRow .TabPanel ul li{
	line-height:15px;
  _padding-right: 5px;
}

#SideBar .SideBarBox .SideBarBox-Body .CatRow .TabPanel ul li a{
  display: inline;
  color: #358FA9;
}

#SideBar .SideBarBox .SideBarBox-Body .CatRow .TabPanel ul li a:hover{
  color: #5B93E6;
}


/********************************************************************************************************************/
#Contents-TitleBar{
  padding-right: 8px;
}
#Contents-TitleBar .TopCat{
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  float: right;
  margin: 11px 5px;
}

#Contents-TitleBar .TopCat:hover{
  border: 1px solid #666;
}

#Contents-TitleBar .TopCat img{
  height: 100%;
  width: 100%;

}



#Player{
  display: block;
  width: 400px;
  margin: 0px auto;
}

#PlayerTitle{
  display: block;
  padding: 7px 10px;
  color: #006666;
  margin: 20px;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #B9DCFF;
  background: #ECF5FF;
  border-left: none;
  border-right: none;
}
#PlayerTitle li{
  display: block;
  font-weight: normal;
  clear: both;
}
#PlayerTitle li span{
  display: block;
  line-height: 15px;
  float: right;
  width: 60px;
  margin-left: 10px;
  font-weight: bold;
  border-left: 1px dotted #CCC;
}



#Slider{
  display: block;
  padding: 10px 35px; 
  text-align: right;
}

#Slider a{
  display: inline-block;
  background: url('../img/cliplist-a.png') no-repeat left top;
  cursor: pointer;
  margin: 2px;
  width: 292px;
  height: 72px;
  padding: 4px;
  vertical-align: middle;
}

#Slider a:hover{
  background: url('../img/cliplist-b.png') no-repeat left top;
}

#Slider a:hover .Image-Box {
  border: 1px solid white;
}

#Slider a .Image-Box{
  
  margin-right: 3px;
  margin-top: 3px;
  width: 92px;
  height: 64px;
  float: right;
  border: 1px solid #CCC;
}
#Slider a .Image-Box img{
  width: 92px;
  height: 64px;

  border-radius : 6px;
  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
  
}
#Slider a #Info{
  display: block;
  height: 70px;
  width: 185px;
  float: right;
  margin-right: 10px;
  padding-top: 5px;
}
#Slider a #Info li{
  color: #006666;
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  
  text-align: right;
  
}

#Slider a #Info li span{
  display: block;
  float: right;
  width: 55px;
  margin-left: 10px;
  font-weight: bold;
  padding: 0px;
}

#NextPrev{
  display: block;
  margin: 20px;
  text-align: center;
}

#NextPrev .Next{
  width: 40px;
  height: 30px;
  display: inline-block;
  background: url('../img/btt/sld-r-a.gif') no-repeat center center;
}

#NextPrev .Next:hover{
  background: url('../img/btt/sld-r-b.gif') no-repeat center center;
}

#NextPrev .Prev{
  width: 40px;
  height: 30px;
  display: inline-block;
  background: url('../img/btt/sld-l-a.gif') no-repeat center center;  
}

#NextPrev .Prev:hover{
  background: url('../img/btt/sld-l-b.gif') no-repeat center center;  
}



/** Bottom **/


.Bottom{
  border: 1px solid silver;
  padding: 7px 20px;
  color: #575757;
  
  font-size: 11px;

  background: url(../img/actionbgUp.png) center ;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;  
}

.Bottom:hover{
  background-color: #F8F8F8;
  background: url(../img/actionbgDown.png) center ;
}






#QuickReplay{
  display: block;
  margin: 10px;
}