@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url("/skin/lingvistica/images/lingv.jpg");
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-repeat: no-repeat;
}
#header {
	height: 82px;
	width: 1004px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0;
	padding-left: 10px;
}

#menu {
	margin:10px 5px;
}

#menu #menuContent, #menu #linksContent {
	width: 169px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D0D0D0;
	border-left-color: #D0D0D0;
	min-height:200px;
	background-color:#FFFFFF;
	padding-top:7px;
}

#menu #menuContent p {
	padding: 2px 0 2px 5px;
	border-bottom: 1px solid #eee;
}

#menu #menuContent p {
	background-color: #eee;
}

#menu #menuContent p:hover {
	background-color: #ddd;
}

#menuContent p a:hover {
	color: black;
}

#menu #linksContent {
	min-height: 0;
	padding: 5px;
	width: 159px;
}



#leftColumn #menu {
	width: 171px;
}
#page {
	clear: both;
	height: auto;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
	width: 1004px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #41548C;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#page #leftColumn {
	float: left;
	width: 178px;
	height: auto;
}

#page #rightColumn {
	float: right;
	width: 217px;
	height: auto;
	overflow: hidden;
}

#rightColumn #autentificare {
	width: 216px;
	height:96px;
	background: url("/skin/lingvistica/images/autentificare.png") no-repeat;
	margin: 10px 0;
	padding-top: 30px;
}

#rightColumn .boxRight {
	width: 216px;	
	margin: 10px 0;
}

.boxRight .boxContent {
	width: 202px;
	border: 2px solid #e8e8e8;
	border-top: none;
	border-bottom: none;
	background-color: white;
	padding: 5px;
	overflow: hidden;
}

.boxContent  IMG {
	float: right;
	margin-bottom: 10px;
}

IMG { border: 0; display:block}

#page #middle {
	width: 604px;	
	float: left;
	
}

#page #middle #content {
	min-height: 500px;
	padding: 10px 35px 20px 35px;
	background-image: url("/skin/lingvistica/images/contbox_2.png");
}

#content H1 {
	color: #41548C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	border-bottom: 1px solid #41548C;
	padding-bottom: 0px;
	margin-top: 20px;
}

#content .subpageSection{
	margin-left: 15px;
}

#content .subpageSection h1 {
	border-bottom: none;
}

.row {
	margin-bottom: 10px;
	float: left;
}

.formLabel {
	width: 70px;
	height: 19px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.formField {
	width: 140px;
	height: 19px;
	float: left;
}

.formField INPUT {
	width: 120px;
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.loginSubmit {
	float: right;
	margin-right: 20px;
	height: 19px;
	margin-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
}

#menuContent P, #menu #linksContent P, .boxContent P  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #41548C;
	margin:7px 5px 0px 5px;
}

#menuContent P A, #menu #linksContent P A, .boxContent P {
	color: #41548C;
	text-decoration: none;
}

#menuContent P.secondLevel, #menuContent P.secondLevelSection {
	margin-left: 15px;
	margin-bottom:0px;
	font-weight: normal;
}

#menuContent P.secondLevelSection { font-weight: bold;}

.authenticated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#996600;
	padding: 0 7px;
	margin-bottom:0;
}

P A {
	color: #41548C;
}

#footer P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.boxContent  P {
	clear: both;
	font-weight: normal;
}


.nodisplay {
	display:none;
}

.error {
	color: #CC0000 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:10px;
	float: left;
	width: 400px;
}

h1.error {
	border: none !important;
}

p.error {
	font-size: 12px;
}

#spacer {
	width: 95%;
	height: 1px;
	clear: both;
}