body,input
{
font-size: 13px;
font-family: "Courier New";
color: #00ff00;
font-weight: bold;
background-color: #000000;
}

a
{
color: #00ff00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

div.l{
text-align: left;
}

div.r{
text-align: right;
}

div.c{
text-align: center;
}

form input, textarea
{
font-family: "Courier New";
background: #000000;
border: #00ff00 1px solid;
font-size: 13px;
color: #00ff00;
}

select
{
font-family: "Courier New";
font-size: 12px;
}

form .lt
{
border: 0px;
width: 16px;
height: 11px;
vertical-align: middle;
background: #040 url('images/lt.gif') no-repeat;
}

form .en
{
border: 0px;
width: 16px;
height: 11px;
vertical-align: middle;
background: #040 url('images/en.gif') no-repeat;
}

form .no
{
border: 0px;
width: 16px;
height: 11px;
vertical-align: middle;
background: #040 url('images/no.gif') no-repeat;
}

fieldset
{
border: #00ff00 1px solid;
color: #00ff00;
margin-bottom: 10px;
}

table
{
border-collapse: collapse;
width: 100%;
}

tr#row1 { border-bottom: 2px dashed; }
td#r { vertical-align: middle; text-align: right; width: 50%; }
td#l { vertical-align: middle; text-align: left; width: 50%; }

td#r1 { vertical-align: middle; text-align: right; width: 46%; }
td#l1 { vertical-align: middle; text-align: left; width: 54%; }

td#r2 { vertical-align: middle; text-align: right; width: 30%; border-bottom: #040 1px dashed; }
td#l2 { vertical-align: middle; text-align: left; width: 70%; border-bottom: #040 1px dashed; }

table.shedule
{
border: #00ff00 1px solid;
border-collapse: separate;
}

table.shedule .time
{
border: #00ff00 0px solid;
width: 50px;
text-align: center;
}

table.shedule .date
{
border: #00ff00 1px solid;
width: 50px;
text-align: center;
}

table.shedule .reserve
{
border: #00ff00 1px solid;
background: #000000 url('images/icon.gif') center center no-repeat;
}

table.shedule .empty
{
height: 16px;
border: #002200 1px solid;
}

#outer
{
z-index: 1;
position: relative;
width: 320px;
border: solid 1px #000000;
background-color: #000000;
margin: 0 auto;
}

#main
{
position: relative;
background-color: #000000;
margin-top: 70px;
}

#navigation
{
position: fixed;
background-color: #004400;
text-align: center;
width: 100%;
z-index: 2;
top: 0px;
left: 0px;
padding: 3px 0px 3px 0px;
}

#navigation a
{
margin: 0px 0px 0px 10px;
}

#flags
{
position: fixed;
z-index: 3;
top: 0px;
right: 15px;
margin: 4px 5px 0px 0px;
}

#timezones
{
position: fixed;
z-index: 3;
top: 0px;
right: 80px;
margin: 1px 1px 0px 0px;
}

#timezones input
{
border: #00ff00 0px solid;
padding: 0px;
width: 100%;
}

