/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #333; 
	background: #FFF url(bg.gif) repeat-x;	
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #000000; 
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 110%;	
	text-transform: none;
}
h3 {
	font-size: 105%;
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0;		
	margin: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em Arial, Helvetica, sans-serif;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}

/* form elements */
form {
	/* margin:10px; padding: 0 5px; 
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; */
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#000;
}
select {
	padding: 2px;
	font: normal 1em Arial, Helvetica, sans-serif;
	border:1px solid #eee;
	color:#000;
}
.selectList {
	border:1px solid #99B3CC;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Arial, Helvetica, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Helvetica, sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}
/* search form */
form.search {
	position: absolute;
	top: 15px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Helvetica, sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
	width: 60px;
}

/**********************************
  LAYOUT 
***********************************/
#wrap {
	margin: 0 auto; 
	width: 780px;
}

/* header */
#header 
{
    clear: both;
	position: relative;
	margin: 0; padding: 0;
	height: 60px;
}
#header span#slogan 
{
	z-index: 3;
	position: absolute;
	left: 140px;
	top: 10px;
	font: 0.9em Arial, Helvetica, sans-serif;	
	color: #FFF;	
}
#header-logo {
	clear: both;
	position: relative;
	margin: 0; padding: 0;
	height: 50px; 
	font: 0.9em Arial, Helvetica, sans-serif;	
}
#header-logo #lang {
	position: absolute;
	top: 15px; left: 235px;
	margin: 0; padding: 0;
}


/* navigation tabs */
#header ul {
	position: absolute;
    list-style:none;
	top: 26px;
	right: -37px;
}
#header li {
    display:inline;
}
#header li a {
    font-size: 0.9em;
    font-weight: bold;
    color: #ccc;
    padding: 0.4em 1em;
    text-decoration: none;
    float: left;
    background: #006699;
    border-right: solid 1px #4c7999;
}
#header a:hover {
   color: #fff;
}
#header #current {
   color: #fff;
}


/* main column */
#main {
	float: right;
	margin: 0; padding: 0;
	width: 545px;	
}
#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	text-transform: none; 
	background-color: #7996B3;	
	letter-spacing: .5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 105% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: none; 
	background: url(bluetab.png) no-repeat;	 
}
#sidebar .left-box 
{
    font-size: 0.9em;
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
}
#sidebar .left-box2 
{
	border: 1px solid #EBEBEB;
	padding: 5px 5px 5px 5px;
	background: #E3E9EF;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 0px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(bullet.gif) no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}
#sidebar ul.sidemenu2 {
	list-style: none;
	margin-left:5px;
}
#sidebar ul.sidemenu2 li 
{
	padding: 2px 3px 1px 1px;
}


/* GridView */
.tablestyle 
{
    border: none 0 #fff;
}
.tablestyle tr
{
    vertical-align: top;
}
.tablestyle td
{
    border: hidden;
    border-width: 0;
    vertical-align: top;
}
.rowstyle 
{
    background: url(spritegd.png) repeat-x 0px 0px;
    height:40px;
}
.altrowstyle 
{
    background: url(spritegdg.png) repeat-x 0px 0px;
    height:40px;
}
.partrowstyle 
{
    height:25px;
    line-height:25px;
    vertical-align:middle;
    font-size:0.9em;
}
.partaltrowstyle 
{
    background-color:#f2f2f2;
    height:25px;
    line-height:25px;
    vertical-align:middle;
    font-size:0.9em;
}
.toprowstyle
{
    background: url(spritegreen.png) repeat-x 0px 0px;
    height:40px;
}
.selrowstyle
{
    background: url(spritegds.png) repeat-x 0px 0px;
    height:40px;
}
.headerstyle th 
{
    background: url(sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-width: 0px 0px 0px 0px;
    color: #000;
    padding: 1px 1px 1px 1px;
    text-align: left;
    vertical-align: bottom;
}  
.headerstyle th a
{
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: #000;
    display: block;
    padding-right: 10px;
}
.rowstyle .sortaltrow, .altrowstyle .sortaltrow 
{
}
.rowstyle .sortrow, .altrowstyle .sortrow 
{
}
.rowstyle td, .altrowstyle td, .toprowstyle td, .selrowstyle td
{
    padding: 1px 0px 0px 1px;
}
.headerstyle .sortascheader 
{
    background: url(sprite.png) repeat-x 0px -100px;
}
.headerstyle .sortascheader a 
{
    background: url(dt-arrow-up.png) no-repeat right 50%;
} 
.headerstyle .sortdescheader 
{
    background: url(sprite.png) repeat-x 0px -100px;
}   
.headerstyle .sortdescheader a 
{
    background: url(dt-arrow-dn.png) no-repeat right 50%;
} 

/* GridView pager */
.cssPager td
{
    padding: 1px 0px 1px 0px;
}
.cssPager span
{ 
    background-color:#fff;
    font-weight:bold;
    border: solid 1px #ccc;
    padding: 2px 2px 2px 2px;
}

/* myList */
.myList
{
    font-size: 0.9em;
}
.myList td
{
    padding: 2px 2px 2px 2px;
    text-align: left;
    border-bottom: solid 1px #EFEFEF;
}

/* DetailsView */
.DetailsView td
{
    width: 270px;
    padding: 2px 0px 2px 0px;
    border-bottom: solid 1px #EFEFEF;
}


/* pub */
.pub  
{
	clear: both; 
	position: absolute;
	right: 10px;
	top: 80px;	
}

/* footer */
.footer  
{
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(footerbg.gif) repeat;
	padding: 25px 50px 10px 10%; 
	text-align: left;  
	line-height: 1.5em;	
	font-size: 95%;
	height:100px;
}
.footer a { 
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}

/* Pictos Bar */
a.pict1 {
     display: block;
     width: 105px;
     height: 62px;
     vertical-align:bottom;
     text-align:center;
     line-height: 110px;
     font-size: 0.90em;
}
a.pict1:hover 
{
    text-decoration:underline;
}
a.pict2 {
     display: block;
     width: 105px;
     height: 62px;
     vertical-align:bottom;
     text-align:center;
     line-height: 110px;
     font-size: 0.90em;
}
a.pict2:hover {
    text-decoration:underline;
}
a.pict3 {
     display: block;
     width: 105px;
     height: 62px;
     vertical-align:bottom;
     text-align:center;
     line-height: 110px;
     font-size: 0.90em;
}
a.pict3:hover {
    text-decoration:underline;
}
a.pict4 {
     display: block;
     width: 105px;
     height: 62px;
     vertical-align:bottom;
     text-align:center;
     line-height: 110px;
     font-size: 0.90em;
}
a.pict4:hover {
    text-decoration:underline;
}
a.pict5 {
     display: block;
     width: 105px;
     height: 62px;
     vertical-align:bottom;
     text-align:center;
     line-height: 110px;
     font-size: 0.90em;
}
a.pict5:hover {
    text-decoration:underline;
}
a.flen {
     display: block;
     background: url(EN.gif);
     width: 28px;
     height: 18px;
     background-repeat: no-repeat;
     border: solid 1px #CCC;
}
a.flen:hover {
     background: url(EN2.gif);
     border: solid 1px #CCC;
}
a.flen selected 
{
     background: url(EN2.gif);
}
a.flfr {
     display: block;
     background: url(FR.gif);
     width: 28px;
     height: 18px;
     background-repeat: no-repeat;
     border: solid 1px #CCC;
}
a.flfr:hover {
     background: url(FR2.gif);
     border: solid 1px #CCC;
}
a.fles {
     display: block;
     background: url(ES.gif);
     width: 28px;
     height: 18px;
     background-repeat: no-repeat;
     border: solid 1px #CCC;
}
a.fles:hover {
     background: url(ES2.gif);
     border: solid 1px #CCC;
}

.homebkg
{
    background:  url(homebkg.png) no-repeat 0px 0px;
    margin: -1px 0 0 0;
    height: 80px;
}
.homeblock
{
    height:135px;
    background: url(homebkge.png) no-repeat 0px 0px;
    font-size:0.9em;
    margin: 10px 2px 0 0;
}
.homeblock td
{
    padding: 5px 5px 5px 5px;
    text-align:center;
}
.homecloud
{
    height:400px;
    background: url(homebkge.png) no-repeat 0px 0px;
    font-size:0.9em;
    margin: 5px 0 0 0;
    padding: 5px 5px 5px 5px;
}
.homecloud ul {
	list-style: none;
	text-align: left;
	margin: 3px 0px 0px 0;
	padding: 0;
	text-decoration: none;		
}
.homecloud ul li {
	border-bottom: 1px solid #f2f2f2; 
	padding: 2px 2px 2px 0;
	margin: 0 10px 0 0;	
}
.tagCloud
{
    width:180px;
    height:180px;
    background:url(bkgtags.png) no-repeat 10px 30px;
}
.tagCloud a { color:#969696; }
.tagCloud a:hover { color:#003366; }


/* LightBox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(/images/blank.gif);
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale"); */
}