body
{
 color: #666666;
 font-family: tahoma;
 font-size: 12px;
 margin: 0px;
 margin-bottom: 0px;
 padding: 0px;
 border: 0px;
 background-color: #636363;
 background-image: url('sources/background.jpg');
}

table, tr, td
{
 color: #666666;
 background-color: transparent;
 font-family: tahoma;
 font-size: 12px;
 margin: 0px;
 padding: 0px;
 border: 0px;
 text-align: left;
 vertical-align: top;
 border-collapse: collapse;
}

table.design_out
{
 width: 960px;
 border: 10px solid #f3f3f3;
 background-color: #ffffff;
 border-collapse: separate;
 height: 100%;
}

table.design_in
{
 width: 100%;
 height: 100%;
 border: 10px solid #ffffff;
 border-collapse: separate;
 height: 100%;
}

h1, h2, h3, h4, h5, h6
{
 font-size: 12px;
 font-weight: normal;
 display: inline;
}

a
{
 color: #000000;
 text-decoration: none;
}

a:hover
{
 color: #ff0000;
}

.menutop
{
color: #ffffff;
font-weight: bold;
}

.menutop:hover
{
color: #E9E9E9;
}


input, select, option
{
 width: 300px;
 height: 16px;
 border: 0px;
 font-size: 12px;
 color: #666666;
 background-color: #e8e8e8;
 font-family: tahoma;
 font-weight: bold;
 text-align: left;
 padding: 0px;
 margin: 0px;
}

input.checkbox
{
 width: 12px;
 height: 12px;
}

textarea
{
 width: 300px;
 height: 300px;
 border: 0px;
 font-size: 12px;
 color: #666666;
 background-color: #e8e8e8;
 font-family: tahoma;
 font-weight: bold;
 text-align: left;
 padding: 0px;
 margin: 0px;
 overflow: auto;
}

fieldset
{
 border: 1px solid #cccccc;
 padding: 20px;
 margin: 0px;
}

legend
{
 font-size: 12px;
 color: #cccccc;
 font-weight: bold;
}

.light
{
 color: #aaaaaa;
}

.dark
{
 color: #111111;
}

.contrast
{
 color: #ff0000;
}

.big
{
 font-size: 14px;
}

.small
{
 font-size: 10px;
}

