/* tags generales por defecto */
a {
	text-decoration:none;
}
img {
	border:0;
}
object {
	margin:0;
	padding:0;
}
p {
	margin:0 0 8px 0;
}
.t_right {
	text-align:right;
}
p.wrap {
	clear:both;
	float:left;
	padding:5px 5px 5px 0;
	margin:0;
	line-height:12px;
}
.menu_space {
	font-size:1px;
	line-height:1px;
	height:10px;
}
/* Listas */
ul.menu0 {
	text-align:right;
	margin:0;
	padding:0 0 5px 0;
}
ul.menu0 li {
	color:#666;
	list-style:none;
	font-size:11px;
}

ul.menu1 {
	margin:0;
	padding:0;
}
ul.menu1 li {
	color:#000;
	margin:0 3px 0 0;
	list-style:none;
	float:left;
	width:125px;
	height:25px;
	padding:0px 0 0 0;
	text-align:center;
	font-size:14px;
}
ul li a {
	color:#666;
	text-decoration:none;
}
ul.menu0 a:hover {
	color:#f60;
}
ul.menu1 li a {
	display:block;
	color:#000;
	width:125px;
	height:25px;
	padding-top:4px;
	background:url(../img/bgmenu1.png) no-repeat;
}
ul.menu1 li a:hover {
	background:url(../img/bgmenu0.png) no-repeat;
}
ul.menu1 li a.active {
	background:url(../img/bgmenu0.png) no-repeat;
}
ul.menu1 li a.active:hover {
	background:url(../img/bgmenu0.png) no-repeat;
}

img.icon  {
	padding:0 4px 0 0;
	vertical-align:middle;
}
/* formulario */
input {
	background-color:#ccc;
	font-size:16px;
	border:0;
	height:18px;
	width:400px;
}
input.submit {
	background:transparent url(../img/save.png) no-repeat;
	font-size:16px;
	font-weight:bold;
	color:#f60;
	height:auto;
	width:auto;
	padding:0 0 0 16px;
	margin:0;
	cursor:pointer;
}
input.submit:hover {
	color:#000;
}
input.captcha {
	height:22px;
	width:75px;
	padding:2px 4px 0 4px;
}
input.file{
	font-size:12px;
	height:auto;
	width:auto;
}
input.radio{
	font-size:12px;
	height:auto;
	width:auto;
}
input.noticia {
	font-size:14px;
	border:0;
	height:18px;
	width:520px;
}
input.programa {
	font-size:14px;
	border:0;
	height:18px;
	width:480px;
}
input.date {
	font-size:14px;
	border:0;
	height:18px;
	width:197px;
}
input.contact {
	font-size:14px;
	border:0;
	height:18px;
	width:420px;
}
input.editar {
	background-color:#ccc;
	font-size:16px;
	border:0;
	height:18px;
	width:600px;
}
textarea {
	background-color:#ccc;
	font-size:16px;
	border:0;
	height:96px;
	width:400px;
}
textarea.noticia {
	font-size:14px;
	border:0;
	height:192px;
	width:520px;
}
textarea.programa {
	font-size:14px;
	border:0;
	height:52px;
	width:480px;
}
textarea.comentari {
	font-size:14px;
	border:0;
	height:96px;
	width:500px;
}
textarea.contact {
	font-size:14px;
	border:0;
	height:122px;
	width:420px;
}
textarea.editar {
	background-color:#ccc;
	font-size:16px;
	border:0;
	height:192px;
	width:600px;
}
textarea.mini {
	width:280px;
	height:80px;
}
select {
	background-color:#ccc;
	font-size:16px;
	border:0;
	width:400px;
}

table.llistat {
	width:100%;
	font-size:14px;
}
table.llistat2 {
	width:100%;
	font-size:12px;
}

table.llistat th{
	text-align:left;
	font-weight:bold;
	padding-right:5px;
	border-bottom:1px solid #666;
}
table.llistat td {
	padding-right:5px;
	vertical-align:top;
	border-bottom:1px dashed #ccc;
}

table.agenda th{
	font-size:10px;
	padding:0 2px 0 2px;
	margin:0;
	color:#000;
	border-bottom:1px solid #ccc;
}
table.agenda td{
	font-size:10px;
	padding:0 2px 0 2px;
	margin:0;
	border:0;
	border-right:1px solid #ccc;
	border-top:1px dashed #e0e0e0;
	width:83px;
	line-height:13px;
	vertical-align:top;
}
table.agenda td.top{
	border-top:1px solid #ccc;
}
table.agenda td.bottom{
	border-bottom:1px solid #ccc;
}
table.agenda,table.agenda td,table.agenda td p,#info table.agenda td p {
	font-size:10px;
	line-height:11px;
	margin:0 0 3px 0;
	background-color:#fff;
}

/* classes generales */
#info p.taronja {
	color:#f60;
}

#admin p, #admin p.bold {
	margin-bottom:10px;
}
#admin p.tx12 {
	font-size:12px;
	margin-bottom:4px;
}
#admin input {
	font-size:12px;
	height:16px;
}
#admin textarea {
	font-size:12px;
}
#admin textarea.mini {
	font-size:10px;
	font-size:10px;
}
#admin select {
	font-size:12px;
}
#admin td {
	font-size:13px;
}
#admin table {
	margin-top:10px;
}
input.in220 {
	width:220px;
}
.bold, td.bold {
	font-weight:bold;
}

.tx12 {
	font-size:12px;
}
.tx10 {
	font-size:10px;
}

.taronja {
	color:#f60;
}
.gris {
	color:#666;
}
.negre {
	color:#000;
}
.vermell {
	color:#f00;
}
.vermell1 {
	color:#C74F4F;
}
.fons_vermell {
	background-color:#f66;
}
.bgvermell {
	background-color:#fee;
}
.bggris {
	background-color:#f0f0f0;
}
.bgtaronja {
	background-color:#fea;
}
.bglila {
	background-color:#eef;
}

.bgadmin {
	background-color:#cfc;
}
#info a.solapa {
	background-color:#fff333;
	color:#3333ff;
}
#info .fons_vermell {
	background-color:#f66;
}

/* destacat de formulari */
.destacat {
	background-color:#f96;
}
.wiki .destacat {
	background-color:#f96;
}

#info .destacat {
	background-color:#f96;
}

.displayNone {
	display:none;
}
.idiomes a {
	color:#999;
}
.idiomes a:hover {
	color:#fff;
}
table.shares {
	width:100%;
	font-size:12px;
	line-height:12px;
}
table.shares td {
	padding:3px 5px 2px 0px;
	vertical-align:top;
	border-bottom:1px dashed #ccc;
}
table.shares th {
	margin:0;
	padding:3px 5px 2px 0px;
	vertical-align:top;
	border-bottom:1px solid #000;
	text-align:left;
}
table.shares td.last {
	border:none;
}
#info table.shares td h1 {
	margin:0 0 5px 0;
	padding:0;
	font-weight:normal;
	font-size:21px;
}
#info table.shares td h2 {
	margin:0 0 5px 0;
	padding:0;
	font-weight:normal;
	font-size:12px;
	background:#f0f0f0;
}

.shareTitle {
	background:#f0f0f0;
	margin:0 0 20px 0;
}
.sharePost {

}
#info .shareTitle p,#info .sharePost p {
	padding:0 10px 0 0;
}

#info .shareTitle h1 {
	padding:2px 0 3px 0;
	margin:0;
	font-weight:normal;
	font-size:21px;
}
#info .shareTitle h2 {
	padding:2px 0 3px 0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
#info .sharePost h1 {
	padding:2px 0 3px 0;
	margin:0px 0 10px 0;
	font-weight:normal;
	font-size:25px;
}
#info .sharePost h2 {
	padding:2px 0 3px 0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
#info .sharePost p {
	padding:2px 0 3px 0;
	margin:0px 0 10px 0;
}
#info .sharePost p.wrap {
	padding:2px 5px 3px 0;
}
#info .sharePost table.agenda {
	margin-bottom:20px;
}
#info .sharePost table.agenda p {
	margin:0 0 4px 0;
	padding:0;
}
ul#orderVideos,#topVideos ul {
	margin:0;
	padding:0;
}
#orderVideos li {
	list-style:none;
	float:left;
	margin:0 5px 0 0;
}
#topVideos ul {
	display:none;
}
#topVideos ul li {
	list-style:none;
	float:left;
	margin:0;
	width: 102px;
	height: 80px;
}
#topVideos ul li img {
	border:0;
	width: 100px;
	height: 80px;
}
#topVideos .jcarousel-container-horizontal {
	width:752px;
}
#topVideos .jcarousel-clip-horizontal {
    width:  712px;
    height: 80px;
}
#topVideos .jcarousel-item {
	margin:0;
	padding:0;
	width: 102px;
	height: 80px;
	cursor:pointer;
}
#topVideos .jcarousel-prev {
	background:url(../img/left.png) no-repeat;
	width:20px;
	height:80px;
	float:left;
}
#topVideos .jcarousel-next {
	background:url(../img/right.png) no-repeat right;
	width:19px;
	height:80px;
	float:right;
}
#topVideos .jcarousel-prev:hover {
	background:url(../img/left_over.png) no-repeat;
}
#topVideos .jcarousel-next:hover {
	background:url(../img/right_over.png) no-repeat right;
}
#topVideos .jcarousel-prev-disabled,#topVideos .jcarousel-prev-disabled:hover {
	background:url(../img/left_out.png) no-repeat;
}
#topVideos .jcarousel-next-disabled,#topVideos .jcarousel-next-disabled:hover {
	background:url(../img/right_out.png) no-repeat right;
}
#topVideos .desc {
	position:absolute;
	top:60px;
	left:26px;
	z-index:1000;
	height:20px;
	width:711px;
	background:url(../img/semidark.png);
	color:#fff;
	text-align:center;
	display:none;
}
#homePromo {
	background:url(../img/backpromo.png);
	width:765px;
	height:395px;
	margin:20px 0 20px 0;
	display:none;
	position:relative;
}
#homePromo .content {
	padding:10px 10px 10px 10px;
}
#homePromo .close {
	position:absolute;
	background:url(../img/close.png) no-repeat;
	width:16px;
	height:16px;
	top:5px;
	left:745px;
	cursor:pointer;
}
#homePromo .content .video {
	float:left;
	margin:0 10px 0 0px;
	width:425px;
	height:375px;
}
#homePromo .content .text {
	float:left;
	background:#fff;
	width:300px;
	height:365px;
	padding:5px;
	overflow:auto;
}
#homePromo .content h1 {
	color:#f90;
	margin:0 0 10px 0;
}
#homePromo .content p {
	margin:0 0 10px 0;
}

