/* OpenID icon style */
input.system-openid, input.com-system-openid {
   background: url(http://openid.net/images/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}



.block {
   font-size: 10px;
   margin:10px 0 !important;

   clear:both;
}
#wrap .tooltip a, #wrap .tooltip a:link, #wrap .tooltip a:active, #wrap .tooltip a:visited, #wrap .tooltip a:focus, #wrap .tooltip a:hover {
   text-decoration:none;
   border:none;
   border-width:0;
}
#wrap #content-main {
   margin:1em 0;
   padding:5px 0 0 0;
   float:left;
   width:80%;
   overflow:hidden;
   background:#fff;
}

#wrap #content-secondary {
   float:left;
   width:18%;
   min-width:120px;
   margin:1em 0 0;
  
}

#wrap {
   margin:0 auto;
   padding:0;
   position:relative;
   max-width:100%;
   min-width:99%;
   width:100%;
   background:#fff;
   color:#66758B;
}
a, a:link, a:active, a:visited, a:focus {
   color:#3F6597;
   text-decoration:underline;
   cursor:pointer;
}

a:hover {
   color:#4882C1;
   text-decoration: none;
}

ul, li {
   list-style-type:none;
}

table.list,
table.formPage,
.info-box {
   margin:0;
   padding:0;
   width:99%;
   text-align:left;
   border:1px solid #ddd;
   border-collapse:collapse;
   background:#fff;
}

table.list a, table.list a:link, table.list a:active, table.list a:focus,
table.formPage a, table.formPage a:link, table.formPage a:active, table.formPage a:focus,
.info-box a, .info-box a:link, .info-box a:active, .info-box a:focus {
   color:#3F6597;
   text-decoration:none;
   border:1px dotted #3F6597;
   border-width:0 0 1px 0;

}

table.list a:hover,
table.formPage a:hover,
.info-box a:hover {
   color:#4882C1;
   text-decoration:none;
   border-width:0;
}

table.list th, table.list td,
table.formPage th, table.formPage td {
	font-size:11px;
   padding:5px 3px !important;
   border:1px solid #ddd;
   vertical-align:top;
}

table.list thead, table.list th,
table.formPage thead, table.formPage th {
font-size:11px;
   text-decoration:none;
   font-weight:normal;
   font-size:90%;
}

table.list thead td, table.list th, table.list td.listHeader,
table.formPage thead td, table.formPage th, table.formPage td.listHeader {

   font-size:90%;
   font-weight:bold;
   color:#fff;
   white-space:nowrap;
}

/* usually sort fields, make them align center */
table.list thead td, table.list tr th, table.list tr td.listHeader {
font-size:11px;
   text-align:center;
}

table.formPage thead td, table.formPage tr th, table.formPage tr td.listHeader {
   text-align:left !important;
}

table.list thead .important,
table.list tr.thead .important,
table.formPage thead .important,
table.formPage tr.thead .important {
font-size:11px;
   font-style:italic;
   color:#fff !important;
}

table.list thead tr,
table.list tr.thead,
table.formPage thead tr,
table.formPage tr.thead,
.info-box h2, .info-box h3 {
   font-size:11px;
   height: 28px;
   background:#077099 url('http://anunciossantafe.com.ar/link/templates/Core/DefaultAdmin/images/backHeadline.gif') repeat-x top;
   border:1px solid #165795;
   white-space:nowrap;
}
tr.odd, tr.even {
font-size: 12px;
   border-bottom:1px solid #ddd;
}

tr.odd {
   background:#EEF6FF;
}

tr.even {
   background:#fff;
}