body {
	font-family: sans-serif;
	font-size: 10pt;
	color: #ffffff;
//	overflow: hidden;
	background-color: transparent;
}

p.error {
    color: Orange;   
}

div.glass {
    margin-left: -10px;
    margin-top: 18px;
    background-image : url("glass.png");
    background-repeat : no-repeat;
    padding: 10px 0 0 10px;   
}

h1 {
    margin: 0;
}

table {
    font-family: sans-serif;
	font-size: 10pt;   
}

input.submit {
    float: right;
    margin-right: 60px;
    margin-top: 10px;
}

input[type=text], input[type=password], input[type=file], textarea, select {
   font-family: sans-serif;
   font-size: 10pt;
   border: 1px solid #212744;
   padding: 2px;
   background-color: transparent;
   color: white;
   background-image: url("input-background.png");
   background-repeat: repeat-x;   

}

option, optgroup {
    background-color:#212744;
    color: white; 
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #A1ABDB;
}

img.picture
{
    width: 100px;   
}



li, ul
{
    margin: 0px;   
    padding: 0px;
    
}

p
{
    margin-top: 5px;
    text-align: justify;   
}

a:link, a:visited {
    text-decoration: none;
    color: #a1abdb;
}

a:hover {
    text-decoration: underline;
}

/*
#login-button
{
    display: none;
}*/

.note
{
    color: white;
    font-size: 8pt;   
}

.featured {
    display: block;
    background-image: url("featured.png");
    background-repeat: no-repeat;
    text-decoration: underline;
    font-size: 12pt;
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
}

.featured_desinte {
    display: block;
    background-image: url("../featured_desinte.php?42");
    background-repeat: no-repeat;
    text-decoration: underline;
    font-size: 12pt;
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
}

.imgbox
{
    overflow: hidden;
    visibility: hidden;
    background-image: url("imgbox.png");
    background-repeat: no-repeat;
    cursor: default;
    float: left;
    margin: 5px;
    padding-top: 8px;
    padding-bottom: 3px;
    width: 90px;
    height: 110px;
    text-align: center;
    color: white;   
    font-size: 9pt;
}

.imgbox img
{
    max-width: 70px;
    max-height: 80px;
    margin-bottom: 3px;   
}

.imgbox .status
{
    float: right;
    margin-right: 5px;
    width: 16px;
    height: 16px;   
}

.promotion
{
    text-shadow: 1px 1px 1px white;
    visibility: hidden;
    color: #111c2e;
    width: 99%;
    font-size: 14pt;
    float: left;
}

#price
{
    font-size: 24pt;
    font-size: bold;
    text-align: right;   
    text-shadow: 1px 1px 1px black;
}

h2
{
    margin: 3px;
    margin-bottom: 5px;
    font-size: 12pt;   
}

.form_info, .form_urgency, .form_trip, .form_total
{
    float: left;
    margin: 50px;   
    margin-bottom: 0px;
}

.form_info, .form_urgency
{
    height: 235px;
}

.form_trip
{
    margin-top: 5px;
}

.form_total input
{
    margin-right: 0px;   
}

span.status_ok
{
    color: #0CFF00;
    font-weight: bold;
    text-shadow: 0px 0px 10px black;   
    font-weight: bold;
}

span.status_ko
{
    font-weight: bold;
}

span.status_ko_color
{
    color: #FF2500;
    text-shadow: 0px 0px 10px black;   
    font-weight: bold;

}

.lost
{
    font-size: 8pt;
    line-height: 15pt;   
}

.admin_subscribers
{
    width: 98%;   
}

.admin_subscribers td
{
    padding: 2px;   
}