@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	font-size: 14px;
	font-style: italic;
	color: #FFB700;
	font-weight: bold;
	background-position: top;
	margin-left: 30px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: top;
}
.no_repeat {
	background-repeat: no-repeat;
}
.newtechegypt {
	color: #FFFFFF;
}


.repeat_x {
	background-repeat: repeat-x;
}
.repeat_y {
	background-repeat: repeat-y;
}



.submenue {color: #DD3004}



.stiemap {
	font-size: 12px;

	
}


.butom_bg   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}




  link
A {
	COLOR: #00FF99;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: red; 
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #006699;
	TEXT-DECORATION: underline;
}
A:active {
	COLOR: #FFCC99; 
	TEXT-DECORATION: underline;
}


/*////////////////////////////////////////////////////////////////////////////////////////////*/



/*Main Container*/
.hrzContainer {
	width:100%;
	height:350px;
}
.hrzContainer ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer li{
	display: inline; 
	margin: 0px;
	padding:0px;
	
}


.handle {
	float: left;
	width: 38px;
	height: auto;
	margin: 1px;
	margin-right: -10px;

      
	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,         sizingMethod=scale src='images/blade.png');
	background:  url(images/blade.png) no-repeat;

}
.handleOver{	

	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/blade_sel.png');
	
	background: url(images/blade_sel.png) no-repeat;

}
.handleSelected{
	
	  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,         sizingMethod=scale src='images/blade_sel.png');
	
	background:  url(images/blade_sel.png) no-repeat;

	
}
/*Content Container*/
.contentWrapper{

	
	width: 640px;
	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
	
}
.contentWrapper h3{
	border-bottom: 1px solid silver;
	color: rgb(172, 194, 112);
}

/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}

/*Animation End*/
.contentEnd {
	padding-left: 24px;
	float: left;	
	width:660px;
	height: 400px;
}

/*Main Container*/
.hrzContainer3 {
	width:100%;
	
	height:555px;
}
.hrzContainer3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 64px;
	height: 314px;
	text-align:center;

	background: #666;
	border: 1px solid white;
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{
	
	background: red;
	border: 1px solid white;
}
.handleOver3 img{
	margin-top:2px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
	background: #000;
	border: 1px solid white;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 10px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {
	
	float: left;	
	
	height: 310px;
}


/*Form start
////////////////////////////////////////////////////////////////////////////////////////////*/

/* ----- add selectors here for font sizing ----- */
.requiredcontainer{font-size: 0.9em}
code {font-size: 1.4em}
h2 {font-size: 1.6em}

h2 {
	color: #cfcfcf;
	font-weight: bold;
	text-transform: capitalize;
	padding-bottom:5px;
	float:left;
	width:200px;
}

.form123 {
	font-size: 12px;
	font-weight: bold;
	color: #592C16;
}

.fixedLabel{
	background-image: url(astrick.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
}


table.formtable{
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	float: left;
	margin:10px 30px 0 0;
	padding-right:30px;
}

table.formtable tr td{
	padding:4px;
}



/* ----- base links ----- */

a:focus{color: #CC6633;}

.errorLabel {
	background-image: url(error-graphic.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}

label{font-weight:bold;color:#592C16}

.required{
	color:#FF0000;
}

.errortxt{
	color: #FF0000;
	display:none;
}

#errorwarning{
	color: #FFFFFF;
	padding: 6px 15px;
	background-color: #FF0000;
	border-left: 15px solid #990000;
	margin:5px 0;
	display:none;
}

.requiredcontainer{
color:#999999;
text-align:right;
float:right;
width:75px;
}
/*Form end
////////////////////////////////////////////////////////////////////////////////////////////*/
