/* CCSTheme v 3.x */
/* General */

/* Colors */
.PageBgColor {
	background-color: #cdd7e1;
	}

.FormTitleBgColor {
	background-color: #3c70ac;
	}

.FormTitleFontColor {
	color: #fcfcfc;
	}

.CaptionBgColor {
	background-color: #aecbea;
	}

.CaptionFontColor {
	color: #000000;
	}

.DataBgColor {
	background-color: #f4f4f4;
	}

.AltDataBgColor {
	background-color: #dde8f2;
	}

.DataFontColor {
	color: #000000;
	}

.LinkColor {
	color: #1d47c5;
	}

.VisitedLinkColor {
	color: #801313;
	}

.HoverLinkColor {
	color: #f72525;
	}

.ColorBgButton {
	background-color: #3c70ac;
}

.ColorFontButton {
	color: #fcfcfc;
}

.ColorBgButtonPassive {
	background-color: #92bef1;
}

.ColorFontButtonPassive {
	color: #fcfcfc;
}

/* BEGIN Common */
body { 
	color: #000000;
	
	font-family: Arial; font-size: 70%;
	}



/*ie6*/
* html body {
	font-family: Arial; font-size: 70%;
}

* html body td, * html body th, * html body table {
	font-size: 100%;
}
/*end*/

.text { 
	color: #000000
	}

a.menulink:link, a.menulink:visited { 
	color: #1d47c5;
	}

a.menulink:hover, a.menulink:active { 
	color: #f72525;
	}


a:link { 
	color: #1d47c5;
	}

a:visited { 
	color: #801313;
	}

a:hover,a:active { 
	color: #f72525;
	}

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	}

h1	{
	color: #3c70ac;
	font-size: 140%;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

h2	{ 
	color: #3c70ac;
	font-size: 120%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h3	{ 
	color: #3c70ac;
	font-size: 100%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	color: #3c70ac;
	font-size: 90%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h5	{ 
	color: #3c70ac;
	font-size: 95%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	color: #3c70ac;
	font-size: 80%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

th	{ 
	font-family: Arial; font-size: 70%;
	}

td { 
	font-family: Arial; font-size: 70%;
	}

/*input, textarea, select {
	font-family: Arial; font-size: 70%;
	font-size: 100%;
}

html>body input, html>body select, html>body textarea {
	font-family: Arial; font-size: 70%;
	font-size: inherit;
}*/

/* END Common */

.Header {
	width: 100%;
	}

.Header th { 
	font-size: 90%; text-align: left;
	padding: 4px;
	background-color: #3c70ac; color: #fcfcfc;
	width: 100%;
	white-space: nowrap;
	background-position: right top; padding-left: 8px;
	}



/*ie6*/
* html body .Header th {
	font-size: 130%; text-align: left;
}
/*end*/

.Header a:link { 
	color: #fcfcfc;
	}

.Header a:visited { 
	color: #fcfcfc;
	}

.Header a:hover, .Caption a:active { 
	color: #fcfcfc; text-decoration: none;
	}

.HeaderLeft { 
	background-image: url('Images/HeaderLeft.gif');
	}

.HeaderRight { 
	background-image: url('Images/HeaderRight.gif');
	background-position: right top;
	}

.HeaderLeft img{
	width: 1px;
	}

.HeaderRight img{
	width: 14px;
	}


/* Grid Options */
.Grid { 
	
	width: 100%;
	}

.Caption th { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	background-color: #aecbea; color: #000000;
	white-space: nowrap;
	}

.Caption td { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	background-color: #aecbea; color: #000000;
	white-space: nowrap;
	}



/*ie6*/
* html body .Caption th, * html body .Caption td {
	font-size: 100%; text-align: left; vertical-align: top;
}
/*end*/

.Caption a:link { 
	color: #000000;
	}

.Caption a:visited { 
	color: #000000;
	}

.Caption a:hover, .Caption a:active { 
	color: #f72525;
	}

.Caption img {
	margin: 2px; 
	vertical-align: middle;
	}

.Caption input {
	vertical-align: middle;
	}

.Row th { 
	font-size: 70%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Row td { 
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-color: #fff; 
	color: #000000;
	}
	


/*ie6*/
* html body .Row th, * html body .Row td {
	font-size: 100%;
}
/*end*/

caption.Row { 
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-color: #f4f4f4; 
	color: #000000;
	}



/*ie6*/
* html body caption.Row {
	font-size: 100%;
}
/*end*/

.Row a:link { 
	color: #1d47c5;
	}

.Row a:visited { 
	color: #801313;
	}

.Row a:hover, .Row a:active { 
	color: #f72525;
	}

.Separator{
	color: #3c70ac;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 70%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.AltRow td { 
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-color: #dde8f2; 
	color: #000000;
	}



/*ie6*/
* html body .AltRow th, * html body .AltRow td {
	font-size: 100%;
}
/*end*/

.AltRow a:link { 
	color: #1d47c5;
	}

.AltRow a:visited { 
	color: #801313;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #f72525;
	}

.NoRecords td { 
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	background-color: #f4f4f4; 
	color: #000000;
	vertical-align: top;
	}

.Footer td { 
	font-size: 70%;
	padding: 4px;
	
	background-color: #aecbea; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}



/*ie6*/
* html body .NoRecords td, * html body .Footer td {
	font-size: 100%;
}
/*end*/

.Footer a:link { 
	color: #1d47c5;
	}

.Footer a:visited { 
	color: #801313;
	}

.Footer a:hover, .Footer a:active { 
	color: #f72525;
	}

.Footer img {
	margin: 2px; 
	vertical-align: middle;
	}

.Footer input {
	margin: 2px;
	vertical-align: middle;
	}

/* Record Options */
.Record { 
	
	width: 100%;
	}

.Error td { 
	font-size: 12px;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	background-color: #f4f4f4; 
	}



/*ie6*/
* html body .Error td {
	font-size: 100%;
}
/*end*/

.Controls th { 
	font-size: 12px; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px 4px 2px 4px;
	border-bottom: solid 2px #FFFFFF;
	/* background-color: #f4f4f4; */
	color: #000000;
	white-space: nowrap;
	}

.Controls td { 
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	vertical-align: top;
	/* background-color: #f4f4f4; */
	color: #000000;
	}
	
.Bottom td { 
	font-size: 12px;
	padding: 4px;
	
	background-color: #aecbea; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}



/*ie6*/
* html body .Controls th, * html body .Controls td, * html body .Bottom td {
	font-size: 100%;
}
/*end*/

.Bottom a:link { 
	color: #1d47c5;
	}

.Bottom a:visited { 
	color: #801313;
	}

.Bottom a:hover, .Caption a:active { 
	color: #f72525;
	}

.Bottom img {
	margin: 2px;
	vertical-align: middle; 
	}

.Bottom input {
	margin: 2px;
	vertical-align: middle;
	}

/* Report */
.GroupCaption th{
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #dde8f2; 
	color: #000000;
	}

.GroupCaption td{
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #f4f4f4; 
	color: #000000;
	}



/*ie6*/
* html body .GroupCaption th, * html body .GroupCaption td {
	font-size: 100%;
}
/*end*/

.GroupCaption a:link {
	color: #000000;
	}

.GroupCaption a:visited{
	color: #000000;
	}

.GroupCaption a:hover, .GroupCaption a:active{
	color: #f72525;
	}

.GroupFooter td{
	font-size: 70%;
	padding: 4px;
	
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #aecbea; 
	color: #000000;
	}



/*ie6*/
* html body .GroupFooter td {
	font-size: 100%;
}
/*end*/

.GroupFooter a:link {
	color: #1d47c5;
	}

.GroupFooter a:visited{
	color: #801313;
	}

.GroupFooter a:hover,.GroupFooter a:active{
	color: #f72525;
	}

.GroupFooter img {
	margin: 2px; 
	vertical-align: middle;
	}

.GroupFooter input {
	margin: 2px;
	vertical-align: middle;
	}

.SubTotal td{
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #dde8f2; 
	color: #000000;
	border-bottom: 2px solid #3c70ac;
	}



/*ie6*/
* html body .SubTotal td {
	font-size: 100%;
}
/*end*/

.SubTotal a:link {
	color: #1d47c5;
	}

.SubTotal a:visited{
	color: #801313;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #f72525;
	}

.Total td{
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	background-color: #dde8f2; 
	color: #000000;
	}



/*ie6*/
* html body .Total td {
	font-size: 100%;
}
/*end*/

.Total a:link {
	color: #1d47c5;
	}

.Total a:visited{
	color: #801313;
	}

.Total a:hover, .Total a:active{
	color: #f72525;
	}

/* Form Options */
.Button { 
	background-color: #3c70ac; color: #fcfcfc; border-left: solid 1px #EDEDED; border-top: solid 1px #EDEDED; border-right: solid 1px #848284; border-bottom: solid 1px #848284; padding: 2px; font-weight: bold; font-family: Tahoma; font-size: 10px; font-weight: bold;
	}

/* Calendar */

.Calendar { 
	
	width: 100%;
	}

.CalendarWeekdayName{
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #dde8f2; 
	color: #000000;
	font-weight: normal;
	}



/*ie6*/
* html body .CalendarWeekdayName {
	font-size: 100%;
}
/*end*/

.CalendarWeekdayName a:link {
	color: #1d47c5;
	}

.CalendarWeekdayName a:visited{
	color: #801313;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #f72525;
	}

.CalendarWeekendName{
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #dde8f2;	
	color: #000000;
	font-weight: normal;
	}



/*ie6*/
* html body .CalendarWeekendName {
	font-size: 100%;
}
/*end*/

.CalendarWeekendName a:link {
	color: #000000;
	}

.CalendarWeekendName a:visited{
	color: #000000;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #f72525;
	}

/* Calendar Day */
.CalendarDay{
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: center;
	background-color: #f4f4f4;	
	color: #000000;
	}



/*ie6*/
* html body .CalendarDay {
	font-size: 100%;
}
/*end*/

.CalendarDay a:link {
	color: #1d47c5;
	}

.CalendarDay a:visited{
	color: #801313;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #f72525;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: center;
	background-color: #dde8f2;	
	color: #000000;
	}



/*ie6*/
* html body .CalendarWeekend {
	font-size: 100%;
}
/*end*/

.CalendarWeekend a:link {
	color: #1d47c5;
	}

.CalendarWeekend a:visited{
	color: #801313;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #f72525;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 70%;
	padding: 2px;
	border: 2px solid #3c70ac;
	text-align: center;
	background-color: #f4f4f4;	
	color: #000000;
	}



/*ie6*/
* html body .CalendarToday {
	font-size: 100%;
}
/*end*/

.CalendarToday a:link {
	color: #1d47c5;
	}

.CalendarToday a:visited{
	color: #801313;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #f72525;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 70%;
	padding: 2px;
	border: 2px solid #3c70ac;
	text-align: center;
	background-color: #dde8f2;	
	color: #000000;
	}



/*ie6*/
* html body .CalendarWeekendToday {
	font-size: 100%;
}
/*end*/

.CalendarWeekendToday a:link {
	color: #1d47c5;
	}

.CalendarWeekendToday a:visited{
	color: #801313;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #f72525;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: center;
	background-color: #f4f4f4;	
	color: #3c70ac;
	}



/*ie6*/
* html body .CalendarOtherMonthDay {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthDay a:link {
	color: #3c70ac;
	}

.CalendarOtherMonthDay a:visited{
	color: #3c70ac;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #f72525;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 70%;
	padding: 2px;
	border: 2px solid #3c70ac;
	text-align: center;
	background-color: #f4f4f4;	
	color: #3c70ac;
	}



/*ie6*/
* html body .CalendarOtherMonthToday {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthToday a:link {
	color: #3c70ac;
	}

.CalendarOtherMonthToday a:visited{
	color: #3c70ac;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #f72525;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: center;
	background-color: #dde8f2;	
	color: #3c70ac;
	}



/*ie6*/
* html body .CalendarOtherMonthWeekend {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekend a:link {
	color: #3c70ac;
	}

.CalendarOtherMonthWeekend a:visited{
	color: #3c70ac;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #f72525;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 70%;
	padding: 2px;
	border: 2px solid #3c70ac;
	text-align: center;
	color: #3c70ac;
	background-color: #dde8f2;	
	}
	


/*ie6*/
* html body .CalendarOtherMonthWeekendToday {
	font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekendToday a:link {
	color: #3c70ac;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: #3c70ac;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #f72525;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	background-color: #aecbea;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
	


/*ie6*/
* html body .CalendarSelectedDay {
	font-size: 100%;
}
/*end*/

.CalendarSelectedDay a:link {
	color: #000000;
	}

.CalendarSelectedDay a:visited{
	color: #000000;
	}

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
	color: #f72525;
	}

/* Calendar Navigator */
.CalendarNavigator {
	font-size: 70%;
	padding: 4px;
	background-color: #aecbea; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}



/*ie6*/
* html body .CalendarNavigator {
	font-size: 100%;
}
/*end*/

.CalendarNavigator a:link {
	color: #1d47c5;
	}

.CalendarNavigator a:visited{
	color: #801313;
	}

.CalendarNavigator a:hover, .CalendarNavigator a:active{
	color: #f72525;
	}

.CalendarNavigator img{
	margin: 2px;
	vertical-align: middle; 	
	}

.CalendarNavigator td {
	font-size: 70%;
	}

.CalendarNavigator th {
	font-size: 70%;
	}



/*ie6*/
* html body .CalendarNavigator th, * html body .CalendarNavigator td {
	font-size: 100%;
}
/*end*/

/* Calendar Extra */
.CalendarEvent{
	font-size: 70%;
	text-align: left;
	}



/*ie6*/
* html body .CalendarEvent {
	font-size: 100%;
}
/*end*/

.CalendarEvent a:link {
	color: #1d47c5;
	}

.CalendarEvent a:visited{
	color: #801313;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #f72525;
	}

/* Changes for Section508 */
table tr td strong {
	padding: 0px;
	margin: 0px;
}

.th { 
	font-family: Arial; font-size: 70%;
	font-weight: bold;
}



/*ie6*/
* html body .th {
	font-size: 100%;
}
/*end*/

.Header .th { 
	font-size: 90%; text-align: left;
	padding: 4px;
	background-color: #3c70ac; color: #fcfcfc;
	width: 100%;
	white-space: nowrap;
}



/*ie6*/
* html body .Header .th {
	font-size: 130%; text-align: left;
}
/*end*/

.Caption .th { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	background-color: #aecbea; color: #000000;
	white-space: nowrap;
}



/*ie6*/
* html body .Caption .th {
	font-size: 100%; text-align: left; vertical-align: top;
}
/*end*/

.Row .th { 
	font-size: 70%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.AltRow .th { 
	font-size: 70%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	background-color: #f4f4f4; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.Controls .th { 
	font-size: 70%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	background-color: #f4f4f4;
	color: #000000;
	white-space: nowrap;
	color: #000000;
}

.GroupCaption .th {
	font-size: 70%;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	background-color: #dde8f2; 
	color: #000000;
}



/*ie6*/
* html body .GroupCaption .th {
	font-size: 100%;
}

* html body .Row .th, * html body .AltRow .th, * html body .Controls .th {
	font-size: 100%; font-weight: normal; text-align: left; vertical-align: top;
}
/*end*/

/* Class for Application Builder Menu */
.simpleMenu td {
	font-size: 70%;
}



/*ie6*/
* html body .simpleMenu td {
	font-size: 100%;
} 
/*end*/

/* Ajouts Wlad */

body
{
	margin: 0px;
	text-align:center;
	background: url(../../design/bg_grey_stripped.jpg) repeat;
}

div#conteneur
{
	margin: auto;
	text-align: center;
	background: #fff;
	width: 960px;
	border: 2px solid #666;
	text-align:left;
}

div#bandeau
{
	width: 960px;
	height: 142px;
}

div#menuh
{
	width: 960px;
	height: 40px;
}

div#bloc
{
	width: 100%;
	/*height: auto;*/
}

div#colgauche
{
	width: 175px;
	height: 600px;
	float: left;
	margin-top: 0px;
	
}


div#coldroite
{
	background: url(../../design/bv1.png) repeat-y 0px;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 20px;
	margin-top: -2px;
	min-height: 600px;
	position: relative;
	overflow: hidden;

}

div#contenu
{
	float:left;
	width: 550px;
}

div#promos
{
	margin-top: 5px;
	padding-left: 32px;
	overflow: hidden;
}

div#pied
{
	margin-left: 175px;
	padding-left: 20px;
	padding-right: 210px;
	background: url(../../design/bv1.png) repeat-y 0px;
}

.wlad 
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 15px;
	font-size: 10px;
}

.wladgras
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 15px;
	font-weight: bold;
	font-size: 10px;
}

.wlad2 
{
	border-bottom: 1px solid black;
	height: 20px;
	font-size: 10px;
}

.wlad2gras 
{
	border-bottom: 1px solid black;
	height: 15px;
	font-weight: bold;
	font-size: 10px;
}

.gras
{
	font-weight: bold;
}


/* -----------------------------------------------
		               Galerie
	------------------------------------------------- */

div.FireliveTooltipObject
{
    position: absolute;
    z-index: 255;
}

div.FireliveTooltipObject div
{
    text-align: center;
    padding: 5px;
    border: 1px solid #000000 !important;
    background-color: #FFFFFF;
}

div.FireliveTooltipObject div h1
{
    margin-bottom: 3px;
}

div.FireliveTooltipObject div img
{
    margin: auto;
}

.arboF A:link {text-decoration: none; color: #0654AA; font-size:13px;}
.arboF A:visited {text-decoration: none; color: #0654AA; font-size:13px;}
.arboF A:active {text-decoration: none; color: #0654AA; font-size:13px;}
.arboF A:hover {text-decoration: underline; color: #0654AA; font-size:13px;}

.arboM A:link {text-decoration: none; color: black; font-size:12px;}
.arboM A:visited {text-decoration: none; color: black; font-size:12px;}
.arboM A:active {text-decoration: none; color: black; font-size:12px;} 
.arboM A:hover {text-decoration: underline; color: black; font-size:12px;}

.piedA A:link {text-decoration: none; color: #0654AA; font-size:12px;}
.piedA A:visited {text-decoration: none; color: #0654AA; font-size:12px;}
.piedA A:active {text-decoration: none; color: #0654AA; font-size:12px;} 
.piedA A:hover {text-decoration: underline; color: #0654AA; font-size:12px;}
