/*======================= VERTICAL MENU =============================*/
.mainlevel, .mainlevel:link, .mainlevel:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #FFF;
	background: #CC234B url(../images/mainmenu-list.gif) 0px 8px no-repeat;
	padding: 13px 0px 13px 20px;
	border-bottom: 1px solid #DB6581;
	margin: 0px 0px 0px -5px;

}

.mainlevel:hover, .mainlevel:active{
	text-decoration: none;
	background: #DB6581 url(../images/mainmenu-list.gif) 0px 8px no-repeat;

}

#active_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #DB6581 url(../images/mainmenu-list.gif) 0px 8px no-repeat;
	padding: 13px 0px 13px 20px;
	border-bottom: 1px solid #DB6581;
	margin-left: -5px;
}

.sublevel, .sublevel:link, .sublevel:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	padding: 5px 0px 5px 20px;
	display: block;
	background: url(../images/submenu-list-bg.gif) 5px 11px no-repeat;
}

#active_menu.sublevel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	padding: 5px 0px 5px 20px;
	display: block;
	background: url(../images/submenu-list-bg.gif) 5px 11px no-repeat;
	border: none;
	margin-left: 0;
}
/*======================= ARTICLE =============================*/
.contentheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../images/article-h3-bg.gif) no-repeat 0px 5px;
	color: #990033;
	padding: 10px 10px 10px 20px;
	line-height: 18px;
}

.small, .createdate, .modifydate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAA;
}

.readon, .readon:link, .readon:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: #CC234B;
	padding: 5px;
}

.readon:hover{
	text-decoration: none;
	background: #B1183C;
}

.contenttoc{
	border: 1px solid #DDD;
}

a.toclink{
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #eee;
	display: block;
}

a.toclink:hover{
	text-decoration: none;
}

.pagenavcounter{
	padding: 5px;
	display: block;
	background: #CC234B;
	color: #FFFFFF;
}


/*======================= COMPONENT =============================*/
.componentheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border-bottom: 1px dashed #AAA;
}

.contentpaneopen fieldset{
	padding: 5px;
	margin-bottom: 5px;
}

.highlight{
	background: #FFFF99;
	padding: 0px 2px 0px 2px;
}

.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EEB1C1;
	background: #CC234B url(../images/button.gif) repeat-x top;
	padding: 3px 5px 3px 5px;
	border: 0;
}

.button:hover{
	text-decoration: none;
	background: #B1183C;
}

.inputbox{
	border: 1px solid #E2E2E2;
	padding: 4px 8px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;

}

td.sectiontableheader{
	background: #CC234B url(../images/button.gif) repeat-x top;
	padding: 3px 5px 3px 5px;
	border: 0;
	color: #FFEEEE;
}

td.sectiontableheader a:link, td.sectiontableheader a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFEEEE;
}	

tr .sectiontableentry1 td, tr .sectiontableentry2 td{
	padding: 5px;
}

/*========================= SEARCH ===========================*/
.search .button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E5A5B6;
	background: #CC234B url(../images/search-bg.gif) no-repeat 0px 1px;
	border: 0;
	padding: 4px 0px 2px 10px;
	margin: 0;
}

.search .inputbox{
	width: 120px;
	border: 1px solid #E2E2E2;
	padding: 4px 8px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

/*======================= BREADCRUMB =========================*/
.pathway:link, .pathway:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
/*========================= POLLING ========================*/
.right14 .moduletable tbody tr td .poll tbody tr td{
}

.poll tbody tr td div{
	/*width: 125px;
	border: 1px solid #3C2B00;*/
	margin-top: 10px;
}