/* BLOGEXPAT WEB STYLE
AUTHOR: Cyril
DATE DE CREATION: 1/08/08

------------
Colours
------------
blue link	#0000DC
turquoise	#6CCDE0
blue light	#F0F8FB
blue dark   	#145B89
green light 	#BBD862
green dark  	#5EB477
lightcream	#FFFFCC
orange		#FEA62E
red		#CC0000
lightpink	#E2007A
darkpink	#B80069
*/

body{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	background		: #F0F8FB;
	background		: -moz-linear-gradient(top,  #30759C 0%, #F0F8FB 50%, #F0F8FB 51%, #FFFFFF 100%); /* FF3.6+ */
	background		: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#844826), color-stop(50%,#F0F8FB), color-stop(51%,#F0F8FB), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background		: -webkit-linear-gradient(top,  #30759C 0%,#F0F8FB 50%,#F0F8FB 51%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background		: -o-linear-gradient(top,  #30759C 0%,#F0F8FB 50%,#F0F8FB 51%,#FFFFFF 100%); /* Opera 11.10+ */
	background		: -ms-linear-gradient(top,  #30759C 0%,#F0F8FB 50%,#F0F8FB 51%,#FFFFFF 100%); /* IE10+ */
	background		: linear-gradient(180deg, #30759C , #F0F8FB, #FFFFFF) #FFFFFF no-repeat top;	
	scrollbar-face-color: #145B89;
	scrollbar-highlight-color: #BBD862;
	scrollbar-shadow-color: #145B89;
	scrollbar-3dlight-color: #145B89;
	scrollbar-arrow-color: #BBD862;
	scrollbar-track-color: #BBD862;
	scrollbar-darkshadow-color: #BBD862;
	margin			: 0px;
	color			: #505050;
}

body.popup{
	background		: #F0F8FB url(./images/be_background-p.gif) center top repeat-y;
}

a:link {
	color			: #145B89;
	text-decoration	: none;
}
a:visited {
	color			: #145B89;
	text-decoration	: none;
}
a:hover {
	color			: #5EB477;
	text-decoration	: underline;
}

font, li, div, p, ul, ol {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 13px;
	line-height		: 1.3em;
}
font.medium {
	font-size		: 11px;
}
font.white {
	color			: #FFFFFF;
	text-shadow		: #444444 0pt 1px 1px;//x,y,blur
}
font.yellow {
	color			: #FFDF7B;
}
table {
	border-spacing	: 0px;
}
table.white {
	background-color	: #FFFFFF;
}
table.longbanner {
	width			: 728px;
	/*height			: 110px;*/
	margin			: 1px;
	padding			: 0px;
	background-color	: #F0F8FB;
	/*border		: 1px solid #FEA62E;*/
	/*-moz-border-radius	: 10px;*/
}
td{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 13px;
}
td.verticalcol {
	background		: #BBD862;
}
td.lightcream {
	background		: #F0F8FB;
	padding			: 2px 2px 2px 4px; /*{top;right;bottom;left}*/
}
td.highlightb {
	background		: #F0F8FB;
	padding			: 2px 2px 2px 4px; /*{top;right;bottom;left}*/
	border-bottom		: 1px #FEA62E solid;
	height			: 25px;
	line-height		: 1.2em;
}
td.whiteb {
	background		: #FFFFFF;
	padding			: 2px 2px 2px 4px; /*{top;right;bottom;left}*/
	border-bottom		: 1px #FEA62E solid;
	height			: 25px;
	line-height		: 1.2em;
}

td.topmenuspace {
	background		: #FFFFFF;
	padding			: 0px;
	height			: 3px;
}

hr {
	border			: 0px;
	color			: #BBD862;
	background-color	: #BBD862;
	height			: 2px;
	text-align		: center;
	border-style		: solid; /*solid, dotted, dashed, double */
}

hr.line {
	width			: 472px;
}
h1 { 
	font-size		: 24px;
	font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color			: #145B89;
	font-weight		: bold;
	margin			: 5px 0px 5px 0px; /*{top;right;bottom;left}*/
}
h2 {
	font-size		: 18px;
	font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color			: #BBD862;
	font-weight		: bold;
	margin			: 0px; /*{top;right;bottom;left}*/
}	
h3 {
	font-size		: 16px;
	font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color			: #5EB477;
	font-weight		: bold;
	text-indent		: +.0in;
}

li {
	*list-style-position	: outside; /* applies to IE7 and IE6 */
	*text-indent		: +1.5em;
	padding			: 2px 2px 2px 2px; /*{top;right;bottom;left}*/
}

.small {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
}
/* -------------------------------------------------------------- */
/* Section header                                                 */
/* -------------------------------------------------------------- */
#header_be{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: 000000;
}
#header_be td.bg {
	background		: #6CCDE0 url(./images/header.jpg);
}
#header_be font {
	color			: #145B89;
	font-size		: 12px;
	font-weight		: bold;
}
#header_be font.white {
	color			: #FFFFFF;
	text-shadow		: #444444 0pt 0px 0px;//x,y,blur
}
#header_be a:link {
	color			: #145B89;
	text-decoration	: none;
}
#header_be a:visited {
	color			: #145B89;
	text-decoration		: none;
}
#header_be a:hover {
	color			: #FFF;
	text-decoration		: underline;
}

#header_be a.eeheader:link {
	color			: #F0F8FB;
	background		: #2A749B;
}
#header_be a.eeheader:visited {
	color			: #F0F8FB;
	text-decoration	: none;
	background		: #2A749B;
}
#header_be a.eeheader:hover {
	color			: #2A749B;
	text-decoration	: none;
	background		: #F0F8FB;
}

/* -------------------------------------------------------------- */
/* Section menu                                                 	*/
/* -------------------------------------------------------------- */
#menu_bar td{
	border-style		: solid; /*solid, dotted, dashed, double */
	border-color		: #BBD862;
	border-width		: 3px 0px 0px 0px; /*{top;right;bottom;left}*/
	background		: #6CCDE0 url(./images/sprite_tdbg.png) repeat-x bottom right;/*bar1l-bg.gif*/
	background-position	: 155px -7px;
	font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: bold;
	text-align		: center;
}

#menu_bar div{
	font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size		: 14px;
}


#menu_bar td.navactiv {
	background		: #FEA62E url(./images/sprite_tdbg.png) repeat-x bottom right;/*bar2l-bg.gif*/
	background-position	: 15px -54px;
	height			: 27px;
}

#menu_bar td.navon {
	background		: #BBD862 url(./images/bar3l-bg.gif) repeat-x bottom right;
	height			: 27px;
	cursor			: hand;
}

#menu_bar td.navoff {
	background		: #6CCDE0 url(./images/sprite_tdbg.png) repeat-x bottom right;/*bar1l-bg.gif*/
	background-position	: 155px -7px;
	height			: 27px;
	cursor			: hand;
	text-shadow		: #444444 0pt 1px 1px;//x,y,blur
}

#menu_bar a {
	font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color			: #FFF;
	font-weight		: bold;
	text-decoration	: none;
}

#menu_bar a:visited {
	color			: #FFFFFF;
	text-decoration	: none;
}

#menu_bar a:hover {
	color			: #145B89;
	text-decoration	: none;
}

#menu_bar a.navactiv {
	color			: #145B89;
	font-size		: 18px;
}
#menu_bar a.navactiv:visited {
	color			: #FFF;
}

/* -------------------------------------------------------------- */
/* Map                                                  */
/* -------------------------------------------------------------- */
#map_be table.map_be {
	background-color	: #FFF;
	background-image	: url(/blogexpat/cache/map_BE_geo.jpg);
	background-repeat	: no-repeat;
	background-position	: center;
}
/* -------------------------------------------------------------- */
/* Form elements                                                  */
/* -------------------------------------------------------------- */
input.button {
	color 			: #000000;
	font			: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-indent 		: 2px; 
}

input.box{
	color		: #000000;
	font		: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-indent	: 2px; 
	border		: #FEA62E 1px solid;
}

/* -------------------------------------------------------------- */
/* Googlemap                                                          */
/* -------------------------------------------------------------- */
#ggmap_be {
	background	: #F0F8FB;
	text-align	: center;
	vertical-align	:middle;
}

/* -------------------------------------------------------------- */
/* Side menu                                                         */
/* -------------------------------------------------------------- */
#sidemenu_be {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #000000;
	font-size		: 11px;
	text-align		: justify;
}

#sidemenu_be td.top {
	border-style		: solid; /*solid, dotted, dashed, double */
	border-color		: #BBD862;
	border-width		: 2px 0px 0px 0px; /*{top;right;bottom;left}*/
	background		: #FEA62E url(./images/sprite_tdbg.png) repeat-x bottom right;/*bar2l-bg.gif*/
	background-position	: 15px -54px;
	color			: #FFF;
	text-align		: left;
	padding			: 0px 0px 0px 5px; /*{top;right;bottom;left}*/
	font-weight		: bold;
	font-size		: 12px;
	height			: 27px;
	text-shadow		: #444444 0pt 1px 1px;//x,y,blur
}

/* -------------------------------------------------------------- */
/* Section Form                                                   */
/* -------------------------------------------------------------- */

#form_be{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #000000;
	font-size		: 13px;
	text-align		: justify;
	padding		: 0px 5px 0px 5px; /*{top;right;bottom;left}*/
}

#form_be input {
	color : #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-indent : 1px; 
}

#form_be select {
	color : #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-indent : 1px; 
}

#form_be textarea {
	color : #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-indent : 1px; 
}

#form_be fieldset {
	background		: #FFF;
	border		: 1px #FEA62E solid;
	padding		: 5px;
}
#form_be legend {
	font-weight		: bold;
	color			: #145B89;
}
#form_be font.warning  { 
	color			: #CC0000;
	font-weight		: bold;
	background		: #FFF;
}

/* -------------------------------------------------------------- */
/* blockright                                                         */
/* -------------------------------------------------------------- */
#blockright_be {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color		: #000000;
	font-size	: 11px;
	text-align	: justify;
}
#blockright_be table {
	background-color: #FFF;
	border-spacing	: 0px;
	border-style	: solid; /*solid, dotted, dashed, double */
	border-color	: #145B89;
	border-width	: 0px; /*{top;right;bottom;left}*/	
}
#blockright_be table.bricks {
	border-spacing	: 10px; /* for FF only; need to use cellspacing for IE */
	border-style	: solid; /*solid, dotted, dashed, double */
	border-width	: 0px 1px 1px 1px; /*{top;right;bottom;left}*/	
	width		: 300px;	
}
#blockright_be table.frame {
	background-color: #FFF;
	border-spacing	: 0px;
	border-color	: #145B89;
	border-style	: solid; /*solid, dotted, dashed, double */
	border-width	: 0px 1px 1px 1px; /*{top;right;bottom;left}*/	
	width		: 300px;
	padding		: 0px 4px 4px 5px; /*{top;right;bottom;left}*/
}
#blockright_be td {
	background-color: #FFF;
	line-height		: 1.2em;
}
#blockright_be td.brick {
	border-style	: solid; /*solid, dotted, dashed, double */
	border-color	: #FEA62E;
	border-width	: 1px 2px 2px 1px; /*{top;right;bottom;left}*/
	background-color: #F0F8FB;
	text-align	: center;
	height		: 22px;
}
#blockright_be td.frame {
	background	: #FFF;
	border-left	: 1px #01699F solid;
	border-right	: 1px #01699F solid;
}
#blockright_be td.top {
	border-style	: solid; /*solid, dotted, dashed, double */
	border-color	: #BBD862;
	border-width	: 2px 0px 0px 0px; /*{top;right;bottom;left}*/
	background		: #6CCDE0 url(./images/sprite_tdbg.png) repeat-x bottom right;/*bar1l-bg.gif*/
	background-position	: 155px -7px;
	color		: #FFF;
	text-align	: center;
	font-weight	: bold;
	font-size	: 12px;
	height		: 27px;
}
#blockright_be td.bottom {
	background	: #6CCDE0 url(./images/bar3-bg.gif) repeat-x bottom right;
	height		: 22px;
}
#blockright_be td.navon {
	border-style	: solid; /*solid, dotted, dashed, double */
	border-color	: #FEA62E;
	border-width	: 1px 2px 2px 1px; /*{top;right;bottom;left}*/
	background-color: #BBD862;
	height		: 22px;
	cursor		: hand;
	text-align	: center;
}
#blockright_be td.navoff {
	border-style	: solid; /*solid, dotted, dashed, double */
	border-color	: #FEA62E;
	border-width	: 1px 2px 2px 1px; /*{top;right;bottom;left}*/
	background-color: #F0F8FB;
	height		: 22px;
	cursor		: hand;
	text-align	: center;
}
#blockright_be a, #blockright a:link{
	color		: #145B89;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	text-decoration	: none;
}
#blockright_be a:visited {
	color		: #5EB477;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	text-decoration	: none;
}
#blockright_be a:hover {
	color		: #145B89;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	text-decoration	: underline;
}
#blockright_be td.vote {
	background	: #FFF url(../../images/vote.png) no-repeat center;
	color		: #145B89;
	text-align	: center;
	font-weight	: bold;
	font-size	: 15px;
}
#blockright_be td.none {
	padding		: 0px 1px 0px 0px; /*{top;right;bottom;left}*/
}
#blockright_be h2 { 
	color		: #145B89;
	top-margin	: expression(this.style.marginTop=this.parentNode.offsetHeight/2-(this.offsetHeight/2));
}

#blockright_be h3 {
	margin		: 0px;
}
#blockright_be li {	
	list-style-image: url('./images/post.png');
	/* list-style-image: url('./images/li-3dots.gif');*/
	margin		: 0px 0px 0px 4px; /*{top;right;bottom;left}*/
}

/* -------------------------------------------------------------- */
/* Box right                                                    */
/* -------------------------------------------------------------- */
#box_right {
	color		: #000000;
	font-size	: 11px;
	text-align	: justify;
}
#box_right table {
	width		: 300px;
	border-width	: 0px;
}
#box_right td {
	background-color: #FFF;
	border-style	: solid; /*solid, dotted, dashed, double */
	border-width	: 0px 1px 1px 1px; /*{top;right;bottom;left}*/
	padding		: 2px 2px 2px 2px; /*{top;right;bottom;left}*/
	line-height	: 1.2em;
}
#box_right td.top {
	border-style	: solid; /*solid, dotted, dashed, double */
	border-width	: 2px 0px 0px 0px; /*{top;right;bottom;left}*/
	color		: #FFF;
	text-align	: center;
	font-family	: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight	: bold;
	font-size	: 15px;
	height		: 27px;
	text-shadow		: #444444 0pt 1px 1px;//x,y,blur
}

/* -------------------------------------------------------------- */
/* Box travel                                                    */
/* -------------------------------------------------------------- */
#box_travel td {
	border-color	: #B80069;
	padding		: 4px 4px 4px 4px; /*{top;right;bottom;left}*/
	line-height	: 1.2em;
}
#box_travel td.top {
	border-color	: #B8D800;
	background	: #E2007A url(./images/sprite_tdbg.png) repeat-x bottom right;/*bar5l-bg.gif*/
	background-position: 295px -141px;
	font-weight	: bold;
	font-size	: 15px;
	height		: 30px;
	text-shadow		: #444444 0pt 1px 1px;//x,y,blur
}
#box_travel li {	
	list-style-image: url('./images/arrow-pink.gif');
}

/* -------------------------------------------------------------- */
/* Box BlogList                                                   */
/* -------------------------------------------------------------- */
#box_bloglist td {
	border-width	: 0px;
	padding		: 2px 2px 2px 2px; /*{top;right;bottom;left}*/
	line-height	: 1.3em;
}
#box_bloglist td.top {
	border-color	: #BBD862;
	background		: #145B89 url(./images/sprite_tdbg.png) repeat-x bottom right;/*bar1l-bg.gif*/
	background-position	: 155px -10px;
	font-family	: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight	: bold;
	font-size	: 15px;
	height		: 30px;
	text-shadow		: #444444 0pt 1px 1px;//x,y,blur
}
#box_bloglist td.frame {
	background	: #FFF;
	border-left	: 1px #145B89 solid;
	border-right	: 1px #145B89 solid;
	padding		: 2px 4px 2px 4px; /*{top;right;bottom;left}*/
}
#box_bloglist table {
	border-bottom	: 1px #145B89 solid;
}
#box_bloglist a:hover {
	/* background	: #BBD862;*/
	text-decoration	: none;
	color		: #145B89;
}

/* -------------------------------------------------------------- */
/* Box Lastsmallads                                                    */
/* -------------------------------------------------------------- */
#box_lastsmallads td {
	border-width	: 0px;
	padding		: 4px 4px 4px 4px; /*{top;right;bottom;left}*/
}
#box_lastsmallads td.top {
	border-color	: #B8D800;
	background		: #6CCDE0 url(./images/sprite_tdbg.png) repeat-x bottom right;/*bar1l-bg.gif*/
	background-position	: 155px -7px;
	text-shadow		: #444444 0pt 1px 1px;//x,y,blur
}
#box_lastsmallads td.bhighlightb {
	background	: #F0F8FB;
	border-top	: 0px #01699F solid;
	border-left	: 1px #01699F solid;
	border-right	: 1px #01699F solid;
	padding		: 6px 2px 6px 4px; /*{top;right;bottom;left}*/
	line-height	: 1.2em;
}
#box_lastsmallads td.bwhiteb {
	border-top	: 0px #01699F solid;
	border-left	: 1px #01699F solid;
	border-right	: 1px #01699F solid;
	padding		: 6px 2px 6px 4px; /*{top;right;bottom;left}*/
	line-height	: 1.2em;
}
#box_lastsmallads li {	
	list-style-image: url(images/arrow-blue.gif);
}
#box_lastsmallads td.bottom {
	border-color	: #B8D800;
	background	: #5EB477 url(./images/sprite_tdbg.png) repeat-x bottom right;/*bar3l-bg.gif*/
	background-position: 295px -191px;	
	border-bottom	: 1px #01699F solid;
	border-left	: 1px #01699F solid;
	border-right	: 1px #01699F solid;
	height		: 27px;
}
#box_lastsmallads a.bottom {
	color		: #145B89;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	text-decoration	: none;
	font-weight	: bold;
	background	: none;
	padding		: 0px;
}
#box_lastsmallads a:hover {
	/* background	: #BBD862; */
	text-decoration	: none;
	color		: #145B89;
}
#box_lastsmallads a.bottom:hover {
	background	: none;
	color		: #145B89;
}

/* -------------------------------------------------------------- */
/* Box SocialNetwork                                                 */
/* -------------------------------------------------------------- */
#box_sn td {
	border-width		: 0px;
	padding			: 4px; /*{top;right;bottom;left}*/
}
#box_sn td.top {
	border-color		: #6CCDE0;
	background		: #F0F8FB url(./images/sprite_tdbg.png) repeat-x bottom right;/*bar3l-bg.gif*/
	background-position	: 295px -191px;	
}
#box_sn td.right_sn {
	background		: #F0F8FB;
	border-right		: 1px #7AA609 solid;
	padding			: 6px 2px 6px 4px; /*{top;right;bottom;left}*/
}
#box_sn td.left_sn {
	background		: #F0F8FB;
	border-left		: 1px #7AA609 solid;
	padding			: 6px 2px 6px 4px; /*{top;right;bottom;left}*/
}
#box_sn table {
	border-bottom		: 1px #7AA609 solid;
}
/* -------------------------------------------------------------- */
/* Block ForumRSS                                             */
/* -------------------------------------------------------------- */
#forumrss table.forumrss {
	border-width		: 0px; /*{top;right;bottom;left}*/
	padding			: 0px;
	border-collapse		: collapse;
	width			: 100%;
}
#forumrss td {
	padding			: 4px 2px 4px 2px; /*{top;right;bottom;left}*/
	line-height		: 1.4em;
}
#forumrss td.bhighlightb {
	border-bottom		: 1px #F3942A solid;
	background		: #F0F8FB;
	padding			: 4px 2px 4px 2px; /*{top;right;bottom;left}*/
	height			: 22px;
}
#forumrss td.bwhiteb {
	border-bottom		: 1px #F3942A solid;
	background		: #FFFFFF;
	padding			: 4px 2px 4px 2px; /*{top;right;bottom;left}*/
	height			: 22px;
}
#forumrss a:hover {
	padding			: 2px 0px 2px 0px; /*{top;right;bottom;left}*/
}
#forumrss li {	
	list-style-image	: url(images/arrow-blue.gif);
}

/* -------------------------------------------------------------- */
/* Advert                                                        */
/* -------------------------------------------------------------- */
#advert table {
	border-width		: 0px; /*{top;right;bottom;left}*/
	border-style		: solid; /*solid, dotted, dashed, double */
	border-color		: #FFF;
	padding			: 0px;
}

#advert td {
	background-color	: #FFF;
	border-spacing		: 0px; /* for FF only; need to use cellspacing for IE */
	border-width		: 0px;
	font-weight		: bold;
	font-size		: 13px;
	color			: #145B89;
}

/* -------------------------------------------------------------- */
/* EElink                                                        */
/* -------------------------------------------------------------- */
#eelink{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
}
#eelink table {
	border-width		: 1px 1px 1px 1px; /*{top;right;bottom;left}*/
	border-style		: solid; /*solid, dotted, dashed, double */
	border-color		: #145B89;
	padding			: 0px;
}
#eelink td {
	background-color	: #F0F8FB;
	border-spacing		: 0px; /* for FF only; need to use cellspacing for IE */
	border-width		: 0px;
	font-size		: 13px;
	color			: #145B89;
}

/* -------------------------------------------------------------- */
/* Section Content                                                 */
/* -------------------------------------------------------------- */
#content_be{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #505050;
	font-size		: 13px;
	text-align		: left;
	padding			: 0px 5px 0px 5px; /*{top;right;bottom;left}*/
}
#content_be ul li {	
	list-style-image: url('./images/li-3dots.gif');
	/*list-style		: square;*/
}
#content_be a, #content_be a:link{
	text-decoration	: none;
	font-weight		: bold;
}
#content_be a:visited{
	text-decoration	: none;
	font-weight		: bold;
}
#content_be a:hover{
	text-decoration	: underline;
	font-weight		: bold;
}
#content_be td {
	padding		: 3px;
	text-align		: justify;
}
#content_be table.noborder {
	background-color: #FFFFFF;
	border		: 0px;
	border-collapse	: collapse;
	border-spacing	: 0px;
	border-width	: 0px;
	padding		: 0px;
	width			: 95%;
}
#content_be td.noborder {
	border		: 0px;
}
#content_be h1 { 
	font-size		: 18px;
	font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color			: #145B89;
	font-weight		: bold;
	margin		: 0;	
}

/* -------------------------------------------------------------- */
/* Section directory                                              */
/* -------------------------------------------------------------- */
#dir_be {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #505050;
	font-size		: 13px;
	text-align		: left;
}
#dir_be fieldset {
	background		: #FFF;
	border			: 1px #FEA62E solid;
	padding			: 5px;
}
#dir_be legend {
	font-weight		: bold;
	color			: #145B89;
}
#dir_be a, #dir_be a:link{
	font-size		: 13px;
	color			: #145B89;
}
#dir_be a:visited{
	font-size		: 13px;
}
#dir_be a:hover{
	font-size		: 13px;
	text-decoration	: none;
	color			: #145B89;
}
#dir_be td.vote{
	background		: transparent url(../../images/vote.png) no-repeat center;
	color			: #145B89;
	text-align		: center;
	font-weight		: bold;
	font-size		: 15px;
}

#dir_be a.vote_up, #dir_be a.vote_up:link{
	display:inline-block;
	background-repeat:none;
	background-position:center;
}
#dir_be a.vote_up:hover{
	background		: #BBD862; /*url(./images/thumb_up.png) no-repeat center;*/
}

/* -------------------------------------------------------------- */
/* Section rss                                              */
/* -------------------------------------------------------------- */
#rss_be {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #505050;
	font-size		: 13px;
	text-align		: justify;
}
#rss_be a, #rss_be a:link{
	font-size		: 13px;
	color			: #145B89;
}
#rss_be a:visited{
	font-size		: 13px;
}
#rss_be a:hover{
	font-size		: 13px;
	background		: #BBD862;
	text-decoration	: none;
	color			: #145B89;
}

#rss_be ul li {	
	list-style-image	: url('./images/post.png');
	/* list-style-image: url('./images/li-3dots.gif');*/
	/*list-style	: square;*/
}

/* -------------------------------------------------------------- */
/* Other                                                          */
/* -------------------------------------------------------------- */

a.help {cursor: help; } 

.xiti IMG { 
	filter: 	chroma(color=#FFF600), mask(color=#FFB506), alpha(opacity=100);
	}

.warning  { color: #FFFFFF; font-weight: bold; background: #CC0000 }
.small  { font-size	: 10px; }

.valign {
 vertical-align:middle;
}
.valign p {
 top-margin:expression(this.style.marginTop=this.parentNode.offsetHeight/2-(this.offsetHeight/2));
}

/* -------------------------------------------------------------- */
/* Tabs                                                          */
/* -------------------------------------------------------------- */
#tabs ul {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	list-style-type: none;
}

#tabs ul li {
	display: inline-block;
	clear: none;
	float: left;
	height: 24px;
}

#tabs ul li {
	position: relative;
	margin-top: 16px;
	display: block;
	margin-left: 6px;
	line-height: 24px;
	padding-left: 10px;
	background: #F0F8FB;
	z-index: 9999;
	border: 1px solid #FEA62E;
	border-bottom: 0px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	width: 200px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#tabs li.active{
	background:#FFF;
}
