/*******************************************************************************
			CSS Document

 ********************************************************************************/
 

 
 /*******************************************************************************
        html

 ********************************************************************************/
.sfPageWrapper {
	z-index: 0;
}

html {
        width: 100%;
        height: 100%;
}

/* Links */
a, a:link, a:visited, a:active {
    color: #666;
    font-family: Arial,Helvetica,sans-Serif;
    text-decoration: none;
	font-weight: bold;
}

.sfpostPager {
/*
	padding-left: 0px;
	 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	overflow: hidden;
	border: 1px solid #ccc;
	
	width: 633px;
	*/
	margin:15px;
}

.sfpostPager a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	
	padding: 2px;
	margin: 2px;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	
    background-color: #f3f3f3;
	border: 1px solid #ccc;
	
	font-size: 18px;
}

.sf_PagerCurrent,
.sfpostPager a:hover
{
    background-color: #f3f3f3 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e0e0e0));
    background: -moz-linear-gradient(top,  #f5f5f5,  #e0e0e0);
    border-left: 3px solid #9FD547 !important;
}

.rssItemAdvi a,
.rssItemAdvi a:link,
.rssItemAdvi a:visited,
.rssItemAdvi a:active,
.sfnewsMetaInfo a,
.sfnewsMetaInfo a:link,
.sfnewsMetaInfo a:visited,
.sfnewsMetaInfo a:active,
.sfnewsLinksWrp a,
.sfnewsLinksWrp a:link,
.sfnewsLinksWrp a:visited,
.sfnewsLinksWrp a:active
{
    color: #666 !important;
    font-family: Arial,Helvetica,sans-Serif;
    text-decoration: none !important;
	font-weight: normal !important;
}

#mainTable {
	width: 1010px;
}

/*******************************************************************************
        body

 ********************************************************************************/
body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*background-image: url("../Images/Background.png");*/
		
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	color: #666666 !important;
	font-weight:normal !important;
	text-align:left; /* for IE/Opera */
}

table.tblContent {
	width: 100%;
}

table.body {
	width: 100%;
	padding:0;
	border:0px;
	border-spacing: 0px;
}

td.tdContent {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

img.spacer {
	width: 1px;
}

#adviHeader
{
/*
	background-image: url("../Images/AdVision_Header_01.gif");
	background-repeat: no-repeat;
	background-color:#1c4e84;
*/

	
	margin: 0 !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

#AdVision_Menu
{
	background-image: url("menu_background.png");
	background-repeat: repeat-x;
	
	/*
	background: #aebcbf;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYmNiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzZlNzc3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 40%, #0a0e0a 44%, #0a0809 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(40%,#6e7774), color-stop(44%,#0a0e0a), color-stop(100%,#0a0809)); 
	background: -webkit-linear-gradient(top, #aebcbf 0%,#6e7774 40%,#0a0e0a 44%,#0a0809 100%);
	background: -o-linear-gradient(top, #aebcbf 0%,#6e7774 40%,#0a0e0a 44%,#0a0809 100%);
	background: -ms-linear-gradient(top, #aebcbf 0%,#6e7774 40%,#0a0e0a 44%,#0a0809 100%);
	background: linear-gradient(top, #aebcbf 0%,#6e7774 40%,#0a0e0a 44%,#0a0809 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 );
	*/
	
	
	height: 30px;
	/*line-height: 12px;*/
	padding: 0;
}

.contentMasterImage {
	height: 252px;
	vertical-align: top;
}

.contentMaster {
	vertical-align: top;	
}

.sidebarMaster {
	/*background: #F0F0F0;*/

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#AdVision_BG1
{
	background-image: url("../Images/AdVision_Background_01.gif");
	background-repeat: no-repeat;
	
	height: 22px;
	vertical-align: top;
}

#AdVision_BG2
{
/*
	background-image: url("../Images/AdVision_Background_02.gif");
	background-repeat: repeat;
*/
	background-color: white;
	color: ;
	vertical-align: top;
	
	height: 100%;
	min-height: 100%;
	padding-top: 20px !important;
}

.spacer {
	background: #999;
	height: 1px;
}


/*******************************************************************************
        form

 ********************************************************************************/
form {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
}


/*******************************************************************************
        input

 ********************************************************************************/
input, textarea {
        font-size: 11px;
        padding: 1px 2px 0 2px;
}

select, option {
        font-size: 11px;
}

/*******************************************************************************
        img

 ********************************************************************************/
img {
        border: 0;
        border-style:none;
		margin: 0 5px;
}


/*******************************************************************************
        headline

 ********************************************************************************/
h1,
.sflistTitle
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #517DAA;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
}

h2.sfnewsTitle {
	margin:2px 0 0 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 0;
}

 /*******************************************************************************
        Texte

 ********************************************************************************/

.headline {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #3B536E;
		font-weight: bold;
		margin-left:45px;
}

 /*******************************************************************************
        logos

 ********************************************************************************/
#AdvisionLogo {
		width:210px;
		height:40px;
		float: left;
		padding-left: 5px;
}

/*
	socialshareprivacy
*/
#socialshareprivacy {
		margin-top: 30px;
		border-top: 1px dashed #333;
}

  /*******************************************************************************
        Controls
 ********************************************************************************/
 
 .AdViBlogModuleHome, .AdViBlogModule  
 {
	width: 662px;
	clear: both;
 }
 
 .AdViBlogModule 
 {
     width: 666px;
 }
 
 .sfeventsList, .sfnewsList, .sfimagesTmbList, .sfpostsList {
	padding-left: 0px;
	 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	overflow: hidden;
	border: 1px solid #ccc;
	
	width: 95%;
    margin-left: auto;
    margin-right: auto;
 }
 
.sfeventListItem, .sfnewsListItem, .sfpostListItem
{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	
    background-color: #f3f3f3;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
	border-bottom: 1px solid #ccc;
    list-style: none;
    list-style-type: none;
	
	font-size: 14px;
}

.sfeventListItem:hover, .sfnewsListItem:hover, .sfpostListItem:hover
{
    background-color: #f3f3f3 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e0e0e0));
    background: -moz-linear-gradient(top,  #f5f5f5,  #e0e0e0);
    border-left: 3px solid #9FD547;
}

.sfeventListItem p.sfeventMetaInfo, .sfnewsListItem p.sfnewsMetaInfo {margin: 0px;}
.sfeventListItem h2.sfeventTitle, .sfnewsListItem h2.sfnewsTitle, .sfpostListItem h2.sfpostTitle
{
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding: 0px !important;
}

.sfeventListItem h2.sfeventTitle a, .sfnewsListItem h2.sfnewsTitle a
{
	font-weight: bold;
	color: #666;
    font-family: Arial,Helvetica,sans-Serif;
    text-decoration: none;
	font-size: 14px !important;
}

.Main .sfLightboxMode li.sfimagesTmb
{
    position: relative;
    float: left;
    margin: 5px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    list-style: none;
    list-style-type: none;
}

.Main .sfLightboxMode li.sfimagesTmb a
{
    display: block;
    position: relative;
    float: left;
    border: 5px solid #efefef;
    width: 76px;
    height: 76px;
    overflow: hidden;
}

.Main .sfLightboxMode li.sfimagesTmb a:hover {border: 5px solid #d5d5d5;}
.Main .sfLightboxMode li.sfimagesTmb a img {padding: 0;}

.desktopNavigationMenu{
	display:block;
}

.hiddenDesktop {
	display:none;
}

/** MOBILE **/
 /* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.hiddenDesktop {
		display:block;
		color: #fff !important;
	}

	.sfsearchBox, .myLangSelectorAdvi {
		display:none !important;
	}
	
	.desktopNavigationMenu{
		display:none !important; 
	}
	
	 .sidebarMaster {
		display: none !important; 
	 }
	 
	 .contentMasterImage {
		display: none !important;
	 }
	 
	#AdvisionLogo {
		float: none;
	}
	
	table.onlineChatTable {
		display: none;
	}

	#mainTable {
		width: 100% !important;
	}
	
	table.contentTable {
		width: 100% !important;
	}

	 #AdVision_Menu {
		width: 100% !important;
		height: auto;
		-moz-background-size:contain;
		-webkit-background-size:contain;
		margin-bottom: 15px;
	 }
	 
	  .AdViBlogModuleHome, .AdViBlogModule  
	 {
		 width: 100%;
	 }
}