/* $Id: Admin.css 81 2007-12-07 08:47:03Z Ondra $ 
	Copyright: 2007 Ondrej Subrt
	Notes:
	  prefixes:
	    i = input
	    t = table
	    a = area
	    f = font
	    frm = form
*/


body {
	background: url(../Images/AdminBackground.png) repeat-x top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  min-width: 700px;
  padding: 0;
  margin: 0 20px;
}

#aBodyReset {
	background-image: none;
	margin: 0;
}

#aHeader {
  color: white;
  font-size: 0.7em;
  font-weight: bold;
  margin: 40px 40px auto 40px;
  background-color: black;
  height: 40px;
  border-top: 1px solid rgb(89,89,89);
  border-right: 1px solid rgb(89,89,89);
  border-left: 1px solid rgb(89,89,89);
}

#aBody {
	/*display: inline-block; /* IE bug fix -   IE6 Peekaboo Bug */
	font-size: 0.7em;
  margin: auto 40px auto 40px;
  background-color: rgb(255,255,255);
  border-right: 1px solid rgb(89,89,89);
  border-bottom: 1px solid rgb(89,89,89);
  border-left: 1px solid rgb(89,89,89);
  padding: 10px;
}

#aBodySimple {
	font-size: 0.7em;
	margin-left: 2%;
}

#aCopy {
  text-align: right;
  font-size: 0.8em;
  margin-top: 30px;
}

#aMenu {
  float: left;
  width: 160px;
  border-right: 1px dashed rgb(89,89,89);
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
}

#aContent {
	margin-left: 190px;
  height: 100%;
}

.aInfo {
  margin: 5px 0 15px 0;
  padding: 5px;
  background-color: rgb(72,136,2);
  color: white;
  font-weight: bold;
}

.aInfo:first-letter {
	font-size: 1.2em;
}

.aException {
  margin: 5px 0 15px 0;
  padding: 5px;
  background-color: rgb(180,0,0);
  color: white;
  font-weight: bold;
}

.aException:first-letter {
	font-size: 1.2em;
}


/*---- MENU */
#aMenu ul {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}

#aMenu ul ul {
  margin-left: 15px;
}

#aMenu li {
	margin: 2px 0;
}

#aMenu img {
	vertical-align: middle;
}


/*---- OTHERS */
.aClear {
  clear: both;
}

.fTitle {
  /*font-family: Arial, Helvetica, sans-serif;*/
}

.fCat {
  /*font-family: Arial, Helvetica, sans-serif;*/
  color: rgb(89,89,89);
  font-weight: bold;
}

.fBold {
	font-weight: bold !important;
}

.fBlue {
	color: rgb(24,56,153) !important;
}

.fStrike {
	text-decoration: line-through !important;
}

.fNoHref {
	text-decoration: none;
	color: black;
}

.fNoHref:hover {
	color: black;
}

.aHigh {
	background-color: rgb(210,220,244);
}

.iLogo {
  margin-top: 8px;
  margin-right: 10px;
  float: right;
}

.iMiddle {
	vertical-align: middle;
}

.HeaderText {
  position: relative;
  top: 18px;
  left: 10px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

a {
  color: rgb(24,56,153);
}

a:hover {
  color: rgb(181,0,0);
}

a img {
	border: 0;
}

.Help {
	border-bottom: 1px dashed black;
	cursor: help;
}

.LinkCursor {
	cursor: pointer;
}

/*--- TABLES */

table.tBrowse {
	border-width: 0;
	border-spacing: 0;
}

.tBrowse th {
	text-align: left;
	border-bottom: 1px solid rgb(89,89,89);
	padding: 3px;
}

.tBrowse td {
	padding: 5px;
	/*border-bottom: 1px solid rgb(189,189,189);	*/
}

.tBrowse tr:hover {
	background-color: rgb(210,220,244) !important;
}

.High {
	background-color: rgb(242,242,252);
}

.SuperTitle {
	background-color: rgb(89,89,89);
	color: rgb(255,255,255);
}

.Title {
	background-color: rgb(210,220,244);
}


/*---- FORM */
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 1px;
}

.frmButton {
  border: 1px solid rgb(150,150,150);
	padding-left: 1em;
	padding-right: 1em;
	xbackground-color: rgb(210,220,244);
}

.frmButton:hover {
	border: 1px solid rgb(0,0,0);
}

.frmWidth {
	width: 99%;
}

.tForm td {
	vertical-align: top;
	padding: 5px;
}
