/* (c) iliadis.eu  */



/* GENERIC
_______________________________________________________________________*/
html, body {
	height:100%;
}
.bg_body {
	position:fixed;
	top:0;
	left:0;
	min-width:960px;
	width:100%;
	height:100%;
}

.background_container {
	position:relative;
	z-index:1;
	min-width:960px;
	min-height:100%;
	background:transparent url(../images/bg_footer.png) no-repeat bottom right;
}
.main_container {
	width:960px;
	margin: 0 auto;
}

.path_container {
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 10px;
	color: #999999;
	background:#F1F1E9;
	background: HSLA(64, 30%, 55%, .2);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

/* HEADER
_______________________________________________________________________*/
.header_container {
	position: relative;
	display: block;
	z-index: 100;
	width: 960px;
	height: 160px;
}
.header_container h1 {
	/* Is used to contain the website Logo */
	position: absolute;
	top: 25px;
	left: 25px;
	width: 440px;
	height: 70px;
	text-indent: -10000px;
	background: url('../images/icbss_logo.png') no-repeat
}


/* Top Right menu - oneRowMenu type */
.secondary_navigation {
	position: absolute;
	top: 95px;
	right: 80px;
	height:25px;
	min-width:230px;
	padding: 0 10px;
	color: #999999;
	font-size: 11px;
	line-height:25px;
	text-align: right;
	background:#F1F1E9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.secondary_navigation a:link,
.secondary_navigation a:visited {
	display: inline-block;
	padding: 0 5px;
	min-width:65px;
	text-align: center;
	color: #666666;
	border-left:#ffffff 1px dashed;
	border-right:#ffffff 1px dashed;
}
.secondary_navigation a:hover,
.secondary_navigation a:active {
	color: #333333;
	background:#f5f5f5;
	background:hsla(0, 0%, 100%, .5);
}

.login_navigation {
	position: absolute;
	top: 95px;
	right: 0;
	height:25px;
	width:75px;
	color: #999999;
	font-size: 11px;
	line-height:25px;
	text-align: right;
	background:#666666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.login_navigation a:link,
.login_navigation a:visited {
	display: block;
	width:100%;
	text-align: center;
	color: #cccccc;
}
.login_navigation a:hover,
.secondary_navigation a:active {
	color: #333333;
	background:#f5f5f5;
	background:hsla(0, 0%, 100%, .5);
}

.registered_users_navigation{
	background-color: #dddddd;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

/* Main Menu Container */
.header_container .main_navigation {
	position: relative;
	top: 125px;
	left:20px;
	padding:0 10px;
	width:920px;
	height: 30px;
	background:#f5f5f5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}


/* TOOLS & BANNERS CONTAINER
_______________________________________________________________________*/
.tools_banners_container {
	padding-left:20px;	
}

/* Search & Newsletter tools */
.tools_container {
	padding-bottom: 5px;
	height:50px;
}
.tool {
	float: left;
	padding:5px;
	margin-right: 5px;
	width:270px;
	height:40px;
	background: #cccccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.tool label  {
	display:block;
	line-height: 12px;
	font-size:12px;
	font-weight: bold;
	color:#ffffff;
}
.tool input {
	padding:3px 5px;
	font-size:11px;
	color:#666666;
	border:#cccccc 1px solid;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 2px 2px 5px #999999;
	-webkit-box-shadow:inset 2px 2px 5px #999999;
	-o-box-shadow:inset 2px 2px 5px #999999;
	box-shadow:inset 2px 2px 5px #999999;
}
.tool input:focus {
	color:#333333;
	border:#ffffff 1px solid;
	-moz-box-shadow: 2px 2px 5px #333333;
	-webkit-box-shadow: 2px 2px 5px #333333;
	-o-box-shadow: 2px 2px 5px #333333;
	box-shadow: 2px 2px 5px #333333;
}
.tool button {
	cursor: pointer;
	padding:5px 2px;
	border:none;
	background:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
.tool button:hover {
	background:#bbbbbb;
}
.tool button img {
	margin:0 2px;
	vertical-align:middle;
	border:0;
}





/* Banners */
.banner_container {
	position:relative;
	width:565px;
	height:60px;
	background: url('../images/bg_main_banners.png') no-repeat;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.banner_container a:link,
.banner_container a:visited {
	display: inline-block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.banner_container a:hover,
.banner_container a:active {
	color: #333333;
	background:#ffffff;
	background:hsla(0, 0%, 100%, .5);
}



/* SOCIAL MEDIA */
.social_media {
	position:absolute;
	bottom:2px;
	right:5px;
	width:180px;
	height:60px;
	text-align:right;
	background: url('../images/bg_follow_us.png') no-repeat 20px 22px;
}
.social_media a:link,
.social_media a:visited {
    display: inline-block;
	margin-top:20px;
	width:25px;
	height:25px;
	line-height:100px;
	overflow:hidden;
    color: #666666;
}
.social_media a:hover,
.social_media a:active {
    cursor: pointer;
}
.social_media a.btn_facebook {
	background:transparent url(../images/icon_facebook.png) 0 0 no-repeat;
}
.social_media a.btn_facebook:hover {
	background:transparent url(../images/icon_facebook.png) -25px 0 no-repeat;
}
.social_media a.btn_twitter {
	background:transparent url(../images/icon_twitter.png) 0 0 no-repeat;
}
.social_media a.btn_twitter:hover {
	background:transparent url(../images/icon_twitter.png) -25px 0 no-repeat;
}







/* BODY OF CONTENT
_______________________________________________________________________*/
.body_container {
	margin:0 auto;
	padding:5px 0 10px 20px;
	width:940px;
}

/* LEFT COLUMN */
.content_column_01 {
	position:relative;
	float:left;
	width:555px;
}

/* Main content container */
.content_container {
	padding:10px 5px 20px 5px;
	width:555px;
	min-height:400px;
	background:#F8F8F4;
	background: HSLA(64, 30%, 55%, .05);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.content_container h1 {
	margin-bottom:10px;
	padding-left:5px;
	color:#006699;
}

.content_container p {
}

/* Article container - extends .content_container */
.article_container {
	padding:10px 20px 30px 20px;
	width:525px;
}
.article_container h1 {
	padding-left:0;
}
.article_container img {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	max-width: 200px;
}
.article_container ul {
}
.article_container ul li {
	list-style: url('../../images/bullet_level_01.png');
}
.article_container ul li ul li {
	list-style: url('../../images/bullet_level_02.png');
}
.article_container ul.publication_info {
	float:right;
	width:305px;
	padding: 0;
}
.article_container ul.publication_info li {
	list-style: none;
	line-height: 20px;
	border-bottom: #cccccc 1px solid;
}
.article_container ul.publication_info span {
	display:inline-block;
	width:80px;
	font-weight: bold;
	color: #999999;
}

/* sitemap container */
.sitemap_container{
}

.sitemap_container a.menu_item_link{
}

.sitemap_container a.content_item_link{
	color:#666666;
}

/* Main pagelist container */
.content_container ul.content_list {
	margin:0;
	padding:0;
}
.content_container ul.content_list li {
	position: relative;
	padding:5px;
	margin-bottom:5px;
	background: #F1F1E9;
	background: HSLA(64, 30%, 55%, .05);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.content_container ul.content_list ul li {
	padding: 0;
	background: none;
	list-style: url('../../images/bullet_level_01.png');
}
.content_container ul.content_list ul li ul li {
	list-style: url('../../images/bullet_level_02.png');
}
.content_container ul.content_list li a:link,
.content_container ul.content_list li a:visited {
	display:block;
	margin:-5px;
	padding:5px;
	color:#333333;
}
.content_container ul.content_list li a:hover {
	background:#ffffff;
}
.content_container ul.content_list li .list_item_photo {
	float:left;
	padding:5px 0;
	margin-right:20px;
	height:100%;
}
.content_container ul.content_list li .article_submition_date {
	line-height:20px;
	font-size: 10px;
	color: #717723;
}
.content_container ul.content_list li h2 {
	clear:none;
	margin:0;
	padding:5px 0;
}

.content_container ul.content_list  ul.publication_info {
	float:right;
	width:400px;
	padding: 0;
}
.content_container ul.content_list  ul.publication_info li {
	padding: 0;
	list-style: none;
	border-bottom: #cccccc 1px solid;
	background: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}
.content_container ul.content_list  ul.publication_info span {
	display:inline-block;
	width:100px;
	font-size: 11px;
	color: #999999;
}


.content_container ul.content_list  ul.file_attachments {
	display: block;
	clear: both;
	list-style: none;
	margin:0;
	padding:5px;
	width:600px;
	background: none;
}
.content_container ul.content_list  ul.file_attachments li {
	width:400px;
	padding: 0;
	margin: 0;
	margin-right:2px;
	margin-bottom:2px;
	list-style: none;
	background: none;
}
.content_container ul.content_list  ul.file_attachments li a {
	display:block;
	margin:0;
	padding:4px 3px;
	padding-left:25px;
	color: #0066CC;
	background:url(../images/icon_file.png) no-repeat 0px 2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.content_container ul.content_list  ul.file_attachments li a:hover {
	background:#ffffff url(../images/icon_file.png) no-repeat 0px 2px;
}
a.read_more:link,
a.read_more:visited {
	float:right;
	color: #0066CC !important;
	background: #F1F1E9;
	background: HSLA(64, 30%, 55%, .05);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
a.read_more:hover {
	color: #333333 !important;
	background: #ffffff;
}



/* PAGING menu
_______________________________________________________*/
.paging_container {
	padding:5px 10px;
	margin-top:5px;
	width:545px;
	text-align: right;
	background:#F1F1E9;
	background: HSLA(64, 30%, 55%, .1);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

.paging_container a:link,
.paging_container a:visited {
	position:relative;
	display:inline-block;
	margin:0 1px 1px 0;
	padding:5px 0;
	width:20px;
	font-size:9px;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
	color:#666666;
	background: #F1F1E9;
	background: HSLA(64, 30%, 55%, .05);
	border:#F1F1E9 1px solid;
	border:HSLA(64, 30%, 55%, .1) 1px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.paging_container a:hover {
	color:#333333;
	border:#cccccc 1px solid;
	background:#ffffff;
}
.paging_container a.active {
	color:#333333;
	border:#cccccc 1px solid;
	background:#ffffff;
}




/* Gallery container */
.gallery_container {
	padding:10px 10px 20px 10px;
	margin-top:5px;
	width:545px;
	background:#F1F1E9;
	background: HSLA(64, 30%, 55%, .1);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.gallery_container h2 {
	color:#717723;
}
.gallery_container ul {
	margin:0;
	padding:0;
}
.gallery_container ul li {
	float:left;
	margin:2px;
}
.gallery_container ul li a:link,
.gallery_container ul li a:visited {
	display:block;
	padding:5px;
	min-width:120px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.gallery_container ul li a:hover {
	background:#F8F8F4;
	background: HSLA(64, 30%, 55%, .2);
}



/* Partners logo container */
.partners_container {
	padding:10px 10px 20px 10px;
	margin-top:5px;
	width:545px;
	background:#999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.partners_container h2,
.partners_container h3 {
	margin-bottom:10px;
	color:#ffffff;
}
.partners_container ul {
	margin:0;
	padding:0;
}

.partners_container ul.golden_partners {
	padding: 5px 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a5a5a5;
	background: #909090;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.partners_container ul li {
	float:left;
	margin:2px;
}
.partners_container ul li a:link,
.partners_container ul li a:visited {
	display:block;
	padding:5px;
	min-width:120px;
	height:50px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.partners_container ul li a:hover {
	background: #808080;
}



/* RIGHT COLUMN */
.content_column_02 {
	position:relative;
	float:right;
	width:330px;
	height:100%;
	font-size: 11px;
}
.content_column_02 h2 {
	margin-bottom:10px;
	padding-left:5px;
	color:#717723;
}


.content_column_02 .col02_banners {
	margin-top:-65px;
	height:60px;
	margin-bottom:10px;
}
.content_column_02 .col02_banners a {
	float:left;
	display:inline-block;
	width:160px;
	height:60px;
}


.content_column_02 ul.content_list {
	margin:0;
	padding:0;
}
.content_column_02 ul.content_list li {
	clear:both;
	margin-bottom:10px;
}
.content_column_02 ul.content_list li a:link,
.content_column_02 ul.content_list li a:visited {
	padding:5px;
	display:block;
	color:#333333;
}
.content_column_02 ul.content_list li a:hover {
	background: #F8F8F4;
	background: HSLA(0, 0%, 0%, .05);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.content_column_02 ul.content_list li .list_item_photo {
	float:left;
	padding-right:10px;
	padding-bottom:5px;
	height:100%;
}
.content_column_02 ul.content_list li h3 {
	color: #333333;
}
.content_column_02 ul.content_list li h3,
.content_column_02 ul.content_list li p {
	clear:none;
	margin:0;
	padding:0;
}



.content_column_02 ul.file_attachments {
	list-style: none;
	margin: 0;
	margin-bottom:20px;
	padding: 0;
}
.content_column_02 ul.file_attachments li {
	margin: 0;
	margin-bottom:2px;
}
.content_column_02 ul.file_attachments li a {
	display:block;
	padding:4px 3px;
	padding-left:25px;
	background:url(../images/icon_file.png) no-repeat 0px 2px;
	border:#cccccc 1px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.content_column_02 ul.file_attachments li a:hover {
	border:#666666 1px solid;
}



.content_column_02 .addthis_toolbox {
	padding:10px;
	background:#F8F8F4;
	background:HSLA(64, 30%, 55%, .05);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}





/* FOOTER
_______________________________________________________________________*/

.footer_container {
	position:relative;
	width:960px;
	height:100px;
	color:#999999;
}
.footer_container a:link,
.footer_container a:visited {
	padding:0 5px;
	line-height:16px;
	color:#666666;
}
.footer_container a:hover,
.footer_container a:active {
	color:#333333;
	background:#f5f5f5;
}


/* Credits */
.credits {
	position:absolute;
	top:0px;
	left:20px;
	font-size:10px;
	color:#cccccc;
}
.credits a:link,
.credits a:visited {
	padding:0;
	line-height:16px;
	color:#999999;
}
.credits a:hover,
.credits a:active {
	color:#333333;
}










/* TOOLTIP - It uses jQuery.tools
_______________________________________________________*/
.tooltip_popup {
}

.tooltip {
	position:relative;
	display:none;
	z-index:5000;
	max-width:250px;
	min-width:50px;
	padding:10px 20px;
	color:#ffcc00;
	font-size:11px;
	background:#333333;
	background:rgba(0, 0, 0, 0.8);
	border:#000000 3px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:2px 2px 10px #666666;
	-webkit-box-shadow:2px 2px 10px #666666;
}




/* OVERLAY (div based) - It uses jQuery.tools
_______________________________________________________*/

/* the overlayed element */
.apple_overlay {
	position:absolute;
	display:none;	/* initially overlay is hidden */
	width:600px;	/* 	width after the growing animation finishes. height is automatically calculated	*/
	height:300px;
	padding:30px 50px 40px 30px;
	background: url(../images/background_popup.png) no-repeat;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	position:absolute;
	right:40px;
	top:20px;
	width: 16px;
	height: 16px;
	padding:5px;
	cursor:pointer;
	background: url(../../images/icon_cancel.png) no-repeat center center;
	border:#cccccc 1px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}



/* TABS (div based) - It uses jQuery.tools
_______________________________________________________*/

/* root element for tabs, ul item  */
.tabs {
	position: static;
	clear: both;
	list-style:none;
	margin:0;
	margin-bottom: 10px;
	padding:0 20px;
	height:40px;
	background: #cccccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* single tab */
.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0;
	margin-top: 11px;
	margin-right:2px;
}
.tabs a {
	position:relative;
	display:block;
	margin:1px;
	padding:0px;
	padding:0 15px;
	height: 28px;
	line-height:28px;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	color:#999999;
	background:#404040;
	background:rgba(256, 256, 256, 0.4);
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
.tabs a:active {
	outline:none;
}
.tabs a:hover {
	cursor: pointer;
	color:#999999;
	background:#ffffff;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

/* active tab uses a class name "current" */
.tabs .current,
.tabs .current:hover,
.tabs li.current a {
	cursor:default;
	color:#666666;
	background:#ffffff;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

/* initially all panes are hidden */
.pane {
	display:none;
	padding:5px 5px 20px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}