html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}

html, text {
	font-family: 'Simplified Arabic';
    font-size: 14px;
}

#bg {
	position: relative;
	width: 100%;
	height: 100%;
}

#header {
	position: absolute;
    width: 100%;
    height: 105px;
    background: url(../images/BlackFooterBG.jpg) repeat-x;
	font-size: 12px;
	z-index: 100;
}

.logo_image img{
	width: 300px;
	height: 75px;
}

.project_title{
	font-size:15px
}

#header .logo {
	width: 400px;
	height: 100px;
	float: right;
	margin: 0 0 0 20px;
}

#header .welcome2 {
	float: left;
	margin: 10px 20px 30px 10px;
	text-align: center;
}

#header .welcome {
	float: left;
	margin: 10px 20px 0 0;
	color: #FFFFFF;
	text-align: center;
}
#header .welcome a {
	color: #FFFFFF;
	text-decoration: underline;
}
#header .welcome a:hover {
	text-decoration: none;
}
#header .small-icons {
	float: right;
	margin: 25px 100px 0 154px;
}
#header .small-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .small-icons ul li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 20px 0 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
    height: 40px;
    background: url(../images/BlackFooterBG.jpg) bottom repeat-x;
	padding: 30px 0 0 0;
	font-size: 10px;
    color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

#login-box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -82px 0 0 -150px;
}
#login-box .top {
	width: 300px;
	height: 14px;
	background: url(../images/login-bg-top.png);
}
#login-box .middle {
	width: 300px;
	background: #f1f1f1;
	color: #000000;
	text-align: center;
}
#login-box .middle h1 {
	margin: 0;
	font-size: 16px;
	color: #464646;
}
#login-box .bottom {
	width: 300px;
	height: 14px;
	background: url(../images/login-bg-bottom.png);
}
#login-box .tfield {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 15px;
	font-size: 12px;
	outline: none;
}
#login-box .cbox {
	margin: 0;
	padding: 0;
	width: 154px;
	height: 19px;
	font-size: 12px;
	outline: none;
}

#sections-box {
	position: absolute;
	width: 303px;
	top: 10%;
	left: 50%;
	margin: 0 0 0 -227px;
}
#sections-box .top {
	height: 14px;
	background: url(../images/login-bg-top.png) left no-repeat;
}
#sections-box .middl {
	background: #f1f1f1;
	padding: 7px 4px 7px 7px;
}
#sections-box .middl ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sections-box .middl ul li {
	float: left;
	width: 143px;
	height: 147px;
	margin: 10px 3px 0 0;
	border: solid 1px #979890;
	border-top: none;
}
#sections-box .middl ul li a {
	float: left;
	width: 143px;
	height: 147px;
	margin: -8px 0 0 4px;
	color: #373737;
	font-weight: bold;
	text-decoration: none;
}
#sections-box .middl ul li a:hover {
	color: #7d8c95;
	text-decoration: none;
}

#menu {
	position: absolute;
	height: 24px;
	bottom: 0;
	left: 250px;
	border: solid 1px #4a5760;
	background: url(../images/MenuBG.jpg) repeat-x;
}
#menu ul {
	margin: 0px 0 0 0px;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
	margin: 0 20px 0 0;
}


#container1 {
	position:relative;
	height: auto;
	overflow: auto;
	width: 95%;
	margin: 10px;
	border: solid 1px; 
	border-top: none;
	border-bottom: none;
	min-height :600px;
}

#container1 .right {
	float: right;
	margin: 5px;
	width: 140px;
	height: 100%;
}

#container1 .right {
	padding: 7px;
	min-height: 600px;
	height: auto;
	overflow: auto;
	border-left: solid 1px #cececc;
}

#container1 .middle {
    margin: 10 auto;
	min-height: 600px;
	height: auto;
	overflow: auto;
	color: #000000;
}
#container1 .middle a {
	color: #000000;
	text-decoration: underline;
}
#container1 .middle a:hover {
	color: #000000;
	text-decoration: none;
}
#container1 .middle .itin {
	font-size: 12px;
	color: #969791;
}
#container1 .middle .itin a {
	color: #969791;
	text-decoration: none;
}
#container1 .middle .itin a:hover {
	color: #969791;
	text-decoration: underline;
}
#container1 .middle .hr {
	height: 1px;
	background: #969791;
	margin: 10px 0 10px 0;
}

#search {
	position: absolute;
	width: 250px;
	height: 24px;
	bottom: 0;
	left: 733px;
	border: solid 1px #4a5760;
	border-left: none;
	background: url(../images/MenuBG.jpg) repeat-x;
}

#search .tfield {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 15px;
	font-size: 12px;
	outline: none;
}

.WhiteBody
{
	background:#ffffff;
}

.welcome 
{
	font-size: 14px;
	color: #ffffff;
}

.welcome a
{
	color: #FFFFFF;
	text-decoration: underline;
}

.welcome a:hover 
{
	text-decoration: none;
}

.full-height {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
}


/*
.MainContent
{

}*/

.MainContentPlaceHolder
{
    padding:10px;
    padding-top:5px;
    width:2024px;
}

.tdHeightNew
{
	height:25px;
	background-color:#FFFFCC;
	padding-left:2px;
}

.tdHeightAlterNew
{
	height:25px;
	background-color:#FFFF99;
	padding-left:2px;
}

.tdHeight
{
	height:25px;
	background-color:#dbe2f2;
	padding-left:2px;
}

.tdHeightAlter
{
	height:25px;
	background-color:#ffffff;
	padding-left:2px;
}

.LeftMenu
{
    border-right: solid 1px #cccccc;
    width:180px;
}



.login {
background:transparent url(images/login-bg-top.png) no-repeat scroll left top;
overflow:hidden;
padding:0px;
padding-top:14px;
width:300px;
}

.main-page {
background:transparent url(images/login-bg-top.png) no-repeat scroll left top;
overflow:hidden;
padding:0px;
padding-top:14px;
width:450px;
}

.login-inner {
background:transparent url(images/login-bg-bottom.png) no-repeat scroll left bottom;
padding:0px;
padding-bottom:14px;

}


h1 {
color:#414042;
font-size:16px;
font-weight:bold;
padding:0px;
margin:0px;
margin-bottom:5px;
}
h2 {
color:#FFFFFF;
font-size:18;
font-weight:bold;
padding:0px;
margin:0px;
margin-bottom:0px;
font-family:Simplified Arabic;
}
h3 {
color:#FFFFFF;
font-size:16;
padding:0px;
margin:0px;
margin-bottom:0px;
font-family:Simplified Arabic;
}
.label
{
	color:#808285;
    font-size:12px;
    font-weight:bold;
    margin-bottom:1px;
    padding-bottom:0;
}
.labelblack
{
	color:#333333;
    font-size:12px;
    font-weight:bold;
    margin-bottom:1px;
    padding-bottom:0;
}
.label_Ar
{
	color:#808285;
    font-size:14px;
    font-weight:bold;
    margin-bottom:1px;
    padding-bottom:0;
}
.labelblack_Ar
{
	color:#333333;
    font-size:14px;
    font-weight:bold;
    margin-bottom:1px;
    padding-bottom:0;
}
.labelRed
{
	color:#ff0000;
    font-size:12px;
    font-weight:bold;
    margin-bottom:1px;
    padding-bottom:0;
}
.labelTitle
{
	color:#808285;
    font-size:14px;
    font-weight:bold;
    margin-bottom:1px;
    padding-bottom:0;
}
.textbox
{
	color:#333333;
    font-size:12px;
    font-weight:bold;
}
/*.dropDown
{
	color:#666666;
	border: solid 1px #333333;
}*/

.block-module {
    background:transparent url(Images/module.png) no-repeat scroll 0 0;
    margin:5px;
}

.block-title {
border-bottom:1px solid black;
padding:10px 5px 10px 5px;
}

.PagerStyle
{
	color: #000000;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration:none;
}

.PagerStyleActive
{
	color: #63B1DF;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: underline;
}

a.DefaultLink
{
	color: #01556E;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
}

a.DefaultLinkBold
{
	color: #01556E;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
    font-weight: bold;
}
a.DefaultLinkBold:hover
{
	color: #01556E;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: underline;
    font-weight: bold;
}

a.DefaultLink:hover
{
	color: #01556E;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: underline;
}

/*----Start---- Styles for Inscription InscSearchEleves.aspx */

.details
{
	width: 100%;
	height: 90%;
}
.details ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
.details ul label
{
	font-weight: bold;
}
.photo-container
{
	padding: 10px;
	width: 120px;
	float: left;
}
.data-container
{
	height: 90%;
	width: auto;
}
/*----End---- Styles for Inscription InscSearchEleves.aspx */


/*----Start---- Styles for Inscription InscSearchParents.aspx */

.HeaderBg
{
	background: url(Images/HeaderBG.gif);
	height:100%;
}


.borderTD
{
	border-color: #DBDBE1;
	border-style:solid;
	border-width:0 1px 1px 0;
}


/*----End---- Styles for Inscription InscSearchParents.aspx */


/*----Start---- Styles for Inscription EleveProfile.aspx */
.photo-container-center
{
	white-space:nowrap; 
	text-align:center; 
	width:100%;
	padding-top:5px;
}
/*----End---- Styles for Inscription EleveProfile.aspx */
/*#ECECF0*/
.TableAlternatingRow
{
	background:#dbe2f2;
}

.TableAlternatingRow:hover
{
	background:#DBDBE1;
}

.TableItemRow
{
	background:#ffffff;
}
.TableItemRow:hover
{
	background:#DBDBE1;
}

.TableEditRow
{
	background:#999999;
}


.TableFooter
{
	/*background:#1a2a4c;*/
	background: url(Images/HeaderBG.gif) ;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TableStyle
{
	width:100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-color: #DBDBE1;
    border-style:none;
    border-width:1px; 
    font-family: Simplified Arabic;
}

.collapsePanel {
	width: 800px;
	height:0px;
	background-image::url(~/images/HeaderBG.gif);
	overflow:hidden;
}

.collapsePanelHeader{	
	width:800px;		
	height:20px;
	background: transparent url(Images/HeaderBG.gif) repeat-x scroll 0 0;
	font-weight:bold;
	float:none;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}


#container1 #menu-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#container1 #menu-right li {
	margin: 0 0 9px 0;
}
#container1 #menu-right li.title {
	color: #494949;
	font-size: 14px;
	font-weight: bold;
}
#container1 #menu-right li a {
	background: url(images/bullet.jpg) no-repeat right;
	padding: 0 18px 0 0;
	margin-right: 7px;
	color: #76C043;
	/*color: #76C043;*/
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#container1 #menu-right li a:hover {
	color: #494949;
	text-decoration: underline;
}

.buttongray {
   border-top: 1px solid #96d1f8;
   background: #DDE7EE;

   padding: 5px 16px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: black;
   font-size: 14px;
   font-family: Simplified Arabic;
   text-decoration: none;
   vertical-align: middle;
   }
   
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#76C043), to(#76C043));
   background: -webkit-linear-gradient(top, #76C043, #76C043);
   background: -moz-linear-gradient(top, #76C043, #76C043);
   background: -ms-linear-gradient(top, #76C043, #76C043);
   background: -o-linear-gradient(top, #3e779d76C043, #65a9d7);
   padding: 5px 16px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Simplified Arabic;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #76C043;
   background: #76C043;
   color: #ccc;
   }
.button:active {
   border-top-color: #76C043;
   background: #76C043;
   }
.dropbtn {
    border-top: 1px solid #96d1f8;
    background: #54beeb;
    padding: 5px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: black;
    font-size: 14px;
    font-family: Simplified Arabic;
    text-decoration: none;
    vertical-align: middle;
}

.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 14px;
    font-weight:bold;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #d4d4d4
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #54a2eb;
}