body
{
  background : #3B5998 url('images/background.jpg') no-repeat center top;
  text-align : justify;
  font-size : 80%;
  font-family : Tahoma, Geneva, sans-serif;
}

p.footer
{
  color : #999;
  text-align : center;
}

p.red
{
  color: #F00;
}

a.footer { text-decoration : none; }
a.footer:link { color : #FFF; }
a.footer:visited { color : #CCC; }
a.footer:hover { color : #AAA; }
a.footer:active { color : #FFF; }

a.center
{   
	display : block;
    text-align : center;
}

img.centerindiv
{   
    padding-top : 1px;
	display: block;
    margin: auto;
}

h1
{
  /*font-family : Georgia, serif;*/
  color : #000;
  text-align : center;
  margin-top : auto;
}

h1, h2, h3, p, ul.padded li
{
  padding-left : 10px;
  padding-right : 10px;
}

div.noutati
{
  min-width : 650px; /*Disclaimer: yes, I do suck at this*/
  display : inline;
  float : left;
}

div.linkuri
{
  display : inline;
  float : right;
  padding-bottom : 20px;
}

#styledtable
{
  margin : auto;
  border-collapse : collapse;
}

#styledtable td, #styledtable th 
{
  color : #000000;
  border : 1px solid #000000;
  padding : 3px 7px 2px 7px;
  background-color : #BBBBBB;
}

#styledtable th 
{
  font-size : 1.1em;
  color : #FFF;
  text-align : center;
  padding-top : 5px;
  padding-bottom : 4px;
  background-color : #3B5998;
}

#styledtable tr.alt td 
{
  color : #000000;
  background-color : #DDDDDD;
}

#styledtable td.alt 
{
  color : #000000;
  background-color : #DDDDDD;
}

div#second
{
  overflow : auto;
  color : #000;
  display : block;
  width : 789px;
  min-height : 502px;
  max-height : 502px;
  padding : 0px;
  border : 1px solid #000;
  font-weight : normal;
  margin : auto;
}

#second a:link { color : #000; }
#second a:visited { color : #333; }
#second a:hover { color : #555; }
#second a:active { color : #000; }

a.main { text-decoration : none; }
a.main:link { color : #000; }
a.main:visited { color : #333; }
a.main:hover { color : #555; }
a.main:active { color : #000; }

/* Modified "CSS: Simple Tabs" © Mike Cherim, www.markcherim.com */
div#main
{
  overflow : auto;
  color : #000;
  display : block;
  width : 798px;
  min-height : 534px;
  max-height : 534px;
  height : 100%;
  padding : 0px; 
  padding-top : 2px;
  background : #FFF url('images/lowopacity.jpg');
  border : 1px solid #000;
  font-weight : normal;
  margin : auto;
}

div#mainindex
{
  overflow : auto;
  color : #000;
  display : block;
  width : 798px;
  min-height : 534px;
  max-height : 534px;
  height : 100%;
  padding : 0px; 
  padding-top : 0px;
  background : rgb(215, 218, 233);
  border : 1px solid #000;
  border-top : 3px solid #000;
  font-weight : normal;
  margin : auto;
}

div#maingallery
{
  overflow : auto;
  color : #000;
  display : block;
  width : 798px;
  min-height : 534px;
  max-height : 534px;
  height : 100%;
  padding : 0px; 
  padding-top : 0px;
  background : #000;
  border : 1px solid #000;
  border-top : 3px solid #000;
  font-weight : normal;
  margin : auto;
}

div#indexdivs
{
  display : inline;
  float : left;
  overflow : hidden;
  color : #000;
  min-width : 200px;
  max-width : 200px;
  min-height : 150px;
  max-height : 150px;
  margin-top : 10px;
  border-right : 1px solid #000;
  font-weight : normal;
}

ul.navtabs 
{
  margin : auto;
  width : 800px;
}

ul.navtabs li 
{
  display : inline;
  float : left;
  margin : auto;
}

ul.navtabs li a, ul.navtabs li.on
{
  background : #FFF;
  display : block;
  width : auto;
  max-width : 75px;
  height : auto;
  min-height : 32px;
  color : #000;
  text-decoration : none;
  padding : 5px 2px 5px 2px;
  /*white-space : nowrap;*/
  text-align : center;
  border : 1px solid #999;
  border-bottom : 0;
  -moz-border-top-left-radius : 12px;
  -webkit-border-top-left-radius : 12px;
  border-top-left-radius : 12px;
  -moz-border-top-right-radius : 12px;
  -webkit-border-top-right-radius : 12px;
  border-top-right-radius : 12px;
  cursor : pointer;
  margin : 0 1px 0 1px;
} 

ul.navtabs li.on 
{
  color : #000;
  background-color : rgb(215, 218, 233);
  cursor : default; /* corrects opera fix */
  margin-bottom : -1px; /* covers border on masthead */
  border : 1px solid #000;
  border-bottom : 1px solid rgb(215, 218, 233); /* part of broader covering */
} 

ul.navtabs li a, ul.navtabs li.onBlack
{
  display : block;
  width : auto;
  max-width : 75px;
  height : auto;
  min-height : 32px;
  color : #000;
  text-decoration : none;
  padding : 5px 2px 5px 2px;
  /*white-space : nowrap;*/
  text-align : center;
  border : 1px solid #999;
  border-bottom : 0;
  -moz-border-top-left-radius : 12px;
  -webkit-border-top-left-radius : 12px;
  border-top-left-radius : 12px;
  -moz-border-top-right-radius : 12px;
  -webkit-border-top-right-radius : 12px;
  border-top-right-radius : 12px;
  cursor : pointer;
  margin : 0 1px 0 1px;
} 

ul.navtabs li.onBlack
{
  color : #FFF;
  background-color : #000;
  background-image : none;
  cursor : default; /* corrects opera fix */
  margin-bottom : -1px; /* covers border on masthead */
  border : 1px solid #000;
  border-bottom : 1px solid #000; /* part of broader covering */
}

ul.navtabs li a:hover, ul.navtabs li a:focus, ul.navtabs li a:active 
{
  color : #000;
  background : #e5cb7d url(images/tab_shadow.jpg) repeat-x bottom left;
}

ul.divtabs
{
  margin : auto;
  width : 758px;
}

ul.divtabs li 
{
  display : inline;
  float : left;
}

ul.divtabs li a, ul.divtabs li.on 
{
  background-color : #FFF;
  display : block;
  width : auto;
  height : auto;
  color : #000;
  text-decoration : none;
  padding : 5px 7px 5px 7px;
  white-space : nowrap;
  text-align : center;
  border : 1px solid #999;
  border-bottom : 0;
/* CSS3 round borders */
  -moz-border-top-left-radius : 12px;
  -webkit-border-top-left-radius : 12px;
  border-top-left-radius : 12px;
  -moz-border-top-right-radius : 12px;
  -webkit-border-top-right-radius : 12px;
  border-top-right-radius : 12px;
  cursor : pointer;
  margin : 0 2px 0 2px;
} 

ul.divtabs li.on 
{
  color : #000;
  background-color : rgb(215, 218, 233);
  background-image : none;
  cursor : default; /* corects opera fix */
  margin-bottom : -1px; /* covers border on masthead */
  border : 1px solid #000;
  border-bottom : 1px solid rgb(215, 218, 233); /* part of broader covering */
} 

ul.divtabs li a:hover, ul.divtabs li a:focus, ul.divtabs li a:active 
{
  color : #000;
  background : #e5cb7d url(images/tab_shadow.jpg) repeat-x bottom left;
}
