/**
 * Standard Cascading Style Sheets
 *
 * This CSS/CSS layout is part of Credox Framework [www.credox.org] 
 *
 *
 * @author Hristo Drumev
 * @package framework
 * @copyright Hristo Drumev [www.hdrumev.com]
 * @version 0.03 / 22.10.2007
 *
 * This file contain standard comliant styles
 *
 */

a {
  color: #345678;
  outline: none; /* removing dotted links */
}

a:hover {
  color: #28425c;
}

hr {
  clear: both;
  width: 100%;
  height: 0px;
  border: none;
  border-top: 1px solid #000;
  margin: 7px 0;
}

/* only for IE */
* html hr { 
  margin: 0;
}

.normal {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.strong {
  font-weight: bold;
}

.em {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clear {
	clear: both;
	font-size: 0;
	height: 1px;
}

/**
 * LAYOUT: fixed width, center, 100% height allways
 *
 * This CSS/CSS layout is part of Credox Framework [www.credox.org] 
 *
 *
 * @author Hristo Drumev
 * @package framework
 * @copyright Hristo Drumev [www.hdrumev.com]
 * @version 0.06 / 10.10.2008
 *
 * Suported browsers: IE5+/win, Op7+, Moz1+, FF0.1+
 * This file is freely distributable and usable under the terms of www.credox.org
 *
 */

 
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/** center layout for IE5 */
#syscenterie5 {
  width: 100%;
  text-align: center;
  height: 100%;
}

#sysframe {
  text-align: left; /* override text-align */
  min-height: 100%;
  /* width: 750px; /* width of content */
  margin: 0 auto;
}

/* css hack - only for IE, height is 100%, not auto */
* html #sysframe {
  height: 100%;
}

#sysheader {
  /* height: 100px; /* height of header */
}

#syscontent {
  /* padding-bottom: 30px; /* height of footer */
}

#sysfooter {
  position: relative;
  text-align: left; /* override text-align */
  /* height: 25px;  /* height of footer - borders */
  /* margin-top: -25px; /* height of footer */
  margin-left: auto;
  margin-right: auto;
  /* width: 750px; /* width of content */
}

/* ****************************************************************************************** */

html, body {
	background: url(img/bg.body.png) center repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#sysframe {
  width: 760px;
	background: #f0f5ff;
}

#sysheader {
	padding-top: 35px;
	height: 260px;
	background: url(img/bg.header.jpg) center center no-repeat;
}

#headeradmin {
	height: 100px;
	background: url(img/bg.header.admin.png) center center no-repeat;
}

#logo {
	float: left;
}

#logo a {
	display: block;
	width: 240px;
	height: 80px;
	text-indent: -9999px;
	font-size: 0;
}

#languagebar {
	padding: 35px 0 0 680px;
}

#languagebar a {
	display: block;
	width: 26px;
	height: 19px;
	text-indent: -9999px;
	font-size: 0;
	float: left;
	margin-right: 12px;
}

#syscontent {
	background: #f0f5ff url(img/bg.contents.png) top no-repeat;
  padding: 0 20px 160px 20px;	
}

#sysfooter {
  margin-top: -60px;
  width: 720px;
  height: 40px;
	padding: 20px 20px 0 20px;
	background: url(img/bg.footer.jpg) center center no-repeat;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #555;

}

#sysfooter a {
	color: #55708b;
	text-decoration: none;
}

#sysfooter a:hover {
	text-decoration: underline;
}

#nav {
	height: 40px;
	background: url(img/bg.nav.png) center repeat-x;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	width: 152px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #666;
	font-size: 10pt;
}

#nav ul li a.selected,
#nav ul li a:hover {
	color: #fff;
	background: url(img/bg.button.jpg) center center no-repeat;
}

h1 {
	border-bottom: 2px solid #6593bc;
	text-align: right;
	font-size: 1.7em;
	line-height: 1.9em;
	margin: 0 0 20px 0;
	padding-top: 20px;
}

h1 span {
	padding-left: 15px;
	background: url(img/bg.h1.png) left center no-repeat;
	color: #222;
}

p {
	color: #2c4667;
	line-height: 1.8em;
}

li {
	color: #2c4667;
	line-height: 1.8em;
}

p a,
a.footnote,
.footnotes a {
	text-decoration: none !important;
	color: #c00 !important;
	border-bottom: 1px solid #ccc !important;
}

p a:hover,
a.footnote:hover,
.footnotes a:hover {
	color: #c00 !important;
	border-bottom: 1px solid #c00 !important;
}

table.std {
	padding: 0;
	text-align: center;
	margin: 15px auto;
	border-collapse: collapse;
}

table.std tr td {
	padding: 4px 10px;
	border: 1px solid #427aab;
}

#syscontent img {
	margin: 0 20px 20px 0;
}

.footnotes {
	border-top: 2px dotted #888;
	margin: 200px 0 0 0;
	font-style: italic;
}

.footnotes a {
	padding-bottom: 1px;
}

form {
	padding: 0;
	margin: 0 0 20px 0;
}

fieldset {
	border: 1px solid #888;
	margin: 0;
	padding: 10px;
}

legend {
	padding: 0 10px;
	font-weight: bold;
	color: #3a5e8b;
}

label {
	display: block;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
}

form div {
	clear: both;
	margin: 5px 0;
}

form div.buttons {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #cadae8;
}

form input, 
form textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
}

form input.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
	border: 1px solid #ccc;
	background: #6593bc;
	width: 120px;
	color: #fff;
	margin-right: 10px;
}

form input#title {
	width: 400px;
}

form textarea#content {
	width: 690px;
	height: 400px;
}