/* CSS page - Jocuri, muta calul */

body {
 background-color: #274E4E;
}
#headercal{
 position:relative; 
 height:100px; 
  background-color:#AB9CC3; 
 width: 100%;
}
.headtitlecal {
  height: 80px;
  background: url(../image/titlu.jpg) center left no-repeat;
	}  
.calheder {
 height: 100px;
 }	
.calcontent {
  height: 550px;
	}

.calcontent, .calheder {
 width: 71%;
 margin-left: auto;
 margin-right:auto;
 border-top: 1px solid #000;
 background-color: #5A5A72;
 }
.calscript {
 border:0;
 width: 70%;
 height: 78%;
 background-color: #5A5A72;
 }
 
 	
#text {
   font-family: Tahoma, Arial, "Verdana", sans-serif;
	 font-weight: 400;
	 font-size: 16px;
	 color:#00;
	 margin-top:10px;
	 width: 80%px;
	 border-bottom-width: 2px;
	 border-bottom-style: solid;
	 border-bottom-color: navy;
	 padding-bottom:5px;
	 border-top-width: 2px;
	 border-top-style: solid;
	 border-top-color: navy;
	 padding-top:5px;
	 background-color: #EAFFD1;
	 padding:5px;
	 }
#reset {
   /*padding-left:15px;
	 padding-top:30px;*/
	 font-family:Arial;
	 font-size: 17pt;
	 color:navy;
	 cursor: hand;
	 }
	
#head {
   font-family: Tahoma;
	 font-size: 1,5em;
	 font-weight: 300;
	 color:#000;
	 }	
#link {
   position:absolute;
	 margin-top:380px;
	 margin-left:680px;
	 }	  
.bottom, .bottomtext {
 height: 20px;
 margin-left: auto;
 margin-right:auto;
 }
.bottom {
   background: black url(../image/indentbg.gif) center center repeat-x;
	 margin-top: 3px;
	 width: 71%;
	 }	
.bottomtext {
 font-size: 11px;
 font-family: Arial,sans-serif;
 font-weight: 200;
 color: #000;
 background-color: #cdcdcd;
  width: 100%;
 } 
	        /* ------------------- START NAV MENU ------------------ */
				/* ===================================================== */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
   font: 13px Arial;
   font-weight: 500;
  width: 100%; /*leave this value as is in most cases*/
  backgrounda: black url(../image/indentbg.gif) center center repeat-x;
}

.indentmenu ul{
  margin: 0;
  padding: 0;
  float: right;
  width: 100%; /*width of menu*/
  border: 1px solid #564c66; /*dark purple border*/
  border-width: 1px 0;
  background: black url(../image/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
  float: left;
  color: white; /*text color*/
  padding: 5px 11px;
  text-decoration: none;
  border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited {
  color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current {
  color: white !important; /*text color of selected and active item*/
  padding-top: 6px; /*shift text down 1px for selected and active item*/
  padding-bottom: 4px; /*shift text down 1px for selected and active item*/
  background: black url(../image/indentbg2.gif) center center repeat-x;
}	
         /* ------------------- END menu --------------------------*/
				 /* =======================================================*/	 