@charset "utf-8";
/* CSS Document */

* {
	margin : 0;
	padding : 0;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	min-height: 100%;
}

html {
	overflow-y: scroll;
}


ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	text-align: justify;
}


h1 {	
	font-family: "carleton", Verdana, sans-serif;
	font-size: 18px; 
	font-weight: normal; 
	color: #279847; 
	text-align: left;
}
h2 {	
	font-family: "carleton", Verdana, sans-serif;
	font-size: 16px; 
	font-weight: normal; 
	color: #bcbcbc; 
	text-align: left;
}
h3 {	
	font-family: "carleton", Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal; 
	color: #737373;
	text-align: left;
	text-transform: uppercase;
}
h4 {	
	font-family: "carleton", Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal; 
	color: #f15922; 
	text-align: left;
	text-transform: capitalize;
}
h5 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	color: #279847; 
	text-align: left;
	text-transform: none;
}
h6 {	
	font-family: "Carleton", Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal; 
	color: #737373;
	text-align: left;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	text-align: justify;
}

a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #279847;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	border: none;
}
a:hover {
	color: #737373;
}



.TopMenu a:link, .TopMenu a:active, .TopMenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
	font-weight: normal;
	text-decoration: none;
}
.TopMenu a:Hover {
	color: #279847;
}



.GradientLeft {
	background-image: url(../Media/Background/Gradient-Left.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
.GradientRight {
	background-image: url(../Media/Background/Gradient-Right.jpg);
	background-repeat: repeat-y;
	background-position: top Left;
}

.GreenPattern {
	background-image: url(../Media/Banner/GreenPattern.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.YellowBorder {
	background-image: url(../Media/Banner/YellowBorder.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}


.LogoBGround {
	background-image: url(../Media/Banner/Logo-bGround.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.MenuBGround {
	background-image: url(../Media/Banner/Menu-bGround.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
}
.MenuBGround2 {
	background-image: url(../Media/Banner/Menu-bGround2.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
}
.MenuBGroundTop {
	background-image: url(../Media/Banner/Menu-bGround-Top.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
}
.MenuBGroundTop2 {
	background-image: url(../Media/Banner/Menu-bGround2-Top.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
}
.Header-BGround {
	background-color: #215735;
}
.Menu-BGround {
	background-color: #f8f8f8;
}


.Logo {
	z-index: 20;
	float: top;
	position: absolute;
	padding-left: 20px;
	margin-top: -16px;
}
.Annoucement {
	z-index: 15;
	float: top;
	position: absolute;
	padding-top: 66px;
	margin-left: -80px;
}
.Flash {
	z-index: 5;
}



.MainBody {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 18px;
	height: 100%;
}
.Body {
	padding-top: 27px;
	padding-right: 20px;
	padding-bottom: 18px;
	height: 100%;
}
.Text {
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 4px;
}
.Window {
	padding-top: 17px;
}
.Titles {
	background-color: #ededed;
	padding-left: 9px;
}
.Big-Titles {
	background-color: #ffffff;
	border: 1px solid #ededed;
}
.Border {
	border: 1px solid #ededed;
}
#TxtWind {
	padding-top: 15px;
	padding-left: 9px;
	padding-right: 10px;
}
#TxtWind a:link, #TxtWind a:active, #TxtWind a:visited {
	font-size: 10px;
	color: #737373;
	text-align: left;
	border-bottom: 1px solid #b9b9b9;
	line-height: 1.4em;
}
#TxtWind a:hover {
	color: #279847;
}
#TxtWind p {
	text-align: left;
	font-size: 10px;
}
#TxtWind-Cal {
	padding-top: 5px; /*15px;*/
	padding-left: 9px;
	padding-right: 10px;
}
#TxtWind-Cal a:link, #TxtWind-Cal a:active, #TxtWind-Cal a:visited {
	font-size: 10px;
	color: #737373;
	text-align: left;
	border-bottom: none;
	line-height: 1.4em;
}
#TxtWind-Cal a:hover {
	color: #279847;
}
#TxtWind-Cal p {
	text-align: left;
	font-size: 10px;
}
#TxtMain {
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#TxtMain a:link, #TxtMain a:active, #TxtMain a:visited {
	font-size: 10px;
	color: #737373;
	border-bottom: 1px solid #b9b9b9;
}
#TxtMain a:hover {
	color: #279847;
}
#Location {
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#Location a:link, #Location a:active, #Location a:visited {
	font-size: 10px;
	color: #737373;
	border-bottom: 1px solid #b9b9b9;
}
#Location a:hover {
	color: #279847;
}
#LeftWind {
	padding-left: 9px;
	padding-right: 10px;
}
#LeftWind a:link, #LeftWind a:active, #LeftWind a:visited {
	font-size: 11px;
	color: #737373;
}
#LeftWind a:hover {
	color: #279847;
}
.Mansourieh {
	background-color: #fff5d3;
}
.Kafarshima {
	background-color: #ffe2d8;
}
.News-BGround {
	background-color: #e5efe9;
}
.GrayBorder {
	border: 1px solid #e8e8e8;
	background-color: #ededed;
}
.Gray {
	background-color: #ededed;
}
.Green {
	background-color: #e5efe9;
}
.Hightlight p {
	font-size: 10px;
	color: #bcbcbc;
}
.Hightlight a:link, .Hightlight a:active, .Hightlight a:visited {
	font-size: 10px;
	color: #959393;
}
.Hightlight a:hover {
	color: #279847;
}
.PicPad {
	padding: 4px;
}
.Subtitle p {
	font-size: 14px;
	text-align: left;
	padding-right: 90px;
}
.Images {
	padding-top: 15px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 5px;
}
.Bullets {
	list-style-image: url(../Media/Body/Admission/Cercle.jpg);
	list-style-position: outside;
	padding-left: 40px;
}
.News {
	background-image: url(../Media/Banner/BigTitle.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 143px;
	margin-bottom: 10px;
	padding-top: 105px;
	height: 20px;
	z-index: 15;
}
.Highlight-Form h5 {
	font-size: 10px;
	color: #737373;
}
.Highlight-Date p {
	font-size: 10px;
	color: #bcbcbc;
}
.White {
	background-color: #ffffff;
}
.Bullet {
	list-style-image: url(../Media/Body/Bullet.jpg);
	list-style-position: outside;
	margin-left: 17px;
	line-height: 1.3em;
}
.Album-Bullet {
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0px;
	line-height: 1.3em;
}
.Sitemap a:active, .Sitemap a:link, .Sitemap a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	text-align: left;
}
.Sitemap a:Hover {
	color: #279847;
}
.LeftMenu {
	list-style-image: url(../Media/Body/ArrowG.jpg);
	list-style-position: outside;
	margin-left: 12px;
	text-align: left;
}
.ActiveMenu {
	list-style-image: url(../Media/Body/ArrowG.jpg);
	list-style-position: outside;
	margin-left: 12px;
}
.ActiveMenu p {
	text-align: left;
	color: #279847;
}
.MenuTop {
	z-index: 50;
	position: absolute;
	padding-left: 367px;
	padding-top: 6px;
}
.Calendar p {
	text-align: left;
}
.Cal {
	background-color: #f8f8f8;
}
.Cal p {
	text-align: center;
	font-size: 14px;
	color: #007f3d;
}
#Calendar {
	padding-top: 15px;
	padding-left: 9px;
	padding-right: 10px;
}
#MyCalendar td {
	border-bottom: 1px solid #bcbcbc;
}
#Download a:link, #Download a:active, #Download a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #279847;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	border: none;
}
#Download a:hover {
	color: #737373;
}
.Bullet-Pad {
	padding-top: 2px;
}
.Theme {
	border: 1px solid #f3f3f3;
	padding-left: 3px;
	padding-left: 3px;
}
.Theme p {
	color: #bcbcbc;
}
.Works p {
	color: #bcbcbc;
}
.Big-Calendar {
	background-color: #ececec;
	padding-top: 3px;
}
.Big-Calendar p {
	text-align: center;
	color: #737373;
	font-size: 10px;
}
.Highlight {
	background-color: #ececec;
	padding-top: 3px;
}
.Highlight p {
	text-align: center;
	color: #bcbcbc;
	font-size: 10px;
}
.GreenLine {
	background-color: #007f3d;
}
.GreyLine {
	background-color: #969696;
}
.White-Border {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#Calendar-BGround {
	background-color: #f8f8f8;
}
.Calendar-Titles {
	padding-left: 9px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-right: 5px;
}
#Calendar-Line {
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.Titles-Green {
	background-color: #ededed;
	padding-left: 9px;
}
.Titles-Green p {
	font-size: 14px;
	color: #007f3d;
}
.ProfilePic {
	border: 1px solid #ededed;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
p.Black {
	color: #000000;
	font-weight: bold;
}



.Button Input {
	width: 52px;
	height: 22px;
	border: 0px;
}
Select {
	width: 145px;
	height: 20px;
	border: 1px solid #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
}
Input {
	width: 143px;
	height: 18px;
	border: 1px solid #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
}
textarea {
	width: 143px;
	border: 1px solid #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
}

.Green Select {
	width: 120px;
	height: 20px;
	border: 1px solid #7e9bb9;
}
.GreenInput {
	width: 120px;
	height: 20px;
	border: 1px solid #7e9bb9;
}
.Search {
	width: 22px;
	height: 22px;
	float: left;
	border: none;
	margin-bottom: 0px;
	margin-top: 1px;
}
.Google {
	width: 119px;
	height: 17px;
	border: solid 1px #dddddd;
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	text-align: left;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 3px;
} 
.Birthdate select {
	width: 80px;
}
.RadioButton input {
	width: 18px;
	height: 18px;
	border: none;
}
.CV input {
	width: 228px;
}
.Item input {
	width: 10px;
}
.Button Input {
	width: 52px;
}
.Filter Select {
	width: 135px;
	height: 18px;
}
.Filter Input {
	width: 130px;
	height: 18px;
}
.Arrow-Input Input {
	width: 15px;
	height: 11px;
	border: none;
}

#NCA-logo{
	position:absolute;
	z-index:100;
	margin-top:-27px;
}



.Footer {
	background-image: url(../Media/Footer/BGround-Bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;	
}
.Copyright {
	padding-left: 25px;
	padding-bottom: 13px;
	z-index:1;
}
.Copyright p {
	font-size: 10px;
	text-align: left;
}
.Copyright a:link, .Copyright a:active, .Copyright a:visited {
	font-size: 10px;
	color: #737373;
	font-weight: bold;
}
.Copyright a:hover {
	color: #279847;
}
