/* Body */
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/* Normal Links */
a:link, a:visited, a:active {
    color: #1A4089;
	text-decoration: none;
}

a:hover {
    color: #1A4089;
	text-decoration: underline;
}

/* Hr */
.hr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}

/* Login */
.login {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #1A4089;
}

.logintxt {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

/* Principal table */
.tableall {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    color: #000000;
}

/* Top and Down banners */
.top, .footer {
    background-image: url("fondo.gif");
}
.foot_text, a.foot_text, a.foot_text:hover, a.foot_text:visited {
	color: #E8F5FF;
	font-size: 10px;
}

/* Left Menu */
.menu {
    background: #EBEBEB;
    padding: 0px;
    height: 100%;
    font-weight: bold;
}

a.menu:visited, a.menu:hover, a.menu {
    color: #1A4089;
}

/* classmenu */
#classmenu {
    text-align: left;
    width: 100%;
}

/* linkbar */
#linkbar {
    display:block;
    background: #D6E1F8;
    text-align:center;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1A4089;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 99%;
}

/* Titles for separate the form */
.titles, a.titles, a.titles:hover, a.titles:visited {
    display:block;
    background: #D6E1F8;
    text-align:left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1A4089;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 99%;
    text-decoration: none;
}

/* Error */
#error, #error_down {
    font-size:1.3em;
    color: #FF0000;
	font-weight: bold;
    width: 100%;
}

.error, .error_down {
    font-size:1em;
    color: #FF0000;
	font-weight: bold;
    width: 100%;
}

/* Content */
#content, #allcontent {
    color: #000000;
    width: 100%;
}

/* Ajax icon */
#ajaxinfo {
    position: absolute; 
  	top: 0px;
	left: 0px;
    color: #FFFFFF;
    padding: 5px; 
}

/* Form */
div.formBodyRow {
    clear:both;
    height:auto;
    width:98%;
    border-collapse:collapse;
    border-right:2px solid #FFFFFF;
    margin:0px;
    padding-left:0px;
    background: #FFFFFF;
    color: #000000;
}

div.formBodyLeft {
    clear:both;
    float:left;
    height:auto;
    width:49%;
    border-collapse:collapse;
    border-right:2px solid #FFFFFF;
    margin:0px;
    padding-left:0px;
    background: #FFFFFF;
    color: #000000;
}

div.formBodyRight {
    float:left;
    height:auto;
    width:49%;
    border-collapse:collapse;
    border-right:2px solid #FFFFFF;
    margin:0px;
    padding-left:0px;
    background: #FFFFFF;
    color: #000000;
}

br.clear {
    clear:both;
}

input.form, input.form_next {
    font-size:1em;
    float:left;
    text-align: left;
    margin-left: 0px;
    margin-top: 5px;
    border:1px solid #CFCFCF;
    background-color:#E5E5E5;
    color: #000000;
}

input.form_next {
    margin-left: 2px;
}

.txtform {
    float:left;
    text-align: left;
    margin-left: 10px;
    margin-top: 5px;
    color: #000000;
}

label.form {
    float:left;
    width:40%;
    margin-left:0px;
    margin-top:5px;
    color: #000000;
}

label.formrow {
    float:left;
    width:20%;
    margin-left:0px;
    margin-top:5px;
    color: #000000;
}

label.formdisplay {
    float:left;
    width:40%;
    margin-left:0px;
    margin-top:5px;
    color: #000000;
}

textarea.form {
    font-size:1em;
    float:left;
    text-align: left;
    margin-left: 0%;
    width:50%;
    margin-top: 5px;
    background-color:#E5E5E5;
    border:1px solid #CFCFCF;
    color: #000000;
}

select.form, select.form_next {
    font-size:1em;
    float:left;
    text-align: left;
    margin-left: 0px;
    margin-top: 5px;
    background-color:#E5E5E5;
    border:1px solid #CFCFCF;
    color: #000000;
}

select.form_next {
    margin-left: 2px;
}

span.form {
    float:left;
    text-align: left;
    width:21%;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
}

.form_div {
    font-size:1em;
    text-align: left;
    float:left;
    margin-left:0px;
    margin-top:5px;
}

/* Contextmenu */
table.contextmenu {
    margin:0;
    padding:0;
	border: solid;
    border-top-color:#999966;
    border-left-color:#999966;
    border-right-color:#999966;
    border-bottom-color:#999966;
    border-width:1px;
    background-color:#1A4089;
    color: #FFFFFF;
}

a.contextmenu:visited, a.contextmenu:hover, a.contextmenu {
    color: #FFFFFF;
}

/* List headers */
.headers_table {
    border-left: 1px solid #1A4089;
    border-right: 1px solid #1A4089;
    width: 99%;
}

.headers_td_border {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #1A4089;
}

.headers {
    border: 1px solid #1A4089;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #1A4089;
    padding-bottom: 5px;
}

a.headers:visited, a.headers:hover, a.headers {
    color: #FFFFFF;
}

/* Filter fields */
.select.filterfields, input.filterfields {
    background-color:#ffffcc;
    z-index: 100;
}

/* Alt view */
#alternative_view{
    position: absolute;
    left: -2000px;
    top: -450px;
    width: 150px;
    visibility: hidden;
    z-index: 99;
}
.alternative_view {
    border: 1px solid black;
    padding: 2px;
    background-color: #1A4089;
    color: #FFFFFF;
}

/* Action Buttons */
a.button:visited, a.button:hover, a.button, .button,

/* Filters */
a.smallbutton:visited, a.smallbutton:hover, a.smallbutton, .smallbutton,

/* Submit */
.submit, a.submit, a.submit:hover, a.submit:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-image: url("fondoboton.jpg");
    cursor: pointer;
	text-align: center;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 1px;
}

/* Calendar */
.calendarBodyContainer {
	width:160px;
	background: #7591bc url("dpBg.gif") top left repeat-x;
}

.calendarBodyContainer thead tr td {
	color:#293A4B;
	font:bold 0.75em Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
	padding:0.25em;
	background: url("dpHorizLine.gif") bottom left repeat-x;
}

.calendarBodyContainer tbody tr td {
	color:#FFF000;
	font:bold 0.75em Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
	padding:0.4em;
	background: url("dpVertLine.gif") top right repeat-y;
	cursor:pointer;
}

.calendarBodyContainer SELECT{
    font-family: verdana;
    font-size: 10px;
    color: #293A4B;
    background-color:#7591BC;
}

.selectedItem {
	background-color:#FFF000 !important;
	color:#6782A8 !important;
}
