/***********joomla styles**********/

/**joomla classes**/
.blog { width: 100%; }
.contentpaneopen { 
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse; }
.contentdescription{}
.buttonheading{
	text-align: right; 
	vertical-align: middle;
}
.buttonheading img{ 
	border: 0px; 
	margin: 0px 0px 0px 5px; 
	vertical-align: middle;
}
.contentpane {}
table.contenttoc{ 
	margin: 10px; 
	float: right;
	border: 1px solid #cfcccc; 
}
table.contenttoc th { 
	padding: 2px 10px; 
	font-weight: bold;
	background: #f1f1f1;
	border-bottom: 1px solid #cfcccc;  }
table.contenttoc td{
	padding: 2px 10px;
}
a.toclink:link, 
a.toclink:visited{ text-decoration: none; }
a.toclink:hover{ text-decoration: underline;}

.article_column{ vertical-align: top;} 
.column_separator{ padding: 0px 0px 0px 35px; }

.componentheading{
	font-size: 1.7em;
	line-height: 1.4em;
	padding: 0px 0px 5px 0px;
	color: #10206b;
}
.contentheading, 
.componentheader,
a.contentpagetitle:link,
a.contentpagetitle:visited{
	color: #10206b;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.2em;
	padding: 0 0 0 15px;
	background: url("../images/title.gif") left 6px no-repeat;
}
.category {
	font-weight: normal;
}
.inputbox,
.validate-email,
.required
{
	border: 1px solid #024ea8;
	font-weight: normal;
	font-size: 100%;
	color: #828282;
	margin: 3px 0px;
	font-size: 1em;
	padding: 2px 0px 2px 3px;
	vertical-align: middle;
	background: #fff;}
input#modlgn_remember{ 
	margin: 0; 
	padding: 0; 
	border: none; 
	background: none;}
textarea#contact_text{ font-size: 1.5em; }
input.button, 
button.button, 
button.validate {
	border: 1px solid #881908;
	background: #bd2c16;
	color: #fff;
	font-size: 1em;
 	margin: 3px 0 3px 5px;
	padding: 1px 3px;
	vertical-align: middle;
	cursor: pointer;
}
.small,
.smalldark,
.createdate,
.modifydate,
.img_caption {
	line-height: 1.1em;
}
.blog_more{
	padding: 10px 0;
}
a.blogsection:link, 
a.blogsection:visited{
	text-decoration: none;
}
a.blogsection:hover{ text-decoration: underline; }

a.readon:link, 
a.readon:visited{ 
	float: right;
	padding: 0 10px 0 0;
	background: url(../images/readon.gif) right center no-repeat;
	text-decoration: none;
	margin: 10px 0;
	display: block;
	text-align: left;
	color: #024b9f;
	font-weight: bold; }
a.readon:hover{ text-decoration: underline;}

.sectiontableheader{
	font-weight: bold; 
	padding: 4px; 
	background: #ebeae9; }
.sectiontableheader a:link,
.sectiontableheader a:visited{
	color: #2e2e2e;
	text-decoration: none;
}
.sectiontableentry1 td{
	padding: 4px;
	background:  #ffffff; }
.sectiontableentry2 td{
	padding: 4px;
	background: #f2f2f1;}

table.poll {
	width:90%; 
	text-align:left;
} 
.poll thead { text-align: center; }
.pollstableborder{ 
	text-align:left; 
	margin: 5px 0; 
}
.pollstableborder td { 
	padding: 2px; 
	vertical-align: middle; 
}

.article_separator { 
	display:block; 
	width: 100%; 
	height: 1px; 
	margin: 7px 0px;}	
.back_button{ padding: 5px;}
.pagenav{}
div.syndicate div {
	text-align: center;
}
.tool-tip{ 
	background: #ffffff;
	padding: 10px;
	border: 1px solid #cfcccc; }	
	
/***system messages***/

/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}
/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 0px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding:

10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message { }
#system-message dd.message ul {
background:#C3D2E5 url(../../system/images/notice-info.png) no-repeat scroll 4px center;
border-bottom:2px solid #63A5FF;
border-top:2px solid #63A5FF;
color:#0055BB;
}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error { }
#system-message dd.error ul { color: #CD3301; background: url(../../system/images/notice-alert.png) 4px center no-repeat #FAE8E8 ;
border-top: 2px solid #CD3301; border-bottom: 2px solid #CD3301;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice { }
#system-message dd.notice ul { color: #E48049; background: #FDF6E4; border-top: 2px solid #E48049; border-bottom: 2px solid #E48049;}

#system-message ul li{ background: none; margin-left: 30px;}
