 /*------------------------------------------------------------------------
# $JA#PRODUCT_NAME$ - Version $JA#VERSION$ - Licence Owner $JA#OWNER$
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;

}

.jink_projects {
  list-style-type:none;
  margin-left:10px;
}

a {
	color: #D7025F;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #D7025F;
	text-decoration: underline;
}

a img {
	border: none;
}

.contentheading strong, h1, h2, h3, h4 {
	line-height: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

small, .small, a.readon, #footer, #botsl {
	font-size: 92%;
}

img {
	margin: 0;
	padding: 0;
}

.shadow img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.shadow {
	float: left;
	margin-right: 10px;
	padding-bottom: 3px;
	background: url(../images/shadow-bg.gif) no-repeat 99% 100%;
}

h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

h4 {
  margin: 0px;
}

ul {
	list-style: none;
}

ul li {
	/*background: url(../images/bullet.gif) no-repeat 20px 8px;
	padding-left: 30px;     */
}

ol li {
	/*margin-left: 35px;*/
  list-style-type: none;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

td, th, div {
	font-size: 100%;
}

.article_separator, .article_seperator {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	background: url(../images/dot.gif) repeat-x center;
}

.column_separator {
	padding: 0 25px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

table.blog .contentheading {
	font-size: 150%;
}

a.readon {
	color: #FFFFFF;
	background: #D7025F;
	text-transform: uppercase;
	padding: 0 4px;
}

a.readon_big {
	color: #FFFFFF;
	background: #D7025F;
	text-transform: uppercase;
	padding: 0 4px;
	font-size: 26px;
}

.moduletable {
	padding: 0;
}

#mainnav,
#header,
#topsl,
#botsl,
#container,
#footer {
	width: 950px;
	margin: 0 auto;
}

.narrow #mainnav,
.narrow #header,
.narrow #topsl,
.narrow #botsl,
.narrow #container,
.narrow #footer {
	width: 750px;
	margin: 0 auto;
}

#container {}

#mainbody {
	width: 74.8%;
	float: left;
}

#content {
	clear: both;
	display: block;
	float: right;
	width: 74%;
	background: url(../images/content-center.gif) repeat-y center;
}

#current-content {
	padding: 0 30px;
}

#col1 {
	float: left;
	overflow: hidden;
	/*width: 25%;*/
}

#col1 div.innerpad {
text-align:left;
}

#col2 {
	float: right;
	overflow: hidden;
	width: 25%;
}

#col2 div.innerpad {
text-align:right;
}

#containerwrap,
#containerwrap-fr,
#containerwrap-fl,
#containerwrap-f {
	padding: 10px 0;
	margin: 0px;
	clear: both;
}

/*content + left*/
#containerwrap-fr #mainbody {
	width: 100%;
}

#containerwrap-fr #col1 {
	width: 25%;
	margin-right: 5px;
}

#containerwrap-fr #content {
	width: 74%;
}

#containerwrap-fr #current-content {
	padding-right: 0;
}

/*content + right*/
#containerwrap-fl #content {
	width: 100%;
}

#containerwrap-fl #current-content {
	padding-left: 0;
}

/*full*/
#containerwrap-f #mainbody {
	width: 100%;
}

#containerwrap-f #content {
	width: 100%;
}

#containerwrap-f #current-content {
	padding-left: 0;
	padding-right: 0;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3{
	font-size: 150%;
	margin: 0 0 10px;
	padding: 1px 0 1px 32px;
	color: #D7025F;
	background: url(../images/h3/icon1.gif) no-repeat left center;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite {
	margin: 0 0 20px;
	padding: 0;
}

div.module li {
  list-style-type:none;
}

div.module h3,
div.module_text h3,
div.module_menu h3,
div.module_hilite h3 {
	margin: 0 0px 10px;
	padding: 0px 0 5px;
	font-size: 150%;
	color: #333333;
}

div.module,
div.module_text,
div.module_menu,
div.module_hilite {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
	overflow: hidden;
	margin-bottom: 15px;
}

div.module div,
div.module_text div,
div.module_menu div,
div.module_hilite div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div {
	padding: 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

/*hilite*/
div.module_hilite {
	background: url(../images/box-br-hilite.gif) no-repeat bottom right #D7025F;
}

div.module_hilite div {
	background: url(../images/box-bl-hilite.gif) no-repeat bottom left;
}

div.module_hilite div div {
	background: url(../images/box-tr-hilite.gif) no-repeat top right;
}

div.module_hilite div div div {
	background: url(../images/box-tl-hilite.gif) no-repeat top left;
}

div.module_hilite, div.module_hilite h3 {
	color: #FFFFFF;
}

div.module_hilite a, div.module_hilite a:hover, div.module_hilite a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

div.icon1 h3 {
	background-image: url(../images/h3/icon1.gif) !important;
}

div.icon2 h3 {
	background-image: url(../images/h3/icon2.gif) !important;
}

div.icon3 h3 {
	background-image: url(../images/h3/icon3.gif) !important;
}

div.icon4 h3 {
	background-image: url(../images/h3/icon4.gif) !important;
}

div.icon5 h3 {
	background-image: url(../images/h3/icon5.gif) !important;
}

div.icon6 h3 {
	background-image: url(../images/h3/icon6.gif) !important;
}

div.icon7 h3 {
	background-image: url(../images/h3/icon7.gif) !important;
}

div.icon8 h3 {
	background-image: url(../images/h3/icon8.gif) !important;
}

div.icon9 h3 {
	background-image: url(../images/h3/icon9.gif) !important;
}

div.icon10 h3 {
	background-image: url(../images/h3/icon10.gif) !important;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	padding-left: 13px;
	background-position: 5px 7px;
}

#headerwrap {
	background: url(../images/pat-1.gif) #333333;
	border-bottom: 5px solid #D7025F;
}

#header {
	line-height: normal;
	position: relative;
	padding-top: 40px;
	z-index: 999;
}

h1.logo, div.logo-text {
	margin: 0 0 0px;
	padding: 0;
}

h1.logo a {
	width: 400px;
	height: 80px;
	display: block;
	background: url(../images/logo.png) no-repeat center;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	outline: none;
}

div.logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div.logo-text h1 a {
	color: #FFFFFF;
	text-transform: uppercase;
}

.site-slogan {
	color: #999999;
	margin: 0 0 -2px 10px;
	padding: 0;
	letter-spacing: 1px;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnavwrap {
	position: absolute;
	top: 0;
	background: url(../images/grad-1.gif) repeat-x top #D7025F;
}

#mainnav {
	padding: 0;
	position: relative;
	background: url(../images/mainnav-bg.gif) no-repeat bottom #D7025F;
	border-top: 1px solid #E03681;
}

.narrow #mainnav {
	background: url(../images/mainnav-bg-n.gif) no-repeat bottom #D7025F;
}

#mainnav a, #subnav a {
	outline: none;
	line-height: normal;
}

#subnav {
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#subnav li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#subnav a {
	display: block;
	outline: none;
	padding: 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(../images/arrow.png) no-repeat 5px 13px;
}

#subnav a:hover,
#subnav a:active,
#subnav a:focus {
	color: #D7025F;
	text-decoration: none;
}

#subnav li.active a {
	font-weight: bold;
	color: #D7025F;
}

/* breadcrumbs */
#pathway {
	color: #999999;
}

#pathway strong {
	margin-right: 5px;
}

#pathway img {
	margin: 1px 5px;
}

ul.indexlist li {
	border: none;
	padding: 0px 25px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/arrow.png) no-repeat 15px 8px !important;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	/*border-bottom: 1px dotted #CCCCCC;*/
	margin: 0;
	padding-left: 4px;
	line-height: normal;
	background: url('../images/menuitem.jpg') 0px 4px no-repeat;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 8px 0px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #D7025F;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	color: #D7025F;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none;
	padding: 0;
}

ul.menu li li a {
	border: none;
	padding: 5px 5px 5px 25px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/arrow.png) no-repeat 15px 10px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #D7025F;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #4F4F4F;
	font-weight: bold !important;
}

ul.menu li li li a {
	color: #4F4F4F !important;
	font-weight: normal !important;
	padding-left: 35px !important;
	background: url(../images/bullet.gif) no-repeat 25px 10px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

.logout {
	position: absolute;
	right: 15px;
	top: 10px;
}

.logout a {
  color: #FFFFFF;
}

.logout a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.box-full, .box-left, .box-center, .box-right {
	float: left;
	overflow: hidden;
}

#topsl a {
  color: #999999;
  text-decoration: none;
}

#topsl a:hover {
  color: #ffffff;
  text-decoration: none;
}

#topsl .box-left:hover, .topsl-hover-left {
	background: url(../images/topsl-hover.gif) no-repeat left top;
}

#topsl .box-center:hover, #topsl .box-full:hover, .topsl-hover-center {
	background: url(../images/topsl-hover.gif) no-repeat center top;
}

#topsl .box-right:hover, .topsl-hover-right {
	background: url(../images/topsl-hover.gif) no-repeat right top;
}

/* Top Spotlight */
#topsl {
	background: url(../images/topsl-bg.png) no-repeat center top;
}

.narrow #topsl {
	background: url(../images/topsl-bg-n.png) no-repeat center top;
}

#topsl div.moduletable {
	padding: 20px;
	margin-bottom: 0;
	color: #999999;
}

#topsl div.moduletable h3 {
	padding: 0;
	color: #EEEEEE;
	background: none;
}

/* Bottom spotlight */
#botsl {
	clear: both;
	padding: 20px 0;
	background: url(../images/dot.gif) repeat-x top;
}

#botsl div.moduletable,
#botsl div.moduletable_default {
	padding: 0 10px;
	margin-bottom: 0;
}

#botsl .box-left div.moduletable,
#botsl .box-left div.moduletable_default {
	padding: 0 20px 0 0;
}

#botsl .box-right div.moduletable,
#botsl .box-right div.moduletable_default {
	padding: 0 0 0 20px;
}

#botsl .box-center div.moduletable,
#botsl .box-center div.moduletable_default {
	padding: 0 5px;
	margin-bottom: 0;
}

/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	clear: both;
	background: url(../images/pat-1.gif) repeat-x top #333333;
	padding: 15px 0;
	border-top: 4px solid #D7025F;
}

#footer {
	position: relative;
	color: #666666;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
}

#footer small {
	font-size: 100%;
}

#footer ul {
	float: right;
	padding: 0;
	margin: 0;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/arrow-2.png) no-repeat left center;
}

#footer li a {
	display: inline;
	padding: 0 10px;
}

div.innerdiv {
	padding: 10px 0 12px !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

.bignumber {
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 20px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 6px 7px;
}

.bignumber-hilite {
	background: url(../images/ol-bg-hilite.gif) no-repeat left top !important;
	margin: 0 0 10px 0 !important;
	padding: 11px 0 !important;
}

.bignumber-hilite span {
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 0px 25px 0 20px;
	font: bold 30px/normal Arial, sans-serif;
}

#cssmenu {
	margin: 0; /* all lists */
	padding: 0;
}

#cssmenu ul {
	margin: 0; /* all lists */
	padding: 0;
}

#cssmenu li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
}

#cssmenu li ul {
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	w\idth: 15.9em;
}

#cssmenu li ul ul {
	margin: -2em 0 0 15em; /* third-and-above-level lists */
}

#cssmenu li li {
	padding: 0 1em 0 0;
	margin: 0;
	width: 14.9em;
}

#cssmenu ul a {
	width: 14.8em;
	w\idth: 10.8em;
}

#cssmenu li:hover ul ul, #cssmenu li:hover ul ul ul,
#cssmenu li.sfhover ul ul, #cssmenu li.havechildsfhover ul ul, #cssmenu li.havechild-activesfhover ul ul, #cssmenu li.activesfhover ul ul,
#cssmenu li.sfhover ul ul ul, #cssmenu li.havechildsfhover ul ul ul, #cssmenu li.havechild-activesfhover ul ul ul, #cssmenu li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#cssmenu li:hover ul, #cssmenu li li:hover ul, #cssmenu li li li:hover ul,
#cssmenu li.sfhover ul, #cssmenu li.havechildsfhover ul, #cssmenu li.havechild-activesfhover ul, #cssmenu li.activesfhover ul,
#cssmenu li li.sfhover ul, #cssmenu li li.havesubchildsfhover ul, #cssmenu li li.havesubchild-activesfhover ul, #cssmenu li li.activesfhover ul,
#cssmenu li li li.sfhover ul, #cssmenu li li li.havesubchildsfhover ul, #cssmenu li li li.havesubchild-activesfhover ul, #cssmenu li li li.activesfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#cssmenu li a {
	display: block;
	text-decoration: none;
	font-size: 115%;
	color: #F6BCD5;
	padding: 10px 20px;
	font-weight: bold;
}

#cssmenu li a:hover,
#cssmenu li a:active,
#cssmenu li a:focus {
	color: #FFFFFF;
}

#cssmenu li:hover a,
#cssmenu li.sfhover a,
#cssmenu li.havechildsfhover a,
#cssmenu li.havechild-activesfhover a {
	color: #FFFFFF;
	background: url(../images/arrow-3.gif) no-repeat center bottom;
}

#cssmenu li a.active,
#cssmenu li a.active:hover,
#cssmenu li a.active:active,
#cssmenu li a.active:focus {
	color: #FFFFFF;
	background: url(../images/arrow-3.gif) no-repeat center bottom;
}

/* 2nd level and above */
#cssmenu li ul {
	border: 1px solid #202020;
	/*background: url(../images/trans-bg.png);*/
	background-color: #000000;
}

#cssmenu li ul ul {
	border: 1px solid #202020;
}

#cssmenu li ul li {
	border-bottom: 1px solid #202020;
	border-right: none;
	background: none;
}

#cssmenu li ul a {
	border-right: none;
	margin: 0;
	padding: 7px 10px;
	background: none !important;
	text-transform: none;
	font-weight: normal;
	font-size: 100%;
	white-space: nowrap;
	color: #CCCCCC !important;
}

#cssmenu li.havesubchild,
#cssmenu li.havesubchild-active {
	background: url(img/arrow-1.gif) no-repeat 95% 50%;
}

#cssmenu li ul a:hover,
#cssmenu li ul a:active,
#cssmenu li ul a:focus,
#cssmenu ul li:hover,
#cssmenu ul li.sfhover,
#cssmenu ul li.havesubchildsfhover,
#cssmenu ul li.havesubchild-activesfhover,
#cssmenu ul ul li:hover,
#cssmenu ul ul li.sfhover,
#cssmenu ul ul li.havesubchildsfhover,
#cssmenu ul ul li.havesubchild-activesfhover {
	background: #D7025F;
	color: #FFFFFF !important;
}

#cssmenu ul li a.active {
	background: none !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}

#cssmenu ul li a.active:hover,
#cssmenu ul li a.active:active,
#cssmenu ul li a.active:focus {
	color: #FFFFFF !important;
}

/*=================================alerts=====================================*/
.help {
  padding: 5px 5px 5px 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #5B5B8A;
  background: #E7DEFF url(../images/icons/key.png) no-repeat center left;
  background-position:7px;
  border: 1px solid #5B5B8A;
  width: 640px;
}

.error {
  padding: 5px 5px 5px 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #CC0000;
  background: #ffbfbf url(../images/icons/error.png) no-repeat center left;
  background-position:7px;
  border: 1px solid #CC0000;
  width: 640px;
}

.success {
  padding: 5px 5px 5px 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #390;
  background: #DEFFCC url(../images/icons/accept.png) no-repeat center left;
  background-position:7px;
  border: 1px solid #390;
  width: 640px;
}

.information {
  padding: 5px 5px 5px 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #5B5B8A;
  background: #E7DEFF url(../images/icons/information.png) no-repeat center left;
  background-position:7px;
  border: 1px solid #5B5B8A;
  width: 640px;
}

.hints {
  padding: 5px 5px 5px 30px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #a2922b;
  background: #FEFFCF url(../images/icons/lightbulb.png) no-repeat center left;
  background-position:7px;
  border: 1px solid #a2922b;
  width: 640px;
}

.metas {
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  color:darkgray;
  border: 1px dotted #cccccc;
  width: 640px;
}

.icon {
  position:relative;
  top:3px;
  margin-right:3px;
  border:0px;
}

/*=================================tableforum=================================*/
.tablediv table {
  border-collapse:collapse;
	width:100%;
}

.tablediv thead th {
  background-color:#D7025F;
  color:#ffffff;
  text-align:center;
  height: 30px;
	padding: 0px 7px;
	margin: 0px;
	border:1px solid #DDDDDD;
}

.tablediv thead th a {
  color:#ffffff;
}

.tablediv tbody td {
	/*font-size: 0.9em;*/
	padding: 10px 7px;
	border: 1px solid #DDDDDD;
	text-align: left;
}

.tablediv tbody tr {
  background-color: #FFFFFF;
}

.tablediv tr.odd {
  background-color: #FFF8E8;
}

/*=================================pagination=================================*/
#pagination
{
  font-family:tahoma;
  text-align:center;
}

#pagination span
{
  display:block;
  float:left;
  font-size:11px;
  line-height:13px;
  margin: 2px 6px 2px 0;
}

#pagination span a
{
  background-color:#ffffff;
  border:1px solid #bbbbbb;
  color:#303030;
  display:block;
  padding:1px 5px 2px 5px;
  text-decoration:none;
}

#pagination span a:hover, #pagination span a:active
{
  background-color: #bbbbbb;
  border:1px solid #303030;
}

#pagination span.aktuell
{
  background-color: #303030;
  border:1px solid #303030;
  color:#ffffff;
  font-size:11px;
  padding:1px 5px 2px 5px;
}

.btn {
  padding: 4px 15px;
  margin-top: 2px;
  font: bold 1em Arial, Sans-Serif;
}

.textinput {
  padding: 5px;
  width: 350px;
  font: bold 1.3em Arial, Helvetica, sans-serif;
  color: #D7025F;
}

.thumbtd
{
  width:110px;
  height:130px;
  text-align:center;
}

.thumbtda
{
  width:110px;
  height:130px;
  text-align:center;
}

.thumbtdr
{
  width:110px;
  height:130px;
  text-align:center;
}

.thumbtdbar
{
  width:60px;
  height:70px;
  text-align:center;
}

.thumbtdbar img:hover
{
  border:1px solid #f43;
}

.thumbnail
{
  width:50px;
  height:50px;
  border:1px solid #ccc;
  padding:2px;
  vertical-align:middle;
  margin-bottom:4px;
}

/* tables gen */
.tablegen table {
  border-collapse:collapse;
	width:100%;
}

.tablegen thead th {
  background-color:#D7025F;
  color:#ffffff;
  text-align:left;
  height: 30px;
	padding: 0px 7px;
	margin: 0px;
	border:1px solid #DDDDDD;
}

.tablegen thead th a {
  color:#ffffff;
}

.tablegen tbody td {
	/*font-size: 0.9em;*/
	padding: 2px 7px;
	border: 0px;
	/*text-align: left;*/
}

/* listdiv */
.list_div {
  padding: 5px;
	border:1px dotted #DDDDDD;
	margin-bottom:2px;
	background-color: #FFF8E8;
}
