﻿
/* MÁRGENES Y ESTRUCTURA BASE DE LA PÁGINA ----------------------------------------------------------------------------------------------------------------------------- */

/*.ajax__calendar table.table1 tr td, table.table2 tr td, table.table3 tr td, table.table5 tr td {
padding: 0px 0px 0px 0px !important;
}*/

body
{
    font-family: gobCL,Tahoma,Verdana,Segoe,sans-serif;
    color: #666666;
    font-size: 12px;
    padding: 0; 
    margin: 0; 
}

form 
{
    margin: 0;
}



div#main_top {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 2px solid #d5d5d5;
    font-size: 12px;
    height: 32px;
    width: 100%;
}

div#main_footer {
    background-color: #29342B;
    border-top: 2px solid #c0c0c0;
    font-size: 12px;
    height: 80px;
	width: 100%;
}

div#main_footer div#footer 
{
    margin: 0 auto;
    padding-top:10px;
    width: 1000px;
    color: white;
}

body.admin_basebody
{
	background-image: url("images/bg_main.png");
	background-repeat: repeat;
	background-attachment:fixed;
	background-color:#F0F0F0;
	margin: 0px;
}

div#base_main
{
    width: 100%;
    display:inline;
}

div#main
{
	width: 100%;
}

div#main div#main_content
{
	width: 1000px;
   	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 10px 1px #D6D6D6;
    display:table;
}

div#main div#main_content div#main_head,
div#main div#main_content div#main_body
{
	width: 982px;
	display: inline;
    float: left;
    opacity: 1;
}
div#main div#main_content div#main_head { margin: 9px 9px 0px 9px; }
div#main div#main_content div#main_body
{
    margin: 0px 9px 0px 9px;
}

div#main div#main_content div#main_body div#main_topbody 
{
	width: 972px;	
	padding: 5px;
	float: left;
	height:0px;
	margin-bottom: 10px;
}

div#main div#main_content div#main_body div#main_leftbody 
{
	width: 180px;
    background-color:#F2F2F2;	
	margin: 0px 9px 0px 0px;
	padding: 5px;
	float: left;
	min-height:605px;
	margin-bottom: 10px;
    border-radius: 15px;
}

div#main div#main_content div#main_body div#main_rightbody 
{
	/*width: 759px;*/	
    width: 961px;
    /*width: auto;*/
	background-image: url("images/bg_block.png");
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #FdFdFd;
	padding: 10px;
	float: left;
	min-height:600px;
	margin-bottom: 10px;
    border-radius: 15px;
}

div#main div#main_content div#main_body div#main_rightbody div.transparent
{
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=20);
	-khtml-opacity: 0.6;
	width:797px;
	margin-left:-28px;
}
div#main div#main_content div#main_body div#main_rightbody div.transparent img { width:797px; }


/* BANNER ----------------------------------------------------------------------------------------------------------------------------------------------------- */
div#content_banner
{
	width:100%;
	height:125px;
    display:flexbox;
	box-shadow: 0px 0px 0px 0px #335566;
}
div#content_banner div#banner_logo
{
	width: 150px;
	height:125px;
	position:absolute;
	z-index: 1;
}
div#content_banner div#banner  
{
	width: 100%; 
	float: none;
	z-index: 0;
}
div#content_banner div#banner img { display: none; }
div#content_banner div#banner img.first { display: block; }
div#content_banner div#sistema
{
	margin-left: 146px;
	height:20px;
	border-bottom: 0px solid #FFFFFF;
	position:relative;
}
div#content_banner div#sistema div#sistema_logo
{
    color: #c0c6c0;
    font-size: large;
    height: 33px;
    margin-top: -90px;
    width: 250px;
    z-index: 1;
}

/* BAR ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

div#bar_menuhorizontal_pnlMenu{
    display:inline-block;
    padding-top:3px;
}

div.bar
{
    background-color: #29342B;
    height:33px;	
    border: 1px solid #29342B;
    color: #334455;
    line-height: 17px;
    margin-top:0px;
    width:970px;
    padding: 0px 5px 0px 5px;
    display:inline-block;
    text-shadow: 1px 1px #5f741c;
    border-radius: 0px; 
    text-align: right;

}

div.bar span,
div.bar a
{
	/*color: #334455;*/
    color:#FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
div.bar a:hover { color: #3366CC; }
div.bar div.bar_detalle 
{
	width:600px;
	float:left;
}
div#user
{
	float:right;
	margin-top:2px;
	margin-right:5px;
}
span.usuario
{
	color: #646464;
	font-size: 11px;
	text-decoration: none;
	padding-right:5px;
}
div#logout
{
    background-color: #596f56;
    display: inline-block;
    float: right;
    height: 22px;
    margin-right: -1px;
    margin-top: 3px;
    padding-right: 5px;
    padding-top: 4px;
    width: 70px;
}
div#logout:hover 
{
    background-color: cadetblue;
    color:white;
}
a.link_logout
{
	color: #FFFFFF !important;
	font-size: 11px;
	text-decoration: none;	
}

/* MIGAS ----------------------------------------------------------------------------------------------------------------------------------------------------- */

div.migas
{
    color: darkslategray;
    width:759px;
    padding: 10px 0px 10px 5px;
    display:inline-block;
    font-size:11px;
    height:12px;
    border-bottom: 1px solid #F6F6F6;
    margin-bottom: 3px;
    margin-top: 2px;
}
div.migas p 
{
    margin-top:0px;
    margin-bottom:0px;
}

/* FOOTER ----------------------------------------------------------------------------------------------------------------------------------------------------- */


table#footer
{
	width: 1000px;
	margin-top: 83px;
	position: absolute;
}
table#footer td.col1 { width:200px; text-align:left; }
table#footer td.col2 { width:800px; text-align:left; }
table#footer td.col3 { width:100px; text-align:left; }
table#footer span.direccion
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
div#footer div#act
{
	position:absolute;
	margin-left:840px;
	margin-top:109px;
}
div#footer div#act span.act
{
	color: #CCCCCC;
	font-size: 9px;
}

/* TEXTOS ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

span#titulo_institucion
{
	margin-left: 20px;
	font-size: 26px;
	color: #0053A6;
}
span.msg_text
{
    color: #29342b;
    font-weight: bold;
}

/* VALIDACIONES ----------------------------------------------------------------------------------------------------------------------------------------------------------- */

div.msgbox
{
    background-color: #FFEEEE;
    border: 0 solid #EE4444;
    box-shadow: 0 0 2px 1px #DB5555;
    color: #772222;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 5px;	
}

div.msgbox ul
{
	margin-top: 10px;
}

div.msgbox ul li
{
	font-weight: normal;
    list-style: disc outside none;
}

/* FORMULARIOS ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* Form */
div.formulario
{
    margin-left:0px;
    padding:0px 0px 10px 0px;
    width:100%;
    border-bottom: 1px solid #F6F6F6;
}

div.formulario span.titulo
{
    font-size: 16px;
    color: darkslategray;
    display: block;
    text-shadow: 0 1px 1px #CCCCCC;
    padding-top:10px;
}

div.formulario span.item { font-size:12px; color:#666666; }
div.formulario th span.item { color: white; }

div.formulario fieldset
{
    border: 1px solid #c0cccc;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
}

div.formulario fieldset legend 
{
    color: darkslategray;
    font-size: 12px;
    font-weight: 500;
    padding: 0 5px;
    text-shadow: 0 1px 1px #CCCCCC;
    margin-bottom: 10px;    
}

fieldset span.descripcion {	color: #666666; font-size: 10px; }

table.table1,
table.table2,
table.table3 { width: 100%; font-size: 12px; color: #666666; }
table.table4 { width: 630px; font-size: 12px; color: #666666; margin-top:-10px }
table.table5 { width: 410px; font-size: 12px; color: #668866; }
table.table6 { width: 100%;  }
table.paginacion 
{
    background-color: #e6efe6;
    border-bottom: 1px solid #b6bfb6;
    border-left: 1px solid #b6bfb6;
    border-right: 1px solid #b6bfb6;
    color: #666666;
    font-size: 12px;
    width: 100%;
}
table.table1 tr td,
table.table2 tr td,
table.table3 tr td,
table.table5 tr td { padding: 5px 5px 5px 5px; vertical-align: middle; background-color: #F6F6F6; } /*padding afecta Ajax calendar extender*/
table.table6 tr td { padding: 5px 5px 5px 5px;  background-color: #F6F6F6; }
table.paginacion tr td { padding: 2px 2px 2px 2px; vertical-align: middle; background-color: #e6efe6; }


table.table4 tr td { padding: 5px 5px 5px 5px; vertical-align: middle; background-color: #E6EFE6; }
table.table4 th td { padding: 5px 5px 5px 5px; vertical-align: middle; background-color: #FFFFFF; }
table.table1 tr td.col1 { text-align: left;  width: 90px; }
table.table1 tr td.col2 { text-align: center; width: 5px; }
table.table1 tr td.col3 { text-align: left; width:635px; }
table.table2 tr td.col1 { text-align: left;  width: 90px; }
table.table2 tr td.col2 { text-align: center; width: 5px; }
table.table2 tr td.col3 { text-align: left; width:240px; }
table.table2 tr td.col4 { width: 2%; }
table.table2 tr td.col5 { text-align: left; width: 90px; }
table.table2 tr td.col6 { text-align: center; width:5px; }
table.table2 tr td.col7 { text-align: left; width:240px; }
table.table3 tr td.col1 { text-align: center; width:750px; }
table.table4 tr th.col1 { text-align: left;  width: 550px; }
table.table4 tr th.col2 { text-align: center; width: 80px; background-color: #29342B; border-top-left-radius: 5px; border-top-right-radius: 5px; }
table.table4 tr td.col1 { text-align: left;   width:180px; }
table.table4 tr td.col2 { text-align: center; width:  0px; }
table.table4 tr td.col3 { text-align: left;   width:180px; }
table.table4 tr td.col4 { text-align: center; width:  0px; }
table.table4 tr td.col5 { text-align: left;   width:  0px; }
table.table4 tr td.col6 { text-align: left;   width:  0px; }
table.table4 tr td.col7 { text-align: center; width: 80px; }
table.table5 tr td.col1 { text-align: left;   width: 82px; }
table.table5 tr td.col2 { text-align: center; width:  0px; }
table.table5 tr td.col3 { text-align: left;   width:213px; }
table.table5 tr td.col4 { text-align: center; width: 60px; }
table.table3 tr td.col1 { text-align: center; }

table.table6 tr td.col1 { text-align: left; width: 30%; }
table.table6 tr td.col2 { text-align: left; width: 33%; }
table.table6 tr td.col3 { text-align: center; width: 4%; }
table.table6 tr td.col4 { text-align: left; width: 33%; }

/* Tabs */
div.tabs { width:100%; display:block; font-size: 13px; margin: -4px 1px 0px; font-weight: 700;}
div.tabs_list { width:100%; display:inline-block; text-align: left; }
div.tabs_base { width:100%; height:10px; background-color: #29342B; border-left: 1px solid #608080; border-right: 1px solid #608080; border-bottom-right-radius: 15px; margin-top:-3px; }
div.tab 
{
     width: 200px;
     height: 10px;
     border-top-left-radius: 15px;
     border-top-right-radius: 15px;
     float: left;
     background-color: #D6D6D6;
     padding: 0px;
     color: #BBBBBB;
     background: url("images/bg_block.png") repeat-x;
     border-top: 1px solid #dddddd;
     border-left: 1px solid #eeeeee;
     border-right: 1px solid #eeeeee;
     display:inline-table;
}

div.tab:hover 
{
    color:#29342B;
}

div.tab_active 
{ 
    width: 180px; 
    height: 11px; 
    border-top-left-radius: 15px; 
    border-top-right-radius: 15px; 
    float: left; 
    color: white;
    text-shadow: 0 1px 1px #608080;
    background-color: #29342B; 
    padding: 10px;
    border-top: 1px solid #608080;
    border-left: 1px solid #608080;
    border-right: 1px solid #608080;
    display:inline-table;
}

div.tab a
{
    display:block;
    padding: 10px;
    color: #BBBBBB;
    text-decoration: none;
}

div.tab a:hover
{
    display:block;
    color:#29342B;
    padding: 10px;
    text-decoration: none;
}

/* Combobox */
select {
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 12px;
    padding: 4px 0px 0px 0px;
    width: 100%;
    border-radius: 4px;
    vertical-align: middle;
}
select option
{
    color: #666666;
    font-size: 12px;
    padding: 2px 4px 2px 4px;
    width: 100%;
}

/* Textbox */
input.textbox,
input.textbox_rut,
input.textbox_rutdv,
input.textbox_fecha,
input.textbox_numero
{
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 12px;
    border-radius: 4px;
    vertical-align: middle;
    padding: 4px 4px 4px 4px;
    width: 96%;
}
input.textbox_rut { width: 80px; margin-right:5px; }
input.textbox_rutdv { width: 18px; margin-left:5px; }
input.textbox_fecha { width: 73px; margin-right:5px; }
input.textbox_numero { width: 100px; }

/* Botones */
input.button 
{
    border: 1px solid #B6BfB6;
    height: 25px;
    text-align: center;
    width: 130px;
    border-radius:4px;
    margin:12px 5px 5px 5px;
    color: #555555;
    box-shadow: 0px 1px 3px 0px #bbbbbb;
    font-weight:bolder;
}
table.paginacion tr td input.button,
table.paginacion tr td input.button_disabled 
{
    margin:5px 5px 5px 5px;
}

input.button:hover
{
    background-color: darkslategray;
    color:white;
}
input.button_disabled 
{
    border: 1px solid #DDDDDD;
    height: 25px;
    text-align: center;
    width: 130px;
    border-radius:4px;
    margin:12px 5px 5px 5px;
    color: #bbbbbb;
    box-shadow: 0px 1px 3px 0px #DDDDDD;
    text-shadow: 1px 1px 1px #ffffff;
    font-weight:bolder;
}

div.formulario div.add { background: url("images/document_add.png") no-repeat; width:24px; height:24px; margin-left:17px; }
div.formulario div.remove { background: url("images/document_delete.png") no-repeat; width:24px; height:24px; margin-left:17px; }


div.formulario img.boton_hibernar:hover { cursor: pointer }





/* Calendarios */
div.calendario { display:inline-block; width:100%; }
div.calendario div.calendario_textbox { float:left; padding-right:3px; }
div.calendario div.calendario_icono { float:left; }

/* Usado en Reportes */

fieldset table.form3 tr td.col1,
fieldset table.form3 tr td.col5
{
	width: 110px;
	text-align: left;
	padding: 10px 10px 0px 0px;
}
fieldset table.form3 tr td.col2,
fieldset table.form3 tr td.col6
{
	width: 5px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
fieldset table.form3 tr td.col3
{
	width: 200px;
	text-align: left;
	padding: 10px 0px 0px 10px;
}
fieldset table.form3 tr td.col4
{
	width: 67px;
}
fieldset table.form3 tr td.col7
{
	width: 200px;
	text-align: left;
	padding: 10px 0px 0px 10px;
}


/* BOTONES ----------------------------------------------------------------------------------------------------------------------------------------------------------- */

.exportar_grilla
{
	height: 25px;
	width: 100%;
	font-weight: bold;
	color: #446699;
	background-color: #B6BfB6;
    border: 1px solid #B6BfB6;
    box-shadow: 0 0 1px 1px #DBE6F7;
    display: inline-block;
}

/* CHECKBOXS --------------------------------------------------------------------------------------------------------------------------------------------------------- */

fieldset span.checkbox
{

	color: #666666;
    font-size: 11px;
}
fieldset span.checkbox input
{
	padding: 0px; 
    margin: 0px; 
	padding-top: 2px;
	position: absolute;
}
fieldset span.checkbox label
{
	margin-right: 26px;
    padding-left: 18px;
}
table#Tabla_PrivRegionales div.divchkbox_red, 
table#Tabla_PrivRegionales div.divchkbox_yellow,
table#Tabla_PrivRegionales div.divchkbox_green
{
	width:20px;
	border:1px solid #99AABB;
}
table#Tabla_PrivRegionales div.divchkbox_red { background-color: #FFCEB7; }
table#Tabla_PrivRegionales div.divchkbox_yellow { background-color: #FBF5B5; }
table#Tabla_PrivRegionales div.divchkbox_green { background-color: #CED8BF; }


/* TABS -------------------------------------------------------------------------------------------------------------------------------------------------------------- */

a.tab1, a.tab1_selected, a.tab2, a.tab2_selected
{
	background: url("images/bg_bar2.png") repeat scroll 0 0 transparent;
    border-top: 1px solid #99AABB;
    border-left: 1px solid #99AABB;
    border-bottom: 1px solid #99AABB;
    color: #757575;
    display: block;
    float: left;
    font-weight: bold;
    height: 13px;
    margin-top:10px;
    margin-bottom: -9px;
    padding: 7px 10px;
    text-decoration: none;
}

a.tab2, a.tab2_selected
{
    border-right: 1px solid #99AABB;
}

a.tab1_selected, a.tab2_selected
{
	background: none;
	border-bottom: 1px solid #FFFFFF;
}

/* GRILLA ------------------------------------------------------------------------------------------------------------------------------------------------------------ */

.mGrid, .mGrid_dialog { background-color: #fff; margin: 0px 0px 0px 0px; font-size:12px; color: #666666; }
.mGrid { width: 100%; }
.mGrid_dialog { width: 576px; }
.mGrid td, .mGrid_dialog td { padding: 4px; border: solid 1px #c1c1c1; }
.mGrid tr, .mGrid_dialog tr { color: #717171; }
.mGrid th, .mGrid_dialog th { padding: 4px; color: #fff; background: #29342B; border-left: solid 1px #C1C1C1; font-size: 1em; }
.mGrid .alt, .mGrid_dialog .alt { background: #fcfcfc url(images/grd_alt.png) repeat-x top; }
.mGrid .pgr, .mGrid_dialog .pgr {background: #424242 url(images/grd_pgr.png) repeat-x top; }
.mGrid .pgr table, .mGrid_dialog .pgr table { margin: 5px 0; }
.mGrid .pgr td, .mGrid_dialog .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #C1C1C1; font-weight: bold; color: #fff; line-height: 12px; }   
.mGrid .pgr a, .mGrid_dialog .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover, .mGrid_dialog .pgr a:hover { color: #000; text-decoration: none; }

div.Content_Grilla { width: 737px; overflow-x: auto; }
div.Content_msgGrilla,
div.Content_msgGrilla_dialog
{ 
	margin-top: 9px;
	display: inline-block;
	border: 1px solid #B6BfB6;
	box-shadow: 0px 0px 1px 1px #DBE6F7;
	background-color: #E6EFE6;
}
div.Content_msgGrilla {	width: 100%; }
div.Content_msgGrilla_dialog { width: 576px; }

div.msgGrilla_div1 { float: left; }
div.msgGrilla_div2 { float: left; padding: 4px 0px 0px 4px; color: #29342b; font-weight: bold; }
div.msgGrilla_div3 { float: right;}
img.Ico_msgGrilla { height:23px; width:23px; margin:0px 0px -4px 0px; padding:0px; }


/* DIALOGOS Y MENSAJES EMERGENTES ---------------------------------------------------------------------------------------------------------------------------------------- */

iframe.autoHeight {}

div.message,
div.dialog
{
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    top: 0px;
    width: 100%;
}
div.message { position: fixed; }
div.dialog { position: absolute; }
div.login { position: relative; }

div.message div.background,
div.dialog div.background
{
    background-color: #335588;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: fixed;
    top: 0;
    width: 100%;
}

div.message div.content_message,
div.dialog div.content_dialog,
div.login div.content_login
{
    border-radius: 5px 5px 5px 5px;
 	padding: 10px 10px 10px 10px;
	box-shadow: 1px 3px 16px #343432;
    background-color: #FFFFFF;
    position: relative;
    /*z-index:1;*/
    z-index:2001;
}
div.message div.content_message { width: 440px; margin: 300px auto; }
div.dialog div.content_dialog { width: 950px; margin: 100px auto; }
/*div.dialog div.content_dialog { width: 600px; margin: 100px auto; }*/
div.login div.content_login { width: 280px; margin: 150px auto; margin-right: 310px; box-shadow: 2px 2px 4px #757575; text-align:right; }
div.login div.content_login span#Version { color: #666666; }

div.message div.content_message div.msgForm_div1 
{
	width: 64px;
	height: 70px;
	text-align: center;
	float: left;
	margin: 4px 0px 0px 0px;
}
div.message div.content_message div.msgForm_div2 
{
	width: 366px;
	height: 70px;
	color: #446699;
	font-weight: bold;
	float: right;
	padding: 0px 0px 0px 10px;
}
div.message div.content_message div.msgForm_div3 
{
	width: 100%;
	text-align: right;	
}

div.message div.content_message table.msgFormGuardar 
{
	width: 100%;
	height: 100%;
}

div.dialog div.content_dialog div.top 
{
    font-weight: bold;
    margin: -7px -11px 0px 0px;
    position: relative;
    text-align: left;
}

div.dialog div.content_dialog div.top a.cerrar
{
    background-image: url("images/ico_cerrar.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 18px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 19px;
}

div.dialog div.content_dialog div.body
{
	margin-top: 5px;	
}

/* MENÚ VERTICAL ----------------------------------------------------------------------------------------------------------------------------------------------------------- */

div.menuV 
{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

div.menuV_opciones
{

	width: 178px;
	border-top: none;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    background-position: left top;
    background-repeat: repeat-x;
    display:block;
}
div.menuV_titulo
{
background-color: darkslategray;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: white;
    display: block;
    height: 16px;
    padding: 13px;
}

div.menuV_opciones div.opc_menuv
{
    display:inline;
}


div.menuV_opciones ul span
{
	background: #FFFFFF;
	color: #334455;
    display: block;
    font-size: 11px;
    line-height: 12px;
    margin: 0;
    padding: 10px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #99AABB;
}

ul.menuV_opciones
{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    list-style-type:none;
}

ul.menuV_opciones li
{
    background: url("images/bg_block.png") repeat-x scroll 0 0 white;
    font-weight:400;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    border-bottom: 1px solid #99AABB;
}

ul.menuV_opciones li:hover
{
    background-color:#FFFFFF;
    color: white;
    font-weight:600;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    border-bottom: 1px solid #99AABB;
}

ul.menuV_opciones li a
{
    background:url("images/objlist.png") no-repeat scroll left center transparent;
    display: block;
    color: #29342B;
    line-height: 12px;
    padding: 14px 0px 14px 17px;
    text-decoration: none;
}
ul.menuV_opciones li a:hover
{
    background:url("images/objlist2.png") no-repeat scroll left center transparent;
    background-color:#29342B;
    display: block;
    color: white;
    line-height: 12px;
    padding: 14px 0px 14px 17px;
    text-decoration: none;
}

.overlay  
        {
          position: fixed;
          z-index: 98;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
            background-color: #aaa; 
            filter: alpha(opacity=80); 
            opacity: 0.8; 
        }
.overlayContent
        {
          z-index: 99;
          margin: 250px auto;
          width: 80px;
          height: 80px;
        }
.overlayContent h2
        {
            font-size: 18px;
            font-weight: bold;
            color: #000;
        }
.overlayContent img
        {
          width: 80px;
          height: 80px;
        }