/* Default CSS Stylesheet for a new Web Application project */

.tablasinborde
table {
    border:1px solid #CCC;
    border-collapse:collapse;
}
td {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: left;
}

.titulocampo
        {
            color: #FFFFFF;
            background-color: #004080;
	        text-align: left;
} 
.titulocampo2
        {
            color: #020337;
	        text-align: left;            
	} 
.titulocentrado
        {
            color: #FFFFFF;border-radius:10px;
            background-color: #004080;
	text-align: center; vertical-align:middle;
	height: 36px;
} 

		.backgroundpage
        {
            background-color: #97B9B9;
        } 


 .textbox {
	border:2px solid #456879;
	border-radius:10px;
	font-size: medium;
}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: #65a9d7;
   padding: 5.5px 11px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: black;
   font-size: small;
   font-family: Helvetica, Arial, Sans-Serif;
   vertical-align: middle;
	text-align: center;
}
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

        .PnlDesign
        {
            border: solid 1px #000000;
            height: 150px;
            width: 330px;
            overflow-y:scroll;
            background-color: #EAEAEA;
            font-size: 15px;
            font-family: Arial;
        }
        .txtbox
        {
            background-image: url(../images/drpdwn.png);
            background-position: right top;
            background-repeat: no-repeat;
            cursor: pointer;
            cursor: hand;
        }
        

  body {
    margin: 0px;
    padding: 0px;
  }
  .container {
    width: 100%;
    height: 100%;
    padding: 0px;
  }
  .container .content {
    background-color: #008080;
  }
  .container .sidebar {
    background-color: #000000;
    width: 160px;
  }
  
  
  .buttonTop {

   background: #5d5d5d;
   background: -webkit-gradient(linear, left top, left bottom, from(#5d5d5d), to(#5d5d5d));
   background: -webkit-linear-gradient(top, #5d5d5d, #5d5d5d);
   background: -moz-linear-gradient(top, #5d5d5d, #5d5d5d);
   background: -ms-linear-gradient(top, #5d5d5d, #5d5d5d);
   background: #5d5d5d;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 0px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: medium;
   font-family: Arial;
   text-decoration: none;
   vertical-align: middle;
	font-weight: 700;
}
.buttonTop:hover {
   background: #212021;
   color: #ccc;
   }
.buttonTop:active {
   background: #5d5d5d;
   }
        
        