nav{
height:100px;
width:100%;
}

.logo_color{
background-color:white;
width:100px;
height:90px;
}
body {background:#F6F6F6;font:normal 0.9em Arial; margin:0; padding:0; padding-bottom:60px;}
h2 {display:inline;}
.div1, .div2 {width:700px;margin:0 auto;}
.div1 {margin-top:30px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;color:#00ff00;}
.div1 a, .div2 a {color:#07C; }
.div1 a {margin:0 8px;}
.div1 a.current {color:black; text-decoration:none;}
.div2 {margin-top:0px;}
.div2 li {padding-top:6px;padding-bottom:6px;}
.green {color:Green;}
.cn {font-family: "Courier New", Georgia;}
#status {display:inline-block; margin-left:26px;line-height:50px;height:50px;vertical-align:middle;}

.code
{
    border: dashed 1px #BCBCCB; padding:8px 12px; background-color: #F3F3F9; white-space:pre; font-family:"Courier New", Georgia;
    font-size:12px; margin:6px 0;overflow:auto; 
}

#cont{
    margin:0px;padding:0px;
    height:100px;
	width:100%;
    box-shadow: 0px 0px 10px #888888;
	border:0px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
#navigation{
  }

ul {

  list-style-type: none;

  margin:0px;
padding:0px;

}

li {
border-top-left-radius: 30px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 30px;

  -moz-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  
  -moz-box-shadow:30px 30px 30px #;
  -webkit-box-shadow:30px 30px 30px #;
border-radius:30px 30px 30px 30px;

background-color:gray;
  font: 200 20px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 0px solid #ccc;
}

li:last-child {
  border: none;
}

li a {
border-top-left-radius: 30px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 30px;
   -moz-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  
  -moz-box-shadow:30px 30px 30px #;
  -webkit-box-shadow:30px 30px 30px #;
border-radius:30px 30px 30px 30px;
  text-decoration: none;

  display: block;
  width: 200px;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}

li a:hover {
 
  background: #f6f6f6;
}
.table_header{
background-color:#a1a1a1;
color:#dheeraj;
	width:200px;
	box-shadow: 0px 0px 10px #888888;

}


.img
  {
  margin:2px;
  border:0px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
box-shadow: 0px 0px 10px #888888;
  }
.img img
  {
  opacity:0.4;
filter:alpha(opacity=40);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;    
    transition: opacity 1s ease-in-out;
   
  
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
.img a:hover img
  {
  border:0px solid #0000ff;
opacity:1.0;
filter:alpha(opacity=100);
 box-shadow: 0px 0px 5px #888888;
  }
.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }


#pageContent{
scroll:auto;
align:top;
float:right;
	margin-top:0px;
background-color:#ffff;
	border:0px #cccccc;
	padding:10px;
		height:600px;
		width:600px;
	
}

#loading{
	visibility:hidden;
}



.scroll{
	display:block;
	border: 1px solid red;
	padding:5px;
	margin-top:5px;
	width:300px;
	height:50px;
	overflow:scroll;
	}
.auto{
	display:block;
	border: 1px solid red;
	padding:5px;
	margin-top:0px;
	width:300px;
	height:50px;
	overflow:auto;
	}
	.dist{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:60px;
	margin-right:50px;
	height:auto;
	width:850px;
	}
	.dist1{
	margin-top:55px;
	margin-left:0px;
	margin-right:35px;
	
	}
