@font-face {
	font-family: 'Calibri_server';
	src: url('./fonts/CALIBRI.eot') format('eot'), url('./fonts/CALIBRI.ttf') format('truetype');
}

@font-face {
	font-family: 'Calibri_server';
	src: url('./fonts/CALIBRII.eot') format('eot'), url('./fonts/CALIBRII.ttf') format('truetype');
	font-style: italic;
}

@font-face {
	font-family: 'Calibri_server';
	src: url('./fonts/CALIBRIB.eot') format('eot'), url('./fonts/CALIBRIB.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Calibri_server';
	src: url('./fonts/CALIBRIZ.eot') format('eot'), url('./fonts/CALIBRIZ.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

body {
	margin:0px auto;
	background-color: #f0f0f0;
	color: #333;
}

#ori-oai {
	width: 100%;
	
	margin:0px auto;

	font-family: Calibri, Calibri_server, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	
	background: #FFFFFF url(../media/background-page.png) repeat-x;
	color: #333;
	/*background: red url(../media/background-page.png) repeat-x;*/
}

#ori-oai-content {
	width: 1115px;
	min-width: 1115px;
	max-width: 1115px;
	margin:0px auto;
	
	/*background-color: #F6F6F6;*/
	/*background-color: red;*/
	
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
	
	/*background-color: pink;*/
	
	/*
	-moz-box-shadow:
        -15px 0px 12px -12px #888,
		15px 0px 12px -12px #888;
    -webkit-box-shadow:
        -15px 0px 12px -12px #888,
		15px 0px 12px -12px #888;
    box-shadow:
        -15px 0px 12px -12px #888,
		15px 0px 12px -12px #888;
	*/
}



#ori-oai-content-main {
	/*width: 1115px;
	min-width: 1115px;
	max-width: 1115px;
	*/
	/*background: red url(../media/fond-transparent-P-int.png) repeat-y 0px 0px;*/
	/*background: pink url(../media/background-content-with-refine.png) repeat-y 0px 0px;*/
	/*background-color: #F6F6F6;*/
	/*background-color: pink;*/
	
	/*min-height: 800px;*/
}

#ori-oai *{
	font-family: Calibri, Calibri_server, Arial, Verdana, Helvetica, sans-serif;
}

#ori-oai,
#ori-oai p,
#ori-oai td
/*#ori-oai table,*/
/*#ori-oai tr*/ {
    font-size: 9pt;
	line-height: 1.2;
    font-weight: normal;
}

#ori-oai input {
	/*color: #333;*/
}

#ori-oai input.input-text, 
#ori-oai input.input-radio, 
#ori-oai input.input-hidden, 
#ori-oai input.input-checkbox, 
#ori-oai select {
    font-size: 8pt;
	
	padding : 2px 1px 2px 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	
	border-top: solid 1px #999999;
	border-right: solid 1px #aab3b3;
	border-bottom: solid 1px #d5dddd;
	border-left: solid 1px #aab3b3;
	background-color: #F6F6F6;
	color: #333;
	
	max-width: 270px;
}

#ori-oai textarea {
    font-size: 10pt;
    color: #333;
}

#ori-oai .nobr {
    white-space: nowrap;
}

#ori-oai img {
    border: none;
}


#ori-oai a:link,
#ori-oai a:visited,
#ori-oai a:active {
	color: #333;
}
#ori-oai * a:hover {
	color: #EA6735;
}

#ori-oai a.action,
#ori-oai span.action/*, 
#ori-oai input.input-button*/ {
	font-size: 8pt;
	text-align: left;
	color:#EA6735;
	font-weight: bold;
	text-decoration: none;
	
	padding-left:17px;
	
	border: none;
	background: none;
	
	background-image:url(../media/action-link.png);
	background-position:left center;
	background-repeat:no-repeat;
	
	line-height: 1.5;
}

#ori-oai a.action-open,
#ori-oai span.action-open{
	background-image:url(../media/action-open-link.png);
	background-position:left center;
	background-repeat:no-repeat;
	color: #EA6735;
}

#ori-oai input.input-button,
#ori-oai button.input-button,
#ori-oai a.input-button {
	background: url("../media/button-background.png") repeat-x transparent;
	background-size: 100% 100%;
	
	border: medium none;
	color: white;
	
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	
	font-size: 11pt;
	
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
}
#ori-oai a.input-button {
	text-decoration: none;
	
	
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}

#ori-oai a.action {
	padding-top: 5px;
	padding-bottom: 5px;
}

#ori-oai a.action:hover/*, 
#ori-oai .input-button:hover*/ {
	text-decoration: underline;
	cursor: pointer;
}

#ori-oai h1 {
	color: #313336;
	font-size: 13pt;
	text-align: left;
	/*border-bottom: 1px solid #109ECD;*/
	
	margin-left: 10px;
	padding-left:20px;
	background-image:url(../media/h1-background.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#ori-oai h1 b {
	color: #EA6735;
	font-size: 14pt;
}

#ori-oai h2 {
	color: #B2254B;
	font-size: 11pt;
	/*border-bottom: 1px solid #B2254B;*/
	margin-left:35px;
}

/*#ori-oai h3 {
	color: #F7931D;
	font-size: 10pt;
	border-bottom: 1px solid #F7931D;
	margin-left:40px;
}*/

/*#ori-oai h4 {
	color: #7095C0;
	font-size: 9pt;
	
	margin-left:60px;*/
	
	/*background-image:url(http://www.ori-oai.org/static/css/puce_tree.png);
	background-position:left center;
	background-repeat:no-repeat;*/
/*}*/

#ori-oai hr {
    color: #69c;
    height: 1px;
}



#ori-oai hr.separator {
    height: 0px;
	width: 0px;
	border: none;
	color: transparent;
	padding: 0;
	margin: 0;
	
	clear: both;
}


/*#ori-oai table {
    clear: left;
}*/




/****************************/
/*              HEADER             */
/****************************/

#ori-oai #header {
	min-height: 103px;
	height: auto !important;
	height: 103px;
	background: none;
	margin: 0 0px;
	padding: 0 0px;
	position: relative;
	top: 0px;
	
	background: transparent url(../media/header.png) no-repeat 0px 0px;
	color: #333;
	/*background-size: 73% 73%;*/
}



/* ----- logo ----- */
#ori-oai #header #logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	text-decoration: none;
	overflow: hidden;
	/*width: 200%;*/
	height: 138px;
	width: 133px;
	background: transparent url(../media/logo-min.png) no-repeat 0px 0px;
	color: #333;
	/*background-size: 73% 73%;*/
	z-index: 1;
}
#ori-oai #header #logo a {
	width : 133px;
	height: 138px;
	margin: 0px 0px 0px 0px;
	display:block;
	float:left;
}


/* ----- name ----- */
#ori-oai #header #name {
	display: block;
	position: absolute;
	top: 10px;
	right: 30px;
	text-decoration: none;
	overflow: hidden;
	
	padding: 10px;
	background-color: rgba(246, 246, 246, 0.6);
	border-radius: 10px 10px 10px 10px;
	color: #B2254B;
	
	z-index: 1;
	
	font-size: 26pt;
	font-weight: bold;
	font-style:italic;
}


/********************************/
/*              HEADER TOP            */
/********************************/


#ori-oai #header-top {
	background: url(../media/header-top.png) repeat-x;
	color: #333;
	height: 27px;
}

#ori-oai #header-top-links {
	width: 1115px;
	min-width: 1115px;
	max-width: 1115px;
	
	background: url(../media/header-top.png) repeat-x;
	color: #333;
	margin-top: -27px;
	height: 27px;
	max-height: 27px;
	
	padding-left: 120px;
}

#ori-oai #header-top-links div {
	line-height: 26px;
	height: 27px;
	max-height: 27px;
}

#ori-oai #header-top-links a,
#ori-oai #header-top-links span{
	font-size: 8pt;
	
	white-space: nowrap;
	text-decoration: none;
}
#ori-oai #header-top-links a{
	color: white;
}
#ori-oai #header-top-links span{
	color: #999;
}

#ori-oai #header-top-links div.module-link {
	float: left;
	padding-left: 40px;
}
#ori-oai #header-top-links div.module-link-current a,
#ori-oai #header-top-links div.module-link-current span{
	color: #F6B055;
	text-decoration: underline;
}
#ori-oai #header-top-links div.module-link a:hover {
	text-decoration: underline;
}



/****************************/
/*          MAIN MENU          */
/****************************/

/* ----- global ----- */
#ori-oai .main-menu {
	position: relative;
	
	font-size: 8pt;
	
	background: url(../media/menu-unactive.png) repeat-x;
	background-size: 100% 100%;
	min-height: 28px;
	
	/*margin-right: 15px;*/
	
	color: #333;
	/*z-index: 0;*/
}

#ori-oai #main-menu {
	position: relative;
	padding: 0;
	margin: 0;
	
	padding-left: 15px;
	padding-right: 15px;
}

#ori-oai #main-menu a,
#ori-oai #main-menu a:hover {
	text-decoration:none;
}

#ori-oai #main-menu a span.count {
	color: #F6B055;
}
#ori-oai #main-menu a:hover span.count {
	color: #F6B055;
}
#ori-oai #main-menu a.active span.count {
	color: #666;
}

#ori-oai #main-menu ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
  
	white-space:nowrap;
	position:relative;
	float: left;
	padding-left: 190px;
	
	z-index:9;
}

#ori-oai #main-menu ul ul{
	padding-left: 0px;
}


/* ----- main menu ----- */
#ori-oai #main-menu ul.menu-ul {
	margin:auto;
	padding-top:0px;
}

#ori-oai #main-menu li.menu-li {
	list-style-type: none;
	float: left;
	position: relative;
	white-space: nowrap;
	/*padding-top: 7px;*/
	height: 28px;
	
	padding-left: 10px;
	padding-right: 10px;
}

#ori-oai #main-menu li.menu-li:hover {
	background-color: #109ECD;
	color: #333;
	/*background-color: #005181;*/
	/*background: url(../media/menu-hover.png) repeat-x;*/
}
#ori-oai #main-menu li.menu-li:hover a {
	/*color: white;*/
}

#ori-oai #main-menu li.menu-li.selected {
	/*background-color: #005181;
	
	background-color: #EA6735;*/
	background: url(../media/menu-selected.png) repeat-x;
	color: #333;
}

#ori-oai #main-menu li.menu-li a,
#ori-oai #main-menu li.menu-li span {
	color:#fff;
	line-height: 28px;
	font-size: 8pt;
	
	display:block;
	float:left;
	font-weight: bold;
	padding:0px 0px;
}

#ori-oai #main-menu li.menu-li a.active,
#ori-oai #main-menu li.menu-li span.active{
	cursor: text;
}

#ori-oai #main-menu li.menu-li {
	margin-left: 10px;
}



/* ----- sub menu ----- */

#ori-oai #main-menu ul.main-sub-menu-ul {
	max-width:191px;
	min-width: 191px;
	width: 191px;
	
	/*visibility:hidden;*/
	position:absolute;
	
	top:1.70em;
	left:0; 
	margin-left:-1px;
	height:auto;
	
	margin-top: 9px;
	padding-top:5px;
	padding-bottom:5px;
	background-repeat:no-repeat;
	background-position:left bottom;
	
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	
	background-color: white;
	
	color: #333;
}

#ori-oai #main-menu li.main-sub-menu-li{
	margin-bottom:0px;
	
	float: none;
}

#ori-oai #main-menu li.main-sub-menu-li a {
	white-space:normal;
	
	color:#000;
	text-transform:none;
	font-weight:normal;
	padding:0px 6px;
	width:179px;
	
	cursor: pointer;
}

#ori-oai #main-menu ul:hover ul.main-sub-menu-ul li:hover{
}
#ori-oai #main-menu ul:hover ul.main-sub-menu-ul li:hover a {
	color: white;
	background-color: #109ECD;
}

#ori-oai #main-menu ul:hover ul.main-sub-menu-ul li.active{
	background-color:#EA6735;
	color: #333;
}
#ori-oai #main-menu li.menu-li.selected ul.main-sub-menu-ul li.active a {
	color: white;
	background-color: #EA6735;
}

#ori-oai #main-menu ul.main-sub-menu-ul {
	display: none;
}
#ori-oai #main-menu li.menu-li:hover ul.main-sub-menu-ul {
	display: block;
}

#ori-oai #under-menu {
	background: transparent url(../media/background-content.png) repeat-y 0px 0px;
	color: #333;
	min-height: 500px;
}




/****************************/
/*        MENU CONTENT     */
/****************************/
#ori-oai #menu-content {
	
	/*margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;*/
	float: left;
	/*background-color: pink;*/
	
	width: 1115px;
	max-width: 1115px;
}



#ori-oai div#page-right {
	width: 280px;
	max-width: 280px;
	padding-right: 15px;
	
	/*
	-moz-box-shadow:
        -15px 0px 12px -12px #888,
		15px 0px 12px -12px #888;
    -webkit-box-shadow:
        -15px 0px 12px -12px #888,
		15px 0px 12px -12px #888;
    box-shadow:
        -15px 0px 12px -12px #888,
		15px 0px 12px -12px #888;
	*/
	
	/*background-color: red;*/
	float: right;
}


/****************************/
/*          SUB MENU          */
/****************************/

#ori-oai .sub-menu {
	font-size: 7pt;
	/*background-color: #F6B055;*/
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	
	/*display: none;*/
}

#ori-oai #menu-content .sub-menu {
	width: 1095px;
	max-width: 1095px;
}


#ori-oai #sub-menu :hover {
	white-space:normal;
}

#ori-oai #sub-menu a,
#ori-oai #sub-menu a:hover {
	text-decoration:none;
}

#ori-oai #sub-menu ul {
	min-height:20px;
	
	margin:0px;
	padding:0px;
	list-style-type: none;
  
	height:100%;
	white-space:nowrap;
	/*text-transform:uppercase;*/
	position:relative;
	z-index:1;
}

#ori-oai #sub-menu ul.menu-ul {
	/*max-width:900px;
	min-width: 900px;
	width: 900px;*/
	margin:auto;
	padding-top:0px;
}

#ori-oai #sub-menu li.menu-li {
	list-style-type: none;
	float: left;
	position: relative;
	white-space: nowrap;
	margin-bottom: 2px;
	margin-right: 1px;
	/*text-transform: uppercase;*/
}

#ori-oai #sub-menu li.menu-li a  {
	color:#333;
	font-size: 8pt;
	
	display:block;
	float:left;	
	line-height:20px;
	font-weight: bold;
	padding:2px 7px 3px 7px;
	cursor:pointer;
	
	background-color: #F6B055;
}

#ori-oai #sub-menu li.menu-li:hover a,
#ori-oai #sub-menu li#last:hover a {
	background-color:#F6B055;
	color:#fff;
}

#ori-oai #sub-menu li.menu-li a.active,
#ori-oai #sub-menu li#last > a.active{
	background-color:#EA6735;
	color:#fff;
}







/****************************/
/*            PAGE TITLE         */
/****************************/

#ori-oai div#page-title {
	/*display: none;*/
}
#ori-oai div#page-title h1 {
	margin-left: 15px;
}





/****************************/
/*         BREADCRUMB         */
/****************************/

#ori-oai div#breadcrumbs {
	clear: both; 
	position: relative;
	list-style: none;
    padding: 0;
    margin: 0;
    /*overflow: auto;*/
	
	padding-left: 15px;
	margin-top: 5px;
	
	/*background-color: red;*/
}

#ori-oai div#breadcrumbs a,
#ori-oai div#breadcrumbs span{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#ori-oai div#breadcrumbs span{
	color: #333;
}

#ori-oai div#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	position:relative;
	float: left;
	white-space: nowrap;
}

#ori-oai div#breadcrumbs li {
   white-space: normal;
    display: inline;
    margin: 0 .2em 0 0;
    line-height: 1.8em;
    padding-left: 3px;
}

#ori-oai div#breadcrumbs li.first {
    padding-left: 0;
    background-image: none;
}

#ori-oai div#breadcrumbs li a {
	text-decoration: underline;
}




/****************************/
/*               MAIN               */
/****************************/

#ori-oai div#main {
	position: relative;
	min-height: 200px;
	width: 100%;
	
	/*background-color: #F6F6F6;*/
	/*background-color: yellow;*/
	/*background-color: #333;*/
}

#ori-oai div#content {
	position: relative;
	
	float: left;
	
	text-align : justify;
	font-size: 9pt;
	
	width: 1105px;
	max-width: 1105px;
	
	/*margin-left: 10px;
	margin-right: 10px;*/
	padding: 0;
	padding-top: 5px;
	
	padding-left: 5px;
	padding-right: 5px;
	
	/*background-color: orange;*/
}


/* sans partie droite */
#ori-oai div#content.content-small {
	padding-left: 5px;
	padding-right: 5px;
	
	width: 862px;
	max-width: 862px;
	/*background-color: orange;*/
}
#ori-oai div#content.content-large {
	padding-left: 15px;
	padding-right: 15px;
	
	width: 1085px;
	max-width: 1085px;
	
	/*background-color: green;*/
}


#ori-oai div#page-left {
	/*padding-top: 70px;*/
	width: 243px;
	max-width: 243px;
	
	/*border-right: solid 1px #b2254b;*/
	
	/*background-color: pink;*/
	float: left;
}
#ori-oai div#page-left ul,
#ori-oai div#page-right ul{
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #D0D0D0;
}






/****************************/
/*              FOOTER            */
/****************************/

#ori-oai #footer {
	clear: both;
	
	width: 100%;
	color: white;
	margin: 0px 0px;
	padding: 0px 0px;
	
	text-align:center;
	
	background: url(../media/footer-all.png) repeat-x 0px -15px;
	z-index: 10;
}

#ori-oai #footer-top {
	padding: 0;
	margin: 0;
	padding-top: 20px;
	height: 21px;
}

#ori-oai #footer-top span {
	color: white;
}

#ori-oai #footer-top a {
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

#ori-oai #footer-top a.static-page {
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	border-right: solid 1px white;
}
#ori-oai #footer-top a.static-page:hover {
	text-decoration: underline;
}

#ori-oai #footer-top a.active {
	text-decoration: underline;
}

#ori-oai #footer-top a.last {
	border-right: none;
}

#ori-oai #footer-bottom {
	min-height:18px;
	max-height:18px;
}

#ori-oai #footer-bottom span {
	color: #F6B055;
	font-size: 8pt;
}

#ori-oai #footer-bottom a {
	font-weight: bold;
	color: #F6B055;
	text-decoration: underline;
}




/****************************/
/*           INFO          */
/****************************/


#ori-oai div#application-infos {
	width: 90%;
	
	/*padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;*/
	padding-bottom: 5px;
	
	margin-bottom: 10px;
	
	/*background-color: green;*/
	
	padding-left: 5%;
	padding-right: 5%;
	
	
	/*border: 1px solid #B2254B;
	
	clear:both;*/
}

#ori-oai div#application-infos div.info-label{
	/*background-color: blue;*/
	
	padding: 3px 3px 3px 3px;
	color: white;
	font-weight: bold;
	
	text-align: center;
	
	border-radius: 5px 5px 0px 0px ;
	
	
	white-space:nowrap;
	padding-left: 5px;
	padding-right: 5px;
	
	min-height: 22px;
	line-height: 22px;
	vertical-align: middle;
	
	background: transparent url(../media/info-header.png) repeat-x;
	background-size: 100% 100%;
}

#ori-oai div#application-infos div.infos{
	background-color: #D8D4D3;
	color: #333;
	
	/*padding-top: 10px;*/
	padding-bottom: 10px;
	
	border-radius: 0px 0px 5px 5px;
}

#ori-oai div#application-infos div.infos span{
	padding-left: 10px;
}




/****************************/
/*           EXCEPTION          */
/****************************/


#ori-oai div#application-errors {
	width: 60%;
	
	/*padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;*/
	padding-bottom: 5px;
	
	margin-bottom: 10px;
	
	/*background-color: green;*/
	
	padding-left: 20%;
	padding-right: 20%;
	
	
	/*border: 1px solid #B2254B;
	
	clear:both;*/
}

#ori-oai div#application-errors div.error-label{
	/*background-color: blue;*/
	
	padding: 3px 3px 3px 3px;
	background-color: #B2254B;
	color: white;
	font-weight: bold;
	
	text-align: center;
	
	border-radius: 5px 5px 0px 0px ;
}

#ori-oai div#application-errors div.errors{
	background-color: #FFB7CA;
	color: #333;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-radius: 0px 0px 5px 5px;
}

#ori-oai div#application-errors div.errors span{
	padding-left: 10px;
}

#ori-oai div#application-errors-links {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
}





#ori-oai div#content-loading {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	
	display: none;
	
	margin: 0;
	padding: 0;
	
	z-index:100;

	height:100%;
	width:100%;
}

#ori-oai div#content-loading-background {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	
	margin: 0;
	padding: 0;

	height:100%;
	width:100%;
	
	background-color:#000;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
	
	color: #333;
	
	text-align : center;
}

#ori-oai div#content-loading-img {
	position: fixed;
	z-index:200;
	top:50%;
	left:50%;
	
	width: 40px;
	height: 40px;
	
	background-image: url('../media/loadingAnimation.gif');
	
	color: #333;
}



/****************************/
/*           ICONS AREA         */
/****************************/

#ori-oai div#icons-area {
	position: relative;
	float: right;
	margin-right: 0px;
	margin-top: -10px;
	margin-bottom: 3px;
	/*background-color: green;*/
	width: 100%;
}

#ori-oai div#main-icons {
	float: right;
	
	/*background-color: black;*/
}

#ori-oai.pagetype-notice div#main-icons {
	margin-right: 60px;
}

#ori-oai div#main-icons li {
	list-style-type: none;
	float: left;
	white-space: nowrap;
	padding-left:14px;
}

#ori-oai div#main-icons a, 
#ori-oai div#main-icons span {
	text-transform: uppercase;
	text-decoration: none;
}

#ori-oai div#main-icons a span:hover {
	color:#EA6735;
	text-decoration: underline;
}

#ori-oai div#main-icons span {
	font-size: 7pt;
	/*display: none;*/
}

#ori-oai div#main-icons img{
	border: 0;
}

#ori-oai div#share-icons {
	clear: both;
	float: right;
	
	display: none;
}

#ori-oai div.share-icons {
	display: none;
	min-height:20px;
}

#ori-oai div.share-icons ul {
	padding-left:330px;
}

#ori-oai div.share-icons li {
	list-style-type: none;
	float: left;
	white-space: nowrap;
	padding-left:15px;
}

#ori-oai div.share-icons span {
	text-decoration: underline;
}

#ori-oai div.share-icons img{
	border: 0;
}




/****************************/
/*         PAGE CONTENT      */
/****************************/

#ori-oai div#page-content {
	float: left;
	text-align : justify;
	
	position: relative;
	
	/*background-color: pink;*/
	
	border: 1px solid #AAAAAA;
	background-color: white;
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
	
	margin-bottom: 20px;
}

#ori-oai div#page-content.page-content-empty {
	display: none;
}

#ori-oai div#content.content-small div#page-content {
	width: 842px;
}
#ori-oai div#content.content-large div#page-content {
	width: 1065px;
}



/********************************/
/*             COUNT DOCS            */
/********************************/
#ori-oai #index-count {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#ori-oai #index-count ul {
	float: none;
	text-align: center;
	/*padding-top: 8px;
	padding-bottom: 8px;*/
	margin: 0;
	border-top: solid 2px #F6B055;
	
}

#ori-oai #index-count ul li {
	float: none;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: -2px;
	padding-bottom: 20px;
	/*
	padding-top: 4px;
	padding-bottom: 4px;*/
	border-top: solid 2px #F6B055;
	background: url(../media/index-area-top.png) no-repeat;
	background-position: center -2px;
	
	color: #333;
	
	/*padding-top: 10px;
	margin-top: 10px;*/
	/*background-color: gray;*/
}

#ori-oai #index-count ul li div.index-count-element-container {
	display: inline-block;
	padding-top: 10px;
}
#ori-oai #index-count ul li div.index-count-element {
	display: inline-block;
	/*display: inline;*/
	/*margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;*/
	
	/*background: transparent url(../media/index-count-element.png) repeat-x;*/
	background: transparent url(../media/menu-unactive.png) repeat-x;
	border-radius: 3px 3px 3px 3px;
	
	color: #333;
	
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}

#ori-oai #index-count ul li a {
	float: none;
	white-space: nowrap;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#ori-oai #index-count ul li a:hover {
	text-decoration: underline;
}

#ori-oai #index-count ul li a span.count {
	color: #F6B055;
}

#ori-oai #demo-area {
	border-top: solid 2px #F6B055;
	background: url(../media/index-area-top.png) no-repeat;
	background-position: center -2px;
	
	color: #333;
	
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

#ori-oai #demo-area div {
	background: transparent url(../media/demo-background.png) repeat-x;
	background-size: 100% 100%;
	margin-top: 10px;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	
	color: #333;
	
	border-radius: 5px 5px 5px 5px;
}
#ori-oai #demo-area div span {
	height: 40px;
	line-height: 26px;
	color: white;
}



#ori-oai #page-content h3.module-name {
	margin-top: 0;
}
#ori-oai #page-content h3.module-name a {
	text-align: left;
	color:#EA6735;
	font-weight: bold;
	text-decoration: none;
	
	padding-left:17px;
	margin-top: 0;
	
	border: none;
	background: none;
	
	background-image:url(../media/action-link.png);
	background-position:left center;
	background-repeat:no-repeat;
	
	line-height: 1.5;
}
#ori-oai #page-content h3.module-name a:hover {
	text-decoration: underline;
}

#ori-oai #page-content td.module-screenshot {
	vertical-align: top;
	width: 200px;
}
#ori-oai #page-content td.module-description {
	vertical-align: top;
}
