html, body, div, h1, h2, h3, h4, p, a, em, font, ol, ul, li, table, tr, th, td {
  border:  none;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}
*:focus {
outline: 0;
}
body {
  background: #ffffff none repeat scroll 0%;
  line-height: 1;
}

ol, ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
table {
  border-collapse: separate;
  -x-border-x-spacing: 0;
  -x-border-y-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
img {
  border:  none;
}
footer,  menu {
  display: block;
}

/* =Structure
----------------------------------------------- */
body {
  padding: 0 2em;
}
.page {
  margin: 2em auto;
  max-width: 1800px;
  min-width: 1300px;
 }

.menu div {
margin: 0 7.6%;
}
.content {
	margin: 0;
	width: 85%;
	display:table;
}

.content>div{
display:table-cell;}


/************************************************************
left Side Bar
************************************************************/
.left-side-bar {	
	/*min-height: 100%;	*/
	/*margin-left: -7.6%;
	/*margin-bottom: 1em;	*/
	/*float:left; */
	width: 20%;
	padding-left: 1.5em;
    padding-bottom: 1.5em;
	padding-right: 1em;
	/*border-right: 2px solid #D7E2F6;*/
	background: #E3EBFB;
	line-height: 1.4;
	}

 .left-side-bar h3 {
  font-size: 18px;
}

 .left-side-bar h3 {
  clear: both;
  color: #222222;
  line-height: 0.8em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin: 0;
  font-weight: bold;
  }
  
 .left-side-bar h3 {
  text-decoration: none;
}

	
	
	
	
/*************************************************************/
 /*************************************************************
 // main
 /************************************************************/
			
.main{				
	width:80%;
	margin:0 auto;
	/*float:left;*/ 
	padding-left: 3.5em;
	padding-bottom: 1.5em;
	}	

/* =Global
----------------------------------------------- */
body {
  color: #373737;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 15px;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: 300;
  line-height: 1.625;
}
body {
  background:#496a87;
}
.page {
  background: #ffffff none repeat scroll 0%;
  position: relative;
   }
  
h1, h2, h3, h4 {
  clear: both;
}
hr {
  border:none;
  background-color: cccccc;
  height: 2px;
  margin-bottom: 1.625em;
}
p {
  margin-bottom: 1.625em;
  
}
ul, ol {
  margin: 0 0 1.625em 2.5em;
}
ul {
  list-style-type: square;
  list-style-image: none;
  list-style-position: outside;
}
ol {
  list-style-type: decimal;
}
a {
  color: #1982d1;
  text-decoration: none;
}
a:focus, a:active, a:hover {
  text-decoration: underline;
  /* =Header
----------------------------------------------- */
}

 h1{
   /*color: #111111;*/
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}
/*img {

  height: auto;
  width: 100%;
 
}*/
table {
  border-bottom: 1px solid #dddddd;
  margin: 1em 0 1.625em;
  padding-left: 0em;
}
/* =Menu
-------------------------------------------------------------- */


/*td img {
  height: auto;
  width: 40%;
  padding: 6px 10px 6px 10px;
}*/

.menu {
	background: #4680B4; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#4680B4, #0a0a0a);
	background:-o-linear-gradient(#4680B4, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4680B4), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#4680B4, #0a0a0a);
/*	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;*/
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	}
	
.menu ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 2.5em;
	padding-left: 0;
}

.menu li {
	float: left;
	position: relative;
}

.menu a {
  padding: 0 1.2125em;
  display: block;
  color: #eeeeee;
  line-height: 3.333em;
  text-decoration: none;
}

.menu li:hover > a, .menu ul ul :hover > a, .menu a:focus {
  background: #efefef none repeat scroll 0%;
}

.menu li:hover > a, .menu a:focus ,  a.current
{
	background: /*#f9f9f9*/#ffffff none repeat scroll 0%;
	background: -moz-linear-gradient(/*#f9f9f9*/#ffffff, #e5e5e5);
	background: -o-linear-gradient(/*#f9f9f9*/#ffffff, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff/*#f9f9f9*/), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#ffffff/*#f9f9f9*/, #e5e5e5);
	color: #373737;
}
.menu ul li:hover > ul {
  display: block;
}
.menu li:hover > a 
{
	background: /*#b6cef2*/ #e3ecfd none repeat scroll 0%;
  	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
/* text---------------------*/

h2 , h3 {
	margin: 0 0 0 -1.4em;
	color: #000000;
	font-weight: bold;
}
 
 h2 {
  clear: both;
  color: #222222;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 0.3em;
  padding-top: 15px;
}

b { font-weight: bold; }

 h2 {
  text-decoration: none;
}

 h3 {
  font-size: 20px;
}

 h3 {
  clear: both;
  color: #222222;
  line-height: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
}
 h3 {
  text-decoration: none;
}

/* table---------------------*/
 table {
  border-bottom: 1px solid #dddddd;
 }
  th  {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  /*text-transform: uppercase;*/
  padding-right:  15px ;
  border-top: 1px solid #dddddd;
 }
 
 td {
  border-top: 1px solid #dddddd;
  padding: 6px 15px 6px 0;
}

td.task {
text-align:right;
}
/* =Footer
----------------------------------------------- */
.footer
 {	 background-image: url("ph2.jpg_");
	clear: both;
	padding: 1em 2em;
	border-top: 2px solid /*#dddddd*/#4682B4;
	overflow: hidden;
	line-height: 1.4;
	font-size: 1em
	}

.login
{	
	font-size: 13px;
	list-style: none;
	color: #eeeeee;
	float: right;
	position: relative;
	line-height: 3.333em;
}

 	
	
.c1 {
background-color: #ffff73;
}

.c2 {
background-color: #ff7373;
}

.c3 {
background-color: lightgreen;
}
	
.data
{vertical-align: center;
	text-align: center;
}	

.disable
{
color: gray;
}

.msg {
padding: 8px 40px;
background-color: #ffff73;
}

.head {
  background-image: url("ph11.jpg_");
  border-top: 4px groove/*solid /*#bbbbbb*/#4682B4;
  padding-bottom: 10px;
  padding: 0.6em 0 0.6em 1.5em;
}
.find
{	
	padding: 0 1.2125em;
  display: block;
  color: #eeeeee;
  line-height: 3.333em;
  text-decoration: none;}