/* @group Admin Tabs */

ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 10px; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 0;
  height: 36px;
  line-height: normal;
  border-bottom: 1px solid #505357;

}
ul.primary li {
  display: inline;
  line-height: 45px;
}
ul.primary li a {
  margin: -2px;
  padding: 6px 20px 6px 20px;
  background: url(../images/main/dark/sidemod-h3-m.png) 0 0 repeat-x; 
  /*border-style: none none none none;*/ /* LTR */
  border: 0px;
  text-decoration: none;
  /*text-transform: lowercase;*/
  color: #fff;
}
ul.primary li.active a.active {
  background: url(../images/main/dark/sidemod-h3-m.png) 0 0 repeat-x;
  border: 0px;
  color: #ccc;
}
ul.primary li a:hover {
  background: url(../images/main/dark/sidemod-h3-m.png) 0 0 repeat-x; 
}
/* @end */

ul.menu .active-trail .active {
	color: #fff;
	font-weight: bold;
}


body.bgstyle1 .poll .bar .foreground { background-color: #9cad20; }
body.bgstyle2 .poll .bar .foreground { background-color: #738748; }
body.bgstyle3 .poll .bar .foreground { background-color: #2ac1ee; }
body.bgstyle4 .poll .bar .foreground { background-color: #f3ce00; }
body.bgstyle5 .poll .bar .foreground { background-color: #8db22e; }
body.bgstyle6 .poll .bar .foreground { background-color: #ffb52e; }
body.bgstyle7 .poll .bar .foreground { background-color: #45a0d9; }
body.bgstyle8 .poll .bar .foreground { background-color: #d83822; }
body.bgstyle9 .poll .bar .foreground { background-color: #e7033e; }
body.bgstyle10 .poll .bar .foreground { background-color: #0779ab; }

input.button {
	background: none;cursor:pointer;border: none;text-align: center;line-height: 28px;height: 27px;margin-bottom: 5px;float: left;padding: 0;
}

.light input.form-submit {
	cursor:pointer;
	border: none;
	text-align: center;
	background-color: #efefef;
	padding: 5px 8px 5px 8px;
	border: 1px solid #ccc;
	margin-top: 10px;
	color: #333;
}

.dark input.form-submit {
	cursor:pointer;
	border: none;
	text-align: center;
	background-color: #333;
	padding: 5px 8px 5px 8px;
	border: 1px solid #000;
	margin-top: 10px;
	color: #999;
}

input[type=text], input[type=password]  {
	padding: 5px;
	font-size: 11px;
	color: #555;
	margin: 0 0 5px 0;
}

select  {
	padding: 3px;
	font-size: 11px;
	color: #555;
	margin: 0 0 5px 0;
}

textarea  {
	padding: 5px;
	font-size: 11px;
	color: #555;
	margin: 0 0 5px 0;
}

tbody {
  border-top: 0px solid #ccc;
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #ccc;
  text-align: center;
  font-size: 1.3em;
}

tr.odd {
	background: transparent;
}
tr.even {
	background: transparent;
}
