.pliWebgwt .Table2 a:link,
.pliWebgwt .Table2 a:active
{  color: black;}
.pliWebgwt .Table2 a:visited
{  color: black;}
.pliWebgwt .Table2 a:hover
{  color: black;}

.pliWebgwt table td, .pliWebgwt table tr, .pliWebgwt p, .pliWebgwt span, .pliWebgwt div {
    color: black;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.pliWebgwt table td {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

/*GWT WIDGETs*/

.gwt-DisclosurePanel table.content2 {
    padding-left: 15px;
    border-bottom: 3px solid #F0F0F0;
    width: 100%
}

.gwt-Image {
    border: 0;
}

/*OUR WIDGETS*/

.pliWebgwt .sum .label {
    background-color: #F0F0F0;
    white-space: nowrap;
    text-align: right;
    padding: 5px 10px 5px 10px;
    width: 100px;
}

.pliWebgwt .sum .field {
    text-align: right;
    padding: 5px 15px 5px 15px;
}

/*
.pliWebgwt .sum .first {
    border-top: 3px solid #f0f0f0;
}
*/

.pliWebgwt .sum .last {
    border-bottom: 3px solid white;
    border-top: 3px solid white;
}

/*UNCLASSIFIED*/

.pliWebgwt td.pageTitle {
    font-size: 15px;
    font-weight: bold;
    height: 1px;
}

.pliWebgwt td.fieldLabelCell {
    background-color: #F0F0F0;
    text-align: right;
    padding: 5px 10px 5px 10px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    white-space: nowrap;
}

.pliWebgwt td.fieldCell {
    border-left: 5px solid white;
    text-align: left
}

.pliWebgwt .fieldCell input {
    width: 200px
}

.pliWebgwt .fieldCell select {
    width: 200px
}

.pliWebgwt .fieldSection {
    text-align: left;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}

.ErrorPanelWidget {
    text-align: left;
}

.ErrorPanelWidget div {
    color: red;
}

/*
.ErrorPanelWidget div{
    height: 50px;
}
*/

.PleaseWait-popupPanel .PleaseWait-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.PleaseWait-popupPanel .PleaseWait-messagePanel {
    padding: 15px;
    background-color: white;
    width: 300px;
    border: 3px solid silver;
}

.PleaseWait-popupPanel .dialogTop {
    display: none;
}

.ErrorDialogBox {
    padding: 15px;
    background-color: white;
    border: 3px solid silver;
}

.TooltipPopup {
    padding: 5px;
    background-color: white;
    border: 1px solid silver;
}

.SellableDescriptionWidget .title {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}

.SellableDescriptionWidget .date {
    font-size: 13px;
    font-weight: bold;
}

.SellableDescriptionWidget .salle {
    font-size: 13px;
}



/*
.SellableDescriptionWidget .note, .SellableDescriptionWidget .note td, .SellableDescriptionWidget .note span, .SellableDescriptionWidget .note p, .SellableDescriptionWidget .note div {
    font-size: 12px;
    color: green;
}
*/
.pliWebgwt .Table2 .note, .pliWebgwt .Table2 .note  div, .pliWebgwt .Table2 .note  p{
    font-size: 12px;
    color: green;
    padding: 0px;
    margin: 0px;
}


.ComboGroupPageWidget table.SellableDescriptionWidget .Table2{
    width: 300px;
}

.CartPageWidget .comboTitle {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom
}

.ChooseMethodPageWidget button {
    margin-bottom: 10px;
}

.pliWebgwt .tableHeader1 {
    background-color: #F0F0F0;
    text-align: center;
    padding: 5px 10px 5px 10px;
    font-size: 11px;
    white-space: nowrap;
    font-weight: bold;
}

.pliWebgwt .tableHeader2 {
    background-color: #F0F0F0;
    text-align: center;
    padding: 5px 10px 5px 10px;
    font-size: 11px;
    white-space: nowrap;
}

/*Usefull when we have a table in a header cell*/
.pliWebgwt .tableHeader1  td {
    font-size: 11px;
    white-space: nowrap;
    font-weight: bold;
}

.pliWebgwt .tableCell1 {
    border-bottom: 3px solid #F0F0F0;
    padding: 5px;
    font-size: 11px;
}

.pliWebgwt .tableCell1_eo {
    background-color: #F8F8F8;
}

.pliWebgwt .tableCell1_oo {
    background-color: #F8F8F8;
}

.pliWebgwt .tableFooter1 {
    background-color: #F0F0F0;
    text-align: center;
    vertical-align:middle;
    padding: 0;
    font-size: 13px;
    white-space: nowrap;
    border-bottom: 6px solid white;
}

div.MessagePageWidget {
    text-align: center;
    padding: 15px;
    font-weight: bold;
}

.pliWebgwt .gwt-RadioButton input {
    width: auto; /*Only needed for the hosted mode*/
}

.pliWebgwt .gwt-CheckBox input {
    width: auto; /*Only needed for the hosted mode*/
}

.pliWebgwt .QtySelectorWidget2 input {
    width: 150px;
}

.pliWebgwt .QtySelectorWidget2 select {
    width: 150px;
}

/*
.pliWebgwt textarea {
    border: 1px solid silver
}
.pliWebgwt select {
    border: 1px solid silver
}
.pliWebgwt input {
    border: 1px solid silver
}
*/

.CartSimpleItemBox .bordered {
    width: 750px;
    border-left: 3px solid #F0F0F0;
    border-right: 3px solid #F0F0F0;
    border-top: 6px solid #F0F0F0;
}

.CartItemGaWidget .bordered {
    width: 750px;
    border-left: 3px solid #F0F0F0;
    border-right: 3px solid #F0F0F0;
}

.CartItemRsWidget .bordered {
    width: 750px;
    border-left: 3px solid #F0F0F0;
    border-right: 3px solid #F0F0F0;
}

.CartItemRsWidget .tableFooter1 table.ListField {
}

div.RelativeAbsoluteWidget1 {
    position: relative;
    height: 100%;
}

div.RelativeAbsoluteWidget2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.pliWebgwt select {
    font-size: 13px;
}

.pliWebgwt  option {
    font-size: 13px;
}

.pliWebgwt button {
    font-size: 13px;
}

.ProfileFormWidget button {
    white-space: nowrap;
}

.pliWebgwt form {
    margin: 0;
    padding: 0;
}

/*****DEBUG*******/
/*

.pliWebgwt {
    border: 2px dashed gray;

    text-align: center;
    vertical-align: middle;
}

.pliWebgwt > tbody > tr > td {
    border-bottom: 2px dashed silver;
    border-right: 2px dashed silver;
}
.pliWebgwt td {
    border-bottom: 2px dashed silver;
    border-right: 2px dashed silver;
}


*/

.PaymentPageWidget .month select {
    width: 50px;
}

.PaymentPageWidget .year select {
    width: 75px;
}

.PaymentPageWidget .csc input {
    width: 75px;
}

.PaymentConfirmationPageWidget div {
    text-align: left;
}

.PaymentConfirmationPageWidget div p {
    text-align: left;
}

.gwt-DialogBox .Caption {
  background: #ebebeb url(images/hborder.png) repeat-x 0px -2003px;
  padding: 4px 4px 4px 8px;
  cursor: default;
  border-bottom: 1px solid #bbbbbb;
  border-top: 5px solid #e3e3e3;
}
.gwt-DialogBox .dialogContent {
}
.gwt-DialogBox .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.gwt-DialogBox .dialogBottomCenter {
  background: url(images/hborder.png) repeat-x 0px -4px;
  -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
}
.gwt-DialogBox .dialogMiddleLeft {
  background: url(images/vborder.png) repeat-y;
}
.gwt-DialogBox .dialogMiddleRight {
  background: url(images/vborder.png) repeat-y -4px 0px;
  -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
}
.gwt-DialogBox .dialogTopLeftInner {
  width: 5px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
  width: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopLeft {
  background: url(images/corner.png) no-repeat -13px 0px;
  -background: url(images/corner_ie6.png) no-repeat -13px 0px;
}
.gwt-DialogBox .dialogTopRight {
  background: url(images/corner.png) no-repeat -18px 0px;
  -background: url(images/corner_ie6.png) no-repeat -18px 0px;
}
.gwt-DialogBox .dialogBottomLeft {
  background: url(images/corner.png) no-repeat 0px -15px;
  -background: url(images/corner_ie6.png) no-repeat 0px -15px;
}
.gwt-DialogBox .dialogBottomRight {
  background: url(images/corner.png) no-repeat -5px -15px;
  -background: url(images/corner_ie6.png) no-repeat -5px -15px;
}
* html .gwt-DialogBox .dialogTopLeftInner {
  width: 5px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
  width: 8px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}

.Table2 button{
    white-space:nowrap;
}


.roundedBox{
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border: 1px solid silver;
}

