﻿
/* -- Grids --*/
.cc_grid { 
    width:95%; 
    background-color:#fff; 
    margin:5px 0 10px 0; 
    border:solid 1px #525252; 
    border-collapse:collapse; 
}
.cc_grid td { 
    padding:2px; 
    border:solid 1px #c1c1c1; 
    color:#717171; 
}
.cc_grid th { 
    padding:4px 2px; 
    color:#fff; 
    background:#424242 url(images/grd_head.png) repeat-x top; 
    border-left:solid 1px #525252; 
}
.cc_grid .alt { background:#fcfcfc url(images/grd_alt.png) repeat-x top; }
.cc_grid .pager { background:#424242 url(images/grd_pgr.png) repeat-x top; }
.cc_grid .pager table { margin:5px 0; }
.cc_grid .pager td { 
    border-width:0; 
    padding:0 6px; 
    border-left:solid 1px #666; 
    font-weight:bold; 
    color:#fff; 
    line-height:12px; 
 }   
.cc_grid .pager a { color:#fff; text-decoration:none; }
.cc_grid .pager a:hover { color:#ff0000; text-decoration:none; }

.pnlSearch{padding-left:20px;padding-top:15px;}
.pnlBotoSearch{height:41px; background:#EEE url(/DesktopModules/Lamy/images/btnSearch_bg.png) repeat-x bottom left; padding-right:15px;text-align:right;}
.pnlSearchResult{background:url(/DesktopModules/Lamy/images/resultats_bg.png) repeat-x bottom left;padding:18px; border-bottom:solid 1px #EE9F06;}
.pnlSearchText{}
.pnlSearchImage{}
.navigationText{color:#425C8D;padding-left:22px;padding-top:3px;float:left;}
.SearchNavigation{height:24px; border-bottom:solid 1px #EE9F06; background:url(/DesktopModules/Lamy/images/Navigation_bg.png) repeat-x bottom left;padding-top:2px;text-align:right;padding-right:25px;}

.viewEsq
{float:left;padding-top:15px;padding-right:0px; width:49%; vertical-align:top;}
.viewDret
{float:left;padding-top:15px;width:49%; vertical-align:top;}
.btnRechercher{background: url(/Portals/0/Skins/Wolters/images/btnRechercher.gif) no-repeat left top; width:125px;height:33px; border-style:none; cursor:pointer;cursor:hand;}
.rdbText{font-size:10px;display:none}
.advSearch_bg{background: url(/Portals/0/Skins/Wolters/images/advSearch_bg.gif) no-repeat left top;padding-left:20px;margin-bottom:5px;}
.SearchCategories{color:#EE9E04;font-weight:bold;text-decoration:none;}
.SearchDate{color:#5571A1;float:left;}
.SearchImage{max-width:185px;border:solid 2px #B9B9B7;}
a.lnkAdvSearch, a.lnkAdvSearch:link, a.lnkAdvSearch:active, a.lnkAdvSearch:visited{font-size:10px; color:#5671A0;font-weight:bold;}
a.lnkAdvSearch:hover{font-size:10px; color:White;font-weight:bold;}

a.SearchTitle, a.SearchTitle:link, a.SearchTitle:active, a.SearchTitle:visited{font-size:11px; color:#32557B;font-weight:bold;}
a.SearchTitle:hover{font-size:11px; color:#4F86C1;font-weight:bold;}


/* Tooltip Styles */


.Eventtooltipheader,.Eventtooltipbody {
width:300px;
z-index:99;
font-size:10px;
font-family:Arial;
padding:5px;

}

.Eventtooltipheader {
border:#BDD4DA 5px solid;
background-color:#BDD4DA;
color:#5470A0;
font-weight:700;
font-size:11px;
text-align:center;
}

.Eventtooltipbody {
border-left:#BDD4DA 5px solid;
border-right:#BDD4DA 5px solid;
border-bottom:#BDD4DA 5px solid;
background-color:#fff;
color:#4E4E4E;
}

.Eventtooltipbody hr {
width:100%;
color:#c3d9ff;
background-color:#c3d9ff;
height:1px;
white-space:nowrap;
border:1px solid black;
}


