﻿#ctl00_uclConsoleAdmin_pnlEdit, #ctl00_uclConsoleAdmin_divConsole
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/* barre d'outil général */
#ctl00_uclConsoleAdmin_divConsole
{
	position: fixed;
	top: 40px;
	left: 10px;
	width: 120px; /*height: 330px;*/ /* SLA. voir avec T si ok...*/
	padding: 4px;
	background-color: #666;
	color: #666;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-border-radius: 5px;
	z-index:99999999;
}

#divConsoleFragment
{
	display: none;
	position: fixed;
	top: 60px;
	left: 115px;
	width: 100px;
	height: 300px;
	padding: 4px;
	background-color: #666;
	color: #666;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1000;
	-moz-border-radius: 5px;
}

#ctl00_uclConsoleAdmin_divConsole div
{
	margin: 0px 0 4px 0;
	background-color: #eee;
	-moz-border-radius: 5px;
	padding: 4px;
}

#ctl00_uclConsoleAdmin_divConsole h4
{
	font-size: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #666;
}

#ctl00_uclConsoleAdmin_divConsole h2
{
	font-size: 8px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #666;
}

#ctl00_uclConsoleAdmin_divConsole h2 strong
{
	font-size: 10px;
	font-weight: bold;
}

#ctl00_uclConsoleAdmin_pnlEdit div, #ctl00_uclConsoleAdmin_pnlEdit input, #ctl00_uclConsoleAdmin_pnlEdit textarea, #ctl00_uclConsoleAdmin_pnlEdit select
{
	-moz-border-radius: 5px;
}

a.btn
{
	font-size: 9px;
	border: solid 1px #999;
	border-width: 1px; /*text-align: right;*/
	background-color: #ddd;
	margin: 0;
	padding: 2px .7em;
	cursor: pointer;
	text-transform: uppercase;
	overflow: visible;
	-moz-border-radius: 5px;
	background-repeat: no-repeat;
	color: #666;
	display: block;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 0;
}

/*.divConsole
62{
63 margin:auto;
64 width:1024px;
65 border:solid 1px black;
66}*/

/*#divContent
{
	margin:auto;
	width:1024px;
}*/

.floatLeft
{
	float: left;
}

.divEdit
{
	cursor: pointer;
	position: relative;
}

/* Modal Popup - mp */

.mpBackground
{
	background-color: Black;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.mpContent
{
	border: solid 1px black;
	background-color: White;
	padding: 10px 10px 10px 10px;
}

.mpActionsBar
{
	background-color: #F3F7FD;
	border: solid 1px #BBD8FB;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 5px;
	text-align: right;
}

.fdsRecherche
{
	border: solid 1px black;
	padding: 10px 10px 10px 10px;
}

.mpActionsBar input
{
	padding: 0 5px;
}
.mpActionsBar label
{
	padding: 0 5px 0 0;
}
span.error
{
	color: Red;
	display: block;
	padding: 5px;
	font-weight: bold;
}

.mpNestedGlass
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 2;
	background-color: Green;
	filter: alpha(opacity=80);
	opacity: 0.8;
	display: none;
}
.RollOverControl
{
	padding: 20px;
	color: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: Green;
	-moz-opacity: 0.8;
	position: relative;
}
.selectedNode
{
	color: #000;
}

/* RadEditor - ajouter une ligne par template différent pour limiter la largeur de l'éditeur à celle de la colone */
div.RadEditor
{
	width: 870px !important;
	z-index: 10000 !important;
	text-align: left !important;
}
div.content div.RadEditor
{
	width: 572px !important;
}
div.sidebar div.RadEditor
{
	width: 278px !important;
}
body.layout-a div.content div.RadEditor
{
	width: 415px !important;
}
body.layout-a div.sidebar div.RadEditor
{
	width: 415px !important;
}
body.layout-b div.content div.RadEditor, body.accueil div.content div.RadEditor
{
	width: 260px !important;
}
body.layout-b div.sidebar div.RadEditor, body.accueil div.sidebar div.RadEditor
{
	width: 260px !important;
}
body.layout-b div.sidebar-b div.RadEditor, body.accueil div.sidebar-b div.RadEditor
{
	width: 260px !important;
}
.reTool .CustomLinkManager
{
	background-image: url(/_media/images/btn/LinkManager.gif);
}

.AspNet-Login-UserPanel label em, .AspNet-Login-PasswordPanel label em, .AspNet-Login-RememberMePanel label em
{
	font-style: normal;
}

.admin input, .admin textarea, .admin select
{
	background-color: White;
}

/* Calendrier */

.cal_Theme1 * {padding:0px;margin:10px 0 0;}


.cal_Theme1 .ajax__calendar_container
{
	background-color: #e2e2e2;
	border: solid 1px #cccccc;
	border-spacing: 0px;
}

.cal_Theme1 .ajax__calendar_header
{
	background-color: #ffffff;
	margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev
{
	color: #004080;
	padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body
{
	background-color: #e9e9e9;
	border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day
{
	text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active
{
	color: #004080;
	font-weight: bold;
	background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today
{
	font-weight: bold;
}





.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
	color: #bbbbbb;
}

