@charset "utf-8";
/* CSS Document */

/* +++++++++++++++++ Breadcrumbs  +++++++++++++++++++++++++++  */

.breadcrumbs,.article-info {
	margin: 0 0 18px;
	list-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 900;
}

.breadcrumbs li {
	display: inline-block;
}
.container .breadcrumbs {
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-size: 12px;
	border-bottom: 1px solid #efefef;
}

/* ++++++++++++++++++++  search component +++++++++++++++++++++++ */

fieldset.word {
	border: 0;
	background: #fff;
	padding: 0
}



.ordering-box {
	margin: 10px 0;
}

.search-results dt.result-title {
	padding: 15px 15px 0px 5px;
	font-weight: bold;
}

.search-results dd {
	padding: 2px 15px 2px 5px
}

.search-results dd.result-text {
	padding: 10px 15px 10px 5px;
	line-height: 1.7em
}

.search-results dd.result-url {
	font-size: 90%;
	padding: 2px 15px 15px 5px;
}

.search-results dd.result-created {
	padding: 2px 15px 15px 5px
}

.search-results dd.result-category {
	padding: 10px 15px 5px 5px
}

.advanced-search-tip {
	background: #FEFDE2;
	border-radius: 3px;
	padding: 20px;
	border: solid 1px #ddd
}

.advanced-search-tip p {
	margin: 0
}

.advanced-search-tip .term {
	font-weight: bold;
	font-style: italic
}

.panel {
	border: solid 1px #ddd;
	margin-top: -1px;
}

#main  .panel h3 {
	margin: 0px;
	padding: 0;
	background: #eee;
	border: 0;
	font-size: 1.0em
}

.panel h3 a {
	display: block;
	padding: 6px;
	text-decoration: none;
	padding: 6px;
}

.pane-slider {
	border: solid 0px;
	padding: 10px;
	margin: 0;
}


/* ++++++++++++++  position  ++++++++++++++ */

.blog-featured {
    padding: 0;
}

.items-leading {
    padding: 10px 5px 0px 5px;
    overflow: hidden;
    margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
	border-top: none;
}

.row-separator {
    display: block;
    clear: both;
    margin: 0;
    border: 0;
    height: 1px;
	border-bottom: 1px solid #efefef;
	margin-top: 25px;
	margin-bottom: 5px;
}

.item-separator {
    display: none;
    margin: 0;
}

.shownocolumns {
    width: 98% !important;
}

#top {
    margin: 0 0 20px 0;
    overflow: hidden;
}

/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width: 46%;
    float: left;
}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0;
}

.cols-3 .column-1 {
    float: left;
    width: 31%;
    padding: 0 0px;
    margin-right: 3.5%;

}

.cols-3 .column-2 {
    float: left;
    width: 31%;
    margin-left: 0;
    padding: 0 0px;
}

.cols-3 .column-3 {
    float: right;
    width: 31%;
    padding: 0 0px;
}
.cols-4 .column-1 {
    float: left;
    width: 22%;
    padding: 0 0px;
    margin-right: 38px;

}

.cols-4 .column-2 {
    float: left;
    width: 22%;
    margin-left: 0;
    padding: 0 0px;
	margin-right: 38px;
}

.cols-4 .column-3 {
    float: left;
    width: 22%;
    padding: 0 0px;
}
.cols-4 .column-4 {
    float: right;
    width: 22%;
    padding: 0 0px;
}

.items-row {
    overflow: hidden;
    margin-bottom: 0px !important;
}

.column-1,
.column-2,
.column-3 {
    padding: 15px 0px 0px 0px;
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%;
}

.blog-more {
    padding: 10px 5px;
}


/* +++++++++++++++++  Pagination +++++++++++++++ */
.pagination span,.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
	
}

/* active item */
span.pagenav {
	color: #ffffff;
	background-color: #A2A2A2;
}

.pagination-start span.pagenav,.pagination-prev  span.pagenav,.pagination-end span.pagenav,.pagination-next span.pagenav
	{
	background-color: #efefef;
	color: #444;
}

/* +++++++++++++++++  content  +++++++++++++++ */
.article-info {
}


/* links */
.content .moduletable .mod-newsflash-adv .item .item_content a.readmore, .mod-articles-category-readmore a, p.readmore a {
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	background: #1b345c;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	border-radius: 3px;
	text-align: center;
	font-style: italic;
}
p.readmore a:hover,  .mod-articles-category-readmore a:hover {
	text-decoration: underline;
}

/* +++++++++++++++++  forms general #######################  */
form {
	margin: 0 0 18px;
}

fieldset {
	border: solid 1px #ddd;
	margin: 10px 0;
	padding: 20px;
	border-radius: 5px
}

fieldset p {
	margin: 0;
	padding: 0;
}

legend {
	font-weight: bold;
	background: #fff;
	padding: 5px 10px
}

label,input,button,select,textarea {
	font-weight: normal;
}

label {
	color: #333333;
	display: block;
	margin-bottom: 5px;
	max-width: 90%
}

input,textarea,select,#advanced-search-toggle {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 9px;
	padding: 4px;
}
.filter-search-lbl {display:inline}
.filter-search, .display-limit {float:left; margin-right:10px}
.button,button,.profile-edit a {
	border-radius: 3px;
	padding: 4px;
	line-height: 1.2em;
	text-decoration: none;
}

label input,label textarea,label select {
	display: block;
}

input[type="image"],input[type="checkbox"],input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}

input[type="button"],input[type="reset"],input[type="submit"] {
	height: auto;
	width: auto;
}

select {
	height: 28px;
	line-height: 28px;
	max-width:99%}

select {
	width: 220px;
}

select[multiple],select[size] {
	height: auto;
}

textarea {
	height: auto;
}

.radio,.checkbox {
	padding-left: 18px;
}

input[type="radio"],input[type="checkbox"] {
	display: inline;
	 margin-right : 10px;
	 border:none
}

input,textarea {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:focus,textarea:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(241, 147, 0, 0.6);
	outline: 0 none;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus
	{
	box-shadow: none;
	outline-offset: -2px;
}



/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.container .pagenav {
	text-align: right;
	clear: both;
	padding-top: 25px;
}
.container .pagenav li {
	background-image: none;
	margin-right: 0px;
}

.container .pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.container .pagenav li {
	display: inline;
	margin: 0px;
	padding: 0;
}

.container .pagenav a, .container span.pagenav {
	padding: 0 14px;
	margin: 0;
	line-height: 1.9em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.container .pagenav li:first-child a, .container .pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd;
}

.container .pagenav li:last-child a, .container .pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-left: solid 1px #ddd;
}

.container .pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0;
}

.container .pagination li {
	display: inline;
}
.container .pagination li {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	background-image: none;
}

.container .pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block;
}

.container .pagination .active a {
	cursor: default;
}

.container .pagination span, .container .pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.container .pagination li:first-child a {
	border-left: 1px solid #ddd;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.container .pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}



/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
	list-style-type: none;
	text-align: right;
}
ul.actions a {padding:0}
ul.actions  li {
	display: inline;
}

.article-info-term {
	display: none;
}

.article-info {
	overflow: hidden;
	font-size: 0.9em;
}

.article-info dd {
	float: left;
	padding: 0 10px 0 0;
	border-right: solid 1px #ccc;
	margin-right: 10px;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.article-info dd span {
	text-transform: none;
	display: inline-block;
	padding: 0 5px 0 0px;
	margin: 0 10px 0 0px;
}

.article-info dd.create {

}
/* System Messages */

.error
{
	padding:0px;
	margin-bottom: 20px;
}

.error h2
{
	color:#000 !important;
	font-size:1.4em !important;
	text-transform:uppercase;
	padding:0 0 0 0px !important;
}

#system-message dt
{
	font-weight: bold;
}
#system-message dd
{
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0;
}
#system-message dd ul
{
	color: #000;
	list-style: none;
	padding: 0px;
}
.container #system-message dd ul li
{
	line-height:1.5em;
	margin-left: 30px;
	margin-right: 0px;
}

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

.container #system-message dd.message  ul
{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding: 5px 10px 0px 10px;
	border: 2px solid #90B203;
	border-radius:10px;
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 40px;
	border: 2px solid #990000;
	border-radius:10px;

}



/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
	background:#fff url(../images/system/notice-note.png) no-repeat ;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #FAA528;
	border-radius:10px;

}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
	margin-bottom: 0px;
	padding: 0;
}

#system-message dt
{
	font-weight: bold;
}

#system-message dd
{
	font-weight: bold;
	padding: 0;
}


.tip-wrap { background:#FEFDE2; font-size:0.8em ; padding:5px; border:solid 1px #ddd; border-radius:3px; box-shadow: 0 1px 5px #ccc; }
.tip-title {font-weight:bold;}

#all #upload-flash ul li a:hover,
#all .item a:hover span {
	background:#095197;
	color:#fff;

}

