pre, code, blockquote { 
	margin: 15px 0; 
	border: 1px dashed #ddd; 
	padding: 15px; 
	display: block; 
	background: #fff url(../images/grey_grad_.jpg) repeat-x 0 -130px; 
	color: #666; 
	}
blockquote { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; border: 1px solid #ddd; 
	padding: 0 15px 0 15px;
	background-color: #eee;
	min-height: 60px; 
	}

/* lists */
ul, ol, dl { margin: 0; padding: 0; }
ul { list-style-type: circle; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #333; padding-bottom: 8px; line-height: 16px; margin-left: 16px; }
li span { color: #333; }

/* tables */
table { margin: 15px 0; border: 1px solid #ddd; border-collapse: collapse; }
table th, 
table td { padding: 10px 15px; text-align: left; }
table thead th { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	background-color: #3e9cf4; 
	color: #fff; 
	font-weight: normal; 
	font-size: 1.1em;
	border: 1px solid #3e9cf4;
	}
table tbody th { background-color: #ddd; }
table tbody th, 
table tbody td { border-top: 1px solid #ddd; }

/* forms */
#content form { padding: 0; margin: 0 50px 0 0; }
/*form { border: 1px solid #ddd; }*/
#content form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
#content form fieldset legend { display: none; }
#content form p { height: 1%; }
#content form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#content form p label {  
	font-size: 1em; 
	color: #333; 
	width: 30%; 
	margin-right: 20px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; }
#content form p input,
#content form p select,
#content form p textarea { 
	font-size: 0.8em; 
	color: #333; 
	border: 1px solid #ddd; 
	padding: 8px; 
	background-color: #eee; 
	width: 55%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
  margin: 2px 0;
	}
#content form p select { width: 57.5%; }
#content form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
#content form ul.fieldlist li { color: #333; padding: 0 30px 5px 0; white-space: nowrap; }
#content form input.check { width: 16px; height: 16px; padding: 2px; }
#content form input.radio { width: 16px; height: 16px; padding: 2px; margin-left: 24px; border: 0; }
#content form input.btn,
#content form a.btn { 
	width: auto; 
	overflow: visible;
	border: 0;
	background: #3e9cf4 url(../images/image_.jpg) repeat-x 0 -30px; 
	padding: 8px 10px;
	cursor: pointer; 
	color: #fff;
	text-decoration: none;  
	font-weight: bold;
	}
#content form a.btn:hover { background-color: #ccc; color: #333; }	

/* horizontal rule */
hr { border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }

/* list of links */
ul.links { list-style-type: none; margin-left: 0; }
ul.links li { margin: 5px 0; }

/* list of images */
ul.images { margin-left: -15px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
* html ul.images { width: 100%; }
ul.images:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
ul.images li { float: left; margin: 0; padding: 0 0 15px 15px; }
ul.images li img { vertical-align: middle; }

div .half {
	float: left;
	width: 48%;
	}

.oneline form {
	float: left;
	margin: 0 2px;
	padding: 0;
	}

#content .frame, #content div .frame {
	width: 90%;
	margin: 16px;
	padding: 8px;
}

#content .frame p, #content div .frame p {
	margin: 0;
	padding: 0;
}

#content .frame p:first-letter, #content div .frame p:first-letter {
	padding-left: 24px;
}

#content #warning {
	background: #fff5cc url(icons/warning.png) no-repeat 8px 10px;
	border: 2px #f2dd8c solid;
}

#content #info {
	background: #e8f6ff url(icons/info.png) no-repeat 8px 10px;
	border: 2px #b8e2fb solid;
}

#content #ok {
	background: #eaf7d9 url(icons/info.png) no-repeat 8px 10px;
	border: 2px #bbdf8d solid;
}

#content #error {
	background: #feebeb url(icons/error.png) no-repeat 8px 10px;
	border: 2px #ffaeae solid;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul li {
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 24px;
  line-height: 13px; 
}

#sidebar a {
  text-decoration: none;
  color: #5d6771;
}

#sidebar a:hover {
  color: #3e9cf4;
}

#files th, #files td {
	padding: 8px 4px;
}
