body
{
background-color: #333333;
text-align: center;
vertical-align: text-middle;
}

div.center
{
text-align: center;
}
/* 
<P align="center"> <font style="filter:shadow(color=darkgold,direction=135);width:100%" size="6" color="#ddcf77">Code Color</font>
*/
font.first
{
font-size: 20px;
font-family: verdana;
color: #EEDC82;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #F7F7F7; /*menu strip background*/
border: 1px solid gray;
padding: 4px 0;
border-width: 1px 0;

}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('//media/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;

}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/

}

.aerobuttonmenu a.aero span{
background: transparent url('//media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/

}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;

}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;

}

.black a.aero{
background-image: url('//media/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('//media/aerorightblack.gif');

}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;

}

.aerobuttonmenu .rightsection a{
color: navy;
}


table.jocuri
{
vertical-align: top;
width: 900px;/*
border-style: grove;
border-top-color: #FFCC66;
border-top-style: ridge;
border-top-color: #6699CC;*/
}

p.descriere
{
width: 500px;
text-align: justify;
text-indent: 40px;
color: #CCCCFF;
font-size: 18px;
font-family: Georgia;
}

td.left
{
with: 500px;
text-align: justify;
border-bottom-color: #ff0000;
border-bottom-style: grove;
color: #6495ED;
padding-left: 0.3cm;
}

font.important
{
font-family: palatino;
text-indent: 40px;
font-size: 18px;
text-align: justify;
color: #6495ED;
}

td.publicitate
{
width: 300px;
text-align: center;
vertical-align: text-top;
border-right: medium solid #6699CC;
}

table
{
padding: 0px;
border-collapse: collapse;
}

td
{
/*text-indent: 30px;*/
vertical-align: text-top;
text-align: center;
padding-left: 0.2cm;
}

p.center
{
text-align: center;
font-family: palatino;
text-indent: 2px;
font-size: 25px;
color: #FFD39B;
}

a.first
{
font-size: 20px;
font-family: verdana;
color: #FF8C00;
text-decoration: underline;
}

a.first:hover
{
color: red;
}

a.first:visited:hover
{
color: red;
text-decoration: none;
}

a.first:visited
{
font-size: 20px;
font-family: verdana;
color: #FF8C00;
text-decoration: underline;
}


a.dreapta_jocuri
{
font-family: Georgia;
color: #63B8FF;
text-decoration: none;
font-size: 15px;
}

a.dreapta_jocuri:hover
{
color: red;
text-decoration: none;
text-decoration: underline;
}

a.dreapta_jocuri:hover:visited
{
color: red;
text-decoration: none;
text-decoration: underline;
}

a.dreapta_jocuri:visited
{
text-decoration: none;
color: #63B8FF;
border-color: blue;
}

a.dreapta_jocurii
{
font-family: Georgia;
color: #CCCCFF;
text-decoration: none;
font-size: 15px;
}


a.dreapta_jocurii:hover
{
color: red;
text-decoration: none;
text-decoration: underline;
}

a.dreapta_jocurii:hover:visited
{
color: red;
text-decoration: none;
text-decoration: underline;
}

a.dreapta_jocurii:visited
{
text-decoration: none;
color: #CCCCFF;
border-color: blue;
}

a
{
color: red;
text-decoration: none;
font-size: 19px;
}

a:hover
{
color: red;
text-decoration: none;
}

a:visited
{
text-decoration: none;
color: red;
border-color: blue;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 15px Verdana;
border-top: 1px solid gray;
border-bottom: 2px solid gray;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background: black url('/media/glossyback2.gif') center center repeat-x;

}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
/*border: 1px solid gray;*/
border-bottom: none;
background-color: #f6ffd5;
background: black url('/media/glossyback2.gif') center center repeat-x;
color: white;
}

.basictab li a:visited{
color: white;
}

.basictab li a:hover{
background: black url(//media/glossyback.gif) center center repeat-x;
color: white;
}

.basictab li a:active{
color: white;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: white;
}



