/* - - - - - - - - - - - - - - - - - - - - -

Título :  Admin Seguridad Seguros
Autor : Manuel Acuna | manuelodesigns.com | gravitysoul@gmail.com

Descripción :  styles.css

Creado : 17   de  enero, 2010 

- - - - - - - - - - - - - - - - - - - - - */

@import url('../css/reset.css');
@import url('../css/layout.css');
@import url('../css/jScrollPane.css');

/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
   	line-height: 16px;
	color: #fff;
	background-color: #084884;
	background-image: url(../media/backgrounds/bg.gif);
	background-repeat: repeat-x;

}
body {
	margin:0px;
}

a {
	text-decoration: underline;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #00FFFF;
	border-bottom:1px dotted #0d5aa1;
}

h1 {
	font-size: 18px;
	color: #fff;
	margin-bottom:10px;
}

h3 {font-size:12px;
	color: #66FFCC;
	margin-bottom:10px;
}

p {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}




ul {
	list-style: outside;
	list-style-type: inherit;
	padding:0;
	margin-left:15px;
	}
ul li {
	padding-bottom:10px;
	margin:0;
	color:#666;
	}
ul li a {
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
	}
ul li a:hover {
	 
	}
ul li a span {
	display:none;
	}
	
.clear{
	clear:both;
	}
	
.asterisco{
	color: #FF0000;
	font-size:14px;
}

.atable {
	text-decoration: underline;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}

/*
table {
	border:1;
	background-image:none;
 
	}

td{
	font-family:Arial, Helvetica, sans-serif;
	border: #009999;
	background-image:none;
	margin-left:2px;
	font-size:11px;
	}

tr{
	border:none;
	background-image:none;
	margin-left:2px;
	}

th{
	font-size:11px;
	background-image:none;
	border-bottom:1px dotted #CCC;
	border-right:2px solid #084884;
	}
*/



table, td{
	border-color:#00FFFF;
	border:1px;
	color: #000000;
	font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif
}
h1 {
	font: normal normal 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0
}
h2 {
	font: normal normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0
}
h3 {
	font: normal normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #008000;
	margin: 0 0 15px 0
}



div.tableContainer {
	clear: both;
	border: 1px solid #963;
	height: 548px;
	overflow: auto;
	width: 960px
}
html>body div.tableContainer {
	overflow: hidden;
	width: 950px
}
div.tableContainer table {
	float: left;
	width: 950px
}
html>body div.tableContainer table {
	width: 950px
}
thead.fixedHeader tr {
	position: relative
}
html>body thead.fixedHeader tr {
	display: block
}
thead.fixedHeader th {
	background: #C96;
	border-left: 1px solid #EB8;
	border-right: 1px solid #B74;
	border-top: 1px solid #EB8;
	font-weight: normal;
	font-size:10px;
	padding: 4px 3px;
	text-align: left
}
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #0066CC;
	display: block;
	text-decoration: none;
	width: 100%
}
thead.fixedHeader a:hover {
	color: #0066CC;
	display: block;
	text-decoration: underline;
	width: 100%
}
html>body tbody.scrollContent {
	display: block;
	height: 490px;
	overflow: auto;
	width: 100%
}
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}
tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}
html>body thead.fixedHeader th {
	width: 800px
}
html>body thead.fixedHeader th + th {
	width: 840px
}
html>body thead.fixedHeader th + th + th {
	width: 816px
}
html>body tbody.scrollContent td {
	width: 800px
}
html>body tbody.scrollContent td + td {
	width: 840px
}
html>body tbody.scrollContent td + td + td {
	width: 800px
}
-->