@CHARSET "ISO-8859-1";

.gwt-DecoratorPanel {
/*width: 100%;*/
}

.gwt-DecoratorPanel .topCenter,
    .gwt-DecoratorPanel .bottomCenter {
    background: url(../images/hborder.png ) repeat-x;
}

.gwt-DecoratorPanel .middleLeft,
    .gwt-DecoratorPanel .middleRight {
    background: url(../images/vborder.png ) repeat-y;
}

.gwt-DecoratorPanel .topLeftInner,
    .gwt-DecoratorPanel .topRightInner,
    .gwt-DecoratorPanel .bottomLeftInner,
    .gwt-DecoratorPanel .bottomRightInner {
    width: 4px;
    height: 4px;
    /* *-*
    zoom: 1;
    */
}

.gwt-DecoratorPanel .middleCenter {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.gwt-DecoratorPanel .middleCenterInner {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.designSubmit{
background-image:url(../images/door_in.png);
	background-position:10px;
	background-repeat:no-repeat;
	border:2px solid #A3C6E6;
	padding:9px 0 9px 25px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	font-size:14px;
	font-weight:bold;
	color: #333;
	width: 125px;
	display: block;
    overflow: hidden;
    cursor: pointer;
    cursor: hand; /* for IE 5.x */  
}



html>body .gwt-DecoratorPanel .topLeft {
    background: url(../images/corner.png ) no-repeat 0px 0px;
}

html>body .gwt-DecoratorPanel .topRight {
    background: url(../images/corner.png ) no-repeat -5px 0px;
}

html>body .gwt-DecoratorPanel .bottomLeft {
    background: url(../images/corner.png ) no-repeat 0px -5px;
}

html>body .gwt-DecoratorPanel .bottomRight {
    background: url(../images/corner.png ) no-repeat -5px -5px;
}

.caronte-sheet-title {
	font-size:20px;
	font-weight: bolder;
	vertical-align: middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: navy;
	padding-top: 12px;
	padding-bottom: 3px;
}

.caronte-ImageLinkLeft {
    margin-left: 5px;
}

.caronte-ImageLinkRight .textLink {
	text-decoration: none;
    color: #01077D;
    cursor: pointer;
    font-weight: bold;
}

.caronte-ImageLinkRight .textLinkDeactivated {
    text-decoration: none;
    color: gray;
    cursor: default;
    font-weight: normal;
}

.caronte-ImageLinkRight .textLinkSelected {
    /* text-decoration: underline; */
    /* color: blue; */
    cursor: default;
    font-weight: bold;
}

.caronte-ImageLinkLeft .textLink {
	text-decoration: none;
    color: #01077D;
    cursor: pointer;
    font-weight: bold;
}

.caronte-ImageLinkLeft .textLinkDeactivated {
    text-decoration: none;
    color: gray;
    cursor: default;
    font-weight: normal;
}

.caronte-ImageLinkImageLeft {
    margin-left: 5px;

}

.caronte-ImageLinkImageLeft:hover {
    border-color: #99CCFF rgb( 102, 153, 238 ) rgb( 102, 153, 238 ) rgb( 119, 170, 255 );
}

.caronte-ImageLinkImageRight:hover {
    border-color: #99CCFF rgb( 102, 153, 238 ) rgb( 102, 153, 238 ) rgb( 119, 170, 255 );
}

.ui-widget-content {
    border: 5px solid #A3C6E6;
}

.dialogButton .ui-button-text{
padding: .1em 1em;
}

.ui-dialog-buttonset .ui-widget-content{
color: rgb(10, 10, 10);
Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 12px
}

.ui-dialog-buttonset  .ui-state-default{
color: rgb(10, 10, 10);
Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 12px
}

.ui-dialog-buttonset  .ui-widget-header{
color: rgb(10, 10, 10);
Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 12px
}

.ui-widget input{
color: rgb(10, 10, 10);
Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 12px;
witdth: 20px;
}

.dialogLeftButton .ui-button-text{
padding: .1em 1em;
width: 80px;
}

.dialogRightButton .ui-button-text{
padding: .1em 1em;
width: 80px;
}

.ui-widget {
font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 15px;
}

.ui-widget-header {
color: rgb(10, 10, 10);
font-weight: bold;
background: #A3C6E6 50% 50% repeat-x;
}
 
.ui-dialog .ui-dialog-titlebar {
padding: .2em 1em;
position: relative;
}


.dialogLabel{
color: rgb(10, 10, 10);
Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 12px;
display: block;
text-align: left;
width: 25px;
}


.avisoFecha{
	font-size: 12px;
}


.avisoTitulo{
	font-size: 18px;
	color:#191C64;
	font-weight: bolder;
}

.avisoTexto{
	border-bottom: 1px dashed #C4C4C4;
}

.error{
	color: #ff0000;
	font-size: 14px;
}


