@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background:#E5E9EF;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0px;
	padding:0px;
}
a img {
	border:none;
}
#mainContainer {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: #FFFFFF/* url(graphics/SS13002.jpg) no-repeat center 150px*/;
}
#header {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	display: block;
	background: #E5E9EF;
}
#home {
	background: url(graphics/logo_canalesavena_mini.gif) no-repeat;
	display: block;
	height: 130px;
	width: 120px;
	padding: 0px;
	margin: 10px;
	float: left;
}
.shadowBottom {
	background: #FFFFFF url(graphics/shadow_bottom.png) bottom;
	display: block;
	height: 5px;
	width: 100%;
}
.shadowTop {
	background: #FFFFFF url(graphics/shadow_top.png);
	display: block;
	height: 5px;
	width: 100%;
}
.clear {
	clear:both;
}
#contents {
	width: 80%;
	margin: 10px auto;
	clear: both;
	min-height:479px;	/*background-color:rgba(255, 255, 255, .9);*/
}
#footer {
	display: block;
	clear: both;
	width: 100%;
	background: #E5E9EF;
	text-align: center;
}
#footer p {
	font-size: 12px;
	padding: 20px;
}
#footer a {
	color: #666666;
}
#top h1 {
	color: #003366;
	font: 28px/150px Georgia, "Times New Roman", Times, serif;
}
#login {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.login {
	font-size: 13px;
	margin-top: 100px;
	border:1px solid #666;
	border-radius:.7em;
	box-shadow:2px 2px 2px #666;
}
.td, .th, .th2 {
	padding: 10px;
}

.th {
	border-top-left-radius:.5em;
	border-top-right-radius:.5em;
	background: #333;
	color: #FFFFFF;
	font-size: 14px;
	text-align:center;
}
.th2 {
	border-bottom-left-radius:.5em;
	border-bottom-right-radius:.5em;
	background: #333;
	color: #FFFFFF;
	font-size: 14px;
	text-align:center;
}
.td {
	padding-left: 30px;
}
.label {
	width: 100px;
	display: inline-block;
	text-align: right;
}
.title {
	text-align: center;
}
.ui-widget {
	font-size:12px;
}
.ui-textfield {
    font: inherit;
    color: inherit;
    background: none;
    text-align: inherit;
    outline: none;
    cursor: text;
}
.ui-tabs .ui-tabs-panel {
	padding:0px;
}
.separator {
	display: block;
	clear: both;
	border-top: 1px dotted #CCCCCC;
}
#cf {
	text-transform:uppercase;
}
.error, .correct {
	display: block;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
.error {
	color: #FF0000;
}
.correct {
	color: #009900;
}
#logout {
	float: right;
}
.dataSheet {
	border:1px solid #CCCCCC;
	border-radius:.5em;
	box-shadow:2px 2px 2px #666666;
	margin-top: 10px;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;

	display: none;
}
.data {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.data th, .data td {
	margin: 0px;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.data th {
	background: #A1A4A9;
	color: #FFFFFF;
}
.nav {
	display:block;
	background: url(graphics/bg_menu.jpg);
	font-size: 13px;
	border-radius:.5em;
	padding-left: 15px;
	height: 35px;
	margin-top: 15px;
	padding-top: 10px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav li {
	display: inline;
}
.nav a {
	display: block;
	float: left;
	padding: 4px 9px;
	color: #FFFFFF;
	text-decoration: none;
	border-radius:.5em;
	margin-right: 10px;
	border-top: 1px solid #6D6D6D;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #6D6D6D;
}
.nav a:hover, .nav .sel {
	background: url(graphics/bg_page.jpg) top;
	color: #666666;
	border-top: 1px solid #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #333333;
}
.fragment {
	width: 100%;
	display: none;
}
.user {
	font-size: 120%;
	font-style: italic;
	color: #666666;
}
