/* siiNotices SAD */

.subtitle p,
.txt p {
	margin-bottom: 0.4em;
	}

.block-siinotices h2 {
	padding: 4px 8px;
	}

.noticeSmall, .noticeBig {
	margin-bottom: 8px;
	}
	
.noticeSmall {
	position: relative;
	}
	
.noticeSmall .arrow{
    position: absolute;
    text-decoration: none;
    bottom: 0;
    height: 18px;
    line-height: 15px;
    font-size: 11px;
    text-align: center;
    width: 18px;
    overflow: hidden;
    cursor: pointer;
}

.noticeSmall .noticeContainer {
	height: 110px;
	width: 100%;
	overflow: hidden;    
	position: relative;
	}

.noticeSmall .noticeContainer .noticeSlider {
	height: 100px;
	overflow: hidden;
	position: absolute;
	width: auto;
	min-width: 100%;
	top:0;
	left:0;
	}

.noticeSmall .noticeContainer .noticeSlider .notice {
	width: 100%;
	padding: 10px 0;
	height: 80px;
	float: left;
	color: #000;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	}

.noticeSmall .noticeContainer .noticeSlider .notice .title {    
	display: block;
	font-weight: bold;
	color: #333;
	padding: 5px;
	}

.noticeSmall .noticeContainer .noticeSlider .notice .subtitle {
	font-size: 0.7em;
	display: block;
	}

.noticeSmall .noticeContainer .noticeSlider .notice img.logoPriority {
	padding-left: 5px;
	}

.noticeSmall .noticeContainer .noticeSlider .notice .dateRange {
	padding-right: 5px;
	font-size: 0.9em;
	display: block;
	font-style: italic;    
	margin-top: -22px;
	text-align: right;
	}

.noticeSmall .noticeIcons {
	position: relative;
	height: 20px;
	overflow: hidden;
	margin: 0 19px
	}

.noticeSmall .noticeIcons .noticeIconsSlider {
	position: absolute;
	left:0;
	top:0;    
	}

.noticeSmall .noticeIcons .noticeIcon {
	text-align: center;
	font-size: 10px;
	width: 18px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	background: #AAA;
	top: 2px;
	cursor: pointer;
	}

.noticeBig {
	margin-bottom: 8px;
	}

.noticeBig .page .odd {
	background: #f4f5f6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    }

.noticeBig .page .notice {
	padding: 10px;
	}

.noticeBig .notice .title {
	clear: both;
	font-weight: bold;
	}
	
.noticeBig .notice .fl {
	display: block;
	float:left;
	}

.noticeBig .notice .title .clear {
	clear:both;
	width:1px;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

.noticeBig .notice .subtitle {
	font-style: italic;
	}

.noticeBig .notice .link {
	text-align: right;
	font-style: italic;
	}
	
.noticeBig .noticeIcons {
	padding: 5px 0;
	text-align: center;
	}

.noticeBig .noticeIcons a {
	margin: 5px;
	padding: 2px 5px;    
	text-decoration: none;
	outline: none;
	border: 1px solid #e6e6e6;
	}

/* Page */

.noticePage .notice {
	margin-bottom: 10px;
	}

.noticePage .notice .title {
	clear: both;
	font-weight: bold;
	cursor: pointer;
	padding-left: 30px;
	}

.noticePage .notice  .fl {
	display: block;
	float: left;
	}

.noticePage .notice .title .clear {
	clear: both;
	width: 1px;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

.noticePage .notice .title img {
	vertical-align: middle;
	}

.noticePage .notice {
    background: #fff;
    padding: 10px;
    background: #f4f5f6;
    margin: 10px 0;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
	}

.noticePage .notice.active {
	background: #fff;
	}

.noticePage .notice .subtitle {
	font-style: italic;
	padding-left: 30px;
	}

.noticePage .notice .txt,
.noticePage .notice .attachments {
	padding-left: 30px;     
	}
.noticePage .notice .attachments {
	padding-top: 8px;     
	}

.noticePage .langBlock .content {
	/*padding-bottom: 10px;*/
	}
.noticePage .langBlock .content {
	padding-left: 30px;
	}

.noticePage .noMyLang {
	padding-bottom: 10px;
	padding-left: 5px;
	}

.noticeBig .notice .dateRange,
.noticePage .notice .dateRange {
	font-style: italic;
	float: left;
	padding-left: 10px;
}

/* Notice type bannerInfo */

.notice.bannerInfo {
	margin: 0.5em 0;
	}
.noticeBig .notice.bannerInfo .dateRange,
.noticePage .notice.bannerInfo .dateRange,
.noticePage .notice.bannerInfo .subtitle,
.noticeSmall .noticeContainer .noticeSlider .notice.bannerInfo .dateRange {
	display: none;
	}
.noticeBig .notice.bannerInfo .fl img,
.noticePage .notice.bannerInfo .fl img {
	display: none;
	}
.noticePage .notice.bannerInfo .title {
	clear: none;
	}
.noticeBig .notice.bannerInfo,
.noticePage .notice.bannerInfo .title {
	padding: 0;
	}
.noticePage .notice.bannerInfo {
	background-color: #fbe5e9;
	}
.noticePage .notice.bannerInfo.active {
    border: 1px solid #ca1e3d;
	}
.noticeBig .notice.bannerInfo .title-subtitle .title span {
	display: block;
	width: 100%;
	background-color: #fbe5e9;
	}
.noticeBig .notice.bannerInfo .title-subtitle .subtitle {
	display: none;
	}
.noticeBig .notice.bannerInfo .title-subtitle .title span a {
	display: block;
	padding: 8px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	}
/* END Notice type bannerInfo */



.noticePage .notice .link{
	text-align: right;
	font-style: italic;
	}

.noticePage .noticeIcons {
	padding: 5px 0;
	text-align: center;
	}

.noMyLang {
    font-size: 0.9em;
}
.noMyLang a {
    font-size: 0.9em;
    padding: 0 4px;
    text-decoration: none!important;
   	border: 1px solid #fff;
}

.noticePage .noMyLang {
    padding-bottom: 10px;
    padding-left: 5px;
}


/* ----------------------------- special SAD ----------------------------- */

.sidebar .block-siinotices h2.block-title {
	margin-bottom: 8px;
	}

.noticePage {
	margin-left: 10px;
    margin-right: 10px;
    }

.block-siinotices h2 {
    background: none repeat scroll 0 0 #ca1e3d;
    color: #FFFFFF;
    }

.noticeBig .notice .title a:link, 
.noticeBig .notice .title a:visited {    
    text-decoration: none;
}

.noticeBig .notice .title a:hover, 
.noticeBig .notice .title a:focus {    
    text-decoration: underline;
}

.noticeBig .noticeIcons a {
	background: #e6e6e6;
    color: #000;
}


/* ----------------------------- color RED ----------------------------- */

.block-siinotices h2 {
    background: none repeat scroll 0 0 #ca1e3d;
    color: #FFFFFF;
	}

.noticeSmall .noticeIcons .noticeIcon.active {
	background: #ca1e3d;
	color:#FFF;
	}

.noticeBig .noticeIcons {
	border-top: 8px solid #ca1e3d;
	}

.noticeBig .noticeIcons a.active {
    background: #ca1e3d;
	color: #fff;    
	border: 1px solid #ca1e3d;
	}

.noticeBig .noticeIcons a:hover,
.noticeBig .noticeIcons a:focus {   
	border: 1px solid #ca1e3d;
	}
 
 /* Page */

.noticePage .notice.active .title {
    color: #ca1e3d;
}

.noticePage .notice.active {
	border: 1px solid #ca1e3d;
	}

.noticePage .noticeIcons {
	border-top:8px solid #ca1e3d;        
	}

.notice .noMyLang a.active {
	background:#ca1e3d;
	color:#fff;
	border: 1px solid #ca1e3d;
	}
.notice .noMyLang a:hover,
.notice .noMyLang a:focus {
	border: 1px solid #ca1e3d;
	}


/* FINE color RED */