/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/
/* These selection declarations have to be separate
   Also: hot pink! */
::-moz-selection{ background: #67b35b; color: #fff; text-shadow: none !important; }
::selection { background: #67b35b; color: #fff; text-shadow: none !important; }

/*link color*/
a { outline: none; color: #fe9900; text-decoration: none; }
a:hover, a:active, a:focus { color: #e937a8; background: none; }

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

/* Buttons */
#editor-xtd-buttons { padding: 5px; }

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

img{ border:0; }
/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

.img_caption  {
text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}

.caption.left {
	float: left;
	margin-right: 1em;
}

.caption.right {
	float: right;
	margin-left: 1em;
}

.caption.left p {
	clear: left;
	text-align: center;
}

.caption.right p {
	clear: right;
	text-align: center;
}

.caption.none {
	margin-left:auto;
	margin-right:auto;
}

img.caption  {
	border:4px solid #eeeeee;
	float:left;
	margin:0 10px 0 0;
}
img.caption1 {
  border: 4px solid #EEEEEE;
  margin: 0 0 10px 0;
}
/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/* Small text */
small, 
.small, 
.smalldark, 
.article-meta, 
.modifydate, 
.img_caption p, 
.site-slogan {
	font-size: 92%;
}


h1.componentheading,
.componentheading {
	color:#424242;
	text-transform:none;
	margin:0;
	padding:0;
	font-size:200%;
	line-height:100%;	
}

h2.contentheading,
.contentheading {
	color:#424242;
	text-transform:none;
	margin:0;
	padding:0;
	font-size:300%;
	line-height:100%;	
}
a.readon {
	padding: 0 20px;
	text-align: center;
	float: left;
	height:29px;
	font-size:130%;
	line-height:29px;
	color:#383838;
	border:1px solid #dddddd;
	background:url('../images/bkg-readon.png') repeat-x left 0;

}
a.readon:hover {
	color:#ffffff;
	border:1px solid #df6809;
	background:url('../images/bkg-readon.png') repeat-x left -29px;

}

.inputbox {
	margin: 0 0 5px 0;
	padding: 5px;
	width:180px;
	color: #6A6A6A;
	font-family:Arial;
	font-size:100%;
	background:#ffffff;
	border: 1px solid #EEEEEE;
}


.button2,
.button{
	background:url("../images/bkg-button.png") repeat-x left 0;
	height:34px;
	line-height:34px;
	border:0;
	float:none;
	text-transform:uppercase;
	color:#6A6A6A;
	font-family:tahoma;
	font-size:100%;
	border:1px solid #E1E1E1;
	cursor:pointer;
}	
.button2:hover,
.button:hover{
	border:1px solid #df6809;
	background:url("../images/bkg-button.png") repeat-x left -34px;
	color:#ffffff;
}
.stats-module dt{ float:left; width: 120px; font-weight: bold; }