@charset utf-8;

body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#EDEDED url(../images/bg.png);
	color:black;
}
	
/* PAGINA INICIAL */
body.home {
	width:100%;
	height:100%;
	background-color:white;
	padding:0;
	margin-left:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


/* CSS Document */
* {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a:link {
	color:#393939;
	text-decoration:none;
}

A:hover {
	color:#393939;
	text-decoration:none;
}

a:visited {
	color:#393939;
	text-decoration:none;
}

a:active {
	color:#393939;
	text-decoration:underline;
}


img{
  border: 0px;
}

#home_wrapper {
	width:700px;
	position:relative;
	left:50%;
	margin-top:120px;
	margin-left:-350px;
	color:#838383;
	background-color:white;
}

#home_news {
	float:left;
}

#home_help {
	float:right;
}

#home_ready2fill {
	float:left;
}

.company-logo-balloon {
	background:url(../images/wam-company-logo-b4text.png) no-repeat;
	position:relative;
	width:216px;
	height:162px;
	float:left;
}

.company-logo-balloon h2 {
	color:#000;
	margin:0;
	padding-left:40px;
	padding-right:10px;
	font-size:20px;
}

.company-logo-balloon p {
	margin-top:15px;
	padding-left:40px;
	padding-right:40px;
}

#clearing {
	clear:both;
}

td {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:25px;
	padding-top:5px;
	padding-left:5px;
}

th {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


	
/* login and admin */
.login {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body.login {
	background:#000 url(../images/login-back.jpg) no-repeat center top;
	color:white;
}

#login-wrapper {
	width:260px;
	position:relative;
	left:50%;
	margin-left:-130px;
}

#login-form {
	width:260px;
	height:394px;
	position:relative;
	background:url(../images/login-form.png) no-repeat;
}

#login-stuff {
	position:relative;
	top:95px;
	left:20px;
}

.login-button {
	position:relative;
	left:37px;
	top:10px;
	width:146px;
	height:40px;
	cursor:pointer;
	border:none;
	padding:2px 8px;
	background:url(../images/login-button.png) no-repeat top left;
}

#login-msg {
	position:relative;
	width:220px;
}

#login-sl {
	position:relative;
	top:150px;
	left:190px;
	width:169px;
	height:65px;
}

a.sl {
	display:block;
	width:169px;
	height:65px;
	background:url(../images/sl-black.png) no-repeat top left;
}

a.sl:hover {
	background:url(../images/sl-green.png) no-repeat top left;
}

#login-sandino {
	position:relative;
	top:155px;
	left:195px;
	width:135px;
	height:80px;
}

a.sandino {
	display:block;
	width:135px;
	height:80px;
	background:url(../images/sandino-black.png) no-repeat top left;
}

a.sandino:hover {
	background:url(../images/sandino-green.png) no-repeat top left;
}

h1.login {
	font-size:18px;
}

table.login {
	background-color:#f8931d;
	padding:20px;
}

td.login {
	text-align:center;
}

td.content {
	background-image:url(../images/globo.gif);
	text-align:center;
}

th.login {
	text-align:right;
}

body.admin {
	background-color:#FBFFE7;
	color:black;
}


	
/* !MENU*/
.menu {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#969696;
	margin:50px 0 0 10px;
	text-shadow:1px 1px white;
	line-height:30px;
}

.menuOut {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
    color:#454545; 
	text-align:left;
	padding:0 0 7px 18px;
	background:url(../images/01.png) no-repeat 0 30%;
	font-weight:bold;
}

.menuOver {
	padding:0 0 7px 18px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	color:#00a9b1;
	text-align:left;
	background:#f6f6f6 url(../images/01.png) no-repeat 0 30%;
	display:block;
	width:90%;
	font-weight:bold;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.submenu {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:15px;
	margin-bottom:3px;
}

.menuOut a {
	cursor:pointer;
	margin:0;
	color:#454545;
	padding:0;
	text-align:left;
	font-weight:bold;
}

.menuOver a {
	cursor:pointer;
	margin:0;
	color:#00A9B1;
	border:0 solid #000000;
	padding:0;
	text-align:left;
	font-weight:bold;
	background:none;
	display: block;
}

.submenu a {
	color:black;
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat 0 36%;
	padding-left:15px;
}

.submenu a:hover {
	color:#00A9B1;
	text-decoration:underline;
}

.main {
	width:1000px;
	/* width:90%; */
	z-index:1;
	color:#7a7a7a;
}

.workarea {

}

hr {
	
	border: 0px;
	border-top:1px solid #e8e8e8;
    background: white; 
	margin-bottom:10px;
}

.topbar {
	height:17px;
	background:#008e95;
	padding:10px;
	color:white;
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #fbfbfb;
}

.topbar-cont {
	width:90%;
	color:white;
}

.logo {
	float:left;
}

.topbar a:link,.topbar a:visited {
	color:white;
	text-decoration:none;
}

.topbar a:hover,.topbar a:active {
	color:#ffd972;
}

.header {
	font-size:20px;
	text-align:left;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0 0 15px;
	height:40px;
	color:#008e95;
	text-shadow:1px 1px white;
}

.hdr-menu,.topbar-menu {
	font-size:12px;
	font-weight:normal;
	float:right;
}

.hdr-title {
	font-weight:bold;
	font-size:22px;
	float:left;
}


.toolbar {

}

.listheading{
   	background: #AFD8D6;
    height: 32px;
    color: black;
    text-align: center;
    
}

table{
   
}

.listheading tr{
   	
}



.listheading th{
   	border-right: 1px solid #95B5B8;
   	padding: 0px 5px;
}



A.listheading:link,A.listheading:active,A.listheading:visited {
	color:#3d424b;
	text-decoration:none;

}

.listrow1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	color:#5a5a5b;
	vertical-align:top;
}

.listrow0 {
	font-size:12px;
	background-color:#f2f2f2;
	color:#5a5a5b;
	vertical-align:top;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}



.listsubtotal {
	font-size:14px;
	background-color:#e1e0e0;
	color:#3d424b;
	padding: 5px 0px;
	text-shadow: 1px 1px white;
}

.listtotal {
	font-size:14px;
	background-color:#dddcdc;
	color:#3d424b;
	padding: 5px 0px;
	text-shadow: 1px 1px white;
}

.actions {
	/*background:white;
	padding:10px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border:1px solid #CCC;
	border-top:0;*/
}


	
/*GENERALES */
table {
	margin-bottom:0;
}

textarea {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

input {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

select {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/*
.submit {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #b3b3b3;
	background-color:#e5e5e5;
	cursor:pointer;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	padding:2px 4px;
	margin:0 10px 10px 0;
	text-decoration:none;
	background-image:url(../images/bg_btn.png);
	height:26px;
}

.submit:hover {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #ec6a0a;
	background-color:#f8931d;
	cursor:pointer;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f2c04;
	padding:2px 4px;
	text-decoration:none;
	background-image:url(../images/bg_btnover.png);
	height:26px;
}

*/

.checkbox,.radio {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.plus0 {

	
/* font color for negative numbers */
	color:red;
}

.plus1 {
	color:green;
}

h2.confirm {
	color:blue;
	font-size:14px;
}

h2.error {
	color:red;
	font-size:14px;
}


	
/* media stuff */
@media screen 
	.noscreen {
	
		
	/* items with this class won't display */
		display:none;
	}
}

@media print 
	.noprint {
	
		
	/* items with this class won't print */
		display:none;
	}
}

--------------------------------------------------------------------------- .roundedcornr_box_436151 {
	background-color:#24c624;
	width:250px;
	float:left;
}

.roundedcornr_top_436151 div {
	background:url(../images/roundedcornr_436151_tl.png) no-repeat top left;
}

.roundedcornr_top_436151 {
	background:url(../images/roundedcornr_436151_tr.png) no-repeat top right;
}

.roundedcornr_bottom_436151 div {
	background:url(../images/roundedcornr_436151_bl.png) no-repeat bottom left;
}

.roundedcornr_bottom_436151 {
	background:url(../images/roundedcornr_436151_br.png) no-repeat bottom right;
}

.roundedcornr_top_436151 div,.roundedcornr_top_436151,.roundedcornr_bottom_436151 div,.roundedcornr_bottom_436151 {
	width:100%;
	height:30px;
	font-size:1px;
}

.roundedcornr_content_436151 {
	margin:0 30px;
}


	
/*ACCESO */
#acceso_wrapper {
	width:700px;
	position:relative;
	margin:0 auto;
	color:#ddd;
	padding-top:50px;
}

.acceso {

}

.logoAcceso {
	position:relative;
	margin:0 auto;
	width:243px;
}

#contenedorLogin {
	width:700px;
	height:600px;
	background:url(../images/login/bg_login.png) no-repeat left center;
}

div.txtAcceso placeholder{

  color: #ccc;
}

#contenedorDatos {
	margin-top:20px;
	width:504px;
	height:355px;
	margin-left:100px;
}

#datos {
	padding:30px 20px 20px;
}

.titAcceso {
	color: #797979;
	font-size:20px;
	
}

.user_correo {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	padding:6px;
	width:443px;
	color:#333;
	background:#f8f8f8;
	border:2px solid #ccc;
	margin-top:10px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.user_correo placeholder{
  color: #ccc;
  padding-top: 10px;
}


.secure{
  color: #5A5A5A;

}
.user_correo:focus {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	padding:6px;
	width:443px;
	color:#333;
	background:#f9f8e4;
	border:2px solid #71aeb1; 
}

#email,#subject {
	padding:6px;
	width:290px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f8f8f8;
	border:1px solid #e7e8ea;
}

#email:focus,#subject:focus,#message:focus {
	background:#fcfcfc;
	/*border:1px solid #cbcbcb;*/
}

input.btnEntrar {
	color:#5b5b5b;
	display:block;
	width:192px;
	height:67px;
	background:url(../images/login/btn_entrar.png) no-repeat;
	text-decoration:none;
	font-size:30px;
	padding-left:0;
	padding-bottom:15px;
	margin:10px 0 20px 130px;
	border:none;
	cursor:pointer;
	margin-top:18px;
}

input.btnEntrar:hover {
	color:#559f90;
	background:url(../images/login/btn_entrarover.png) no-repeat;
	cursor:pointer;
}

#linkReady a {
	float:left;
	background:url(../images/login/btn_ready.png) no-repeat;
	width:103px;
	height:31px;
	margin-right:0px;
	margin-top:30px;
	margin-left:10px;
	text-indent:-3000px;
	
}

.txtAcceso {
	margin-right:10px;
	margin-top:40px;
	margin-left:43px;
	color:;
	float: left;
	color:#5a5a5a;
}

.txtAcceso a {
	color:#5a5a5a;
}

.txtAcceso a:hover {
   text-decoration: underline;
}

table.tab-calen {
	margin-bottom:0;
}

.secure{
 float: right;
 margin-top: 35px;

}
	
/*--ModalBox--*/
#fade {

	
/*--Transparent background layer--*/
	display:none;

	
/*--hidden by default--*/
	background:#000;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:.80;
	z-index:9999;
}

.popup_block {
	display:none;

	
/*--hidden by default--*/
	background:#fff;
	padding:20px;
	border:20px solid #ddd;
	float:left;
	font-size:1.2em;
	position:fixed;
	top:50%;
	left:50%;
	z-index:99999;

	
/*--CSS3 Box Shadows--*/
	-webkit-box-shadow:0 0 20px #000;
	-moz-box-shadow:0 0 20px #000;
	box-shadow:0 0 20px #000;

	
/*--CSS3 Rounded Corners--*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

img.btn_close {
	float:right;
	margin:-55px -55px 0 0;
}


	
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position:absolute;
}

*html .popup_block {
	position:absolute;
}

.footer {
	background:#f6f6f6; 
	width:960px;
	margin-top:18px;
	margin-bottom:18px;
	padding:17px 20px 18px 18px;
	border:1px solid #ccc;
	-webkit-border-radius:8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	text-align:center;
	line-height: 22px;
	height: 50px;
}


.footer a:link, .footer a:visited {
	color:#393939;	
	text-decoration:none;
}

.footer a:hover,.footer a:active {

    text-decoration:underline;
}


#menu {
	text-align:center;
	font-size:11px;
	width:40%;
	margin:0;
	z-index:20;
}

#menu ul {
	list-style-type:none;
	float:right;
}

#menu ul li {
	float:left;
	margin-right:20px;
	line-height:19px;
	height:15px;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	text-align:left;
	border-right:1px solid #56aabb;
}

#menu ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 5px;
	position:relative;
}

#menu img {
	margin-right:5px;
	float:left;
}

#menu ul li a:hover,#menu ul li:hover a.nivel1 {
	color: #fff8f8;
	text-decoration:underline;
}

#menu ul li a.nivel1 {
	display:block!important;
	display:none;
	position:relative;
}

#menu ul li ul {
	display:none;
}

#menu ul li a:hover ul,#menu ul li:hover ul {
	display:block;
	position:absolute;
	left:0;
}

.topbar-notifications,.hdr-notifications {
	float:right;
	color:black;
	margin-right:5px;
	font-size:11px;
	margin-top:0;
	max-width:500px;
	border-radius:0 0 2px 2px;
	z-index:9999;
	color:black;
	margin-top:-10px;
	border-radius:0 0 4px 4px;
	padding:10px;
}

.hdr-notifications {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	max-width:800px;
	text-shadow:none;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	float:none;
	clear:both;
	font-size:12px;
	width:40%;
}

.dashboard,.workarea-cont {
	border:1px solid #CCC;
	border-radius:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background:white;
	padding:20px;
	text-align:center;
	color: #5f5f5f;
}

.workarea-cont{
  text-align: left;
  
}

.db-cont {
}

.db-left {
	float:left;
	width:475px;
}

.db-right {
	float:left;
	width:475px;
}

.dashboard h2 {
	font-size:20px;
	color:black;
   
}

.db-controls {
  font-size: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border:1px solid #ccc;
  background: #ededed;
  padding: 10px;
  width:330px;
  margin: 0 auto;
}


.bold{
  color: black;
  font-weight: bold;

}

.widget {
	border:1px solid #CCC;
	border-radius:10px;
	width:350px;
	background:#EDEDED url(../images/bg.jpg);
	margin:20px auto;
    text-shadow:1px 1px white;
}

.widget h3 {
	border-bottom:1px solid #a2a2a2;
	font-size:25px;
	text-shadow: 1px 1px #3e3e3b;
	background:#aaaaaa;
	color:white;
	height:35px;
	padding:10px 0 0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

.widget p {
	margin-left:0;
	margin-bottom:20px;
	margin-right:0;
	margin-top:20px;
	font-size:30px;
}

.red {
	color:#e23c22;
}

.red h3 {
	color:white;
	background:#e23c22;
}

.green {
	color: #02936e;
}

.green h3 {
	background:#04a178;
}

.list-index {
}

.list-index a:link,.list-index a:visited {
	display:block;
	padding:4px 6px;
	background:#c8e7e5;
	text-align:center;
	border-radius:6px;
	color:#1d2323;
	font-weight:bold;
	margin:0 auto;
}

.list-index a:hover,.list-index a:active {
	background:#e58619;
	color:white;
}

table {
	text-align:left;
}

.good {
	background:#7ce4b1 url(../images/icon-good.png) no-repeat 5px 50%;
	padding-left:25px;
	color:black;
}

.warning {
	background:#FADC62 url(../images/icon-warning.png) no-repeat 5px 50%;
	padding-left:25px;
}

.error {
	background:#ffa6a0 url(../images/icon-danger.png) no-repeat 5px 50%;
	padding-left:25px;
	color:black;
	border:1px solid #ff574e;
}

.info {
	background:#76ADD8 url(../images/icon-info.png) no-repeat 5px 50%;
	padding-left:25px;
	color:white;
}

.listtop{
  text-align: center;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ui-datepicker-trigger{
  margin-left: 10px;
  margin-top: auto;
}

.selectonactions{
  float: right;

}

fieldset{
 border:1px solid #ccc;
 -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  line-height: 25px;
 
}


input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  /* line-height: 18px; */
  color: #555555;
  border: 1px solid #b8b8b8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

select{
  font-size:11px;
  height: 28px;
}

.btn, .submit {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}

.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}

.ft-copyright{
  float: left;
  width: 33%;
  text-align: center;
}

.ft-logos{
 float: left;
 width: 33%;
 text-align: right;
}


.ft-social {
	width: 33%;
	margin:0 0 0 10px;
	margin: 0 auto;
	text-align: left;
	float: left;
}

.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  font-size: 13px;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
}
.nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list .active > a, .nav-list .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-tabs, .nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after, .nav-pills:after {
  clear: both;
}
.nav-tabs > li, .nav-pills > li {
  float: left;
}
.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills .active > a, .nav-pills .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
  border-top-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: hidden;
}
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.frame2{
   background: white;
   border: solid 0px silver;
   padding: 0px;
   width: 950px;
   overflow: auto;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   margin-bottom: 10px;
}