/*
                                          .__
   ____   ____   ____   ________________  |  |
  / ___\_/ __ \ /    \_/ __ \_  __ \__  \ |  |
 / /_/  >  ___/|   |  \  ___/|  | \// __ \|  |__
 \___  / \___  >___|  /\___  >__|  (____  /____/
/_____/      \/     \/     \/           \/
*/
/* general styles */
html, body, table
{
	color: #666666;
	font-size : 11px;
	font-family : Verdana,Arial,Helvetica;
    margin: 0px;
	padding: 0px;
}

body#nolayout
{
	margin: 10px;

}
body#nolayout #main_content
{
	margin: 0px;
	padding: 0px;
}

.bodywrapper {position:relative; width: 100%; min-width:965px;}
.holder {display:block;}

a
{
	color: #990000;
/*	color: #0855A5;*/
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}



li
{
	list-style: none;
}

h2
{
	margin:0px;
	padding: 0px;
	
	font-weight: bold;
	font-size: 14px;
	color: #9a9a9a;
}

/*force normal style for table. problem with FCK duplicating h2 tags in LatestMarket news webhk website. */
h2 .styledtable1
{
	font-weight: normal;
}
h2 table
{
	font-weight: normal;
}

/*see also margin-padding definition in the main_content section*/
div.hr
{
	background: url('../images/hr.gif');
	background-repeat: repeat-x;
	background-position: bottom;

	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 1px;

	border: none;

}

/*for red text in maincontent and in modules */
.red
{
	color: #990000;
}

/*for black text*/
.black
{
	color: black;
}

/*buttons*/
.button
{
	font-size: 100%;
    background-image : url(../images/button_bg_red.jpg);
    background-position : center right;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    border: 1px solid #9e9e9e;

    padding: 0px 20px 0px 5px;
}
.cancel
{
    background-image : url(../images/button_bg_grey.jpg);
}

.button.cancel.notext
{
	width: 22px;
	height: 17px;
	padding: 0px;
}

.cursor {
    cursor: pointer;
}

tr.nowrap td
{
	white-space: nowrap;
}
td.nowrap
{
	white-space: nowrap;
}

/*
  __
_/  |_  ____ ______     _____   ____   ____  __ __
\   __\/  _ \\____ \   /     \_/ __ \ /    \|  |  \
 |  | (  <_> )  |_> > |  Y Y  \  ___/|   |  \  |  /
 |__|  \____/|   __/  |__|_|  /\___  >___|  /____/
             |__|           \/     \/     \/
*/
/*Style for top menu navigation */
#top_menu
{
	font-size: 10px;

	background: #990000;
/*	background: rgb(128,155,182);*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	height: 31px;
	position:relative;

	clear:both;

	overflow:hidden;
}

#top_menu .wrapper
{

	padding: 11px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	white-space:nowrap;

	width: 800px;
	display: table;
	float:left;


}

#top_menu ul
{
	display: block;
	float: left;
	margin: 0px 8px 0px 12px;
	padding: 0px 10px 0px 10px;
}

#top_menu ul li
{
	margin: 0px 3px 0px 0px;
	padding: 3px 10px 5px 10px;
	background: #cecfce;

	display: block;
	float: left;

	line-height: 14px;
}

#top_menu ul li.active
{
	background: white;

}

#top_menu ul li a
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	text-decoration: none;
	font-weight: bold;
	color: #3f3e3f;
}


/*
  __  .__  __  .__           ___.
_/  |_|__|/  |_|  |   ____   \_ |__ _____ _______
\   __\  \   __\  | _/ __ \   | __ \\__  \\_  __ \
 |  | |  ||  | |  |_\  ___/   | \_\ \/ __ \|  | \/
 |__| |__||__| |____/\___  >  |___  (____  /__|
                         \/       \/     \/
*/
/*Title bar*/


#head_separator
{
	position: relative;
	top: 78px;
	left: 0px;

	padding: 0px 220px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: auto;

}

#head_separator .hr
{

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;

}

/*for frontpage, separator doesn't have right margin*/
#head_separator.frontpage
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
}
#head_separator.frontpage .hr
{
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px ;
	height: 80px;
	width: auto;
}


#main_logo
{
	margin: 0px;
	padding: 0px 0px 0px 0px;

	position: absolute;
	left: 10px;
	top: 42px;

	width: 138px;
/*	height:50px;*/
	height: auto;
}

/*
.__          _____  __                       .___    .__
|  |   _____/ ____\/  |_    _____   ____   __| _/_ __|  |   ____   ______
|  | _/ __ \   __\\   __\  /     \ /  _ \ / __ |  |  \  | _/ __ \ /  ___/
|  |_\  ___/|  |   |  |   |  Y Y  (  <_> ) /_/ |  |  /  |_\  ___/ \___ \
|____/\___  >__|   |__|   |__|_|  /\____/\____ |____/|____/\___  >____  >
          \/                    \/            \/               \/     \/
*/
/*Styles for left modules */
#left_modules
{
	position: absolute;
	left: 0px;
	top: 130px;
	/* display: none; /*do not Hide left menu (useless links), links are usefull on webitalia LL */
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#left_modules ul, #left_modules ul li
{
	margin: 4px 0px 3px 0px;
	padding: 0px;
}

/*second level*/
#left_modules ul li ul
{
	margin: 0px;
	padding: 0px;
}
#left_modules ul li ul li
{
	padding-left: 10px;
}


#left_modules ul li
{
	display: none;
}

#left_modules ul li.active, #left_modules ul li.active li
{
	display: block;
}

#left_modules ul li.active
{
	font-size: 13px;
	font-weight: bold;
}

#left_modules ul li.active li
{
	font-size: 11px;
	font-weight: normal;
}

#left_modules ul li a, #left_modules ul li.active li a
{
	color: #999999;
	text-decoration: underline;
}

#left_modules ul li.active a, #left_modules ul li.active li.active a
{
	color: #333333;
	text-decoration: underline;
}

/*second level active link*/
#left_modules ul li.active #current
{
	background: url('../images/activebullet.gif');
	background-repeat: no-repeat;
	background-position: left 5px;

	color: #000000;
}


/*third level*/
/*inactive*/
#left_modules ul li ul li ul li span
{
	color: #999999;
	text-decoration: underline;
}
/*active*/
#left_modules ul li ul li ul li.active a
{
	color: #000000;
	text-decoration: underline;
}

#left_modules ul li ul li.active #current a span
{
	color: #000000;
}


/*
       .__       .__     __                       .___    .__
_______|__| ____ |  |___/  |_    _____   ____   __| _/_ __|  |   ____   ______
\_  __ \  |/ ___\|  |  \   __\  /     \ /  _ \ / __ |  |  \  | _/ __ \ /  ___/
 |  | \/  / /_/  >   Y  \  |   |  Y Y  (  <_> ) /_/ |  |  /  |_\  ___/ \___ \
 |__|  |__\___  /|___|  /__|   |__|_|  /\____/\____ |____/|____/\___  >____  >
         /_____/      \/             \/            \/               \/     \/
*/
/* Styles for right modules*/
#right_modules
{
	position: absolute;
	top: 34px;
	right: 10px;

	margin: 0px;
	padding: 0px;
	width: 160px;
}

#right_modules.frontpage
{
	width: 230px;
	top: 115px;
	margin: 0px 10px 0px 0px;
	overflow:hidden;
}

/*top module : profilo*/
#right_modules .topright
{
	height: 61px;

	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	background: url('../images/hr.gif');
	background-repeat: repeat-x;
	background-position: bottom;

}

#right_modules .topright .modulediv
{

}
#right_modules.frontpage .modulediv
{
	background: url('../images/hr.gif');
	background-repeat: repeat-x;
	background-position: bottom;

	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;


	border: none;

}

#right_modules .topright .modulediv .title
{
	font-weight: bold;
	color: #000000;
}


#right_modules .topright .modulediv .content
{
	color: #000000;

}

#right_modules .topright form
{
	padding: 0px;
	margin: 0px;
}

#right_modules .topright .logout
{

}

#right_modules .topright .button
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;

	border: none;
	background: white;
	color: #990000;
	cursor:pointer;
	cursor: hand;

}

/*bottom modules */
#right_modules .bottomright
{
	margin: 0px;
	padding: 65px 0px 0px 0px;
}

#right_modules .bottomright .modulediv
{
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 168px;
}

#right_modules .bottomright .modulediv .title
{
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 3px 4px 3px 4px;
}
#right_modules .bottomright .modulediv .content
{
	border-left: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;

	margin: 0px;
	padding: 3px 4px 3px 4px;
}

/*Banner modules*/
#right_modules .bottomright .modulediv.banner
{
	margin: 3px 0px 3px -4px;;
	padding: 0px ;
}
#right_modules .bottomright .banner .content
{
	border: none;
}

#right_modules .bottomright .modulediv.banner .bannerheader, #right_modules.frontpage .modulediv.banner .bannerheader
{
	background: #cecfce;
	margin: 0px 0px 2px 0px;
	padding: 5px 5px 5px 5px;

	font-weight: bold;
	color: #990000;
	width: 148px;
}

#right_modules.frontpage .modulediv.banner .bannerheader
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#right_modules .bottomright .modulediv.banner img
{
	margin-bottom: 5px;
}

/*for latestnews module, special title display*/
#right_modules.frontpage table .modevent_title
{
	padding: 0px 5px;

	background: #eaeaea;
}

#right_modules.frontpage .modevent_img
{
	margin: 5px;
}

#right_modules.frontpage .modevent_item
{
	margin: 10px 30px 0px 0px;
	padding: 0px;

}

#right_modules.frontpage .modevent_item .hr
{
	margin-top: 0px;
	height: 15px;
}

/*styles for search module*/
#right_modules.frontpage .modulediv.search
{

}

#right_modules .modulediv.search form
{
	margin: 0px;
	padding: 0px;
}

#right_modules .modulediv.search div
{
	margin: 0px 0px 5px 0px;
}
#right_modules.frontpage .modulediv.search div
{
	margin: 6px 0px 1px 0px;

}


#right_modules.frontpage .modulediv.search .title
{
	color: #990000;
	font-weight: bold;
	background: #eaeaea;
	padding: 12px;
	margin: 0px;
	text-transform: uppercase;

}

#right_modules .modulediv.search .inputboxsearch
{
	border:  1px solid #cccccc;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 155px;
}
#right_modules.frontpage .modulediv.search .inputboxsearch
{
	border:  1px solid #cccccc;
	margin-right: 10px;
	width: 172px;
}


#right_modules .modulediv.search .button
{
	border: none;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

	background: white;
	background-image : url(../images/red_arrow.gif);
    background-position : center right;
    background-repeat : no-repeat;

	color: #990000;
	margin: 0px;
	padding: 2px 5px 0px 0px ;
	width: 70px;

}
#right_modules .modulediv.search .button.active
{
	background-color: #eaeaea;
}

#right_modules.frontpage .modulediv.search .button
{
	margin: -27px 0px 0px 0px;
	height: 20px;
	display: block;
	float:right;

}

/*
___.                             .___                        ___.
\_ |_________   ____ _____     __| _/___________ __ __  _____\_ |__
 | __ \_  __ \_/ __ \\__  \   / __ |/ ___\_  __ \  |  \/     \| __ \
 | \_\ \  | \/\  ___/ / __ \_/ /_/ \  \___|  | \/  |  /  Y Y  \ \_\ \
 |___  /__|    \___  >____  /\____ |\___  >__|  |____/|__|_|  /___  /
     \/            \/     \/      \/    \/                  \/    \/
*/
/* Styles for breadcrumb */

/*
               .__                              __                 __
  _____ _____  |__| ____     ____  ____   _____/  |_  ____   _____/  |_
 /     \\__  \ |  |/    \  _/ ___\/  _ \ /    \   __\/ __ \ /    \   __\
|  Y Y  \/ __ \|  |   |  \ \  \__(  <_> )   |  \  | \  ___/|   |  \  |
|__|_|  (____  /__|___|  /  \___  >____/|___|  /__|  \___  >___|  /__|
      \/     \/        \/       \/           \/          \/     \/
*/
/* Styles for main content*/

#main_content
{
	margin: 0px 220px 0px 200px;
	padding: 0px 0px 0px 0px;
	width: auto;

	min-height: 500px;

}



/** Style Specific for modal box **/

#bodynolayout #main_content {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	color: #000;
	font-size : 11px;
	font-family : Arial;
}

#bodynolayout #main_content h1.contentheading,
#bodynolayout #main_content h2.contentheading 
{
	padding-bottom: 10px;
	padding-top: 10px;
	color: #990000;
	font-size: 19px;
}



/*for frontpage maincontent doesn't have margin*/
#main_content.frontpage
{
	margin: 0px 310px 0px 10px;
	/*padding: 15px 0px 160px 0px;*/
	padding: 15px 0px 0px 0px;
}

#main_content.frontpage .blog
{
}

#main_content.frontpage .blog h1,
#main_content.frontpage .blog h2
{
	margin: 0px;
	padding: 0px;
}

/*styles for news items*/
#main_content.frontpage .blog .leading
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	min-height: 75px;
}

#main_content.frontpage .blog .leading .thumbnail
{
	/*float:left;*/
	/*border: solid 10px;*/
}

#main_content.frontpage .blog .leading img
{
	border: none;

	float:left;
	width: 110px;

	padding: 0px ;
	margin: 0px 20px 0px 0px;
	/*padding-bottom: 10px;*/


}

#main_content.frontpage .blog .leading .spacer
{
	float:left;
	/*border: solid 10px;
	margin: 0px 0px 0px 0px;*/
}

#main_content.frontpage .blog .leading .text
{
	padding: 0 0 0 0;
	padding-bottom: 5px;
	padding-left: 135px;
}



#main_content.frontpage .blog .leading .header3
{
	padding-top: 0px;
}

#main_content.frontpage .blog .hr
{
	clear: both;

}

#main_content.frontpage .createdate
{
	color: #ccc;
}

#main_content.frontpage .blog .nonleading
{
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;

}

/*grey cell */
#main_content.frontpage .frontpagebanner
{
	padding: 0px 10px 0px 10px;

	background: #ccc;
	font-size: 14px;

	height: 100px;
	max-height: 100px;
	overflow: hidden;

}


#main_content .contentheading /*see msie6.css for top margin adjust*/
{
	color: #999999;
	font-size: 28px;
	font-weight: normal;

	margin: 0px 0px 15px 0px;
	padding: 13px 0px 35px 0px;

	display: block;
	width: auto;

	/*white-space: nowrap;*/

}

/*print link moved to the right*/
#main_content .buttonheading
{
	position: absolute;
	top: 135px;
	right: 0px;

	width: 90px;
	margin: 0px 80px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*print button on print page*/
#nolayout #main_content .buttonheading
{
	position: absolute;
	top: 10px;
	right: 30px;

	width: 0px;
	margin: 0px;
	padding: 0px;


}


#main_content .buttonheading a
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}

#main_content .buttonheading a img
{
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

/*contents styles duplicated from template.css (used in the FCKeditor)*/

/*bold paragraphs*/
#main_content .boldgrey
{
	font-weight: bold;
	font-size: 14px;
	color: #9a9a9a;
}

#main_content div.hr
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#main_content .header3
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
}

#main_content .boldlink
{
	color: #990000;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight: bold;
	font-size: 14px;

	display:block;
}
#main_content .boldlink a
{
	font-size: 14px;
	font-weight: bold;
}

#main_content .lightgrey
{
	color: #999999;
}


/*Blank tables*/
#main_content table, #main_content table td
{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-spacing: 0px;
}

/*factsheet tables*/
#main_content table.factsheet
{
	padding: 0px;
}

/*Colored Table */
#main_content table.styledtable1
{
	background: #d8d8d8;
	padding: 0px;
	margin: 0px;
	border:none;
	border-spacing: 1px;
}

#main_content table.styledtable1 td
{
	background: white;
	border:none;

	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
}

#main_content table.styledtable1 .tableheader
{
	background: #ebebeb;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}



/*Banner tables*/
#main_content table.bannertitle
{
	font-weight: bold;
	color: #990000;
width:300px;
	height: 100px;
}
#main_content table.bannertitle img
{
	margin: 0px -5px 0px -5px;
	border-right:1px solid white;
}
#main_content table.bannertitle td
{
	padding: 0px 5px 0px 5px;
	background: #cecfce;
}


/*Search results*/
#main_content .search .contentpaneopen
{
	width:100%;
}
/*ordered list cannot be used*/
#main_content .search .searchresult_table
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#main_content .search .searchresult_text
{
	padding: 0px 0px 5px 0px;

}

#main_content .search .searchresult_number
{
	text-align: right;
	padding: 0px 3px 0px 0px;
}

/*bigger paragraph*/
#main_content .bigger
{
	font-size: 17px;
}

/*
                     .__               __  .__
___________     ____ |__| ____ _____ _/  |_|__| ____   ____
\____ \__  \   / ___\|  |/    \\__  \\   __\  |/  _ \ /    \
|  |_> > __ \_/ /_/  >  |   |  \/ __ \|  | |  (  <_> )   |  \
|   __(____  /\___  /|__|___|  (____  /__| |__|\____/|___|  /
|__|       \//_____/         \/     \/                    \/
Styles for Pagination
*/
#main_content .pagination
{
}

#main_content ul.pagination
{
	margin: 0px ;
	padding: 0px  0px 5px 0px ;
}

#main_content ul.pagination li
{
	margin: 5px ;
	padding: 0px;
	border-bottom:1px solid white;
	display: inline;

	font-wieght: bold;

}
#main_content ul.pagination li a, #main_content ul.pagination li span
{
	font-weight: bold;

}
#main_content ul.pagination li.button a:hover
{
	text-decoration: none;
	cursor: default;
}

#main_content ul.pagination li.button
{
	border: none;
	background: white;

	color: #990000;

}

#main_content ul.pagination li.button.next
{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image : url(../images/red_arrow.gif);
    background-position : center right;
    background-repeat : no-repeat;

    padding: 5px 15px 5px 5px ;
}

#main_content ul.pagination li.button.previous
{
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

	background-image : url(../images/red_arrow2.gif);
    background-position : center left;
    background-repeat : no-repeat;

	padding: 5px 5px 5px 15px ;

}

#main_content ul.pagination li .active
{

}

/*
  _____              __
_/ ____\____   _____/  |_  ___________
\   __\/  _ \ /  _ \   __\/ __ \_  __ \
 |  | (  <_> |  <_> )  | \  ___/|  | \/
 |__|  \____/ \____/|__|  \___  >__|
                              \/
*/
/* Styles for footer modules */
#footer
{

	margin: 50px 240px 30px 200px;
	padding: 0px 0px 0px 0px;
	/*border: solid 1px;*/

}

/*on frontpage, footer doesn't have left margin*/
#footer.frontpage
{
	margin-left: 10px;
	margin-right: 310px;
	/*width: 100%;*/

}

#footer.frontpage div.hr
{
	/*margin-bottom: 20px;*/
	margin:10px 0px;
	padding:0px;
}



/*
  _____
_/ ____\___________  _____   ______
\   __\/  _ \_  __ \/     \ /  ___/
 |  | (  <_> )  | \/  Y Y  \\___ \
 |__|  \____/|__|  |__|_|  /____  >
                         \/     \/

*/
#main_content .errormessage
{
	font-weight: bold;
	color: #9a0000;
	margin-top:5px;
}

#main_content .errormessage ul
{
	font-size: 13px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 7px 0px;
}
#main_content .errormessage ul li
{
	margin: 0px 0px 7px 0px;
}

/* Styles used for frontend forms like component com_bisuscribe*/
#main_content .field
{
	width: 49%;
	float: left;
}

#main_content .field.empty
{
	height: 51px;
	margin:0px;
	padding: 0px;
}

#main_content .field .fieldtitle
{
	font-weight: bold;
	margin: 10px 0px 4px 0px;
	padding: 0px;

	white-space : nowrap;
}

#main_content .field .fieldinput
{
width: 100%;

}

#main_content .field .fieldinput input
{
	width:70%;
	border: 1px solid #a5a5a5;
	margin-right:3px;
	padding-left: 3px;
}

#main_content .field .fieldinput input.disabled
{
	background: #cecfce;
}


#main_content .field .fieldinput .required,
#main_content #chrono_verification.required
{
	background: #ffffe1;
	border-color: #9a0000;
	color: #9a0000;
}

#main_content .formoutline
{
	border: 3px solid #666666;
	padding:5px;
	margin: 0px;
	background: #ebebeb;

	font-weight: bold;
	font-size: 14px;
}

#main_content  select
{
	width: 70%;
}

/* Funds filtering */
#funds_filter
{

}

#funds_filter select
{
	width: auto;
}

/* Chronoform */

#main_content .ask_for_code_form .fieldinput input
{

}
#main_content #chrono_verification,
#main_content .ask_for_code_form .field .fieldinput input.required
{
	width:70%;
	border: 1px solid #a5a5a5;
	margin-right:3px;
	padding-left: 3px;
    background-color: white;
    color:black;
}

#main_content #chrono_verification
{
	width: 300px;
}


#main_content .ask_for_code_form .field .fieldinput input.required.validation-failed
{
    background: #ffffe1;
    border: 1px solid #9a0000;
    color: #9a0000;
}

#main_content .ask_for_code_form .field .fieldinput textarea.required
{
	width:70%;
	border: 1px solid #a5a5a5;
	margin-right:3px;
	padding-left: 3px;
    background-color: white;
    color:black;
}

#main_content .ask_for_code_form .field .fieldinput textarea.required.validation-failed
{
	background: #ffffe1;
	color: #9a0000;
	border: 1px solid #9a0000;
}

#main_content .chronoform
{
	display: none;
}



/*
                   .___    .__
  _____   ____   __| _/_ __|  |   ____   ______
 /     \ /  _ \ / __ |  |  \  | _/ __ \ /  ___/
|  Y Y  (  <_> ) /_/ |  |  /  |_\  ___/ \___ \
|__|_|  /\____/\____ |____/|____/\___  >____  >
      \/            \/               \/     \/

Styles for modules*/

#main_content .formlogin ,#main_content .insetlogin
{
	padding: 0px 10px 5px 10px;
}


#main_content .formlogin
{
	background: #ebebeb;
	border: 1px solid black;
	display: inline-block; /*hack IE6 peek a boo bug*/
}

#main_content .insetlogin
{
	margin-top:10px;
	background-color: #cecfce;
	border: 1px solid black;
	display: inline-block; /*hack IE6 peek a boo bug*/
}

/*specific for password reset layout*/
#main_content .complexmsg
{
	margin-top:10px;
	padding: 10px;
	width: 100%;
	background-color: #cecfce;
	border: 1px solid black;
	display: inline-block; /*hack IE6 peek a boo bug*/
}

/*login module*/
#main_content #form-login, #main_content #codeForm
{
	display: table;
}

#main_content #form-login label, #main_content #codeForm label
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
}
#main_content #form-login .field, #main_content #codeForm .field
{
	width: 100%;
}
#main_content #form-login .field .fieldinput
{
	width: 520px;
}
#main_content #form-login .field .fieldinput .inputbox
{
	width: 127px;
}

#main_content #codeForm .field .fieldinput
{
	width: 200px;
	margin-top: 4px;
}

#main_content #form-login .loginbutton, #main_content #codeForm .button
{
	margin: 10px 0px 10px 0px;
}


#main_content #form-login .lostpasswordlink
{
	font-size: 14px;
	padding-left: 15px;
}

/*Style for homepage banner*/
#main_content .homebanner
{
	width:100%;
	height: 150px;
	max-height: 150px;

	background-image : url(../../../images/stories/homebanner.gif);
    background-position : center center;
    background-repeat: no-repeat;
	text-align:center;
}
#main_content .homebanner img
{
	border: none;
	margin: 25px 0px 0px 0px;
	width: 80%;
}

/*style for thanks messages*/
#main_content .thanksmessage
{
	text-align: center;
	width:100%;
	font-weight: bold;
	font-size: 14px;
	margin:10px;
}

/*style for ok message (forum)*/

#main_content ul.message {
	padding: 0;
	margin: 0;
}

#main_content li.messageOk
{
	padding: 10px;
	width: 100%;
	color: #008000;
	font-size: 11px;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	font-weight: bold;
}

/*
__________.__        __          __                               __
\______   \__| _____/  |_  _____/  |_    _______  __ ____   _____/  |_  ______
 |     ___/  |/ ___\   __\/ __ \   __\ _/ __ \  \/ // __ \ /    \   __\/  ___/
 |    |   |  \  \___|  | \  ___/|  |   \  ___/\   /\  ___/|   |  \  |  \___ \
 |____|   |__|\___  >__|  \___  >__|    \___  >\_/  \___  >___|  /__| /____  >
                  \/          \/            \/          \/     \/          \/
*/
#main_content .pictetevents_sibscriptionnotice
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.pictetevents_separator
{
	width: 70%;

	background: url('../images/hr.gif');
	background-repeat: repeat-x;
	background-position: bottom;

	margin: 0px 40px 0px 40px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	float:right;
	border: none;
}




/*buttons*/
.pictetevents
{
	font-size: 100%;
    background-image : url(../images/button_bg_wide.jpg);
    background-position : center right;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    border: 1px solid #9e9e9e;

    padding: 0px 20px 5px 5px;

height: 22px;
font-size: 14px;
}

#right_modules .bottomright .modulediv.banner .modeventheader
{
	padding-top: 15px;
}

#right_modules .bottomright .modulediv.banner .modeventheader img
{
	width: 85px;
	margin:0px;
	padding: 0px;
}


.frontpage .modeventheader img
{
	width: auto;
}

/* SURVEY BASIC COMPONENT */

/* Question page */

.bfsurvey_basicTitle {
	text-align: left;
	margin-bottom: 10px;
	font-size: 1.3em;
	overflow: hidden;
	color:#AFAFAF;
	padding-top: 5px;
	font-weight: bold;
}

.bfsurvey_basicIntro {
	text-align: left;
	border-top: 1px dashed #AAA;
	margin-bottom: 30px;
	padding-top: 10px;
	font-size: 1em;
}

.bfsurvey_basicQuestion {
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
	text-align: left;
	padding-bottom: 0.2em;
	color: #666666;
	font-weight: bold;
	position:relative;
	background-color: white;
	font-family:Verdana,Arial,Helvetica;
}

.bfsurvey_basicQuestion span.question_number {
	padding-right: 10px;
	font-size: 2.3em;
	color: #94afc4;
}

.bfsurvey_basicQuestion span.question_title {
	padding-right: 10px;
	font-size: 1em;
	vertical-align: center;
	position: relative;
	top:-3px;
	margin-left: 5px;
}

.bfsurvey_basicOptions {
	padding:10px;
	background-color: white;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
}

.bfsurvey_basicQuestionFooter {
	border-top: 1px dotted #AAA;
	margin-bottom: 20px;
}


#poll input, textarea {
	font-size: 11px;
	font-family:Verdana,Arial,Helvetica;
}

.form_poll_error {
	display: none;
	color: red;
	margin-top: 10px;
}

.form_poll_error2 {
	display: none;
	color: red;
}

/* Stats */

table.adminlist {
	width: 600px;
}

.container_answers {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 36px;
}

table.answers {
	margin-left: 30px;
	padding-left: 30px;
}

table.answers td, table.answers th {
	text-align: left;
	border-bottom: 1px dotted #AAA;
	height: 25px;
}

/* Stats */

table.adminlist {
	width: 600px;
}

.container_answers {
	margin-top: 10px;
	margin-left: 46px;
	margin-bottom: 36px;
}

table.answers {
	margin-left: 30px;
	padding-left: 30px;
}

table.answers td, table.answers th {
	text-align: left;
	border-bottom: 1px dotted #AAA;
	height: 25px;
}

.polls_color_1{ 
	background-color: transparent;
	border:none;
	background-image: url(../images/com_bfsurvey_basic/stat_red.jpg); 
	border-left: 1px solid #cf8f8f; 
	border-right: 1px solid #c15f5c;
}

.polls_color_2{  
	background-color: transparent;
	border:none;
	background-image: url(../images/com_bfsurvey_basic/stat_blue.jpg); 
	border-left: 1px solid #a2b9c9; 
	border-right: 1px solid #6488a8;
}

.polls_color_3{   
	background-color: transparent;
	border:none; 
	background-image: url(../images/com_bfsurvey_basic/stat_gray.jpg); 
	border-left: 1px solid #c6c6c6; 
	border-right: 1px solid #b2b2b2;
}

.polls_color_4{    
	background-color: transparent;
	border:none;
	background-image: url(../images/com_bfsurvey_basic/stat_orange.jpg); 
	border-left: 1px solid #efcb97; 
	border-right: 1px solid #f2bb61;
} 

.polls_color_5{    
	background-color: transparent;
	border:none;
	background-image: url(../images/com_bfsurvey_basic/stat_green.jpg); 
	border-left: 1px solid #b2c981; 
	border-right: 1px solid #98b75a;
}

/***************** GOOGLE MAP **************************/
#eventGmap
{
	width: 100%;
	overflow: show; 
	clear: both;
	display:table;
	float:left;
	
	margin-bottom: 30px;


}
#eventGmap #map_canvas
{
	width: 550px; 
	height: 670px;
	
	position: relative;
}
#eventGmap #map_canvas .firstHeading
{
	font-weight: bold;
}

#eventGmap #map_canvas .content
{

}


#eventGmap #map_canvas .button
{
	float:right;
	margin: 0px 0px 0px 5px;
	width: 125px;
}

#eventGmap #event_list .flavortext
{
        margin: 0px 0px 4px 0px;
}

#eventGmap #event_list
{
	float: left;
	padding-left: 560px;
	padding-right: 10px;
	margin-top: -670px; 

}

#eventGmap #event_list .title
{
	font-size:12px;
	font-weight: bold;
	color: #000000;
	
	margin:0px;
	padding: 0px;
}

#eventGmap #event_list .month
{
	padding: 7px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #8c8c8c;
	color: #8c8c8c;
}
#eventGmap #event_list .event
{
	padding: 0px 0px 3px 0px;
}
#eventGmap #event_list .event .city
{
	font-weight: bold;
}
#eventGmap #event_list .event .date
{
	white-space: nowrap;
	float:left;
	

}
#eventGmap #event_list .event .button
{
	float: right;
	margin-right: 10px;
}

#eventGmap #meetingrequestlink
{
	padding: 20px 5px 10px 5px;

	margin: 20px 0px 0px 0px;
	border-top: 1px solid #8c8c8c;
}
#eventGmap #meetingrequestlink .button
{
	float:right;
	margin-right: 6px;
}
#eventGmap #meetingrequestlink .text
{
	margin:0px;
	padding: 0px 0px 10px 0px;
}

#eventGmap #meetingrequestlink img
{
	margin: 0px 10px 20px 0px;
	float: left;
}

/*styles for request meeting form in smoothbox*/
#eventRequestGmap .field
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 32px;
}

#eventRequestGmap .field .fieldtitle,
#eventRequestGmap .field .fieldinput
{
	width: 49%;
	float: left;
	line-height: 27px;
	margin: 0px;
	padding: 0px;
}
#eventRequestGmap .field .fieldtitle
{
	width: 30%;
}

#eventRequestGmap .button
{
	margin-top:10px;
}
#eventRequestGmap select
{
	width:180px;
}

#eventRequestGmap .submit
{
	text-align: right;
	margin: 0px 0px 0px 0px;
}

#eventRequestGmap form:
{
	margin:0px;
	padding: 0px;
}


