body {
	background-color: #D7DEE3;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}

table.enclosing {
	background-color:#FFFFFF;
	color : #4a5571;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1000px;
	border: 1px solid #416989;
	border-radius: 8px;
}


td {
	color : #4a5571; /* El texto utilizado en los artículos utiliza este color */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

a img {
	vertical-align: bottom;
	border : none;
}

td.white {
	background-color: #FFFFFF;
	color : #4a5571;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

td.admin_white {
	background-color: #FFFFFF;
	color : #4a5571;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #d1dceb 1px solid;
	padding: 1px;	
}

td.admin_gray {
	background-color: #f5fffa;
	color : #4a5571;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #d1dceb 1px solid;
	padding: 1px;
}

td.notes {
	background-color: #ffedec;
	color : #4a5571;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #f99a9a;;
}

th.tDetailsHead {
	background-color: #F7F7F7;
	color : #4a5571;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

td.tDetailsBody {
	background-color: #FFFFFF;
	color : #4a5571;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #F7F7F7 1px solid;
	text-align: center;
}

.small {
	font-size: 11px;
}

.smaller {
	font-size: 12px;
	color: #AC0000;
}

a {
	color : #AA0000; /* 416989 **************************************************/
	text-decoration : none;
}

a:hover {
	color : #AA0000;
	text-decoration : none;
	font-weight: bold;   /**************************************************/

}

a.smaller {
	font-size: 12px;
	color : #416989;
	text-decoration : none;
}

a.smaller:hover {
	font-size: 12px;
	color : #AA0000;
	text-decoration : none;
}

table.white {
	background-color: #ffffff ;
	color : #23559C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}

table.white th {
	background-color: #ffffff;
	color : #23559C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #b2babd 1px solid;
	border-collapse: collapse;
	background-image: url(img/tableheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table.white th a {
	color : #23559C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table.white td {
	height: 25px;
	padding-left: 5px;
}

.noborder {
        border: none;
}

h3 {
	color : #990000; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}

.required {
	color: #AC0000;
	font-weight: bold;
	background-color: white;
	padding: 2px;
	font-size:11px;
}

.critical {
	color: #AC0000;
	border: 1px solid #AC0000;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 2px;
	font-size:11px;
} 

.important {
	color: #9400d3;
	border: 1px solid #9400d3;
	font-weight: bold;
	background-color: white;
	padding: 2px;
	font-size:11px;
}

.medium {
	color: #FF9900;
	border: 1px solid #FF9900;
	font-weight: bold;
	background-color: white;
	padding: 2px;
	font-size:11px;
}

.low {
	color: green;
	border: 1px solid green;
	font-weight: bold;
	background-color: white;
	padding: 2px;
	font-size:11px;
}

input {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}

input.button {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

select {
	font-size: 12px;
	height: 20px;    
}

/***********************************************************************************/
select#move_to_category{
	font-size: 12px;
	height: 20px;    
}
/***********************************************************************************/
select.multiple {
	font-size: 12px;
	height: 180px;    
}
/***********************************************************************************/

header a img {border: none; text-decoration: none !important;} 

.open {
        color : #FF0000;
		background-color: white;
        border : 1px solid #FF0000;
        font-size: 11px;
        font-weight: bold;
		padding: 1px;
}
.waitingreply {
        color : #FF9933;
		background-color: white;
        border : 1px solid #FF9933;
        font-size: 11px;
        font-weight: bold;
		padding: 1px;
}
.replied {
        color : #0000FF;
		background-color: white;
        border : 1px solid #0000FF;
        font-size: 11px;
        font-weight: bold;
		padding: 1px;
}
.inprogress {
        color: #008000;
		background-color: white;
        border: 1px solid #008000;
        font-size: 11px;
        font-weight: bold;
		padding: 1px;
}
.onhold {
        color : #A84EF2;
		background-color: white;
        border : 1px solid #A84EF2;
        font-size: 11px;
        font-weight: bold;
		padding: 1px;
}
.resolved {
        color : #000000;
		background-color: white;
        border : 1px solid #000000;
        font-size: 11px;
        font-weight: bold;
		padding: 1px;
}
.allbutresolved {
        color : #000000;
        font-size: 11px;
        font-weight: bold;
		padding: 1px;
}

.success {color : #008000;}
.error {color : #FF0000;}
.notice {color : #FF9900}

#ok {
	border: 1px solid #679800;
}

#error {
	border: 1px solid #ba3225;
}

.rate {
	color: #AC0000;
	text-align: right;
	font-style: italic; 
}

a.article {
	color : Black;
	text-decoration: none;
	font-size: 11px;
}

a.article:hover {
	color : #AA0000;
	text-decoration : none;
}

.article_list {
	font-size: 11px;	
}

fieldset {
	margin-bottom: 6px; 
	border: 1px SOLID #267DDC;
	padding: 4px;
	background-color:white;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	margin:20px 0px 20px 0px;
}

legend {
	background-image: url(img/bluebtn.png);
	background-repeat: no-repeat;
	color: #172901;
	border: 1px solid #267DDC;
	height: 10px;
	font-size: 10px;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: left top;
	display:block;
	width: auto;
	padding:4px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	/* top: -12px; */
	width:130px;	
}

/*newly introduced styles (version 2.0)*/

.header {
	width: 100%;
	background-color: #74a62b;
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(img/header.png);
	background-repeat: repeat-x;
	height: 57px;
	padding: 0px;
	margin: 0px;
}

.header td {
text-align: center;
vertical-align: middle;
color:#FFFFFF;
}
.header a, .header a:link, .header a:active, .header a:visited {
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.header a:hover {}

.headersm {
	width: 100%;
	background-color: #A20000;
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	background-image: url(img/headerbgsm.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding: 0px;
	margin: 0px;
	font-weight:bold;
	padding-left: 0px;
}

hr {
	border: none;
	border-bottom: 1px dotted #adbac3;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 10px;
	height: 1px;
}

.greenbutton {
	background-image: url(img/greenbtn.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #527234;
	font-size: 10px;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: left top;
	height: 19px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 2px;
	margin-right: 2px
}

.greenbuttonover {
	background-image: url(img/greenbtnover.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #527234;
	font-size: 10px;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: left top;
	height: 19px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 2px;
	margin-right: 2px
}

.orangebutton {
	background-image: url(img/orangebtn.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #660000;
	border: 1px solid #bf6628;
	height: 20px;
	font-size: 12px;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: left top;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	margin-top: 0px;	
}

.orangebuttonover {
	background-image: url(img/orangebtnover.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #660000;
	border: 1px solid #bf6628;
	height: 20px;
	font-size: 12px;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: left top;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	margin-top: 0px;		
}

.bluebutton {
	background-image: url(img/bluebtn.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #660000;
	border: 1px solid #5b79a3;
	height: 20px;
	font-size: 10px;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: left top;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 2px;
	text-decoration: none;
	margin-right: 2px;
	padding-top: 2px;
}


/*styles for roundcorners tables*/

.roundcornersleft {
	width: 7px;
	background-image: url(img/roundcornerslm.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.roundcornersright {
	width: 7px;
	background-image: url(img/roundcornersrm.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.roundcornerstop {
	height: 7px;
	background-image: url(img/roundcornerst.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.roundcornersbottom {
	height: 7px;
	background-image: url(img/roundcornersb.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ticketrow {
	background-color: #f5fffa;
	color : #4a5571;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #748aaf;
	padding: 6px;
}
.ticketalt {
	background-color: #f0e8bd21;
	color : #4a5571;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #748aaf;
	padding: 6px;
}

.tickettd {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 110px;
}

.subheaderrow {
	background-color: #ffffff;
	color : #23559C;
	border: #23559C solid 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	background-image: url(img/tableheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	}
	
.homepageh3, .section {
	color: #AA0000;  /** 74804e ***********************************************************************************/
	font-weight: bold;
}

/*newly introduced styles (version 2.2)*/	

.large {
	font-size:14px;
}

.largebold {
	font-size:14px;
	font-weight:bold;
}

.assignedyou {
	color: red;
}

.assignedother {
	color: green;
}

div.success {
	border: 1px solid #0374dd; 
	background: #f3f8fe; 
	color: #363636;
	padding: 10px;
	margin: 0 0 5px 0;
	border-radius: 8px;
}

div.info {
	border: 1px solid #047926; 
	background: #fbfdf9; 
	color: #363636;
	padding: 10px;
	margin: 0 0 5px 0;
	border-radius: 8px;
}

div.notice {
	border: 1px solid #ffa500; 
	background: #fdedd0; 
	color: #363636;
	padding: 10px;
	vertical-align: middle;
	margin: 0 0 5px 0;
	border-radius: 8px;
}

div.error {
	border: 1px solid #cd0a0a; 
	background: #fde2e2;; 
	color: #cd0a0a;
	padding: 10px;
	margin: 0 0 5px 0;
	border-radius: 8px;
}

.admin_green {
	background-color: #e3ffd0;
	font-weight: bold;
}

.admin_red {
	background-color: #fef1ec;
	font-weight: bold;
}

.borderBottom {
	border-bottom: silver 1px dashed;
}

.borderTop {
	border-top: silver 1px dashed;
}

.alignTop {
	vertical-align: top;
}

.alignMiddle {
	vertical-align: middle;
}

.alignBottom {
	vertical-align: bottom;
}

hr.dashed  {
	border: none 0; 
	border-top: 1px dashed silver;
	height: 1px;
}

/* newly introduced styles (version 2.3) */	

h1 {
	color : #AA0000;  /* 74804e ***************************************************************************************/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

td.admin_critical {
	background-color: #fff0ff;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ff66ff;
	border-top: 2px dashed #ff66ff;
	padding: 1px;
}

.isError {
	color: black;
	background-color: #fff9f7;
	border: 1px solid red;
}

.isNotice {
	color: black;
	border: 1px solid orange; 
	background: #fbf9ee;
}
	
.optionWhiteON{
	padding:2px;
	border:1px dotted silver;
	background-color: #b0e0e6;	
}

.optionWhiteOFF {
	padding:2px;
	border:1px dotted silver;
	background-color: white;
}

.optionBlueON {
	padding:2px;
	border:1px dotted gray;
	background-color: #b0e0e6;	
}

.optionBlueOFF {
	padding:2px;
	border:1px dotted gray;
	background-color: #f5fffa;
}

.optionWhiteNbON{
	border: none; 
	background-color: #b0e0e6;
	vertical-align: text-bottom;
}

.optionWhiteNbOFF {
	border: none;
	background-color: white;
	vertical-align: text-bottom;
}

.kbCatListON {
	background-color: #fcefa1;
}

.kbCatListOFF {
	background-color: white;	
}

div.progress-container {
	border: 1px solid #ccc;
	width: 100px;
	margin: 2px 5px 2px 0;
	padding: 1px;
	float: left;
	background: white;
}

div.progress-container > div {
	background-color: #ACE97C;
	height: 12px
}

.black {
        color: black;
}
div.online {
	border: 1px solid #e5e8ff; 
	background: #ffffff; 
	color: #000000;
	padding: 0px;
	vertical-align: middle;
}

span.online {
	font-size: 10px;
	white-space:nowrap;
}

/* newly introduced styles (version 2.4) */	

.orangebuttonsec {
	background-image: url(img/orangebtnsec.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #660000;
	border: 1px solid #bf6628;
	height: 20px;
	font-size: 12px;
	font-weight:normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: left top;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	margin-top: 0px;	
}

.orangebuttonsecover {
	background-image: url(img/orangebtnover.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #660000;
	border: 1px solid #bf6628;
	height: 20px;
	font-size: 12px;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: left top;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	margin-top: 0px;		
}

td.admin_yellow {
	background-color: #ffffe0;
	color : #4a5571;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #d1dceb 1px solid;
	padding: 1px;	
}

/* New styles in HESK version 2.5 */

.kb_published {
	color: #009900;
}

.kb_private {
	color: #4a5571;
}

.kb_draft {
	color: #cc9933;
}

.searchbutton {
	cursor:pointer;
	width:70px;
	height:27px;
	text-indent:-999px;
	text-transform: capitalize;
	color: transparent;
	background: url(img/ico-search.png) no-repeat #4d90fe center;
	border: 1px solid #3079ED;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

.searchbutton:hover {
	background: url(img/ico-search.png) no-repeat center #357AE8;
	border: 1px solid #2F5BB7;
}

.searchfield {
	width:400px;
	height:21px;
	font-size:14px;
	text-indent:2px; 
	vertical-align: bottom;
}

.sbsmall {
	width:50px; 
	height:22px; 
	margin-top:2px;
}

.sfsmall {
	width:200px; 
	height:16px; 
	font-size:12px; 
	margin-top:2px;
}

a.admin_link {
	font-size: 12px;
	color : #416989;
	text-decoration : none;
}

a.admin_link:hover {
	font-size: 12px;
	color : #AA0000;
	text-decoration : none;
}

.linea_separadora {
	border-top: 1px solid #748aaf;
	border-bottom: none;
	margin-bottom: -15px;
}

/***************************************************************************************/

.aviso_categorias {
	border: 1px solid #0374dd;
	background-color:#f3f8fe;
	color:#214f74;
	margin:10px 30px 0px 30px;
	padding: 0px 20px;
	text-align: center;
	font-weight:normal;
	font-size: 13px;
}

.aviso_ticket {
	border: 1px solid #ffa500;
	background-color:#fdedd0;
	color:#214f74;
	margin:10px 20px 20px 20px;
	padding: 0px 20px;
	text-align: center;
	font-weight:normal;
	font-size: 12px;
}

.opciones_ticket {
	font-style: italic;
	font-size: 12px;
	color: #AC0000;
}

form p.categoria {
	background-color: #5f83c1;
	color: white;
	font-size: 13px;
	padding: 2px;
}

form p.agrupacion_tickets {
	background-color: #5f83c1;
	color: white;
	font-size: 13px;
	padding: 2px;
}

ul#ul_category {
  	text-align: left;
	list-style: disclosure-closed;
	font-size: 13px;
	color: #214f74;
}

/***************************************************************************************/

div#cabecera_pagina {
	background-color: #d7dee4;
	border-bottom: 1px solid #416989;
}

div#contenido_pagina {
	background-color: #f3f3f3;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image:url(/img/fondo_abstracto_1_1.jpg);
}

div#pie_pagina {
	text-transform: uppercase;
	background-color: #d7dee4;
	border-top: 1px solid #416989;
	padding-top:5px;
	font-size: 13px;
	font-weight: bold;
}

div#inef-cau-slider {
	border: 1px solid #4782bb;
}

/***************************************************************************************/