
/*
 *	Alerts
 */
.alert-box {
	background-repeat: no-repeat;
	background-position: 5px 10px;
	border-style: solid;
	border-width: 3px;
	min-height: 55px;
	padding: 10px 10px 10px 70px;
	margin-bottom: 10px;
}

.alert-box .alert-content {
	height: 55px;
	width: 100%;
	padding-bottom: 1px;
}

.alert-box .alert-title {
	font-weight: bold;
	padding: 5px 0;
}
.alert-box.no-title .alert-title {
	padding: 0;
}

.alert-box .alert-message {
}

.alert-box.good {
	background-image: url('/img/common/alerteGOOD.gif');
	border-color: #669933;
}
.alert-box.bad {
	background-image: url('/img/common/alerteBAD.gif');
	border-color: #ff6600;
}
.alert-box.birthday {
	background-image: url('/img/common/alerteBDATE.gif');
	border-color: #669933;
}
.alert-box.unyk {
	background-image: url('/img/common/y-icon-big.gif');
	border-color: #669933;
}






/*****************************************************************************\
*
*	This file should only contain the default styling of each element for the
*	Veridian skin. As the default skin, it's NOT prefixed with the usual skin
*	name.
*
*	However, if the skin name is required (for overriding YUI css), use:
*	- uui-skin-veridian
*
\*****************************************************************************/

/**
 *  Heading
 */


/**
 *  Links
 */
a:link,
a:visited,
a:active {
	color: #669933;
}
a:hover {
	color: #336633;
}


/**
 *	Tables
 */
table {
	border: none;
	margin: 0;
	padding: 0;
}
table tr,
table th {
	border: none;
	margin: 0;
	padding: 0;
}
table tr td {
	border: none;
	margin: 0;
	padding: 0;
}

/**
 *	External Header
 */
#header {
}

#header .language-bar .h-menu {
	border-bottom : 1px solid black;
	padding: 0.384em 0 0.153em 0;
}
#header .language-bar .h-menu ul {
	float: left;
	left: 50%;
	position: relative;
}
#header .language-bar .h-menu ul li {
	border-left: solid 1px black;
	float: left;
	padding: 0 0.769em;
	position: relative;
	right: 50%;
}
#header .language-bar .h-menu ul li.first {
	border-left: none;
}

#header .content {
	padding: 0.769em 0 0;
}

#header .identity {
	background-color: #ecf5d6;
	margin: .5em 0 0;
}
#header .identity p {
	margin: 0;
}

#header .close-link {
	left: 1px;
	top: 1px;
	position: absolute;
}

a.language-bar-link:link,
a.language-bar-link:visited,
a.language-bar-link:active,
a.language-bar-link:hover {
	text-decoration: none;
}
a.language-bar-link.selected {
	color: #000000;
}


/*****************************************************************************\
*
*	OLD CRAP THAT SHOULD BE CLEANED UP.
*	(continue at your own risk)
*
\*****************************************************************************/

/**
 *  Links
 */


/* Buttons */
a.StandardButtons:link,
a.StandardButtons:visited,
a.StandardButtons:active,
a.StandardButtons:hover {
	color:#000000;
}

a.StandardButtonsAB:link,
a.StandardButtonsAB:visited,
a.StandardButtonsAB:active,
a.StandardButtonsAB:hover {
	color:#000000;
}

a.StandardButtonsPublicProfile:link,
a.StandardButtonsPublicProfile:visited,
a.StandardButtonsPublicProfile:active,
a.StandardButtonsPublicProfile:hover {
	color:#000000;
}

/* Ads */
a.pub:link,
a.pub:visited,
a.pub:active,
a.pub:hover {
	color:#666666;
}

/* MyContacts List Headers */
a.Newtxt11pxB:link,
a.Newtxt11pxB:visited,
a.Newtxt11pxB:active,
a.Newtxt11pxB:hover {
	color:#000000;
}

/* MyContacts Contact Email */
a.Newtxt11pxR:link,
a.Newtxt11pxR:visited,
a.Newtxt11pxR:active,
a.Newtxt11pxR:hover {
	color:#000000;
}

/* MyContacts Profil Infos Status */
/* MyContacts Profil Infos Access */
a.Newtxt11pxIGrey:link,
a.Newtxt11pxIGrey:visited,
a.Newtxt11pxIGrey:active,
a.Newtxt11pxIGrey:hover {
	color:#999999;
}

/* MyProfil Access History */
a.Newtxt12pxB:link,
a.Newtxt12pxB:visited,
a.Newtxt12pxB:active,
a.Newtxt12pxB:hover {
	color:#000000;
}


/**
 *  Boxing
 */
.filled-box {
	background-color: #ECF5D5;
	border: solid 1px #CCCCCC;
}


/**
 *  Specific Section
 */
.TDInsideOngletsCOMMUN {text-align:center; padding-left:14px; padding-right:14px; vertical-align:middle; font-family:Arial,Verdana; font-weight:bold; font-size:13px; white-space: nowrap; border-left: thin solid #3B4B69; border-left-width:1px; border-right: thin solid #3B4B69; border-right-width:1px; border-top: thin solid #3B4B69; border-top-width:1px;}
.TDInsideOngletsOFF {color:#000000; background-image: url('/img/common/ong_off.gif'); }
.TDInsideOngletsON {color:#AAE70E; background-image: url('/img/common/ong_on.gif');}
.TDInsideOngletsOVER {background-image: url('/img/common/ong_over.gif');}

.NewHeaderTxt {font-family:Arial,Verdana;font-size:12px;color:#3B4B69;}
A.NewHeaderTxt:link { font-family:Arial,Verdana;font-size:12px;color:#669933; TEXT-DECORATION: underline; }
A.NewHeaderTxt:visited { font-family:Arial,Verdana;font-size:12px;color:#669933; TEXT-DECORATION: underline; }
A.NewHeaderTxt:active { font-family:Arial,Verdana;font-size:12px;color:#669933; TEXT-DECORATION: underline; }
A.NewHeaderTxt:hover { font-family:Arial,Verdana;font-size:12px;color:#336633; TEXT-DECORATION: underline; }

a.NewHeaderPassiveLink:link,
a.NewHeaderPassiveLink:visited,
a.NewHeaderPassiveLink:active,
a.NewHeaderPassiveLink:hover {font-family:Arial,Verdana; font-weight:bold; font-size:13px; color:#000000; TEXT-DECORATION: none;}

a.NewHeaderActiveLink:link,
a.NewHeaderActiveLink:visited,
a.NewHeaderActiveLink:active,
a.NewHeaderActiveLink:hover {font-family:Arial,Verdana; font-weight:bold; font-size:13px; color:#AAE70E; TEXT-DECORATION: none;}


.uui-skin-veridian .NewSearchBox {
	border: none 0;
	color: #999999;
	font-size: 85%;
	margin: 0 0.154em;
	vertical-align: middle;
	width: 95%;
}

.NewSeparator {color:#CCCCCC;}

.NewSubMenuHeader {font-family:Arial,Verdana;font-size:13px;color:#AAE70E;}
A.NewSubMenuHeader:link { font-family:Arial,Verdana;font-size:13px;color:#AAE70E; TEXT-DECORATION: underline; }
A.NewSubMenuHeader:visited { font-family:Arial,Verdana;font-size:13px;color:#AAE70E; TEXT-DECORATION: underline; }
A.NewSubMenuHeader:active { font-family:Arial,Verdana;font-size:13px;color:#AAE70E; TEXT-DECORATION: underline; }
A.NewSubMenuHeader:hover { font-family:Arial,Verdana;font-size:13px;color:#FFFFFF; TEXT-DECORATION: underline; }


.NewSubMenuHeadertxtOut {font-family:Arial,Verdana;font-size:13px;color:#AAE70E;}
A.NewSubMenuHeadertxtOut:link { font-family:Arial,Verdana;font-size:13px;color:#AAE70E; TEXT-DECORATION: underline; }
A.NewSubMenuHeadertxtOut:visited { font-family:Arial,Verdana;font-size:13px;color:#AAE70E; TEXT-DECORATION: underline; }
A.NewSubMenuHeadertxtOut:active { font-family:Arial,Verdana;font-size:13px;color:#AAE70E; TEXT-DECORATION: underline; }
A.NewSubMenuHeadertxtOut:hover { font-family:Arial,Verdana;font-size:13px;color:#AAE70E; TEXT-DECORATION: underline; }

.NewSubMenuHeadertxtIn {font-family:Arial,Verdana;font-size:13px;color:#FFFFFF;}
A.NewSubMenuHeadertxtIn:link { font-family:Arial,Verdana;font-size:13px;color:#FFFFFF; TEXT-DECORATION: underline; }
A.NewSubMenuHeadertxtIn:visited { font-family:Arial,Verdana;font-size:13px;color:#FFFFFF; TEXT-DECORATION: underline; }
A.NewSubMenuHeadertxtIn:active { font-family:Arial,Verdana;font-size:13px;color:#FFFFFF; TEXT-DECORATION: underline; }
A.NewSubMenuHeadertxtIn:hover { font-family:Arial,Verdana;font-size:13px;color:#FFFFFF; TEXT-DECORATION: underline; }

.DefaultBackgroundColor { background-color:#ECF5D6}
.DefaultGreyText {color:#999999; }


.FormFont {font-family:Arial,Verdana;font-size:12px;color:#000000;FONT-WEIGHT: normal; padding-left:3px;text-align:left;}


.Newtxt10pxR {font-family:Arial,Verdana;font-size:10px;color:#000000;FONT-WEIGHT: normal;}
.Newtxt11pxR {font-family:Arial,Verdana;font-size:11px;color:#000000;FONT-WEIGHT: normal;}
.Newtxt12pxR {font-family:Arial,Verdana;font-size:12px;color:#000000;FONT-WEIGHT: normal;}
.Newtxt13pxR {font-family:Arial,Verdana;font-size:13px;color:#000000;FONT-WEIGHT: normal;}
.Newtxt14pxR {font-family:Arial,Verdana;font-size:14px;color:#000000;FONT-WEIGHT: normal;}
.Newtxt16pxR {font-family:Arial,Verdana;font-size:16px;color:#000000;FONT-WEIGHT: normal;}
.Newtxt18pxR {font-family:Arial,Verdana;font-size:18px;color:#000000;FONT-WEIGHT: normal;}
.Newtxt20pxR {font-family:Arial,Verdana;font-size:20px;color:#91c044;FONT-WEIGHT: normal;}

.Newtxt11pxB {font-family:Arial,Verdana;font-size:11px;color:#000000;FONT-WEIGHT: bold;}
.Newtxt12pxB {font-family:Arial,Verdana;font-size:12px;color:#000000;FONT-WEIGHT: bold;}
.Newtxt13pxB {font-family:Arial,Verdana;font-size:13px;color:#000000;FONT-WEIGHT: bold;}
.Newtxt14pxB {font-family:Arial,Verdana;font-size:14px;color:#000000;FONT-WEIGHT: bold;}
.Newtxt16pxB {font-family:Arial,Verdana;font-size:16px;color:#000000;FONT-WEIGHT: bold;}
.Newtxt18pxB {font-family:Arial,Verdana;font-size:18px;color:#000000;FONT-WEIGHT: bold;}
.Newtxt20pxB {font-family:Arial,Verdana;font-size:20px;color:#91c044;FONT-WEIGHT: bold;}

.Newtxt12pxRGrey {font-family:Arial,Verdana;font-size:12px;color:#999999;FONT-WEIGHT: normal;}
.Newtxt11pxIGrey {font-family:Arial,Verdana;font-size:11px;color:#999999;FONT-WEIGHT: normal; font-style: italic;}
.Newtxt12pxRGrey2 {font-family:Arial,Verdana;font-size:12px;color:#555555;FONT-WEIGHT: normal;}
.Newtxt11pxIGrey2 {font-family:Arial,Verdana;font-size:11px;color:#555555;FONT-WEIGHT: normal; font-style: italic;}


A.NewHeaderTxt:link { font-family:Arial,Verdana;font-size:12px;color:#669933; TEXT-DECORATION: underline; }
A.NewHeaderTxt:visited { font-family:Arial,Verdana;font-size:12px;color:#669933; TEXT-DECORATION: underline; }
A.NewHeaderTxt:active { font-family:Arial,Verdana;font-size:12px;color:#669933; TEXT-DECORATION: underline; }
A.NewHeaderTxt:hover { font-family:Arial,Verdana;font-size:12px;color:#336633; TEXT-DECORATION: underline; }


.TDProfileOngletsCOMMUN {text-align:center; padding-left:8px; padding-right:8px; vertical-align:middle; font-family:Arial,Verdana; font-weight:bold; font-size:13px; white-space: nowrap; border-left: thin solid #3B4B69; border-left-width:1px; border-right: thin solid #3B4B69; border-right-width:1px; border-top: thin solid #3B4B69; border-top-width:1px;}
.TDProfileOngletsCOMMUNFORPROFILE {text-align:center; padding-left:4px; padding-right:4px; vertical-align:middle; font-family:Arial,Verdana; font-weight:bold; font-size:13px; white-space: nowrap; border-left: thin solid #3B4B69; border-left-width:1px; border-right: thin solid #3B4B69; border-right-width:1px; border-top: thin solid #3B4B69; border-top-width:1px;}
.TDProfileOngletsOFF {color:#000000; background-image: url('/img/common/ong2_off.gif'); }
.TDProfileOngletsON {color:#AAE70E; background-image: url('/img/common/ong2_on.gif');border-bottom: none; border-bottom-width:0px}
.TDProfileOngletsOVER {background-image: url('/img/common/ong_off.gif'); }
.SpecialProfileLine {border-bottom: thin solid #3B4B69; border-bottom-width:1px;}
.ProfileUpperLine {border-top: thin solid #CCCCCC; border-top-width:1px; }
.ProfileDownerLine {border-bottom: thin solid #CCCCCC; border-bottom-width:1px; }
.TDProfileOngletsONPROFILE {color:#AAE70E; background-color:#F5F5F5;border-bottom: none; border-bottom-width:0px}
.ProfileBackColor { background-color:#F5F5F5;}

.TDPublicProfileOngletsOFF {color:#000000; background-image: url('/img/common/pp_ong2_off.gif'); }
.TDPublicProfileOngletsON {color:#AAE70E; background-image: url('/img/common/pp2_ong2_off.gif');border-bottom: none; border-bottom-width:0px}
.TDProfileProfileOngletsOVER {background-image: url('/img/common/pp_ong2_off.gif'); }

.HomePageGreenBar {padding:5px; margin-top:10px; margin-bottom: 5px; }

.DIVTITRE { width:100%; border-top: thin solid #CCCCCC; border-top-width:1px;background-color:#EcF5D5;height:20px;overflow:hidden;	cursor:pointer; }
.DIVCONTENU{	width:100%;visibility:hidden;height:0px;overflow:hidden;	position:relative;}
.DIVCONTENUOPENED{	width:100%;visibility:visible;overflow:hidden;	position:relative;}
.DIVCONTENU_content{padding:1px;	position:relative;}

.StandardButtons {
	background-color: #ECF5D5;
	border: solid 1px #000000;
	color: #000000;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height:26px;
	padding: 3px 12px;
	text-decoration: none;
}

.StandardButtons.the-green-one {
	background: url(/img/common/buttons/green-gradient.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.StandardButtons.the-green-one:hover {
	background: url(/img/common/buttons/green-gradient-hover.png);
}

.viadeo .StandardButtons.branding-button {
	background: url(/img/common/buttons/yellow-gradient.png);
	background-repeat: repeat-x;
}
.viadeo .StandardButtons.branding-button:hover {
	background: url(/img/common/buttons/yellow-gradient-hover.png);
}

.apnacircle  .StandardButtons.branding-button{
	background: url(/img/common/buttons/blue-gradient.png);
	background-repeat: repeat-x;
	color: #fff;
}
.apnacircle .StandardButtons.branding-button:hover {
	background: url(/img/common/buttons/blue-gradient-hover.png);
}

.StandardButtonsAB {
    background-color: #ECF5D5;
    border: solid 1px #000000;
    color: #000000;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    padding: 2px 5px;
    text-decoration: none;
}

.StandardButtonsPublicProfile {
    background-color: #91c044;
    border: solid 1px #000000;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height:26px;
    padding: 3px 80px;    
    text-decoration: none;
}


.NewTabSPACING{vertical-align:top;padding-bottom:5px;}

.UploadButton {background-color:#ECF5D5;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-left: 2px;padding-right: 2px;padding-top: 2px;padding-bottom: 2px;font-size:13px;color:#000000;text-decoration:none;font-weight:500;cursor:pointer;}


.CarnetDotLine {background-image: url('/img/common/trait590.gif'); background-repeat: repeat-x; padding-top:3px; padding-bottom:3px;}
.CarnetBorderTOP {border-top: 1px solid #CCCCCC;}
.CarnetBorderBOTTOM {border-bottom: 1px solid #CCCCCC;}
.CarnetBorderRIGHT {border-right: 1px solid #CCCCCC;}
.CarnetBorderLEFT {border-left: 1px solid #CCCCCC;}
.CarnetBorderALL {border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC;}
.CarnetSelectLine {BACKGROUND-COLOR: #cae5a1;}
.CarnetUNSelectLine {BACKGROUND-COLOR: #FFFFFF;}
.FocusErrorIR {	border: 1px solid #ff9900;}
.OrangeText12pxB {color:#FF9900;font-size:14px;font-weight:bold;}

/**  **/
.visible {
	display: block;
	visibility : visible;
}
.hidden {
	display: none !important;
	visibility : hidden !important;
}

.input-type-text-error {
	background-color: #FFEBE8;
	border: 1px solid #DD3C10;
}