/***********details of layout elements**********/ 
#logo img,
#header img,
#header2 img{ vertical-align: top; }
#header p,
#header2 p{ margin: 0; }

#footer p{ margin: 0; }
fieldset.input{ border: 0; }

/**path**/
#pathway h3{
	float: left;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #fde5c5;
	padding: 0 10px 0 0;
	margin: 0;
}
#pathway a{
	color: #fde5c5;
}
#user4 .inputbox{
	background: #00882e;
	color: #fff;
	padding: 3px 5px;
}

/*view com_content changes*/
td.contentInside{
	padding: 5px 10px;
}
span.small_createdate{
	background: #acd373;
	color: #005e20;
	font-size: 11px;
	padding: 1px 2px;
	margin: 10px 0 0 10px;
	float: left;
	line-height: 13px;
}


/*tb generator*/

div.dj_tabgen > div{
	background: url(tabsIn.jpg) top repeat; 
}

.panel {
	display: none;
	position: relative;
	width: auto;
	top: -1px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color:#cbe3a7;
	overflow: hidden;
	text-align:left;
	padding: 10px;
	background: transparent url(tabs.jpg) bottom repeat-x; 
}

.panel.active {
	background: transparent url(tabs.jpg) top repeat-x; 
	color: #cbe3a7;
	display: block;
}

.lefttitle {
	cursor:pointer;
	display:inline;
	float:left;
	overflow:visible;
	width: 90%;
}
.date {
	color:#fdddb4;
	font-style: italic;
	font-weight:normal;
}

.more {
	background: none;
	clear:both;
	color:#cbe3a7;
	display:none;
	font-family:"Trebuchet MS";
	padding:3px;
	text-align:left;
	top:-1px;
}

.more.moreactive {
	background: none;
	border-bottom:1px solid #005a1f;
	clear:both;
	color:#cbe3a7;
	display:block;
	margin-top:auto;
	margin-bottom: 5px;
	padding-bottom:5px;
	width:98%;
}
.more:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
} 

.arrow.arrowactive {
	background:transparent url(arrow_down.png) no-repeat scroll 0 0;
	height:13px;
	width:10px;
}
.arrow {
	background:transparent url(arrow_right.png) no-repeat scroll 0 0;
	height:10px;
	width:13px;
}
a.link{
	color: #cbe3a7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	text-align: right;
	outline: none;
}
.title {
	display: block;
	width: 100%;
	height: 36px;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
.title li.active {
	background: transparent url(tabsActive.jpg) repeat-x;
	border: none;
	list-style-type:none;
}
.title li {
	background: transparent url(tabsNoactive.jpg) repeat-x;
	color:#cbe3a7;
	cursor:pointer;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 36px;
	line-height: 36px;
	list-style-type:none;
	margin-right: 7px;
	padding: 0 8px;
	width:97%;
}
.dj_tabgen a {
	color:#cbe3a7;
	font-weight: bold;
	text-decoration:none;
}

