/* $Id: agent_admin.css,v 1.2 2013/01/24 20:57:26 mmondor Exp $ */

/* Body */

body {
	background: #d8d8d8;
	color: #000000;
	font-family: sans-serif;
	font-size: small;
	text-indent: 0;
}


/* Links */

a:link, a:visited, a:active, a:hover {
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #4477aa;
	outline: none;
}
a:visited {
	color: #224488;
}
a:active {
	color: #4477aa;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a:link IMG, a:visited IMG, a:active IMG, a:hover IMG {
	border: none;
	color: #4477aa;
}


/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: 24px;
	margin: .5em 0 .5em 0;
	padding: 0;
}
h2 {
	font-size: large;
	margin: 0;
	padding: 0 0 0.5em 0;
}
h2 {
	font-size: medium;
	margin: 0;
	padding: 0 0 0.5em 0;
}


/* Paragraphs */

p {
	margin: 0 0 1em 0;
}


/* Separators */

hr {
	border-width: 1px;
	color: #808080;
	width: 100%;
	height: 1px;
}


/* Emphasize */

i {
}
em {
	font-family: sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
b {
}


/* PRE */

pre {
	font-size: x-large;
}


/* Lists */

dl {
	margin: 0 0 2em 0;
}
dt {
	margin: 0 0 .1em 1em;
}
ul {
	list-style: square;
	margin: 0 0 2em 0;
}
li {
	margin: 0 0 .1em .1em;
}


/* Tables */

table {
	background: #e6e6e6;
	color: #000000;
	border: thin solid #909090;
	-moz-border-radius: 7;
	font-size: small;
}
caption {
}
tr {
}
th {
/*	border: thin solid #a0a0b0;*/
}
td {
/* border: thin dotted #a0a0b0; */
}


/* Forms */

form {
	margin: 0 0 0 0;
}
input {
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background: #c8c8c8;
	color: #000000;
	border: thin solid #909090;
	-moz-border-radius: 3;
}
textarea {
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background: #c8c8c8;
	color: #000000;
	border: thin solid #909090;
	-moz-border-radius: 3;
}
select {
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background: #c8c8c8;
	color: #000000;
	border: thin solid #909090;
	-moz-border-radius: 3;
}
