/*
// -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
   Foros Euskaltel - Tema 1.
   version:  d14-m11-a11
//  -- -- -- -- -- -- -- -- --
//  Mauricio F. Tolezano (www.aquataller.es)
// -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
// 
//
*/
body {
	background: #FFF!important;
	color: #6D6E71!important;
	margin: 0!important;
	padding: 0!important;
	text-align: left!important;
	
	font-family: Verdana, Geneva, sans-serif!important;
	font-size: 12px;
}

body a img {
	border:					none;
}

body a:link		,
body a:visited {
	text-decoration:		none;
	color:					#F47324;
}

body a:hover		,
body a:active {
	text-decoration:		underline;
	color:					#F47324;
}

body #container {
	width:					960px;
	margin:					0 auto;
	border:					none;
}

/* Cabecera 
----------------------------------------------------------------------------------------------- */
body #header {
	position:			relative;
}

body #header .logo {
	margin:				0 0 20px;
}

body #header .menu {
	position:			absolute;
	top:				0;
	right:				0;
	width:				800px;
	margin:				0;
}

body #header .menu ul {
	font-size:			11px;
}

body #header .menu ul a {
	color:				#666;
}

/* Tablas.
----------------------------------------------------------------------------------------------- */
body .tborder {
	background-color: #CCC;
	width: 	100%;
	margin: auto auto;
	border: 1px solid #EFEFEF;
	border-bottom-color:#E7E7E7;
	color: #666;	
	
	/* behavior: url(/images/euskaltel/_ie/border-radius.htc);	*/
		
	-webkit-border-radius:  7px;
	-moz-border-radius: 	7px;
	-khtml-border-radius: 	7px;
	border-radius: 			7px;
}

body .tborder th,
body .tborder td {
	padding: 5px 7px;
}

body .thead {
	background: #FF6300 url(../../../images/euskaltel/fnd-1.png) top left repeat-x;
	color: #FFF;	
	
	/* behavior: url(/images/euskaltel/_ie/border-radius.htc);	*/
		
	-webkit-border-top-right-radius:  	5px;
	-webkit-border-top-left-radius:  	5px;
	
	-moz-border-top-right-radius: 		5px;
	-moz-border-top-left-radius: 		5px;
	
	-khtml-border-top-right-radius: 	5px;
	-khtml-border-top-left-radius: 		5px;
	
	border-top-right-radius: 			5px;
	border-top-left-radius: 			5px;
}

body .tborder a {
	color: #666;
}

body .tborder a span {
    color: #FF6633;
}

body .thead  a {
	color: #FFF;
}

body .tcat {
	background: #E5E5E5 url(../../../images/euskaltel/fnd-2.png) top left repeat-x;
	color: #666;
	font-size: 12px;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

body .tcat:first-child {
	border-left:1px solid #FFF;
}

body .tcat a {
	color: #666;
}

body .trow1 {
	background: #f5f5f5;
}

body .trow2 {
	background: #EFEFEF;
}

body .trow_shaded {
	background: #C5C5C5;
}

body .trow_selected td {
	background: #C5C5C5;
}

body .trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

body .tfoot {
	background: #D0CFCF url(../../../images/euskaltel/fnd-3.png) top left repeat-x;
	color: #999;
	
	/* behavior: url(/images/euskaltel/_ie/border-radius.htc);	*/
		
	-webkit-border-bottom-right-radius:  	5px;
	-webkit-border-bottom-left-radius:  	5px;
	
	-moz-border-bottom-right-radius: 		5px;
	-moz-border-bottom-left-radius: 		5px;
	
	-khtml-border-bottom-right-radius: 		5px;
	-khtml-border-bottom-left-radius: 		5px;
	
	border-bottom-right-radius: 			5px;
	border-bottom-left-radius: 				5px;
}

body .tfoot a {
	color: #333!important;
}

body #panel {
	background: #efefef;
	color: #666;
	border: none;
	padding: 10px;	
	
	/* behavior: url(/images/euskaltel/_ie/border-radius.htc);	*/
		
	-webkit-border-radius:  5px;
	-moz-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	border-radius: 			5px;
}

body .bottommenu {
	background: #efefef;
	color: #CCC;
	border: none;
	padding: 10px;	
	
	/* behavior: url(/images/euskaltel/_ie/border-radius.htc);	*/
		
	-webkit-border-radius:  5px;
	-moz-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	border-radius: 			5px;
}

body .bottommenu a {
	color: #666;
}

body .navigation {
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
}

body .navigation a {
	text-decoration: none;
}

body .navigation .active {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

body .navigation a:visited {
	text-decoration: none;
}

body input.textbox 		,
body textarea 			,
body select 			 	,
body .editor 			 	,
body .editor_control_bar 	,
body .autocomplete 		,
body .popup_menu {
	border-color: #999;
}

body .star_rating,
body .star_rating li a:hover,
body .star_rating .current_rating {
	background-image: url(../../../images/euskaltel/star_rating.gif);
}

