/* CSS Document */

body
{
    background-color: #202020;
}

    a:link { 
	color: #f4e8dc;
    font: 16px Garamond;
	text-decoration: underline;	}	
	a:visited { color: #f4e8dc;
    font: 16px Garamond;
	text-decoration: underline;}
    a:hover {color: #f4e8dc;
    font: 16px Garamond;
	text-decoration: overline underline ; }
    a:active { color: #f4e8dc;
    font: 16px Garamond;
	text-decoration: overline;}

table.enf
{
  border: dotted;
  border-color:#92d9b9;
  width: 100%;
  margin: 10px 10px 10px 10px;
  
	}
	
table.news
{
  border: dashed;
  border-color:#92d9b9;
  width: 100%;
  margin: 10px 10px 10px 10px;
  
	}

.title
{ 
	margin: 10px 10px 10px 20px;
	color: #f4e8dc;
    font: 20px Garamond;
}

.titleinv
{ 
	margin: 10px 10px 10px 20px;
	color: #202020;
    font: 20px Garamond;
}

.up
{ 
	margin: 5px 5px 5px 5px;
	color: #f4e8dc;
    font: 15px Garamond;
	font-style:italic;
	text-align:right;
}

.titleb
{ 
	margin: 10px 10px 10px 20px;
	color: #f4e8dc;
    font: 25px Garamond;
}

.regtext
{ 
	margin: 10px 10px 10px 10px;
	color: #ecc7a0;
    font: 16px Garamond;

	
}

.noticies
{ 
	margin: 5px 5px 5px 50px;
	color: #c1ab94;
    font: 14px Verdana;

	
}

.quote
{ 
	margin: 10px 10px 10px 10px;
	color: #ecc7a0;
    font: 14px Garamond;
	font-style:italic;
}

img.isolated
{ 
	margin: 10px 10px 10px 10px;
	
}

#body
{
    width: 100%;
}
#menu
{
    float: right;
    width: 690px;
    z-index: 1;
}
#logo
{
    float: left;
    width: 300px;
    top: 5px;
    left: 5px;
    position: absolute;
    z-index: -1;
}
#table
{
    top: 70px;
    left: 0px;
    width: 100%;
    position: absolute;
    z-index: -2;
}

#grtop
{
    background: url('grafics/grtop.bmp') repeat-x;
    padding: 0;
    margin: 0;
}
#grbott
{
    background: url('grafics/grbott.bmp') repeat-x;
    padding: 0;
    margin: 0;
}
#grleft
{
    background: url('grafics/grleft.bmp') repeat-y;
    padding: 0;
    margin: 0;
}
#grright
{
    background: url('grafics/grright.bmp') repeat-y;
    padding: 0;
    margin: 0;
}
#grlefttop
{
    background: url('grafics/grlefttop.bmp');
    padding: 0;
    margin: 0;
}
#grrighttop
{
    background: url('grafics/grrighttop.bmp');
    padding: 0;
    margin: 0;
}
#grleftbott
{
    background: url('grafics/grleftbott.bmp');
    padding: 0;
    margin: 0;
}
#grrightbott
{
    background: url('grafics/grrightbott.bmp');
    padding: 0;
    margin: 0;
}



#sddm
{
    margin: 0;
    padding: 0;
    z-index: 30;
}

#sddm li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: 18px Garamond;
}

.enfasis
{
    background: #92d9b9;
    text-align: center;
    text-decoration: overline;
}

.flag
{
    text-align: center;
    text-decoration: overline;
}

.flag a img
{
    border: 0;
}

.nonenfasis
{
    background: #c44d21;
    text-align: center;
    text-decoration: none;
}

#sddm li a
{
    display: block;
    margin: 0 1px 0 0;
    height: 22px;
    padding: 4px 10px;
    color: #202020;
    text-align: center;
    text-decoration: none;
}

#sddm li a:hover
{
    background: #e6a764;
    color: #611e05;
}

#sddm div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #f1deca;
    border: 1px solid #c47521;
}

#sddm div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #f1deca;
    color: #613405;
    font: 11px verdana;
}

#sddm div a:hover
{
    background: #ffbd49;
    color: #611e05;
}

#aspnetForm
{
    margin:0;
}

