/*******************************************************
Estilos generales 
*******************************************************/

.bodyStyle{
	background-color:#000000;
	margin:0px;
	padding-top:15px;
	padding-bottom:15px;
}

.defaultTitle{
	font-family:Arial;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}

.newsPubDate{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	color:#666666;
}

.mainContent{
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;
}



.mainImageLeft{
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	padding:4px;
	margin:10px;
	margin-left:0px;
}

/*******************************************************
 --- START --- Ficha Tecnica
*******************************************************/
.imageFicha{
	border-style:solid;
	border-width:2px;
	border-color:#000000;
}

.textFichaWhite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}

.textFichaBlack{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
}

.separadorFicha{
	margin-top:3px;
	margin-bottom:3px;
	background-color:#a9a9a6;
}
/*******************************************************
 --- END --- Ficha Tecnica
*******************************************************/

/*******************************************************
 --- START --- Gallery
*******************************************************/
.galleryThumbs{
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}
.wrestlerHolder{
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	background-color:#000000;
	padding:5px;
	margin-bottom:15px;
	color:#FFFFFF;
	text-align:left;
}
/*******************************************************
 --- END --- Gallery
*******************************************************/

/*******************************************************
 --- START --- Video Player
*******************************************************/
.videoDescription{
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	background-color:#000000;
	color:#FFFFFF;
	text-align:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
}
/*******************************************************
 --- END --- Video Player
*******************************************************/

/*******************************************************
 --- START --- Calendar
*******************************************************/
.eventDate{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#f36100;
}
.eventDescription{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	color:#ffffff;
}
.eventState{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#f36100;
}
a.eventLink:link{
	text-decoration:none;
	color:#FFFFFF;
}
a.eventLink:active{
	text-decoration:none;
	color:#FFFFFF;
}
a.eventLink:visited{
	text-decoration:none;
	color:#FFFFFF;
}
a.eventLink:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
/*******************************************************
 --- END --- Calendar
*******************************************************/


/*******************************************************
 --- START --- Events
*******************************************************/
.eventTitle{
	font-family:Arial;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}
/*******************************************************
 --- END --- Events
*******************************************************/
.mainImageRight{
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	padding:4px;
	margin:10px;
	margin-right:0px;
}

.mainImageCenter{
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	padding:4px;
	margin:10px;
}

a.mainLink:link, a.mainLink:active, a.mainLink:visited{
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.mainLink:hover{
	font-family:Arial;
	color:#e19147;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.footer{
	font-family:Arial;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	padding-top:5px;
}



a.footerLink:link, a.footerLink:active, a.footerLink:visited{
	font-family:Arial;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a.footerLink:hover{
	font-family:Arial;
	color:#e19147;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

/*******************************************************
Estilos para tablas
*******************************************************/



.tableWBorder{
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}

.tableGrayBottom{
	border-bottom-style:solid;
	border-bottom-color:#bbbbbb;
	border-bottom-width:2px;
}

.tableHeaderRojo{
	height:26px;
	background:url(../images/fondoHeaderRojo.jpg);
	background-repeat:repeat-x;
	background-position:right;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	padding-left:8px;
}

.tableHeaderAmarillo{
	height:26px;
	background:url(../images/fondoHeaderAmarillo.jpg);
	background-repeat:repeat-x;
	background-position:right;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	padding-left:8px;
}

.tableHeaderRojoSB{
	height:26px;
	background:url(../images/fondoHeaderRojo.jpg);
	background-repeat:repeat-x;
	background-position:right;
	padding-left:8px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:0px;
}

.tableHeaderAmarilloSB{
	height:26px;
	background:url(../images/fondoHeaderAmarillo.jpg);
	background-repeat:repeat-x;
	background-position:right;
	padding-left:8px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:0px;
}

.tableRedStripesBG{
	background:url(../images/fondoStripesRojo.gif);
}

.tableGrayStripesBG{
	background:url(../images/fondoStripesGris.gif);
}
.tableGrayStripesVideoBG{
	background:url(../images/video_player_bg.jpg);
	background-repeat:no-repeat;
}

.tableTitle{
	margin-bottom:-5px;
	margin-top:-2px;	
}

.tableFooterFat{
	height:38px;
	background:url(../images/fondoFooterFat.jpg);
	background-repeat:repeat-x;
	background-position:right;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	padding-right:8px;
}	

.tableFooterSlim{
	height:26px;
	background:url(../images/fondoFooterSlim.jpg);
	background-repeat:repeat-x;
	background-position:right;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	padding-right:8px;
}	

.tableNewsFeed{
	padding-left:10px;
	padding-top:20px;
}

.tableNewsFeedTitle{
	font-family:Arial;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-bottom:6px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#940101;
}

.tableNewsFeedText{
	font-family:Arial;
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	padding-top:6px;
}


.tableModRedTitle{
	font-family:Arial;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-bottom:6px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#000000;
}

.tableModRedText{
	font-family:Arial;
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	padding-top:6px;
}

.tableFilmStip{
	background:url(../images/fondoFilmStrip.jpg);
	height:111px;
}

.tableFotoFilmstrip{
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
}

.tableCalendarWhite{
	font-family:Arial;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}

.tableCalendarOrange{
	font-family:Arial;
	color:#f36100;
	font-weight:bold;
	font-size:13px;
}

a.tableLink, a.tableLink:active, a.tableLink:visited{
	font-family:Arial;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

a.tableLink:hover{
	font-family:Arial;
	color:#e19147;
	font-weight:bold;
	font-size:12px;
}

.tableLinkTD{
	padding-bottom:4px;
	padding-top:4px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#940101;	
}

.tableWrestler{
	border-color:#000000;
	border-style:solid;
	border-width:6px;
}

a.tableWrestlerName:link, a.tableWrestlerName:active, a.tableWrestlerName:visited{
	font-family:Arial;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

a.tableWrestlerName:hover{
	font-family:Arial;
	color:#e19147;
	font-weight:bold;
	font-size:14px;
}


.tableWrestlerNumber{
	font-family:Arial Black;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
}

.tableBGLeft{
	background:url(../images/fondoLeft_v9.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:750px;
}

.tableBGRight{
	background:url(../images/fondoRight_v9.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:750px;
}

/******************************************************************
-   Estilos para Formularios -
******************************************************************/


.formLabel{
	font-family: Arial, Helvetica, sans-serif,;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
}

.formTextfield{
	background-color:#170000;
	font-family:Arial, Helvetica, sans-serif,;
	font-size:12px;
	color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-top-color:450101;
	border-left-color:450101;
	border-right-color:7c0909;
	border-bottom-color:7c0909;
	padding:4px;
}


.formCombo{
	font-family:Arial, Helvetica, sans-serif,;
	font-size:12px;
	color:#ffffff;
	background-color:#170000;
	border-style:solid;
	border-width:1px;
	border-top-color:450101;
	border-left-color:450101;
	border-right-color:7c0909;
	border-bottom-color:7c0909;
	padding:4px;
}

.formRanChLabel{
	font-family: Arial, Helvetica, sans-serif,;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}

.formBtn{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif,;
	font-size:12px;
	font-weight:bold;
	background-color:#000000;
	width:135px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-color:ffffff;
}


.formBtnHover{
	color:#fd9494;
	font-family: Arial, Helvetica, sans-serif,;
	font-size:12px;
	font-weight:bold;
	background-color:#8a0000;
	width:135px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-color:#cd4b4b;
}



.breadCrumbs{
	font-family:Arial;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}


a.breadCrumbs:link, a.breadCrumbs:active, a.breadCrumbs:visited{
	font-family:Arial;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

a.breadCrumbs:hover{
	font-family:Arial;
	color:#e19147;
	font-weight:bold;
	font-size:12px;
}



/******************************************************************
-   Estilos para Paginador -
******************************************************************/


.paginador{
	background-color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	width:18px;
	height:18px;
}

.paginadorActual{
	background-color:#8a0000;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	width:18px;
	height:18px;
	font-family:Arial;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/*******************************************************
- START - RowPair RowNon
*******************************************************/
.rowNon{
	background-color:#3f3f3f;
}
.rowPair{
	background-color:#323232;
}
.commentDate{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:left;
	font-size:11px;
	color:#f36100;
}
/*******************************************************
- START - RowPair RowNon
*******************************************************/