html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
	background-color: #EAF0F2;
	min-width:550px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #806C40;
}

a:hover {
	color: red;
}

a img {
	border: 0px none;
}

div {
    overflow: hidden;
    word-wrap: break-word;
}

#page {
	margin:0 auto;
}

#header {
	background-color: #EAF0F2;
	border-bottom: 1px solid #4F4B6A;
	padding-left:10px;
	background-image: url(../../images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#header h1 {
	padding:5px;
	padding-left: 20px;
    margin:0;
	font-size: 16pt;
	color:#4F4B6A;
}

#header h2 {
	padding:5px;
	padding-left: 20px;
    margin:0;
   	color: #F5821F;
	font-size: 11pt;
}

#header a {
	color: #4F4B6A;
	text-decoration: none;
}

#main {
	/*background-color:#EAF0F2;*/
/*	float:left;
	width:560px;*/
	padding: 3px;
	min-width:600px;
}

#main h2 {
	border-bottom: 1px solid silver;
}

#sidebar {
	background-color:#FFF7E6;
	float:right;
	width:200px;
}

#sidebar ul {
	margin-bottom:0;
}

#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}

#footer {
	background-color:#fff;
	clear:both;
	color: gray;
	font-size:8pt;
	text-align:center;
	padding-top:25px;
	padding-bottom:10px;
}

.portlet {
	margin: 10px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background-color: #FFECBF;
}

.portlet-title {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin: 0;
	border-left: 5px solid #BFA260;
	padding: 5px;
	color: #fff;
	background-color: #FFD980;
	font-size: 8pt;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.portlet-title a {
	color: #806C40;
	text-decoration: none;
	text-transform: none;
}

.portlet-title a:hover {
	color: red;
}

.portlet-content {
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
	font-size: 10px;
}

.portlet-content ul {
	margin: 0 15px 10px 15px;
	padding: 0;
	list-style: square;
}

.portlet-content li {
	color: #666;
	margin-top: 3px;
}

.portlet-content a {
	text-decoration: none;
}

.portlet-content a:hover {
	color: red;
}

.post {
	margin-bottom: 15px;
}

.post-title {
	font-size: 14pt;
	border-bottom: 1px silver solid;
}

.post-time {
	font-size: 8pt;
	color: gray;
}

.post-content {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post-footer {
	text-align: right;
	font-size: 8pt;
}

.post-footer a {
	color: #806C40;
}

.comments {
	border-top: 1px silver solid;
}

.comments h3 {
	font-size: 12pt;
}

.comment {
	margin-bottom: 10px;
}

.comment-header {
	background-color: #FFF7E6;
	padding: 3px;
	font-size: 8pt;
}

.grid {
	width: 100%;
}

.grid td {
	padding: 3px;
}

.grid-header {
	color: #fff;
	background-color: #FFD980;
}

.grid-row1 {
	background-color: #FFECBF;
}

.grid-row2 {
	background-color: #FFF7E6;
}

.grid-row-selected {
	background-color: lightyellow;
}

.grid-pager {
	text-align: right;
	color: silver;
}

.grid-pager a {
	color: green;
	text-decoration: none;
}

.submenu {
	margin-bottom: 10px;
	border-bottom: 5px solid #FFD980;
	padding-right: 10px;
	text-align: right;
}

.submenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.submenu li {
	display:inline;
	margin:0;
	padding:0;
}

.submenu-active {
	color: white;
	text-decoration: none;
	background-color: #FFD980;
	padding: 3px 5px 0 5px;
}

.submenu-inactive {
	text-decoration: none;
	background-color: #FFECBF;
	padding: 3px 5px 0 5px;
}

.input-label {
}

.input-error1, .input-error2, .input-error3 {
	border: 1px solid red;
	background-color: lightyellow;
}

.link-button {
}

/*
.link-button:link, .link-button:visited {
	color:#284E98;
	padding: 3px;
	background-color:#FFECBF;
	text-decoration: none;
	margin-right: 2px;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
}

.link-button:link.active, .link-button:visited.active, .link-button:hover {
	color:red;
	background-color:#FFF7E6;
} */

.profile-table {
	width: 100%;
	background-color: #aaa;
	border-collapse: collapse;
}

.profile-table td {
	padding: 5px;
	border: 1px solid #BFA260;
}

.profile-table-label {
	background-color: #FFD980;
	color: white;
	font-weight: bold;
}

.profile-table-value {
	background-color: #FFECBF;
}

.category {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background-color: #FFECBF;
}

.category-name {
	font-weight: bold;
}

.category-name a {
	color: #806C40;
	text-decoration: none;
	text-transform: none;
}

.category-description {
	font-style: italic;
}

.postlist-pager {
	text-align: right;
	margin-top: 30px;
	border-top: 1px solid silver;
}

.postlist-pager a {
	text-decoration: none;
}

.search-title {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background-color: #FFECBF;
}

#pop_header {
	background-color: #4F4C6B;
	border-bottom: 1px solid silver;
}

#pop_header h1 {
	padding:5px;
    margin:0;
    color: white;
	font-size: 13pt;
	float:left;
}

#pop_header h2 {
	padding:5px;
    margin:0;
   	color: white;
	font-size: 11pt;
	float:right;
}

#pop_header a {
	color: white;
	text-decoration: none;
}

#pop_footer {
	background-color:#fff;
	clear:both;
	color: gray;
	font-size:7pt;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
#pop_main {
	background-color:#fff;
	padding: 5px;
}

#pop_main h2 {
	border-bottom: 1px solid silver;
}

#pop_page {
	background-color:#fff;
	margin:0 auto;
	width:700px;
}

td.border {
	border:solid 2px #efefef;
	padding:5px;
	text-align: center;
}

.filo_norm {
	display:block;
	text-decoration: none;
	font-size: 0px;
	width:361px;
	height:101px;
	background-color: #E0E5E9;
	color: #EAF0EE;
	background-image: url(../../img/filo_norm.jpg);
	background-repeat: no-repeat;
	padding:1px;
}

.filo_sec {
	display:block;
	text-decoration: none;
	font-size: 0px;
	width:361px;
	height:101px;
	color: #E8EEEE;
	background-image: url(../../img/filo_sec.jpg);
	background-repeat: no-repeat;
	background-color: #4F4C6B;
	padding:1px;
}

.tek_norm {
	display:block;
	text-decoration: none;
	font-size: 0px;
	width:361px;
	height:101px;
	background-color: #E0E5E9;
	color: #EAF0EE;
	background-image: url(../../img/tek_norm.jpg);
	background-repeat: no-repeat;
	padding:1px;
}

.tek_sec {
	display:block;
	text-decoration: none;
	font-size: 0px;
	width:361px;
	height:101px;
	background-color: #4F4C6B;
	color: #E8EEEE;
	background-image: url(../../img/tek_sec.jpg);
	background-repeat: no-repeat;
	padding:1px;
}

.tek_norm:hover, .filo_norm:hover {
	color: #EAF0EE;
}

.tek_sec:hover, .filo_sec:hover {
	color: #E8EEEE;
}

.new_search {
	display:block;
	text-decoration: none;
	font-size: 0px;
	width:131px;
	height:24px;
	background-color: #F79C39;
	color: #FEF58F;
	background-image: url(img/newsearch.gif);
	background-repeat: no-repeat;
	margin:3px;
	padding:1px;
}

.new_search:hover {
	color: #FEF58F;
}

.table {
	background-color: white;
}

.pre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.info
{
	font-size:11px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.info ul
{
	display:block;
	margin:2px;
	padding:2px;
	background-color:#E0E5E9; /*#FFF2B2;*/
	border:solid 1px #70708A; /*#FF655D;*/
	color:black;
	text-align:center;
	min-height:20px;
	list-style-type:none;
	list-style-image:none;
}

.info li
{
	list-style-type:none;
	list-style-image:none;
	vertical-align:top;
	margin:1px;
	display:block;
	padding:1px;
}
