/* layout */
body { 
	margin: 20px 30px 0 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0; 
}

#logo {
	width:100%;
	height:140px;
	text-align:right;
}

#meniu ul {
	padding:0;
	margin:0px;
	list-style:none;
}

#meniu ul li, #inchide {
	width:100%;
	text-align:right;
}

#inchide {
	width:100%;
	display:block;
	color: #006699;
	font-size:25px;
	margin-right:10px;
	text-decoration: none;
	display:none;
	cursor:pointer;
}

#cosul-tau {
	background: url(/i/cosul-tau.gif) center left no-repeat;
	padding-left: 48px;
	text-decoration: none;
}

#autentificare {
	position: fixed;
	left: 20px;
	top: 0px;
	height: 15px;
	background: #FF3333;
	font-size: 12px;
	padding: 15px;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#uptime {
	position: fixed;
	left: 20px;
	bottom: -2px;
	height: 15px;
	border: 2px solid #06F;
	font-size: 12px;
	padding: 15px;
	text-align: center;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#uptime:hover {
	background: #06F;
}

#nota {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #009933;
	font-size: 25px;
	padding-right: 30px;
	text-align: right;
	color: #fff;
}

/* text și linkuri */
#meniu ul li a {
	width:100%;
	display:block;
	color: #999;
	font-size:25px;
	margin-right:10px;
	text-decoration: none;
}

#meniu ul li a:hover {
	background-color:#006699;
	color: #fff;
	padding-right:30px;
	margin:0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#secondary {
	font-size: 14px;
}

a {
	outline: 0;
}

a img {
	border: 0;
}

a.external {
	background: url(/i/external.png) center right no-repeat;
	padding-right: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#secondary a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.buton {
	padding:5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.a {
	background:#06F; color: #9cf;
}

.i {
	background:#063; color: #9cf;
}

.buton-alte-pachete {
	padding:5px;
	text-align: center;
	background:#06F;
	color: #9cf;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* highlighturi și dimuri */
.h {
	border: 2px solid #ffcc33;
	padding: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.hrosu {
	border: 2px solid #F33;
	padding: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.h2 {
	background: #063;
	color: #fff;
	padding: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.b {
	font-weight: bold;
}

.mic {
	font-size: 70%;
}

.dim {
	color: #99ccff;
}

hr { 
	height:0; 
	border-width: 1px 0 0 0; 
	border-style: solid;
	border-color: #FFF; 	
	clear:both;
	margin-bottom:5px;
}