﻿body
{
	color: #C1C1C1;
	background-color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: justify;
}
a
{
	color: #95B717;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #95B717;
	margin-top: 0;
}

h2
{
	font-size: 11px;
	font-weight: bold;
	color: #95B717;
	margin: 0;
	display: inline;
}

h3
{
	font-size: 11px;
	color: #95B717;
	margin: 0;
	display: inline;
}


.divMainContentWrapper
{
	width: 904px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
}
.divHeaderContent
{
	position: relative;
	width: 900px;
	height: 140px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: solid 0px #00FF00;
	padding-top: 10px;
	border: 0;
}
.divLeftContent
{
	position: relative;
	float: left;
	width: 0;
	min-height: 600px;
	border: 0;
}
.divRightContent
{
	position: relative;
	float: left;
	width: 870px;
	min-height: 600px;
	border: 0;
	padding: 15px;
}
.divFooterContent
{
	position: relative;
	width: 900px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
}

.divTopHeaderLeft
{
	position: relative;
	float: left;
	height: 65px;
	width: 70px;
	background-image: url("../imgs/layout/header_left.png");
	background-repeat: repeat-x;
}
.divTopHeaderCenter
{
	position: relative;
	float: left;
	height: 65px;
	width: 760px;
	background-image: url("../imgs/layout/header_bgd.png");
	background-repeat: repeat-x;
}
.divTopHeaderRight
{
	position: relative;
	float: left;
	height: 65px;
	width: 70px;
	background-image: url("../imgs/layout/header_right.png");
	background-repeat: repeat-x;
}

.divMenuLeft
{
	position: relative;
	float: left;
	height: 51px;
	width: 52px;
	margin-top: 10px;
	background-image: url("../imgs/layout/menu_left.png");
	background-repeat: repeat-x;
}
.divMenuCenter
{
	position: relative;
	float: left;
	height: 51px;
	width: 730px;
	margin-top: 10px;
	background-image: url("../imgs/layout/menu_bgd.png");
	background-repeat: repeat-x;
}
.divMenuCenterSelected
{
	position: relative;
	float: left;
	height: 65px;
	margin-top: 10px;
	background-image: url("../imgs/layout/menu_bgd_selected.png");
	background-repeat: repeat-x;
}

.divMenuRight
{
	position: relative;
	float: left;
	height: 51px;
	width: 113px;
	margin-top: 10px;
	background-image: url("../imgs/layout/menu_right.png");
	background-repeat: repeat-x;
}

.divFooterLeft
{
	position: relative;
	float: left;
	height: 65px;
	width: 70px;
	background-image: url("../imgs/layout/footer_left.png");
	background-repeat: no-repeat;
}
.divFooterCenter
{
	position: relative;
	float: left;
	height: 65px;
	width: 760px;
	background-image: url("../imgs/layout/footer_bgd.png");
	background-repeat: repeat-x;
}
.divFooterRight
{
	position: relative;
	float: left;
	height: 65px;
	width: 70px;
	background-image: url("../imgs/layout/footer_right.png");
	background-repeat: no-repeat;
}
.divBigSpacer
{
	position: relative;
	margin: 3px 0 3px 0;
	float: left;
	height: 4px;
	width: 870px;
	background-image: url("../imgs/layout/horizontal_spacer_big.png");
	background-repeat: no-repeat;
}

.pageTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #95B717;
}

.divMenuCenter ul
{
	height: 50px;
	left: 0;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 100%;
}
.divMenuCenter ul li
{
	float: left;
	margin: 0;
	padding: 0;
}
.divMenuCenter ul li a
{
	padding: 15px 10px 0 10px;
	display: block;
	float: left;
	position: relative;
	height: 35px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.divMenuCenter ul li a:hover
{
	color: #95B717 !important;
}
.divMenuCenter ul .selected_menu a
{
	background-image: url("../imgs/layout/menu_bgd_selected.png");
	float: left;
	position: relative;
}

.divDetailsTextWrapper
{
	position: relative;
	float: left;
	width: 850px;
	padding: 10px;
}

.black_control
{
	color: #c1c1c1;
	background-color: #000000;
	border: solid 1px #c1c1c1;
}

.green_button
{
	color: #000000;
	background-color: #95B717;
	border: none;
	padding: 2px 20px 2px 20px;
}

.afla_link
{
	font-size: 12px;
	font-weight: bold;
}
/***************** Concurs *******************************/
#divBannerCursuri
{
    width: 725px;
    position: absolute;
    top: -60px;
    left: 90px;
}
#divBannerCursuri #linkCursuri
{
    text-decoration: none;
    outline: none;
    background: url(../imgs/banner_cursuri.png) 0 0;
    display: block;
    width: 725px;
    height: 60px;
}
#divBannerCursuri #lnkShowHide
{
    text-decoration: none;
    outline: none;
    background: url(../imgs/banner_cursuri.png) -575px -60px;
    display: block;
    width: 105px;
    height: 20px;
    margin-left: 575px;
}
/*********************************************************/

