@charset "utf-8";
/* CSS Document */
img {
	behavior:	url("images/pngbehavior.htc");
}
body{
margin:0px;
padding:0px;
height:100%;
background-color:#000000;
}
form{
margin:0px;
padding:0px;
}
.generaltable{
font-family:verdana;
font-size:12px;
font-weight:normal;
text-align:justify;
}
.fontbold{
font-weight:bold;
}
.textalignleft{
text-align:left;
}
.paddr35{
padding-right:35px;
}
.title{
font-size:13px;
color:#00acee;
}
.title a{
color:#00acee;
text-decoration:none;
}
.title a:hover{
color:#858585;
text-decoration:none;
}
.text{
color:#858585;
text-decoration:none;
text-align:left;
}
.textnew{
color:#858585;
text-decoration:none;
padding-left:13px;
text-align:left;
}
.textnew a{
color:#858585;
text-decoration:none;
}
.textnew a:hover{
color:#00acee;
text-decoration:none;
}
.read_more{
font-size:10px;
color:#00acee;
text-decoration:none;
}
a.more{
font-size:10px;
color:#858585;
text-decoration:none;
text-align:left;
}
a.more:hover{
font-size:10px;
color:#00acee;
text-decoration:none;
}

.titlebeag{
font-family:"Times New Roman", Times, serif;
font-size:30px;
color:#00acee;
}
.titlebeag2{
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#00acee;
}
.news{
font-size:14px;
color:#858585;
text-decoration:none;
padding-left:21px;
}
.menu{
color:#858585;
text-decoration:none;
vertical-align:middle;
}
.menu a{
color:#858585;
text-decoration:none;
}
.menu a:hover{
color:#00acee;
text-decoration:none;
}
.arrownews{
background:url(../images/boulet.jpg);
background-repeat:no-repeat;
}
a.news:hover{
color:#00acee;
}
.Newsbg{
background-image:url(../images/bg_midel.jpg);
background-repeat:repeat-y;
background-position:left;
}
.arrow{
background:url(../images/aroow_blue.gif);
background-repeat:no-repeat;
background-position:0px 2px;
}
.midelfooter{
padding:20px 0px 18px 0px;
}
.paddiv{
padding:0px 0px 0px 3px;
}
.paddiv32{
padding:0px 0px 0px 21px;
}
a.copyright{
font-size:11px;
color:#00acee;
vertical-align:middle;
text-decoration:none;
}
a.copyright:hover{
font-size:11px;
color:#858585;
vertical-align:middle;
text-decoration:none;
}
a.powered {
font-size:11px;
vertical-align:middle;
color: #858585;
text-decoration:none;
}

a.powered:hover {
font-size:11px;
vertical-align:middle;
color: #00acee;
text-decoration:none;
}
.footerbg{
background:url(../images/footerbg.gif);
background-repeat:repeat-x;
}
a.pages{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
display:block;
width:15px;
height:15px;
text-align:center;
border:1px solid #00acee;
}

a.pages:hover{
color: #FF9900;
background-color:#006699;
}

.pagesfixed{
color: #FFFFFF;
background-color:#00acee;
display:block;
width:15px;
height:15px;
text-align:center;
border:1px solid #00acee;
}
.linebg{
background:url(../images/linebg.gif);
background-repeat:repeat-x;
}
.paddingleft{
padding-left:10px;
}
.texttitle{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00acee;
}

.InputTxt{
font-size:11px;
border:1px solid #1588cf;
color:#00acee;
width:140px;
}

.Select{
font-size:11px;
color:#00acee;
border:1px solid #1588cf;
width:145px;
}

.TextArea{
font-size:11px;
border:1px solid #1588cf;
color:#00acee;
width:145px;
height:100px;
padding:0px 0px 0px 0px;
}
#pscroller1{
/*height: 300px;*/
height: 150px;
font-family:verdana;
font-weight:normal;
font-size:11px;
color:#999999;
text-align:justify;
}
.someclass{ //class to apply to your scroller(s) if desired
}
#pscroller2{
height: 197px;
font-family:verdana;
font-weight:normal;
font-size:11px;
color:#999999;
text-align:justify;
}
.someclass2{ //class to apply to your scroller(s) if desired
}
/*Example CSS for the two demo scrollers 
marquee end*/
.watchvideo{
color:#858585;
text-decoration:none;
background:url(../images/watchvideo.gif);
background-repeat:no-repeat;
background-position:0px 0px;
}
.watchvideo a{
height:15px;
padding:13px 0px 0px 83px;
display:block;
text-decoration:none;
color:#00b0f0;
}
.watchvideo a:hover{
text-decoration:none;
color:#00b0f0;
}
/*styles for scroll bar begin*/
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative;
	overflow:hidden;
	/*width:535px;*/
	width:465px;
	height:165px; 
  /*z-index:100;*/
	/*padding:0px 50px 0px 70px;*/
	padding:0px;
	
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:460px;
	height:163px; 
	/*clip:rect(0px, 535px, 100px, 0px); */
	overflow:hidden;	
	/*z-index:1; */
	/*padding:0px 0px 0px 50px;*/
	padding:0px;

	}
div.content { 
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px; 
	/*z-index:1;*/ 

	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:15px; height:160px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:16px;
  width:15px; height:128px;
  background:#2b2b2b;
  z-index:1;
  }
div#dragBar {
  position:absolute;
	left:1px; top:1px;
  width:11px; height:24px;
  background-color:#444444;
	border:1px solid #000000;
  z-index:1;
  
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/*styles for scroll bar end*/

.search{
background-color:#1588cf;
color:#ffffff;
text-align:center;
padding:2px;
font-weight:bold;
}
.search a{
display:block;
text-decoration:none;
color:#ffffff;
}
.search a:hover{
text-decoration:none;
color:#ffffff;
}
.frameimage{
border:1px solid #00acee;
width:100px;
height:75px;
text-align:center;
padding:2px;
background-color:#414142;
}
.frameimage a{
display:block;
text-decoration:none;
color:#ffffff;
}
.frameimage a:hover{
text-decoration:none;
color:#ffffff;
}
