html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ color: #000000;
    font: 14px arial;
  /*
    background: url(body_bg.jpg) no-repeat center center fixed; 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
  }
  
.searchbtn input {
color: #fff;
font-weight: bold; 
width: 86px; 
height: 40px;
border: 0;
float: right;

background: rgb(195,217,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(195,217,255,1) 0%, rgba(177,200,239,1) 41%, rgba(152,176,217,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,217,255,1)), color-stop(41%,rgba(177,200,239,1)), color-stop(100%,rgba(152,176,217,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 ); /* IE6-9 */
margin-top: 5px;
}

.searchbox input {
background-color: rgb(233, 232, 241);
width: 253px;
height: 20px;
float: left;
padding: 10px;
border: 0;
outline: none;
margin-top: 5px;
}

.report-block
{
min-height: 400px;
}


p
{ padding: 0 0 10px 0;
  color: #1D1D1D;
  line-height: 1.7em;
  font-size: 100% }
  
  table .links td
{  border: 1px solid black;
    color: royalBlue;
    font-size: 18px;
    line-height: 1.7em;
    padding: 10px; }

	
  table .links 
{  
margin-left: 150px;
 }	
	
	
img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: normal 175% Arial, Helvetica, sans-serif;
  color: #1D1D1D;
  text-shadow: 0px -1px 0px #fff;
  letter-spacing: -1px;
  margin: 0 0 10px 0;}

h2
{ font: normal 165% Arial, Helvetica, sans-serif;}

h3
{ font: normal 130% Arial, Helvetica, sans-serif;
}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 150% Arial, Helvetica, sans-serif;
  color:rgb(139, 59, 59);
  line-height: 1.5em;}

h5, h6
{ font: normal 95% Arial, Helvetica, sans-serif;
  color: #888;
  padding-bottom: 15px;}

a, a:hover
{ color: #1D1D1D;
  background: transparent;
  outline: none;
  text-decoration: none;}

a:hover
{ text-decoration: underline;}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #banner, #menubar, #site_content, #footer, #content_grey
{ margin-left: auto; 
  margin-right: auto;}

#main
{ background: white;
width: 1000px;
margin: auto;}
 
#top-header {
    background-color: #32407A;
    height: 34px;
    margin: auto auto 20px;
}

.classname {
    background: -moz-linear-gradient(center top , #F9F9F9 5%, #E9E9E9 100%) repeat scroll 0 0 #F9F9F9;
    border: 1px solid #DCDCDC;
    border-radius: 0;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #666666;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 1px 1px 0 #FFFFFF;
 padding: 0 5px;
}
 
 .logo
{ 
float: left;
    height: 80px;
    margin: 10px 0 0 20px;
    width: 120px;
}
 
 
 
#header
{ 


/*
  background: #658EC4;
  background: -moz-linear-gradient(#CEDBEC, #658EC4);
  background: -o-linear-gradient(#CEDBEC, #658EC4);
  background: -webkit-linear-gradient(#CEDBEC, #658EC4);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  */
  }

  .form_by_date {
    font-size: 15px;
    margin: 30px auto 50px;
    width: 500px;
}
  
  
#banner
{ width: 1000px;
  position: relative;
  height: 50px;

  background: transparent;}

#menu_container
{ 
background-color: #32407A;
/*
  background: #FFF;
  background: -moz-linear-gradient(#FFF, #CCC);
  background: -o-linear-gradient(#FFF, #CCC);
  background: -webkit-linear-gradient(#FFF, #CCC);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  */
  width: 1000px;
margin: auto;
}  
  
#menubar
{ background-color: #32407A;
    float: left;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
  } 
  
#welcome
{ width: 940px;
  float: right;
  text-align: right;
  height: 50px;
  margin: 0 auto;
  background: transparent;}  
   
#welcome H1
{ font: normal 300% Arial, Helvetica, sans-serif;
  letter-spacing: -3px;
  text-align: center;
  text-shadow: 1px 1px #000;
  color: #fff;}

ul#menu
{ margin:0;}

ul#menu li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  background: transparent;}

ul#menu li a
{ color: #F5F5F5;
    float: left;
    font: 17px Arial,Helvetica,sans-serif;
    height: 20px;
    margin: 5px 0;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
} 
  /*
ul#menu li.current a, ul#menu li:hover a
{ 
background: #0043A8;
background: -moz-linear-gradient(#43A9FF, #0043A8);
background: -o-linear-gradient(#43A9FF, #0043A8);
background: -webkit-linear-gradient(rgb(106, 109, 90), rgb(178, 182, 165));
color: #FFF;
text-shadow: 1px 1px #000;
}
*/
#site_content
{ width: 1000px;
  
  margin:auto;
    } 

#content
{ 


  
  }
  
 .index_column 
    { 
	background-color: #5F9EA0;
    float: left;
    margin: 10px 7px 20px 6px;
    width: 320px;
  }
  
  .column_heading
      { 
    color: whitesmoke;
    font-size: 18px;
    text-align: center;
	padding: 10px 0;
	
	background: #60abf8; /* Old browsers */
background: -moz-linear-gradient(top,  #60abf8 1%, #4096ee 52%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#60abf8), color-stop(52%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #60abf8 1%,#4096ee 52%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #60abf8 1%,#4096ee 52%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #60abf8 1%,#4096ee 52%); /* IE10+ */
background: linear-gradient(to bottom,  #60abf8 1%,#4096ee 52%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60abf8', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */

  }
  .column_body
    { 
    color: whitesmoke;
    font-size: 15px;
    padding: 15px;
    text-align: justify;
  }
  
  .bl_form
      { 
    color: whitesmoke;
    font-size: 15px;
    padding: 15px;
    text-align: justify;
	margin: 56px 0;
  }
  
  .still-pic
    { 
 height: 180px;
  width: 800px;
  }
  
  .news-heading
  { 
    color: #B30000;
    font-size: 20px;
    padding: 5px 0;
	 text-align: center;
  }
  
  .home_image_news
  {
    border: 1px solid #CCCCCC;
    float: left;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 5px;
    width: 70px;
}

.home_about
{
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    float: right;
    font-size: 13px;
    line-height: 23px;
    margin: 10px 7px 20px 6px;
    padding: 10px;
    width: 580px;
	background-color: #C1D9E0;
	height: 170px;
}

.home_service
{
background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #C1D9E0;
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 150px;
    margin: 10px;
    width: 200px;
}


.about_heading
{
color: #B30000;
font-size: 20px;
padding: 5px 0;
}


.content_item
{ 
  
  padding: 20px 0px;}
  
.content_image
{ float: left; 
  width: 275px;
  height: 150px;
  margin-bottom: 5px;
  
  }
  
  
  .home_download
{ 
 background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #C1D9E0;
    border-radius: 10px 10px 10px 10px;
    color: #B30000;
    float: left;
    font-size: 30px;
    margin: 10px;
    padding: 60px 20px;
    width: 260px;
  
  }
  
.home_news
{ 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    float: right;
    margin: 10px 7px 20px 6px;
    padding: 10px;
    width: 350px;
	background-color: #C1D9E0;
	}
  
.home_news h2
{text-align: center;}
  
#content_grey
 { width: 940px;
  height: 160px;
  text-align: center; 
  background: #658EC4;
  background: -moz-linear-gradient(#CEDBEC, #658EC4);
  background: -o-linear-gradient(#CEDBEC, #658EC4);
  background: -webkit-linear-gradient(#CEDBEC, #658EC4);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -webkit-border: 0px 0px 15px 15px;}  
  
#content_grey p
 { color: #000;}  

#content_grey h4
{ text-shadow: none;}
  
.content_grey_container_box
{ width: 270px;
  padding: 5px;
  text-align: center;
  margin: 20px 10px 10px 10px;
  float: left;}

.content_grey_container_boxl
{ width: 270px;
  padding: 5px;
  text-align: center;
  margin: 20px 0 10px 10px;
  float: left;}
  
  
  .about_image
  {   
  float: left;
    height: 300px;
    padding: 0 15px 15px 0;
    text-align: center;
    width: 350px;
	}
  .ceo_image
  {   
  float: left;
    height: 200px;
    padding: 0 15px 15px 0;
    text-align: center;
    width: 200px;
	} 
	
	
	.container_image
  {   
  float: right;
    height: 200px;
    padding: 0 0 15px 15px;
    text-align: center;
    width: 200px;
	}
 .service_menu
   {   
    color: teal;
    font-size: 18px;
    padding: 5px 0;
}
 
 
  .service_left
   {  
	float:left;
    color: teal;
    font-size: 18px;
    padding: 5px 0;
}

.service_right
{  
	float:right;
	width: 750px;
}

 
#footer_container
{  border-top: 1px solid #0000FF;
    margin: 40px auto auto;
    width: 1000px;
  /*
  background: -moz-linear-gradient(#CEDBEC, #658EC4);
  background: -o-linear-gradient(#CEDBEC, #658EC4);
  background: -webkit-linear-gradient(#CEDBEC, #658EC4);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  */
  } 
 
#footer
{ width: 940px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; 
  background: transparent;
  font-weight: bold;
  text-shadow: 1px 1px #000;
  color: #FFF;}

#footer a, #footer a:hover
{ text-shadow: 1px 1px #000;
  color: #FFF;
  text-decoration: none;
  padding-bottom: 20px;}
  
 .readmore
{ font: bold 100% Arial, Helvetica, sans-serif;
  height: 15px;
  width: 80px;
  margin-left: 95px;
  padding: 5px 2px 7px 5px;
  background: #0043A8;
  background: -moz-linear-gradient(#43A9FF, #0043A8);
  background: -o-linear-gradient(#43A9FF, #0043A8);
  background: -webkit-linear-gradient(#43A9FF, #0043A8);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
 .readmore a
{ color: #FFF;}






.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 280px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings input[type="checkbox"]
{ padding: 2px 0; 
  width: 15px; 
  font: 100% arial; 
  border: 0; 
  background: #FFF; 
  color: #47433F;
  margin: 28px 0;}

.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #0043A8;
  background: -moz-linear-gradient(#43A9FF, #0043A8);
  background: -o-linear-gradient(#43A9FF, #0043A8);
  background: -webkit-linear-gradient(#43A9FF, #0043A8);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;  
  color: #FFF;}

/* styling for the slideshow on the homepage */
#slideshow-right
{ float: right;
width: 256px;
height: 400px;
margin-bottom: 20px;
border: 15px solid rgba(196, 200, 204, 0.78);;
  }


#slideshow
{ float: left;
  width: 650px;
  height:400px;
  margin-bottom: 20px;}
  
  .slide-image
  {
  width: 620px;
height: 400px;
border: 15px solid rgba(196, 200, 204, 0.78);
  }

ul.slideshow {
  list-style: none;
  width: 920px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin: 20px 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 920px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;
  color: #FFF;}
 
 
 .detail-left
{ float: left;
  width: 410px;

  margin-bottom: 20px;
  border: 1px solid gray;
padding: 20px;
margin-right: 15px;
  }
 
  .detail-right
{ float: right;
  width: 410px;
  height:400px;
  margin-bottom: 20px;
  border: 1px solid gray;
padding: 20px;
  }
 .project-page-image
  {
width: 275px;
height: 300px;
  }

 .inside-slideshow
   {
width: 236px;
height: 180px;
padding: 10px;
color: lightyellow;
border-bottom: 5px solid rgba(196, 200, 204, 0.78);
  }
  
  
   .inside-slideshow:hover
   {
color: lightyellow;
-webkit-box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.75);
box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.75);
  }
  
  
  .form_settings
{ 
margin: 15px 0 0 0;
width: 250px;

float:left;
}

.contact-address
{ 
margin: 35px 0 0 0;
width: 350px;
float: right;
line-height: 30px;
}

.gallery
{ 
width: 940px;
margin:auto;
margin-top: 20px;
}

#showr,#hidr
{
background-color: rgb(159, 175, 240);
border-radius: 10px;
padding: 10px;
font-size: 16px;
color: lightyellow;
font-weight: 700;
}





/*    admin start  */
.inner-block1
{
width: 290px;
height: 20px;
font-size: 16px;
padding: 5PX;
margin:auto;
}

.inner-block input
{
width: 290px;
height: 20px;
font-size: 16px;
padding: 5PX;
}


.inner-block textarea
{
width: 290px;
height: 200px;
font-size: 16px;
padding: 5PX;
}


.inner-block
{
font-size: 16px;
font-size: 16px;
padding: 5PX;
margin: 40px auto 40px;
width: 400px;
}






.floor1
{
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(left,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #fefcea 0%,#f1da36 100%); /* IE10+ */
background: linear-gradient(to right,  #fefcea 0%,#f1da36 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 ); /* IE6-9 */
width: 200px;
padding: 10px;
font-size: 20px;
}


.floor2
{
background: #f9f3e5; /* Old browsers */
background: -moz-linear-gradient(left,  #f9f3e5 0%, #fc840c 52%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f3e5), color-stop(52%,#fc840c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f9f3e5 0%,#fc840c 52%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f9f3e5 0%,#fc840c 52%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f9f3e5 0%,#fc840c 52%); /* IE10+ */
background: linear-gradient(to right,  #f9f3e5 0%,#fc840c 52%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f3e5', endColorstr='#fc840c',GradientType=1 ); /* IE6-9 */
width: 200px;
padding: 10px;
font-size: 20px;
}

.floor3
{
background: #f9f3e5; /* Old browsers */
background: -moz-linear-gradient(left,  #f9f3e5 0%, #70d177 52%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f3e5), color-stop(52%,#70d177)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f9f3e5 0%,#70d177 52%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f9f3e5 0%,#70d177 52%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f9f3e5 0%,#70d177 52%); /* IE10+ */
background: linear-gradient(to right,  #f9f3e5 0%,#70d177 52%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f3e5', endColorstr='#70d177',GradientType=1 ); /* IE6-9 */
width: 200px;
padding: 10px;
font-size: 20px;
}

.floor-title
{
background: #f9f3e5; /* Old browsers */
background: -moz-linear-gradient(left,  #f9f3e5 0%, #54304b 53%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f3e5), color-stop(53%,#54304b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f9f3e5 0%,#54304b 53%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f9f3e5 0%,#54304b 53%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f9f3e5 0%,#54304b 53%); /* IE10+ */
background: linear-gradient(to right,  #f9f3e5 0%,#54304b 53%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f3e5', endColorstr='#54304b',GradientType=1 ); /* IE6-9 */
padding: 10px;
font-size: 20px;
text-align: center;
color: lavenderblush;
}





.detail-floor
{ 
margin: 35px 0 0 0;
width: 350px;
float: left;
}
.detail-floor-map
{ 
margin: 10px 0 0 0;
width: 550px;
height: 570px;
float: right;
}

.right-header
{ 
 float: right;
    font-family: 'Roboto Slab',serif;
    font-size: 20px;
    font-style: italic;
    margin: 10px 10px 0 0;

}

.company-name
{ 
margin: 10px 10px 0 0;
float: left;
font-size: 43px;
font-family: 'Roboto Slab', serif;
font-style: italic;
color: lightblue;
margin-left: 20px;
margin-top: 25px;
}


.admin-left-menu
{

float:left;
}








.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
}.CSSTableGenerator table{
	width:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffaaaa;
}
.CSSTableGenerator td{
	vertical-align:middle;
	background-color:#ffffff;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);

	background-color:#ff5656;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);

	background-color:#ff5656;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


#inputArea
{
	 background-color: #d6e5f4;
    font-family: Arial,Sans-Serif;
    font-size: 13px;
    margin: auto;
    padding: 30px;
    width: 400px;
}


#inputArea input[type="text"], #inputArea textarea, #inputArea input[type="input"], #inputArea select
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 200px;
 
}




#inputArea input[type="submit"] {
    background: -moz-linear-gradient(center top , #F9F9F9 5%, #E9E9E9 100%) repeat scroll 0 0 #F9F9F9;
    border: 1px solid #DCDCDC;
    border-radius: 0;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #666666;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 100px;
}


.total
{
color:blue;
}

#pagination a, #pagination a:visited {
    background-color: white;
    border: 1px solid #9aafe5;
    color: #2e6ab1;
    padding: 0 5px;
    text-decoration: none;
}




/* Basic Grey */
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    background: #D6E5F4;
    padding: 25px 15px 25px 10px;
    font: 18px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
	margin:12px 0
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
      outline: 0 none;
    padding: 3px 3px 3px 5px;
    font-size: 15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';

}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A
}

