﻿body {
    margin: 0;
    padding: 0;
    background-color: #fafaff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}

#main-container {
    padding: 10px;
    min-width: 900px;
}

#logo {
    margin-bottom: 20px;
}

#logo .sub-title {
    font-family: Segoe UI;
	font-weight: bold;
	color: #314d65;
	margin-left: 5px;
}

#menu {
	float: left;
	left: 0;
	height: auto;
    width: 20%;
    margin-right: 3%;
}

#content {
	width: auto;
	left: 0;
    width: 70%; 
    text-align: left; 
    float: left
}

input.frm_Input,
select.frm_Input,
textarea.frm_Input {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-family: Verdana, Arial;
}

input.frm_Input.frm_short,
select.frm_Input.frm_short,
textarea.frm_Input.frm_short {
    width: 25%;
}

.frm_hidden {
    display: none;
}

input.btn {
	width: 125px;
	background-color: #e3e8eb;
}

a {color: blue;}
a:visited {color: blue;}
a:hover {color: red;}

.chk {
	text-align: left;
}

td {
	font-family: Verdana, Arial;
	font-size: 13px;
	text-decoration: none;
}

p {
	font-size: 8pt;
}

.frm {
	width: 100%;
}

.Title {
	font-family: Segoe UI, Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #314D65;
	text-decoration: none;
	margin: 0;
	margin-bottom: 10px;
}

.Subtitle {
	font-weight: bold;
	padding: 4px;
	font-size: 10pt;
}

.frm_Text {
	width: 200px;
	font-size: 13px;
	vertical-align: text-top;
}

.frm_Input {
	vertical-align: text-top;
}

.frm_Input_Read_Only {
	background-color: ButtonFace;
}

.frm_TextArea_Read_Only {
	color: black;
	background-color: ButtonFace;
}

.frm_Label_Error {
	width: 35%;
	padding: 10px;
	font-size: 7pt;
	vertical-align: text-top;
	color: red;
}

.frm_Error {
	padding: 10px;
	font-size: 8pt;
	color: red;
	font-weight: bold;
	border: 1px solid red;
	margin: 10px 0;
}

.frm_Advertise {
	padding: 10px;
	background-color: #ffe8a9;
	font-size: 8pt;
	color: #302c20 ;
	font-weight: bold;
	border: 1px solid #dbc993;
	margin: 10px 0;
}

.frm_Optimist {
	padding: 10px;
	background-color: #abf1cb;
	font-size: 8pt;
	color:  #302C20 ;
	font-weight: bold;
	border: solid 1px #004F48;
	margin: 10px 0;
}

.frm_Note {
	width: 35%;
	padding: 10px;
	font-size: 7pt;
	vertical-align: text-top;
}

.frm_smallNote {
	font-size: 7pt;
	color: #666;
}

.Grid {
	border: solid 1px #adcbff;
	width: 100%;
	height: auto;
	background-color: #e8f1ff;
}

.Grid_Header {
	background: transparent url('/Backweb/490/Images/top_controls.gif') repeat-x 0 -50px;
	border: none !important;
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #55F !important;
	color: White;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.Grid_Header th {
    border: 1px solid black !important;
    padding: 4px;    
	height: 32px;
}

.Grid_Header th a {
    color: White;
}

.Grid_Header td {
	padding: 8px;
	white-space: nowrap;
	min-height: 24px;
}

.Grid_Item {
	background-color: #e8f1ff;
	color: #06266F;
}

.Grid_Item_Darker {
	background-color: #D1D9E5;
	color: #06266F;
}

.Grid_item_alternate {
	background-color: #e0ecff;
	color: #06266F;
}

.Grid_Item td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 3px;
}

.Grid_item_alternate td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 3px;
}

.fc-GridResultTitle {
    font-weight: 600;
}

.fc-GridResultExtraInfo {
    max-height: 120px;
    overflow-y: scroll;
    width: 400px;
}

.fc-GridResultExtraInfo--hidden {
    display: none;
}

.fc-GridResultExtraInfoButton {
    display: block;
    width: 8px;
    height: 8px;
    background: #999;
    padding: 0px 4px 7px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000;
    text-decoration: none;
}

.fc-GridResultExtraInfoButton,
.fc-GridResultExtraInfoButton:visited,
.fc-GridResultExtraInfoButton:hover {
    color: #fff;
}

.DetailView {
	padding-left: 5px;
	border: solid 1px #adcbff;
	width: 500px;
	white-space: nowrap;
}

.DetailViewRow {
	background-color: #e8f1ff;
	padding: 2px;
}

.DetailViewAltRow {
	background-color: #e0ecff;
	padding: 2px;
}

.DetailView td {
	padding-left: 5px;
	padding-right: 5px;
	height: 1.5em;
}

.DetailViewHeader {
	white-space: nowrap;
}

.BlueBox {
	float: left;
	margin: 5px;
	padding: 6px;
	background-color: #e0ecff;
	border: solid 1px #adcbff;
}

.BlueObscureBox {
	float: left;
	margin: 5px;
	padding: 6px;
	border: 1px solid gray;
	background-color: #d3d8db;
}

.BlueForm {
	background-color: #e0ecff;
	border: solid 1px #adcbff;
	padding: 2px;
}

.MyCalendar .ajax__calendar_container {
	border: 1px solid #646464;
	background-color: #fff;
}

/* quitar valores metidos por el detailview, sino no se ve todo el calendario*/
.MyCalendar td {
	padding: 0;
	border-spacing: 0;
}

.MyCalendar .ajax__calendar_footer {
	border-top: 1px solid #f5f5f5;
}

.MyCalendar .ajax__calendar_dayname {
	border-bottom: 1px solid #f5f5f5;
}

.MyCalendar .ajax__calendar_day {
	border: 1px solid #fff;
}

.MyCalendar .ajax__calendar_month {
	border: 1px solid #fff;
}

.MyCalendar .ajax__calendar_year {
	border: 1px solid #fff;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day {
	background-color: #edf9ff;
	border-color: #06c;
	color: #06c;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_month {
	background-color: #edf9ff;
	border-color: #06c;
	color: #06c;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_year {
	background-color: #edf9ff;
	border-color: #0066cc;
	color: #0066cc;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day {
	background-color: #fff;
	border-color: #fff;
	color: #646464;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_year {
	background-color: #fff;
	border-color: #fff;
	color: #646464;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day {
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #06c;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_month {
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #06c;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
	background-color: #edf9ff;
	border-color: #daf2fc;
	color: #06c;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_title {
	color: #06c;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_today {
	color: #06c;
}

.MaskedEditError {
	background-color: #ffc;
}

.MaskedEditFocus
{
	background-color: #ffc;
	color: #000;
}


/* CAJA DE ERRORES EN EL BACKWEB */
.box_error {
	border: solid 2px red;
	padding: 2px;
	width: 632px;
}

#divpagination {
	border-bottom: solid 1px #adcbff;
	border-left: solid 1px #adcbff;
	border-right: solid 1px #adcbff;
	background-color: #e0ecff;
	border-top: 0;
	margin-left: -1px;
	height: 24px;
}

.litPagination {
	margin-left: 12px;
}

/* POPUP BACKWEB HISTORICO ANUNCIOS */
.HistoricPopUp {
	display: none;
	color: black;    
	position: fixed;    
	left: 25%;    
	top: 20%;    
	width: 50%;    
	z-index: 1000;    
	text-align: center;    
	background-color: white;    
	border: 1px solid black;
}

/* -- [g] */
#lbl_LoginMessage {
    color: #f00;
    font-weight: bold;
}

input[type="button"],
input[type="submit"],
button {
  background-color: #03436A;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.2s ease-out;
  border: 0;
  color: #ffffff!important;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeSemiboldRegular", Tahoma, Arial, sans-serif;
  overflow: visible;
  padding: 0 10px 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none!important;
  height: 30px;
  line-height: 30px;
  min-width: 80px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    background-color: #6C8CD5;
}

input[type="button"][disabled="disabled"],
input[type="submit"][disabled="disabled"] {
    background-color: #c0c0c0;
    cursor: default;
}


.uie_BreadCrumbTrail {
    background: transparent url('/Backweb/490/Images/top_controls.gif') repeat-x 0 -740px;
    color: #dcdcdc;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: color 0.2s ease-out;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 10px 0;
}

.uie_BreadCrumbTrail a {
    color: White;
}

/* [g] Sitemap
-------------------------------- */
#sitemap ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;	
    z-index: 1;    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ADCBFF;
	background-color: #E0ECFF;
}

#sitemap li {
	padding:2px;
	margin: 4px;
	margin-bottom: 5px;
	list-style-type: none;
	position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: transparent url('') no-repeat;
}

#sitemap li:hover {
    background-color: #8AB6F4;
    border-color: #8AB6F4;
}

#sitemap li:hover a{
    color: #fff;
}

#sitemap li:hover ul {
    display: block;
}

#sitemap li.selected {
	background-color: #000;
	color: #fff;
}

#sitemap ul ul {
	position: absolute;
	right: -200px;
	width: 200px;
	top: 0px;
	padding: 10px;
	border: 1px solid #8AB6F4;
	background-color: #8AB6F4;
    display: none;
    z-index: 100;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
}

#sitemap ul ul li {
	color: #000;
}

.icon_control-000-small {
	background-image: url('/Backweb/490/Images/control-000-small.png') !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}

.icon_plus {
	background-image: url('/Backweb/490/Images/plus.png') !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}

.icon_lock {
	background-image: url('/Backweb/490/Images/lock.png') !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}

.icon_world {
	background-image: url('/Backweb/490/Images/world.png') !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}

.DetailView-FraudulentWords {
   border: 0;
}

.DetailView-FraudulentWords td {
    padding: 3px;
    border: 0;
}

.DetailView-FraudulentWords a, .DetailView-FraudulentTable td a {
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border: 1px solid #CCC;
  border-right-color: #333;
  border-bottom-color: #333;
  margin-right: 1px;
}

.DetailView-FraudulentTable td, .DetailView-FraudulentTable th {
    padding: 4px;
}

.DetailView-FraudulentTable th a {
    color: black;
    font-weight: 600;
    text-decoration: none;
}
