   /* Begin Navigation Bar Styling */
   #nav {
      width: 100%;
      float: left;
      margin: 0 0 2em 0;
      padding: 0;
      list-style: none;
      background-color: #f2f2f2;
      border-bottom: 1px solid #ccc; 
      border-top: 1px solid #ccc; 
	  position:relative;}
   #nav li {
      float: left; }
   #nav li a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      font-weight: bold;
      color: #069;
      border-right: 1px solid #ccc; }
   #nav li a:hover {
      color: #c00;
      background-color: #fff; }
   /* End navigation bar styling. */
   
   /* This is just styling for this specific page. */
   body {
      background-color: #555; 
      font: small/1.3 Arial, Helvetica, sans-serif; }
   #wrap {
      width: 1254px;
      margin: 0 auto;
      background-color: #fff; }
   h1 {
      font-size: 1.5em;
      padding: 1em 8px;
      color: #333;
      background-color: #fff; 
      margin: 0; }
   #content {
      padding: 0 50px 50px; 
	  height:auto;
	  min-height:470px;
	  }
	  .error{color:red;font-size:13px;}
	  #dataTables-example_filter{ margin-bottom:9px !important;}
  .linkbutton {
     background: none repeat scroll 0 0 #CF6F19 ;
	border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    height: 25px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 50px;
 
 #dataTables-example_length { display:none !important;}
 .active{ background-color: #E5AF65;color: #006699;}



