/* @group Admin Tabs */

ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 10px; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 0;
  height: 40px;
  line-height: normal;
  border-bottom: 0px solid #ccc;
  background: #fff url(../images/tabs/tabs_bg.png) left bottom repeat-x;    /* LTR */
}
ul.primary li {
  display: inline;
  line-height: 45px;
}
ul.primary li a {
  margin: -2px;
  padding: 6px 20px 6px 20px;
  background: #fff url(../images/tabs/tabs-off.png) left top no-repeat; /* LTR */
  /*border-style: none none none none;*/ /* LTR */
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-decoration: none;
  /*text-transform: lowercase;*/
  color: #999;
}
ul.primary li.active a {
  background: #fff url(../images/tabs/tabs-on.png) left top no-repeat; /* LTR */
  border-top: 1.5px solid #ccc;
  border-right: 1.5px solid #ccc;
  border-left: 1.5px solid #ccc;
  border-bottom: 0px solid #E4E4E4;
  color: #555;
}
ul.primary li a:hover {
  color: #000;
}

#main-body ul.menu .leaf a, #main-body ul.menu .collapsed a {padding: 7px 28px;background: url(../images/main/menu-arrow.png) 15px 11px no-repeat;}
#main-body ul.menu .leaf a:hover, #main-body ul.menu .collapsed a:hover {background: url(../images/main/menu-arrow-over.png) 15px 11px no-repeat;}
#main-body ul.menu .expanded a {padding: 7px 28px;background: url(../images/main/menu-arrow.png) 15px 11px no-repeat;}
#main-body ul.menu .expanded a:hover {background: url(../images/main/menu-arrow.png) 15px 11px no-repeat;}

#main-body ul.menu li.active a, #main-body ul.menu li:hover a, #main-body ul.menu li.active .separator {background: none;}

#main-body ul.menu .expanded ul.menu a { background: none; }
#main-body ul.menu .expanded ul.menu li {list-style: none;margin: 0;padding: 0;float: none;border-bottom: 0px solid #ccc; }

#bottom-menu ul.menu .leaf { 
	float: left; 
	border-bottom: 0px solid #000;
}

#rightcol .side-mod .item-list h3 { background: none; margin-left: -15px; border-bottom: 0;}

body.dark-red .poll .bar .foreground, body.light-red .poll .bar .foreground { background-color: #cf230b; }
body.dark-blue .poll .bar .foreground, body.light-blue .poll .bar .foreground { background-color: #2986d0; }
body.dark-green .poll .bar .foreground, body.light-green .poll .bar .foreground { background-color: #578e13; }
body.dark-orange .poll .bar .foreground, body.light-orange .poll .bar .foreground { background-color: #f0722e; }

#poll-view-voting input.button {background: url(../images/main/form-input-w.png) 0 0 no-repeat;width:79px;height:24px;cursor:pointer;border: none;overflow:hidden;text-align: center;color: #333;padding: 0 0 4px 0;line-height: 24px;margin-bottom: 5px;float: left;}
#leftcol #poll-view-voting input.button {background: url(../images/main/form-input-g.png) 0 0 no-repeat;}

input.form-submit {
	cursor:pointer;
	text-align: center;
	background-color: #575799;
	padding: 2px 8px 2px 8px;
	border: 1px solid #3399FF;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	/*background: url(../images/main/dark/readon-m.png) 50% 0 repeat-x;*/
}

ul.secondary {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

ul.secondary li.active {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}

#edit-vote {
	border: 0px;
	background-color: transparent;
	margin-top: 1px;
}

#edit-name-wrapper, #edit-pass-wrapper {
	text-align: left;
}

#edit-name, #edit-pass {
	width: 160px;
}

#sl_lostpass {
	display: none;
}


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

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

.comment{
background-color:#ededed;
border:1px solid #ccc;
}

#comments{margin-top: 2em;}
.commentTitle{margin-bottom:10px;}
#comments .content{margin-bottom:5px;}
.submitted{margin-bottom:10px;}
.comment{margin:0 0 2em;padding:1em;}

/*avatar*/

.picture{
	float:right;
	margin:8px 0 4px 8px;
}

.picture img{
	float:none;
	margin:0px;
	padding:4px;
	}
	
/* custom */

.new {
  color: red;
  font-size: 120%;
  font-style: italic;
}

.view-ajax-slideshow-view  li.views-row{
  list-style: none outside none;
  margin: -10px -30px 0px -15px;
  padding: 0px;
}

div.as-panes {
  width: 700px;
  margin-top: -20px;
}

a.next {
  margin-left: 0px;
}

.moduletable  h3, #search-block-form {
  margin-left: 15px;
}

tr.even {
  background-color: #D2DAEC;
}

tr.odd {
  background-color: #E6EAEE;
}

#main-content .block_first {
    margin-bottom: 4px;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.2em;

/* JDF - deactivated bolding for now
.odd  a {
font-weight: bold;
}

.even a {
	font-weight: bold;
}
*/

/* Customizations for the webform module */
.webform-client-form {
}
.webform-client-form .form-item input.error, .form-item textarea.error {
border: 1px solid #FF5C00;
color: #494949;
}
.webform-client-form .form-item {
  margin: 0px;
  margin-bottom: 7px;
}
.webform-client-form label {
  margin: 0px;
  width: 20%;
  float: left;
  text-align: right;
}
.webform-client-form label.option {
  width: auto; /* We don't want radio labels to follow the same rules as component labels */
}
.webform-component-textfield, .webform-component-select, .webform-component-email,
.webform-component-select .form-radios {
  overflow: auto;
  overflow: hidden;
  height: 100%;
}
.webform-component-textarea {
  width: 84%;
  float: right;
  margin-right: 102px;
}
.webform-client-form .description {
  display: block;
  clear: both;
  line-height: normal;
  color: #565656;
  padding: 0px;
  margin-top: -10px;
  margin-left: 20%;
}
.webform-client-form .form-submit {
  margin: 20px;
}