/*------------------------------------------------------------------------
# WatchTime - JOOMLA
# ------------------------------------------------------------------------
# Author: Thomas H. Ernst
# Website:  http://www.watchtime.ch
-------------------------------------------------------------------------*/


/*======================= ARTICLE =============================*/
.contentheading{
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #6297BC;
}

.contentpaneopen a, .contentpaneopen a:link, .contentpaneopen a:visited{
	font: inherit;
}

.small, .createdate, .modifydate{
	color: #AAA;
}

.createdate{
    font-size: 10px; 
	padding: 0 0 3px 0;
}

.small{
	padding: 0 0 3px 0;
}

.readon, a.readon:link, a.readon:visited{
    font-size: 10px; 
	color: #4284B0;
}

a.readon:hover{
	color: #9EC068;
}

.contenttoc{
	background: #FAFAFA;
	padding: 3px 5px;
	border: 1px solid #F2F2F2;
	color: #4284B0;
	display: block;
	float: right;
	margin: 25px 5px 5px 5px;
}

.contenttoc tbody tr th{
	border-bottom: 1px solid #EEE;
}

a.toclink{
	padding: 5px;
}

a.toclink:hover{
	color: #9EC068;
	text-decoration: none;
}

.pagenavcounter{
	font-weight: bold;
}

/*======================= COMPONENT =============================*/
.componentheading{
	font: 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	color: #9EC630;
	padding: 10px 0 0 0;
}

.contentpaneopen fieldset{
	padding: 5px;
	margin-bottom: 5px;
}

.highlight{
	padding: 0px 2px;
	background: #C8E8FF;
}

.button{
	background: #FAFAFA;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
	padding: 1px 5px;
	border: 1px solid #ccc;
	color: #4284B0;

}

.button:hover{
	color: #9EC068;
}

.inputbox{
	padding: 2px 5px;
	border: 1px solid #9EC630;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, sans-serif;
}

td.sectiontableheader{
	padding: 0 5px;
	color: #FFF;
	background: #4284B0; 
}

td.sectiontableheader a:link, td.sectiontableheader a:visited{
	color: #FFF;
}	

tr .sectiontableentry1 td, td{
	padding: 1px 5px 1px 0;
    background: #FFF; 
}

tr .sectiontableentry2 td{
	padding: 1px 5px 1px 0;
	background: #EEE;
}

/*========================= SEARCH ===========================*/
.search .button{
	margin-left: 5px;
}

/*.search .button:hover{
}

.search .inputbox{
}*/

/*======================= BREADCRUMB =========================*/
/*.breadcrumb .moduletable{
}

.pathway:link, .pathway:visited{
}*/

/*========================= POLLING ========================*/
.poll tbody tr td{
	padding: 2px;
	text-align: left;
}

.poll tbody tr td div{
	margin-top: 10px;
}
