/* Ulinkx.net  CSS Stylesheet */
/* free url protector. 		      */

/* GLOBAL ELEMENTS */
html,body {
   margin: 0; padding: 0;   

background-image: url(/bg.png);
background-repeat: repeat



   font-size: 100%;
   font-family: "trebuchet ms", arial, verdana;
	color: #444;
   text-align: center;
}
a {
   color: #EF7B0A;
   text-decoration:none; 
}
a:hover {
   text-decoration: underline;
}
p {
   color: #444;
   line-height: 170%; margin: 5px 0;
}
p, td, th, ul {
   font-size: 80%;
}

/* LAYOUT */
#wrapper {
   width: 900px;
   margin: 0 auto 0 auto;
   height:auto;
   text-align: center;
   font-family: ABeeZee ;
   line-height: 1em;
   color: #000000;
   font-size: 20px;



background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */



-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}

#content {
   background: #fff;
   border-top: 3px solid #ce6c1c;
   border-bottom: 3px solid #ce6c1c;
   padding: 20px;
}

/* ELEMENTS main tittle */
h1 {
   font: 250% "trebuchet ms";
   color: #fff;









   text-align: center;













}
h1 span { color: #6BAD42; }
h1 a { color: #FFF; }
h1 a:hover { color: #6BAD42;  text-decoration: none;}
h1 a:hover span { color: #FFF;}
h2 {
   font: bold 100% arial, verdana, sans-serif;
   color: #3B578B;
}
#footer {
   margin: 10px 0 0 0; 
   font-size: 80%;
   color: #ccc;
}
#nav li {
   padding: 0 5px 0 5px;
   display: inline;
   border-left: 1px solid #ccc;
}
.left {
   float: left;
}





















/* TABLES USED IN COOKIE MANAGEMENT / EDIT BROWSER PAGES */
table {
   border-color: #666;
   border-width: 0 0 1px 1px;
   border-style: solid;
   width: 100%;
}
th {
   font-size: normal;
   background: #ccc;
   border-width: 2px;
}
td, th {
   border-color: #666;
   border-width: 1px 1px 0 0;
   border-style: solid;
   padding: 2px 10px 2px 10px;
}
td {background: #eee;}
.full-width {
   width: 98%;
}

  .notice {
    position: relative;
    width: 700px;
    height: 83px;
    padding: 0px;
    background: -webkit-linear-gradient(90deg, #963000 5%, #FF5D12 100%);
    background: -moz-linear-gradient(90deg, #963000 5%, #FF5D12 100%);
    background: -ms-linear-gradient(90deg, #963000 5%, #FF5D12 100%);
    background: linear-gradient(180deg, #FF5D12 5%, #963000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5D12', endColorstr='#963000');
    border: #000000 solid 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: -10px 0px 15px 2px #616161;
    -moz-box-shadow: -10px 0px 15px 2px #616161;
    box-shadow: -10px 0px 15px 2px #616161;
}





  .success {
    position: relative;
    width: 700px;
    height: 83px;
    padding: 0px;
    background: -webkit-linear-gradient(90deg, #088F39 5%, #05F72D 100%);
    background: -moz-linear-gradient(90deg, #088F39 5%, #05F72D 100%);
    background: -ms-linear-gradient(90deg, #088F39 5%, #05F72D 100%);
    background: linear-gradient(180deg, #05F72D 5%, #088F39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05F72D', endColorstr='#088F39');
    border: #000000 solid 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: -10px 0px 15px 2px #616161;
    -moz-box-shadow: -10px 0px 15px 2px #616161;
    box-shadow: -10px 0px 15px 2px #616161;
}

  .error {
    position: relative;
    width: 700px;
    height: 83px;
    padding: 0px;
    background: -webkit-linear-gradient(90deg, #8F0808 5%, #F70505 100%);
    background: -moz-linear-gradient(90deg, #8F0808 5%, #F70505 100%);
    background: -ms-linear-gradient(90deg, #8F0808 5%, #F70505 100%);
    background: linear-gradient(180deg, #F70505 5%, #8F0808 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70505', endColorstr='#8F0808');
    border: #000000 solid 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: -10px 0px 15px 2px #616161;
    -moz-box-shadow: -10px 0px 15px 2px #616161;
    box-shadow: -10px 0px 15px 2px #616161;
}



#email {
  display: none;
}

#imgId {
    /* Set the width dynamically depending on the width of the browser window */
    width:100%;
    /* dont enlarge the image more, than its initial resolution */
    max-width:700px;
    max-height:autopx;
    /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
    height:auto;
}



div#menubar1{ padding: 24px; border:#999 0px dashed; }
div#menubar1 > a{
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    background: #424242;
    padding: 12px 24px;
    color:#EE4000;
    margin-right: 10px;
    text-decoration:none;
    border-radius: 3px;
    transition: background 0.3s linear 0s, color 0.3s linear 0s;
}
div#menubar1 > a:hover{
    background: #6F8A00;
    color:#FFF;
}


.info, .success, .warning, .error, .validation {
  border: 1px solid;
  padding:0px 15px 15px 50px;
  background-repeat: no-repeat;
  background-position: 0px center;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/info.png');
}