
html {
  min-height: 100%;
  height: auto;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	padding:0px;
	font-size: 12px;
	color: #7f7f7f;
	background: black;
}
#tp_menu{
	width:1010px;
	height:52px;
}
.tpmenu_left{
	background: transparent url(../images/tp_menuleft.jpg) top no-repeat;
	float:right;
	height:42px;
	width:8px;
}
.tpmenu_l{
	background: transparent;
	float:left;
	height:42px;
	width:420px;
}
.tpmenu{
	background: transparent url(../images/tp_bg.jpg) top repeat-x;
	float:right;
	height:42px;
	width:auto;
}
.tpmenu_right{
	background: transparent url(../images/tp_menuright.jpg) top no-repeat;
	float:right;
	height:42px;
	width:8px;
}
ul#mainlevel-nav {
list-style : none; 
padding : 0; 
margin : 12px 0 0 0; 
font-size : 12px; 
} 
ul#mainlevel-nav li {
background-image : none; 
padding-left : 2px; 
padding-right : 2px; 
float : left; 
font-size : 12px; 
line-height : 14px; 
white-space : nowrap; 
} 
ul#mainlevel-nav li a {
display: block;  
padding-left : 8px; 
padding-right : 8px; 
text-decoration : none; 
color : #fff; 
border-right: 1px solid #fff;
text-align: left;
font-size:12px;
font-weight: normal;
} 
#buttons > ul#mainlevel-nav li a {
width : auto; 

} 
ul#mainlevel-nav li a:hover {
color : #c9cfd5;
font-size:12px;
border-left-color: #fff;
text-decoration: underline;
} 
#active_menu-nav
{
	color: #f2e8df !important;
}
#container {
    margin: auto;
    width: 1010px;
    position: relative;
	 background: transparent;
}
#header{	
	width:1010px;
	height:352px;
	background: transparent url(../images/header.jpg) top left no-repeat;
}
#footer{	
	width:1004px;
	margin-top:12px;
	background: transparent url(../images/footer.jpg) top left repeat-y;
	float:left;
}
#f_tresc{
	width:984px;
	margin-left:22px;
	margin-right:2px;
}
#f_top{	
	width:1004px;
	height:11px;
	background: transparent url(../images/f_top.jpg) top left no-repeat;
}
#f_bot{	
	width:1004px;
	height:10px;
	background: transparent url(../images/f_bot.jpg) bottom left no-repeat;
}
#pathway{	
	width:1010px;
	height:22px;
}
#content{	
	width:1010px;
	height:352px;
	background: transparent;
}
#left{
	width:330px;
	float:left;
}
#center{
	float:left;	
	width:680px;
	background: transparent url(../images/center.jpg) top left no-repeat;
}
.cmdl{
	background:url(../images/mid.jpg) top left repeat-y;
}
.ctop{
	background:transparent url(../images/center.jpg) top left no-repeat;
	height: auto !important; height: 468px; min-height: 468px;
}
.cbtm{
	background:url(../images/bot.jpg) top left no-repeat;
	height:18px;
}
.tresc{
	padding-left:20px;
	padding-right:20px;
	padding-top:12px;
	width:610px;
}
.lmdl{
	background:url(../images/l_mid.jpg) top left repeat-y;
}
.ltop{
	background:transparent url(../images/l_top.jpg) top left no-repeat;
	height: auto !important; height: 108px; min-height: 108px;
}
.lbtm{
	background:url(../images/l_bot.jpg) bottom left no-repeat;
	
}
#promo{
	background: url(../images/promo.jpg) no-repeat 12px center;
	padding-left:57px;
	padding-top:12px;
	height: auto !important; height: 190px; min-height: 190px;
	width:185px;
}
.left_text{
	padding-left:20px;
}
.l2mdl{
	background:url(../images/l2_mid.jpg) top left repeat-y;
}
.l2top{
	background:transparent url(../images/l2_top.jpg) top left no-repeat;
	height: auto !important; height: 108px; min-height: 108px;
}
.l2btm{
	background:url(../images/l2_bot.jpg) bottom left no-repeat;
	
}
#promo2{
	background: url(../images/menu.jpg) no-repeat 12px center;
	padding-left:57px;
	padding-top:12px;
	height: auto !important; height: 190px; min-height: 190px;
}
.wmdl{
	background:url(../images/w_mid.jpg) top left repeat-y;
}
.wtop{
	background:transparent url(../images/w_top.jpg) top left no-repeat;
	height: auto !important; height: 108px; min-height: 108px;
}
.wbtm{
	background:url(../images/w_bot.jpg) bottom left no-repeat;
	
}
#wpromo{
	background: url(../images/wyprz.jpg) no-repeat 6px center;
	padding-left:57px;
	padding-top:12px;
	height: auto !important; height: 190px; min-height: 190px;
	width:185px;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#e7ad30;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p {
    margin: 10px 0 10px 0;
	 
	 line-height: 17px;
}
p.title {
    font-weight: bold;
    
}
h1 { 
    color: #483661;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 10px;
  }
  h2 { 
     color: #483661;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 10px;
  }
    
h3 {
    color: #ece8f2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	 padding-top:8px;
	 line-height:28px;
	 width: auto;

    
  }
h4 {
     color: #483661;
    font-size: 1.2em;
    margin: 10px 0 7px 0px;
    line-height: 11px;
    font-weight: bold;
}

h5 {
     color: #483661;
    font-size: 1.1em;
    margin: 10px 0 7px 0px;
    line-height: 11px;
    font-weight: bold;
}
#promo h5 {
     color: #fff;
    font-size: 15px;
	 font-weight:bold;
    margin: 10px 0 12px 0px;
    line-height: 16px;
    
}
.ramka{
	border: solid 2px #716363;
}
#promo img{
	border: solid 2px #436d91;
}
#promo{
	color:#000;
}
.cena{
	color: #e12285;
}
#wpromo h5 {
     color: #fff;
    font-size: 15px;
	 font-weight:bold;
    margin: 10px 0 12px 0px;
    line-height: 16px;
    
}
#wpromo img{
	border: solid 2px #34495a;
}
#wpromo{
	color:#000;
}
#wpromo .cena{
	color: #7d0722;
}
h3 a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    
    margin-bottom: 4px;
    
  }
  
 
  .clear { clear: both; }
hr {
    width: 100%;
	height: 1px;
	color: #8664ba;
	background-color: #8664ba;
	margin: 10px 0 10px 0;
}

abbr, acronym {
	border-bottom: 1px dotted;
}

abbr[title], acronym[title] {
	cursor: help;
}

q {
	font-style: italic;
}
pre, address {
    border-left: 2px solid #a59898;
    margin: 5px 0 5px 20px;
    padding-left: 10px;
	 color:#cbc4c4;
}

cite {
	font-style: italic;
}
blockquote {
    border: 1px dotted #b590ef;
    padding: 7px 9px 5px 9px;
    margin: 10px 0 10px 0;
}

blockquote[cite]:after {
	width: 100%;
	color: #999;
	display: block;
	
	content: "Źródło: " attr(cite);
}
dl {
    padding: 7px 11px 7px 11px;
    margin: 0 0 20px 21px;
}

dl.even {
    background-color: #F6F6F6;
    border: 1px solid #E1E1E1;
}

dt {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
}

dd {
    line-height: 16px;
}
#center ul {
	list-style: none;
}

#center ul li {
	padding-left: 30px;
	background: url(../images/bullet.jpg) no-repeat 18px 6px;
	line-height: 180%;
}

#center ol li {
	margin-left: 35px;
	line-height: 180%;
}
img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 0px 0;
	margin-bottom: 1px;
}


div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}


#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}


div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */


.componentheading { 
    color: #9f9c90;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 10px;
	 margin-top: 2px;
	 padding-bottom:10px;
	 padding-top:6px;
	 padding-left:27px;
	 width: 100%;
	 line-height:auto;
	 background: url(../images/c_head.jpg)  no-repeat 0 4px;
  }
.contentheading{ 
    color: #9f9c90;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 10px;
	 padding-top:2px;
	 padding-left:27px;
	 line-height:auto;
	 height:23px;
	 width: 100%;
    background: url(../images/c_head.jpg) no-repeat 0 2px;
  }
#component-contact .contentheading{ 
    color: #9f9c90;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 10px;
	 padding-top:2px;
	 padding-left:27px;
	 line-height:auto;
	 height:23px;
	 width: 100%;
    background: url(../images/c_head.jpg) no-repeat 0 2px;
  }
table.contentpaneopen h3 {
	margin-top: 25px;
}
.menu{
	padding:0px;
	margin:0px;
	width:160px;
}
.menu li{
	list-style: none;
	font-size:14px;
	padding:0px;
	margin:0px;
}
.menu li a:link, 
.menu li a:visited {
    display: block;
    list-style: none;
    margin-left:4px;
    background: transparent url(../images/m_li.gif) 4px 6px no-repeat;
	 color: #eff7f9;
    padding: 3px 0 2px 12px!important;
	 width:160px;
	 text-decoration: none;
	 font-weight: bold;
   }

#promo2 ul.menu li ul{
	list-style: none;
	padding:0px;
	margin:0px;
	
}
#promo2 ul.menu li ul li a:link, 
#promo2 ul.menu li ul li a:visited {
    display: block;
    list-style: none;
    margin-left:12px;
    
	 color: #fcad9c;
    padding: 1px 0 1px 22px;
	 width:124px!important;
	 text-decoration: none;
	 font-weight: bold;
   }
#promo2 ul.menu li ul li#current a{
    display: block;
    list-style: none;
    margin-left:12px;
    
	 color: #ec6b4e;
    padding: 1px 0 1px 22px;
	 width:124px!important;
	 text-decoration: none;
	 font-weight: bold;
   }
#promo2 ul.menu li#current ul li a:link, 
#promo2 ul.menu li#current ul li a:visited {
    display: block;
    list-style: none;
    margin-left:12px;
    
	 color: #e4e8e7;
    padding: 1px 0 1px 22px;
	 width:124px!important;
	 text-decoration: none;
	 font-weight: normal;
   }
#promo2 ul.menu ul ul{
	list-style: none;
}
#promo2 ul.menu ul ul li a:link, 
#promo2 ul.menu ul ul li a:visited {
    display: block;
    list-style: none;
    margin-left:12px;
    
	 color: #e4e8e7;
    padding: 1px 0 1px 22px;
	 width:129px!important;
	 text-decoration: none;
	 font-weight: normal;
   }
#promo2 ul.menu ul ul li#current a{
    display: block;
    list-style: none;
    margin-left:12px;
    
	 color: #fcb2a4;
    padding: 1px 0 1px 22px;
	 width:129px!important;
	 text-decoration: none;
	 font-weight: normal;
   }
#promo2 ul.menu ul li#current ul li a, 
#promo2 ul.menu li.parent ul li#current ul li a:link,
#promo2 ul.menu li.parent ul li#current ul li a:visited,
#promo2 ul.menu li ul li ul li.active a:link
#promo2 ul.menu li ul li ul li.active a:visited

 {
    display: block;
    list-style: none;
    margin-left:12px;
    
	 color: #e4e8e7;
    padding: 1px 0 1px 12px;
	 width:129px!important;
	 text-decoration: none;
	 font-weight: normal;
   }
.menu li#current a{
    display: block;
    list-style: none;
    margin-left:4px;
    background: transparent url(../images/m_li.gif) 4px 6px no-repeat;
	 color: #fbbdb4;
    padding: 3px 0 2px 22px;
	 width:160px;
	 text-decoration: none;
	 font-weight: bold;
	 font-style: normal!important;
   }
  .menu li a:hover{
    display: block;
    list-style: none;
    margin-left:4px;
    background: transparent url(../images/m_li.gif) 4px 6px no-repeat;
	 color: #e2f1f6;
    padding: 3px 0 2px 12px;
	 width:160px;
	 font-weight: bold;
	 text-decoration: underline;
   }

table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
.contentpane{
background: none !important;
width: 100%;
}
.contenpaneopen{
	width: 100%;
}
.buttonheading{
	width: auto;
}
 table.contentpaneopen{
	width: 100%;
}
.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}
/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }



/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}
.moduletable_menu{
  width: 260px;
  margin:0px;
  padding:0px;
}
.moduletable{
  width: 290px;
  margin:0px;
  padding:0px;
}
.moduletable-sz{
  width: 430px;
  margin:0px;
  padding:0px;
}
.tpmenu .moduletable, .moduletable-foo{
	width:auto;
}
div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}


/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}
.contentpaneopen caption {
    padding: 5px 3px 5px 3px;
	 color: #201c1c;
    font-weight: bold;
	 background-color: #d2cccc;
	width:auto !important;
	margin: 0px 0px 0px 0px;
}    

.contentpaneopen table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 10px 0;
}

.contentpaneopen table td {
    text-align: center;
    padding: 5px 5px 4px 5px;
    border-bottom: 1px dotted #433b3b;
    border-left: 1px solid #433b3b;
	 border-right: 1px solid #433b3b;
	 background-color: #3d3636;
}

tr.even td {
    background-color: #dbdbdb;
}
table.sklep tr.even td {
    background-color: #dbdbdb !important;
}
.even {
    background-color: #dbdbdb;
}
table td.f {
    text-align: left;
    padding: 0 0 0 56px;
}    

.contentpaneopen table th {
    padding: 5px 3px 5px 3px;
    background-color: #d2cccc;
    border-left: 1px solid #FFF;
	 
    color: #000;
}
.inputbox {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:auto;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #2f2828;
   border-left: 1px solid #2f2828;
   border-right: 1px solid #2f2828;
   border-bottom: 1px solid #2f2828;
   background-color: #5a4e4e;
   color: #dcdcdc;
	margin: 2px 6px 0 0;
}
#component-contact table.contentpaneopen table th{
	border: 0px!important;
	padding: 8px;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	color: #40382c;
	background: transparent;
	}
#component-contact table.contentpaneopen table td{
	border: 0px!important;
	text-align: left;
	margin: 0px;
   padding: 5px;
	background: transparent;
	}
#component-contact table.contentpaneopen table{
    border-collapse: collapse;
	 margin: 0px 0px 0px 0px;
	 width:99% !important;
	 background-color: transparent;
	 text-align: left;
	}

td.sectiontableheader {
  background: #282222;
  color: #9f9c90;
  font-weight: bold;
  padding: 8px;
  border-bottom: 1px solid #201c1c;

}
th.sectiontableheader {
  background: #282222;
  color: #333;
  font-weight: bold;
  padding: 8px;
  border-bottom: 1px solid #201c1c;
}
th.sectiontableheader img, td.sectiontableheader img,
tr.sectiontableentry0 td img,
tr.sectiontableentry1 td img,
tr.sectiontableentry2 td img, 
td.sectiontableentry0 img,
td.sectiontableentry1 img,
td.sectiontableentry2 img,
tr.sectiontableentry1 td img,
tr.sectiontableentry2 td img
{
	padding: 0px 5px 0 5px;
	margin:0px!important;
}
tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}
tr.sectiontableentry1 td {
	padding: 8px 8px 8px 8px;
	background-color: #383030;
	border-bottom: 1px dotted #201c1c !important;
	text-align:left!important;
	
}
tr.sectiontableentry2 td {
	padding: 8px 8px 8px 8px;
	background-color: #333737;
	border-bottom: 1px dotted #201c1c !important;
	text-align:left!important;
	
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background-color: #2e1e0e;
	border-bottom: 1px dotted #131111 !important;
}