
.tab-page {

	border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	z-index: 2;
	position: relative;
	top: -2px;
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #333;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:	5px;
	width: 97%;  /* stupid stupid stupid IE!!! */
	float: left;

}

.tab-control .tab {
	width: 70px;
	height: 16px;
	background-image: url( "../../img/default/tab.png" );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font: 11px Tahoma, Helvetica, sans-serif;
	white-space: nowrap;
	text-align: center;
}

.tab-control .tab h2 {
	color:	black;
}

.tab-control .tab a {
	font:	11px Tahoma, Helvetica, sans-serif;
	color: red;
	text-decoration: none;
	cursor: pointer;
}

.tab-control .tab.hover  {
	font:	11px Tahoma, Helvetica, sans-serif;
	width: 70px;
	height: 16px;
	background-image:	url( "../../img/default/tab_hover.png" );
	background-repeat: no-repeat;
}

.tab-control .tab.selected {
	width: 74px !important;
	height: 18px !important;
	background-image:	url( "../../img/default/tab_active.png" ) !important;
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	padding:	2px 0px 0px 0px;
	margin: 1px -3px -3px 0px;
	top: -2px;
	font: 11px Tahoma, Helvetica, sans-serif;
}

.tab-control {
	z-index: 1;
	white-space: nowrap;
}

table.adminlist {
	background-color:	white;
	margin:				0px;
	padding:			0px;
	margin-top:			2px;
	border:				1px solid #ddd;
	border-spacing:		0px;
	width:				100%;
	border-collapse:	collapse;
}


table.adminlist th {
	margin:				0px;
	padding:			0px;
	background:			url("../../img/default/background.jpg");
	background-repeat:	repeat;
	font-size:			11px;
	color:				#000;
	font-family:		Arial,Verdana,Helvetica,sans-serif;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a:link, table.adminlist th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.adminlist td {
	border-bottom:	0px solid #e5e5e5;
	padding:		0px;
	margin:			0px;
}

table.adminlist_noborder {
	background-color:	white;
	margin:				0px;
	padding:			0px;
	margin-top:			2px;
	border:				0px solid #ddd;
	border-spacing:		0px;
	width:				100%;
	border-collapse:	collapse;
}

table.adminlist_noborder th {
	margin:				0px;
	padding:			0px;
	background:			url("../../img/default/background.jpg");
	background-repeat:	repeat;
	font-size:			11px;
	color:				#000;
	font-family:		Arial,Verdana,Helvetica,sans-serif;
}
table.adminlist_noborder th.title {
	text-align: left;
}

table.adminlist_noborder th a:link, table.adminlist_noborder th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.adminlist_noborder td {
	border-bottom:	0px solid #e5e5e5;
	padding:		0px;
	margin:			0px;
}

.msMantenimientoData {
	background-color:	white;
	margin:				10px;
	padding:			10px;
	border:				0px solid #ddd;
	border-collapse:	collapse;
}

.msTituloCampo{
	font-weight:		none;
	color:				black;
	margin:				0px;
	padding:			0px;
	width:				20%;
	font-size:			11px;
	font-family:		Arial,Verdana,Helvetica,sans-serif;
}

.msTitulo{
	font-weight:		none;
	color:				black;
	margin:				0px;
	padding:			0px;
	font-size:			11px;
	font-family:		Arial,Verdana,Helvetica,sans-serif;
}

.msDato{
	margin:				10px;
	padding:			10px;
	font-size:			11px;
	font-family:		Arial,Verdana,Helvetica,sans-serif;
}

DIV.msError{
	margin:				0px;
	margin-top:			-8px;
	margin-bottom:		5px;
	position:			relative;
	font-size:			10px;
	font-Family:		Arial;
	font-weight:		bold;
	border:				0px solid red;
	color:				red;
}

DIV.msAyuda{
	margin-top:			-5px;
	margin-bottom:		2px;
	position:			relative;
	font-size:			11px;
	font-Family:		Arial;
	border:				0px solid blue;
}

DIV.msAyudaBorde{
  border:			1px solid #EAE9E1; 
  height:			15px;
  width:			95%;

  padding-top:		6px;
  padding-bottom:	6px;
  padding-left:		10px;

  margin-right:		0.5em;
  margin-top:		0.5em;
  margin-bottom:	0.5em;
  background:		#EAE9E1;

  font-family:		Verdana;
  font-size:		10px;
  font-weight:		normal;
}


table.adminform {
	border: solid 0px #d5d5d5;
	width: 100%;
	border-collapse: collapse;
    table-layout: fixed;
}
table.adminform tr.row0 {
}
table.adminform tr.row1 {
	background-color: #eeeeee;
}
table.adminform th {
	font-size: 10px;
	text-align: left;
	height: 25px;
	background: url("../../img/default/background.jpg");
	color: #000;
	background-repeat: repeat;
	font-family:	"Lucida Grande", Verdana, Arial, sans-serif;
}
table.adminform td {
	padding: 3px;
	text-align: left;
	font-family:	Tahoma;
	line-height: 18px;
}

table.adminform td.editor {
	font-size: 9px;
}

table.general td {
	padding:		2px;
	text-align:		left;
	font-family:	Tahoma;
	line-height:	1em !important;
}

input, textarea, select {
	z-index :   auto;
	font-size:  12px;
	border:		1px solid black;
}

.menu 
{  
	border: 1px solid black;
}


div.centermain {
	padding: 0 2px;
	padding-top: 4px;
}

div.header
{
	width:				99%;
	border:				0px solid #0034D1;
	border-bottom:		1px solid #0034D1;
	padding:			0em;
	padding-left:		0.5em;
	margin-right:		0.5em;
	MARGIN:				0EM;
	background-color:	black	; 
	
}

div.header table
{
	color:				#FFFFFF;
	font-family:		Verdana;
	font-size:			10px;
}

div.titulo
{
	width:				20%;
	position:			relative;
	text-align:			right;
	border:				1px solid green;
	color:				#FFFFFF;
}

div.menuIzquierdo
{
	padding:	1px;
	width:		100%;
	border:		1px solid #ddd;
}

table.menuIzquierdo
{
	border:		0px solid #ddd;
	width:		100%;
}

table.menuIzquierdo td
{
	border-bottom:	0px solid #ddd;
	padding:		1px;
	margin:			0;

}

div.menuArriba
{
	width:				99%;
	border:				0px solid #0034D1;
	border-bottom:		2px solid black;
	padding:			0.3em;
	padding-left:		2em;
	MARGIN:				0EM;
	background-color:	#0034D1; 
	color:				#FFFFFF;
}

div.menuArriba a
{
	color:				white;
	text-decoration:	none;
	font-size:			13px;
}

div.menuArriba a:hover
{
	color:				#F9F178;
	font-weight:		normal;
}

DIV.button {
/*	border-right: 0px none #CCCCCC; */
/*	padding: 0 0 0.2em;
	font-family: Verdana;
	background-color: #0034D1;
	color: yellow	;
	list-style-type: none;
	font-size: 9px;*/
}

.fieldSetClass
{
	border:	1px solid black;
	position:	relative;
}
