/* CSS Document - admin */

@import url(layout.css);
@import url(menu.css);

/* BASIC ELEMENTS ----------------------------------------------------------------------*/
div.hr-clear {
	margin:0px;
	padding:0px;
	clear:both;
	height:1px; 
	line-height:1px;
	visibility:hidden;
}

html { 
	padding:0px;
	margin:0px;	
}

body {
	margin:0px;
	padding:0px;
	font-size: 65%;
	font-family: Verdana, 'Helvetica CE', Helvetica, 'Arial CE', Arial, sans-serif;
	color: #525252;
	text-align:center;	
}

p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 1.45em;
}
p.left {text-align:left;}
p.right {text-align:right;}
p.justify {text-align:justify;}
p.hidden {display:none;}

span.date {font-style:italic;}

img{}

a:hover img {border-color:#FFD2CD;}
a img:hover {border-color:#FFD2CD;}

img.img-left {float:left;}
img.img-right {float:right;}

a{color:#f00;}
a:hover{color:#fff;}

a.lnk-pre {
  padding: 0px 0px 0px 10px;
  text-decoration:none;
  background: url('../img/icon-lnk.gif') no-repeat left 50%;
}
a.lnk-pre:hover {
  background: #ff8429 url('../img/icon-lnk-hover.gif') no-repeat left 50%;
}

a span.graph-lnk {
  position:absolute;
  left:-10000px;
}

h1, h2, h3{
  font-weight:bold;
  margin:0px; padding:2px 0px;
}
h1{
  font-size:1.6em;
  padding:0px 0px 5px 0px;
  color:#f00;
}
h2{font-size:1.1em;}
h3{font-size:1em;}

ul{}
li{}

table{
	width:100%;
	margin:5px 0px 10px 0px;
	border-collapse: collapse;
	border:none;
	clear:both;
}
td ,th {font-size:.9em;padding:4px;}
th{
	font-weight: bold;
	color: #615946; 
	border-bottom:2px solid #908a7c;
	background-color:#f2efe8;
}
td{	text-align:left;}
tr.odd {
	text-align:left;
	background-color:#eee;
}
tr:hover {background-color:#bbb;}

form{color:#0A3F74;}
fieldset{
	margin:15px 0px 15px 0px;
	padding:15px;
	font-size:.95em;
	border: 1px solid #0A3F74;	
}
legend{
	font-size:1.1em;
	font-weight:bold;
}
label{
	display:block;
	float:left;
	width:100px;
}
.input-text{
	margin: 0px;
	border:1px solid #0A3F74;
	width:250px;
	background-color:#ddecff;
}
textarea {
	margin: 0px;
	border:1px solid #0A3F74;
	width:545px;
	height:100px;
	background-color:#ddecff;
}
.input-button{
	margin:0px;
	padding:2px 5px;
	font-size: .9em;
	font-weight: bold;
	color:#fff;	
	background-color:#0C61B6;
	border:1px solid #0A3F74;
}
.input-button:hover{
	background-color: #0A3F74;
	color:#fff;
}
p.buttons {
	margin: 10px 15px;
	padding:0px;
	text-align:right;
}

sup.comment {
  color:#f00;
  font-weight:bold;
}
