h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
	font-size: 93%;
	line-height: 1.5em;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0 0 0 0;
}

*|a:link {
  color: black;
}

*|a:visited {
  color: black;
}

*|a:hover {
  color: #DA204B;
}

a:active {
  color: red;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}



img {
	max-width: 100%;
	height: auto;
	margin: auto;
}


table {
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

fieldset {
	border-radius: 5px;
	box-shadow: 7px 7px 7px #999;
	-moz-border-radius: 5px;
	padding:15px;
}

legend {
	border-radius: 5px;
	box-shadow: 2px 2px 2px #999;
	-moz-border-radius: 5px;
}

/* Section Inner */
div.section-inner {
	max-width: 85%;
	padding: 0 25px;
	margin: 0 auto;
	border: 0px solid black;
}

/* Header */
div.header {
	text-align: center;	
	font-size: 18px;
	background-color: #E9E9E9;
	padding: 0 0;
	border: 0px solid black;
}

/* Navigation */
div.meniu {
	width:100%;
	background-color: #2b2f3a;

}

/* wrapper */
div.wrapper {
	min-height:100%;
	position:relative;
}


/* Body Content */
div.body-content {
	padding: 30px 0;
	background-color: #FFF;
	border: 0px solid black;
}




p.mesaj {
    border-style: outset;
    border-width: 4px;
/*    border-color: #df241d;*/
    background-color:#E8E8E8;
    font-weight: bold;
    color:#DA204B;   
        width: 50%; 
}






/* Thirds */
div.thirds {
	padding-bottom: px;
	border: 0px solid black;
}

div.one-third {
	width: 30%;
	float: left;
	margin-right: 4%;
	border: 0px solid black;
}

div.one-third-last {
	margin: 0;
	border: 0px solid black;
}

/* Main Column */
div.main {
	width: 65%;
	float: left;
	margin-right: 5%;
	border: 0px solid black;
}

/* Side Column */
div.side {
	width: 30%;
	float: left;
	border: 0px solid black;
}

/* Info Box */
div.info-box-a {
	background-color: #9bdaef;
	padding: 20px;
	font-size: 13px;
	margin: 0 0 15px 0;
	border: 0px solid black;
}

div.info-box-b {
	background-color: #efdb7f;
	padding: 20px;
	font-size: 13px;
	margin: 0 0 15px 0;
	border: 0px solid black;
}

/* Footer */
div.footer {
	background-color: #3f3f3f;
	color: #FFF;
	padding: 15px 0;
	text-align: center;
	bottom: 0;
	left: 0;
	width:100%;
	height:22px;
	position:absolute;


	line-height: 20px;
}

/* Logare */
div.logare {
  border: 2px groove black;
  width: 370px;
  height: 310px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -200px;
  margin-left: -185px;
  border-radius: 25px;
  box-shadow: 10px 10px 5px #888888;
}

table.sortable thead {
    background-color:#f6f6f6;
    color:#000;
    text-decoration:underline;
    font-weight: bold;
   cursor:pointer;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 10; }
