/*********************** DEFAULT JOOMLA STYLES ***********************/

.blog {
    margin: 0;
    padding: 0;
}

.contentpaneopen {
    width: 100%;
    margin: 0;
    padding: 0;
	background: none;
}

.componentheading {
    font-size: 2.2em;
	line-height: 1.1;
	padding-bottom: 10px;
	color: #666666;
}

.contentheading {
    font-size: 1.5em;
	line-height: 1.1;
	padding-bottom: 5px;
	color: #666666;
}

.buttonheading {
    vertical-align: top;
    padding: 5px 0 0 6px;
}

.small, .createdate, .modifydate {
    color: #666;
	font-size: 0.9em;
}

.smalldark {
    color: #222;
	font-size: 0.9em;
}

.highlight {
    background: orange;
}

.article_column {
    vertical-align: top;
    padding-right: 5px;
}

.column_separator {
    border-left: 1px solid #f6f6f6;
    padding-left: 5px;
}

.article_separator {
}

.readon {
}

.button, button.validate {
	background: #ff8928;
	border: 1px solid #d1d1d1;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	color: #fff;
	cursor: pointer;
}

.inputbox, .required {
	height: 14px;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 2px 9px;
	background: #fff url(../images/input_bg.gif) top left no-repeat;
	border-left:1px solid #dadada;
	border-top:1px solid #dadada;
	border-right:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
select.inputbox{
	height: 20px;
}
.invalid {
	border-color: red;
}

.checkbox {
}

.radiobox {
}

/******* Category Table Layout ********/
th.sectiontableheader, td.sectiontableheader {
    background-color: #9999aa;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

th.sectiontableheader a, td.sectiontableheader a {
    color: #ffffff;
    font-size: 11px;
}

tr.sectiontableentry1 td {
    background-color: #FAFAFF;
    padding: 4px 10px;
    font-size: 11px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

tr.sectiontableentry0 td, tr.sectiontableentry2 td {
    background-color: #EBECE0;
    padding: 4px 10px;
    font-size: 11px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

td.sectiontablefooter {
    text-align: center;
}

/******** Content Menu ********/
.contenttoc {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
	background: #f9f9f9;
}

.contenttoc th {
    font-weight: bold;
    padding: 5px 10px;
	border-bottom: 1px dotted #ccc;
}

.contenttoc td {
    padding: 2px 10px;
    font-size: 11px;
}

.contenttoc .active {
	text-decoration: underline;
}

/******** Tooltips ********/
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}
 
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
}
 
.tool-text {
	font-size: 90%;
	margin: 0;
}



