/* margin: top right bottom left; */
/*
----------------------------------------------------------------------------- 
Common
-----------------------------------------------------------------------------*/

/* couleurs : #1e1f21 (gris foncˇ), #000 (noir), #999ea4 (gris clair logo), #eb312e (grenadine) */


* {margin:0;padding:0}

body { 
	margin: 0;
	padding: 0;
	font: 12px/170% arial, helvetica, verdana, sans-serif;
	color: #333;
	background: #666;
}

h1 {
	margin: 13px 0 15px 0;
	padding: 0;
	border-bottom: #eb312e 1px solid;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: #eb312e;
}

h2 {
	margin: 20px 0 15px 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
h2 a:hover { color: #eb312e; text-decoration: underline; font-weight: normal; cursor: pointer; }
h2 span { text-transform: none; }

h3 {
	margin: 7px 0 3px 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #222 /*#222*/;
}

h4 { font-size: 11px; color: #222; margin: 10px 0 3px 0; font-weight:bold; }
h5 { font-size: 10px; color: #222; margin: 10px 0 3px 0; font-weight:bold; }
h6 { font-size: 9px; color: #222; margin: 10px 0 3px 0; font-weight:bold; }

br { clear: both; }

hr {
	border: 0;
	color: #eb312e;
	background-color: #eb312e;
	height: 1px;
}

p { margin: 0 0 1em 0; padding:0; }

strong { font-weight:bold; }

ul { margin: 0 0 1em 0; padding-left:12px; }

li { list-style-position: outside; list-style-type:square; }

a:link,a:visited,a:active {
	color: #eb312e;
	text-decoration: underline;
	font-weight: normal;
}

a:hover { color: #303030; text-decoration: underline; font-weight: normal; cursor: pointer; }

img, a img { border: none; margin: 0; padding: 0;}

.right { float:right; margin: 0 0 20px 20px; }

.center { float:left; width: 800px; margin: 0 auto 20px auto; text-align: center; }

.left { float:left; margin: 0 20px 20px 0; }

fieldset {
	margin: 0 0 15px 0;
	padding: 15px;
	border: 1px solid #eb312e;
	background-color: #eee;
	color: #222;
}

fieldset legend {
	font-size: 11px;
	font-weight: bold;
	background-color: #eb312e;
	color: #ddd;
	padding: 1px 6px;
	margin-bottom: 10px;
	border: 1px solid #eb312e;
}

fieldset h1 { font-size: 18px; color: #222; margin: 0 0 15px 0; font-weight:bold; border-bottom:#222 1px solid; }
fieldset h2 { font-size: 14px; color: #222; margin: 15px 0 10px 0; font-weight:bold; border-bottom:#222 1px solid; }
fieldset h3 { font-size: 13px; color: #222; margin: 0 0 10px 0; font-weight:bold; }
fieldset h4 { font-size: 11px; color: #222; margin: 0 0 10px 0; font-weight:bold; }
fieldset h5 { font-size: 10px; color: #222; margin: 0 0 10px 0; font-weight:bold; }
fieldset h6 { font-size: 9px; color: #222; margin: 0 0 10px 0; font-weight:bold; }

fieldset table {
	width: 100%;
	border-spacing: 4px;
	font-size:11px;
	text-align:left;
}
	
fieldset th { 
	padding-right:10px;
}

form {
	margin: 0;
}

input, textarea, select, option {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

label {
	color: #222;
	font-weight: bold;
}

/*
----------------------------------------------------------------------------- 
Container
-----------------------------------------------------------------------------*/

#elum-overall {
	width: 930px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	border: 0;
}

#elum-container {
	float:left;
	width: 930px;
	margin:0;
	padding: 0;
	text-align: left;
	background: #fff url(../img/container/container_bg.gif) top left repeat-y;
	border: 0;
}

/*
----------------------------------------------------------------------------- 
Site Info Header
-----------------------------------------------------------------------------*/

#elum-siteinfo-header { display:none; }
#elum-siteinfo-url { display:none; }
#elum-siteinfo-date { display:none; }


/*
----------------------------------------------------------------------------- 
Site Info Footer
-----------------------------------------------------------------------------*/
#elum-siteinfo-footer {
	width: 930px;
	height:32px;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	color: #666;
	border-top:0;
	font: normal 10px arial, helvetica, verdana, sans-serif;
	background: #666 url(../img/container/footer_bg.gif) top left no-repeat;
	margin-right:-3px; /* pour IE pour virer le Duplicate Characters Bug sur v.4.0.1*/
}

#elum-siteinfo-legal a {
	font-weight:normal;
	color: #666;
}

#elum-siteinfo-legal {
	padding-top:0px;
	padding-right:22px;
	float: right;
	height:20px;
	border:0;
	letter-spacing:0.1em;
}

#elum-siteinfo-credits { display:none; }


/*
----------------------------------------------------------------------------- 
Branding
-----------------------------------------------------------------------------*/
#elum-branding {
	width: 930px;
	height: 132px;
	float: left;
	margin:0;
	padding:0;
	border:0;
	background: #ddd url(../img/branding/branding_bg.jpg) bottom left no-repeat;
}

#elum-branding-logo {
	clear: both;
	float: left;
	margin:0;
	padding:0; 
	width: 270px;
	height: 90px;
	text-align: left;
	border:0;
}

#elum-branding-logo img {
	border:0;
	margin:0;
	visibility: hidden;
}

#elum-branding-name {
	visibility:hidden;
	float: left;
	width: 440px;
	margin: 0;
	padding:0;
}


/*
----------------------------------------------------------------------------- 
Language
-----------------------------------------------------------------------------*/
#elum-language {
	display:block;
	float: right;
	width:200px;
	margin: 8px 10px 0 0;
	padding: 0;
	text-align:right;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	vertical-align:middle;
	border:0;
}

#elum-language a {
	padding-left: 4px;
	color: #1e1f21;
	border-left:5px solid #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
}
	
#elum-language a:hover {
	border-left:5px solid #eb312e;
	color:#000;
}


/*
----------------------------------------------------------------------------- 
Search Box
-----------------------------------------------------------------------------*/

#elum-search-simple {
	display:block;
	float: right;
	width:200px;
	margin: 0 40px 0 0;
	padding: 70px 0 0 0;
	text-align:right;
	font: 12px/170% arial, helvetica, verdana, sans-serif;
	vertical-align:middle;
	border:0;
}


#elum-search-simple input {
 	padding: 0;
	vertical-align: middle;
}

/*
----------------------------------------------------------------------------- 
Navigation Menu
-----------------------------------------------------------------------------*/

/* -------- DIV -------- */

div#elum-nav-menu-container {
	float: left;
	width: 930px;
	height: 27px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #000 url(../img/menu/menubar_bg.gif) top left repeat-y;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 170%;
}

/* -------- UL -------- */

ul#elum-nav-menu {
	float: left;
	width: 902px;
	height: 28px;
	margin-top: 0px;
	padding-left: 16px;
	border: 0;
	list-style: none;
	font-style: normal;
	letter-spacing: 0px;
}

#elum-nav-menu ul.second {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: 176px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #000;
}

#elum-nav-menu ul.next {
	display: none;
	position: absolute;
	top: -1px;
	left: 100%;
	width: 168px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #000;
}

/* affichage (ou non) des blocs de sous-menus */

#elum-nav-menu li.main:hover ul.second,
#elum-nav-menu li#active-menu:hover ul.second,
#elum-nav-menu li.over ul.second {
	display: block;
}

#elum-nav-menu li.main:hover ul.second ul.next,
#elum-nav-menu li#active-menu:hover ul.second ul.next,
#elum-nav-menu li.over ul.second ul.next {
	display: none;
}

#elum-nav-menu li.main:hover ul.second li.child:hover ul.next,
#elum-nav-menu li.over ul.second li.over ul.next {
	display: block;
}

/* -------- LI -------- */

#elum-nav-menu li.main {
	float: left;
	position: relative;
	height: 19px;
	list-style: none;
	text-align: center;
	margin: 0 4px 0 4px;
	padding: 6px 6px 2px 6px;
	border: 0;
	cursor: default;
	background: #000 url(../img/menu/menu_bg.gif) repeat-x top left;
}

#elum-nav-menu li#active-menu {
	float: left;
	height: 22px;
	padding: 9px 6px 2px 6px;
	background: #999ea4 url(../img/menu/menu_on_bg.gif) repeat-x top left;
}

#elum-nav-menu li#active-menu div a { color:#000; }

#elum-nav-menu li.main:hover, 
#elum-nav-menu li.over {
	background-color: #1e1f21;
}

#elum-nav-menu li.child {
	float: left;
	position: relative;
	width: 176px;
	height: 20px;
	list-style: none;
	cursor: default;
	text-align: left;
	margin: 0;
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #1e1f21;
	border-left: 1px solid #1e1f21;
	border-top: 1px solid #1e1f21;
	background-color: #000;
}

#elum-nav-menu li.child:hover,
#elum-nav-menu li.over {
	background-color: #1e1f21;
}

/* -------- A -------- */

#elum-nav-menu li.main a {
	color: #ccc;
	text-decoration: none;
	font-weight:bold; 
	font-size: 10px;
	text-transform: uppercase;
}

#elum-nav-menu li.main a span {
	text-transform: none;
	color: #eb312e;
}

#elum-nav-menu li#active-menu a { font-weight:bolder; }

#elum-nav-menu li.main ul.second li a,
#elum-nav-menu li#active-menu ul.second li a {
	display: block;
	color: #f0eadc;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: none;
}


/*
----------------------------------------------------------------------------- 
Content
-----------------------------------------------------------------------------*/

#elum-content-container {
	float: left;
	width: 930px;
	margin: 0;
	padding: 0;
	border: 0;
}

#elum-content {
	float: left;
	width: 890px;
	margin: 10px 20px 5px 20px;
	padding: 0;
	border: 0;
}


/*
----------------------------------------------------------------------------- 
Side Bar
-----------------------------------------------------------------------------*/

#elum-content-with-sidebar {
	float: left;
	width: 670px;
	margin: 10px 20px 5px 20px;
	padding: 0;
	border: 0;
}

#elum-sidebar {
	float: left;
	width: 200px;
	margin: 25px 0 0 20px;
	padding: 0;
	border: 0;
}

#elum-sidebar .elum-box {
	margin: 0 0 1.25em 0;
	padding: 0 12px 7px 12px;
	border: 0;
	background: #fff url(../img/box/box_b.gif) bottom left no-repeat;
}

#elum-sidebar .elum-box h2 {
	height: auto;
	margin: 0 -12px 5px -12px;
	padding: 5px;
	border: 0;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #1e1f21;
	background: #fff url(../img/box/box_t.gif) top left no-repeat;
}

#elum-sidebar .elum-box h2 span {
	text-transform: none;
}

#elum-sidebar .elum-box p {
	margin: 8px 0 0 0;
	border: 0;
	line-height: 150%;
	color: #303335;
}

#elum-sidebar .elum-box ul {
	width: 170px;
	margin: 10px 5px 10px 5px;
	border: 0;
	color: #303335;
}

#elum-sidebar .elum-box ul li a { color:#303335;}
#elum-sidebar .elum-box ul li a:hover { color: #eb312e; text-decoration: underline; font-weight: normal; }
#elum-sidebar .elum-box ul li#active-nav a { font-weight:bolder; }


/*
----------------------------------------------------------------------------- 
Bloc
-----------------------------------------------------------------------------*/
.elum-bloc-container {
	float: left;
	width: 670px;
	padding: 0;
	margin: 0;
	border: 0;
}

.elum-bloc-headline-container {
	float: left;
	width: 670px;
	padding: 0;
	margin: 0;
	border: 0;
}

.elum-bloc-container img,
.elum-bloc-headline-container img {
	display:block;
}

.elum-bloc {
	float: left;
	width: 670px;
	padding: 0;
	margin: 0;
	border: 0;
}

.elum-bloc-half {
	float: left;
	width: 325px;
	padding: 0;
	margin: 0 10px 0 0;
	border: 0;
}

.elum-bloc-tier {
	float: left;
	width: 30%;
	padding: 0;
	margin: 0 2% 0 0;
}

.elum-bloc h2,
.elum-bloc-half h2,
.elum-bloc-tier h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
}

.elum-bloc h2 a:link, 
.elum-bloc h2 a:visited, 
.elum-bloc h2 a:active,
.elum-bloc-half h2 a:link, 
.elum-bloc-half h2 a:visited, 
.elum-bloc-half h2 a:active,
.elum-bloc-tier h2 a:link, 
.elum-bloc-tier h2 a:visited, 
.elum-bloc-tier h2 a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.elum-bloc h2 a:hover, 
.elum-bloc-half h2 a:hover, 
.elum-bloc-tier h2 a:hover { 
	color: #eb312e;
	text-decoration: underline;
	font-weight: bold;
}

.elum-bloc h2 span,
.elum-bloc-half h2 span,
.elum-bloc-tier h2 span {
	text-transform: none;
}

.elum-bloc p,
.elum-bloc-half p,
.elum-bloc-tier p {
	float: left;
	margin: 0 0 1em 0;
	padding:0;
}


/*
----------------------------------------------------------------------------- 
Tab
-----------------------------------------------------------------------------*/
#elum-tab-container {
	float: left;
	width: 890px;
	margin: 10px 20px 5px 20px;
	padding: 0;
	border: 0;
}

#elum-tab-container table {
	width: 100%;
	border-spacing: 4px;
}

#elum-tab-container h1 { font-size: 18px; color: #222; margin: 0 0 15px 0; font-weight:bold; border-bottom:#222 1px solid; }
#elum-tab-container h2 { font-size: 14px; color: #222; margin: 0 0 10px 0; font-weight:bold; border-bottom:#222 1px solid; }
#elum-tab-container h3 { font-size: 13px; color: #222; margin: 0 0 10px 0; font-weight:bold; border-bottom:#222 1px solid; }
#elum-tab-container h4 { font-size: 11px; color: #222; margin: 0 0 10px 0; font-weight:bold; }
#elum-tab-container h5 { font-size: 10px; color: #222; margin: 0 0 10px 0; font-weight:bold; }
#elum-tab-container h6 { font-size: 9px; color: #222; margin: 0 0 10px 0; font-weight:bold; }

#tabform {
	width: 100%;
	min-width: 500px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}

#elum-tab-summary {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#elum-tab-summary table {
	width: 100%;
}

#elum-tab-summary fieldset {
	display: block;
	margin: 0 0 20px 0;
	padding: 15px 2%;
	border: 1px solid #1e1f21;
	background-color: #eee;
	color: #000;
}

#elum-tab-summary fieldset legend {
	margin-bottom:10px;
	padding: 2px 8px;
	border: 1px solid #1e1f21;
	color: #ddd;
	background-color:#1e1f21;
	font-size: 11px;
	font-weight: bold;
}

/*
----------------------------------------------------------------------------- 
Tab Errors
-----------------------------------------------------------------------------*/

#elum-tab-errors {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#elum-tab-errors fieldset {
	display: block;
	margin: 0 0 20px 0;
	padding: 15px 2%;
	border: 1px solid #1e1f21;
	background-color: #eee;
	color: #000;
}

ul.elum-error {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ul.elum-error li {
	margin: 0;
	padding: 3px 0 3px 1.5em;
	list-style: none;
	background-image: url(../../../common/img/misc/alert.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	color: #c00;
	font-weight: bold;
}

span.elum-error {
	margin: 0;
	padding: 3px 0 3px 1.5em;
	background-image: url(../../../common/img/misc/alert.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	color: #c00;
	font-weight: bold;
}

/*
----------------------------------------------------------------------------- 
Tab Navigation
-----------------------------------------------------------------------------*/
#elum-tab-nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("../img/tab/bg.gif") repeat-x bottom;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}

#elum-tab-nav ul {
	width: 98%;
	margin: 0 1% 0 1%;
	padding: 0;
	list-style: none;
}

#elum-tab-nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
	background: url("../img/tab/left.gif") no-repeat left top;
}

#elum-tab-nav a {
	float: left;
	display: block;
	background: url("../img/tab/right.gif") no-repeat right top;
	padding: 5px 23px 4px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #585c5c;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#elum-tab-nav a {
	float: none;
}

/* End IE5-Mac hack */
#elum-tab-nav a:hover {
	color: #56b1f1;
}

#elum-tab-nav #active {
	background-image: url("../img/tab/left_on.gif");
}

#elum-tab-nav #active a {
	padding-bottom: 5px;
	background-image: url("../img/tab/right_on.gif");
	color: #585c5c;
}

/*
----------------------------------------------------------------------------- 
Tab Content
-----------------------------------------------------------------------------*/
#elum-tab-content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 15px 0 5px 0;
	border-right: 1px solid #585c5c;
	border-left: 1px solid #585c5c;
	color: #222;
	background-color: #fafaf8;
}

#elum-tab-content fieldset,
#elum-pop-content fieldset {
	display: block;
	margin: 0 15px 15px 15px;
	padding: 15px;
	border: 1px solid #1e1f21;
	background-color: #eee;
	color: #000;
}

#elum-tab-content fieldset.elum-fieldset-half {
	display: block;
	float: left;
	width: 43%;
	margin: 0 15px 15px 15px;
	padding: 15px;
	border: 1px solid #1e1f21;
	background-color: #eee;
	color: #000;
}

#elum-tab-content fieldset legend,
#elum-pop-content fieldset legend {
	font-size: 11px;
	font-weight: bold;
	background-color: #1e1f21;
	color: #ddd;
	padding: 1px 6px;
	margin-bottom: 10px;
	border: 1px solid #1e1f21;
}

table th {
	text-align: center;
}

table th label {
	color: #222;
	float: right;
}

table th label:after {
	content: " :";
}

table th label.required {
	color: #222;
}

table th label.required:before {
	color: #c00;
	content: "* ";
}

table td {
	text-align: left;
}

table td input {
	color: #222;
	float: left;
}

/*
----------------------------------------------------------------------------- 
Tab Control
-----------------------------------------------------------------------------*/
#elum-tab-control {
	float: left;
	width: 100%;
	margin: 0;
	padding: 3px 0;
	background-color: #585c5c;
	border: 1px solid #585c5c;
	text-align: center;
}

#elum-tab-control ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#elum-tab-control li {
	display: inline;
	list-style-type: none;
	padding: 2px;
	margin: 0;
}


/*
----------------------------------------------------------------------------- 
Pop
-----------------------------------------------------------------------------*/
#elum-pop-overall {
	width: 94%;
	margin-top:15px;
	margin-left:auto;
	margin-right:3%;
	padding: 0;
}

#elum-pop-container {
	float:left;
	width: 100%;
	margin:0;
	padding: 0;
	text-align: left;
	border: solid 1px #000;
	background: #fff;
}

#elum-pop-content {
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
	margin:0;
	text-align: left;
	background: #fff;
}

#elum-pop-form {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#elum-pop-control {
	float: left;
	width: 100%;
	padding: 3px 0;
	margin: 0;
	background-color: #585c5c;
	text-align: center;
}

#elum-pop-control ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#elum-pop-control li {
	display: inline;
	list-style-type: none;
	padding: 2px;
	margin: 0;
}


/*
----------------------------------------------------------------------------- 
Search Results
-----------------------------------------------------------------------------*/

#elum-search-info {
	float: left;
	width: 96%;
	margin: 15px 2% 5px 2%;
	padding: 0;
	font-size: 12px;
	color:#585c5c;
}

#elum-search-info b {
	color: #000;
}

/* --------------------------- search-batch ------------------------------ */

.elum-search-batch {
	float: left;
	width: 96%;
	margin: 15px 2% 5px 2%;
	padding: 0;
	text-align: center;
	font-size: 11px;
}

.elum-search-batch a {
	padding: 4px;
	text-align: center;
	font-size: 11px;
	color:#585c5c;
	text-decoration:none;
	margin:1px;
}

.elum-search-batch a:hover {
	color:white;
	background-color:#585c5c;
}  

/* --------------------------- search-results ------------------------------ */


#elum-search-results {
	float: left;
	width: 96%;
	margin: 15px 2% 5px 2%;
	padding: 0;
}

#elum-search-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.2em;
	text-decoration:none;
	color:#585c5c;
}

#elum-search-results ul li.elum-person span.title a,
#elum-search-results ul li.elum-organization span.title a,
#elum-search-results ul li.elum-classification span.title a {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color:#333;
	text-decoration:none;
	padding: 2px;
}

#elum-search-results ul li.elum-document span.title a b {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color:#000;
	text-decoration:none;
	padding: 2px;
}

#elum-search-results ul li.elum-classification span.title a {
	font-size: 10px; 
	font-style: normal;
	color: #585c5c;
}


#elum-search-results ul li.elum-person span.title a:hover,
#elum-search-results ul li.elum-organization span.title a:hover,
#elum-search-results ul li.elum-classification span.title a:hover,
#elum-search-results ul li.elum-document span.title a:hover b {
	color:#56b1f1;
	background-color:#000;
	text-decoration:none;
}

#elum-search-results ul li.elum-document span.title a {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color:#000;
	text-decoration:none;
}

#elum-search-results ul li.elum-document span.title a:hover {
	color:#000;
	background-color:transparent;
	text-decoration:none;
}


/*
----------------------------------------------------------------------------- 
Search Advanced
-----------------------------------------------------------------------------*/
#elum-search-advanced table th {
	text-align: right;
}

#elum-search-advanced table th label {
	color: #585c5c;
	float: right;
	font-size: 11px;
	font-weight: bold;
}

#elum-search-advanced table th label:after {
	content: " :";
	padding: 0 3px;
}

#elum-search-advanced table td {
	text-align: left;
}

#elum-search-advanced table td input {
	color: #585c5c;
	float: left;
}


/*
----------------------------------------------------------------------------- 
Photo
-----------------------------------------------------------------------------*/

div.elum-photo {
	float: left;
	border:0;
	margin: 10px 10px 0 0;
	font-size: 85%;
	font-weight: normal;
	letter-spacing: 1px;
	color:#000;
}
	
div.elum-photo img { border: 1px solid #222; }

div.elum-photo ul { 
	margin-top: 0.25em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0.25em;
	padding: 0;
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

div.elum-photo li {
	list-style:none; 
	text-align:center; 
	margin:0;
	padding:0;
}
	
h2 {
	margin: 20px 0 15px 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
h2 a:hover { color: #eb312e; text-decoration: underline; font-weight: normal; }
h2 span { text-transform: none; }
	
	
/*
----------------------------------------------------------------------------- 
HTML Editor
-----------------------------------------------------------------------------*/
.elum-html-editor {
	width: 100%;
}

.elum-html-editor-small {
	width: 100%;
}


/*
----------------------------------------------------------------------------- 
UL List
-----------------------------------------------------------------------------*/

.elum-list {
	list-style: none;
	margin:0;
	padding: 0;
	font-size: 13px;
}

li.elum-default {
	padding: 3px 0 3px 0;
	margin: .4em 0;
}

li.elum-index {
	padding: 3px 0 3px 0;
	margin: .4em 0;
	border-bottom: 1px solid #000;
}

li.elum-classification {
	background-image: url(../img/icon/classification.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}

li.elum-document {
	background-image: url(../img/icon/document.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}

li.elum-folder {
	background-image: url(../img/icon/folder.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}

li.elum-organization {
	background-image: url(../img/icon/organization.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}

li.elum-person {
	background-image: url(../img/icon/person.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}

li.elum-resource {
	background-image: url(../img/icon/resource.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 3px 0 3px 25px;
	margin: .4em 0;
}


/*
----------------------------------------------------------------------------- 
Table List
-----------------------------------------------------------------------------*/

#elum-tab-container table.elum-list {
	border-spacing: 1px;
}

span.elum-list-empty {
	display: block;
	width: 99%;
	margin: 0 0 20px 0;
	padding: 2px 4px 2px 4px;
	border: 1px dotted #999;
	background-color: #eee;
}

span.elum-list-pagebanner {
	display: block;
	width: 99%;
	margin-top: 20px;
	padding: 2px 4px 2px 4px;
	border: 1px dotted #999;
	border-bottom: none;
	background-color: #eee;
}

span.elum-list-pagelinks {
	display: block;
	width: 99%;
	margin-bottom: 20px;
	border: 1px dotted #999;
	border-top: none;
	padding: 2px 4px 2px 4px;
	background-color: #eee;
}

table.elum-list {
	width: 100%;
	line-height:  100%;
	margin: 0 0 20px 0;
	border-spacing: 1px;
	caption-side: top;
	background-color: #585c5c;
}

table.elum-list caption {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #585c5c;
}

table.elum-list thead tr {
	background-color: #ddd;
}

table.elum-list thead th {
	padding: 4px;
	font-size: 11px;
	background-color: #ddd;
	color: #000;
}

table.elum-list thead th.sorted {
	background-color: #eb312e;
}

table.elum-list thead th.sorted a,
table.elum-list thead th.sortable a {
	display: block;
	width: 100%;
	background-position: right;
	background-repeat: no-repeat;
	font-weight:bold;
	text-decoration: none;
	color: #000;
}

table.elum-list thead th.sortable a {
	background-image: url(../../../common/img/button/arrow_off.png);
}

table.elum-list thead th.ascending a {
	background-image: url(../../../common/img/button/arrow_up.png);
}

table.elum-list thead th.descending a {
	background-image: url(../../../common/img/button/arrow_down.png);
}

table.elum-list tbody tr {
	padding: 0;
	margin: 0;
}
	
table.elum-list tbody tr.odd {
	background-color: #fff;
}

table.elum-list tbody tr.even {
	background-color: #eee;
}

table.elum-list tbody th,
table.elum-list tbody td {
	padding: 4px;
	margin: 0;
	font-size: 11px;
}

div.elum-list-exportlinks {
	width: 99%;
	margin: 0 0 10px 0;
	padding: 2px 4px 2px 4px;
	border: 1px dotted #999;
	background-color: #eee;
}

div.elum-list-exportlinks span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	cursor: pointer;
	background-repeat: no-repeat;
}

div.elum-list-exportlinks span.excel {
	background-image: url(../../../common/img/icon/ico_file_excel.png);
}

div.elum-list-exportlinks span.csv {
	background-image: url(../../../common/img/icon/ico_file_csv.png);
}

div.elum-list-exportlinks span.xml {
	background-image: url(../../../common/img/icon/ico_file_xml.png);
}

div.elum-list-exportlinks span.pdf {
	background-image: url(../../../common/img/icon/ico_file_pdf.png);
}

div.elum-list-exportlinks span.rtf {
	background-image: url(../../../common/img/icon/ico_file_rtf.png);
}


/*
----------------------------------------------------------------------------- 
Help
-----------------------------------------------------------------------------*/
.elum-help-button {
	margin: 0 0 0 5px;
}

.elum-help-panel {
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #ffffe0;
}

/*
----------------------------------------------------------------------------- 
Calendar
-----------------------------------------------------------------------------*/
.elum-calendar-button {
	margin: 0 0 0 5px;
}

td.elum-calendar {
	letter-spacing: normal;
	line-height: normal;
	font-size: 11px;
}

select.elum-calendar {
	letter-spacing: .06em;
	font-size: 11px;
}

input.elum-calendar {
	letter-spacing: .06em;
	font-size: 11px;
}

/*
----------------------------------------------------------------------------- 
AntiSpam
-----------------------------------------------------------------------------*/
#d_user{
	margin:0;
	padding:0;
	visibility:hidden;
}

