/*********************************************
 *              Global 
 *********************************************/
body,
*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}

body
{
}

.frame-panel
{
	margin:10px;
	height: 95%;
	background-color: #EEEEEE;
	position: relative;
	padding: 10px;
	margin-top:0px;
	padding-top:0px;
}

.scroll-panel
{
	overflow: auto;
	height: 574px;
	width: 680px;
	margin-bottom: 0;
	margin-top: -8px;
	margin-right: -10px;
	margin-left: 0;
}

.font-inherit
{
	font: inherit;
}

.error
{
	color: red;
	font-size: 8pt;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************************
 *              GWT Style
 *********************************************/
.gwt-TextBox,
.gwt-PasswordTextBox,
.gwt-ListBox,
.gwt-DateBox
{
	height: 20px;
	vertical-align: middle;
	color: #293D47;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}


.gwt-Button-image,
.gwt-Button-image-close,
.gwt-Button-image:hover,
.gwt-Button-image-close:hover
{
	background-color: transparent;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	background-image: none;
	border: 0;
}

.gwt-Label,
.gwt-Hyperlink
{
	display: inline;
	overflow: hidden;
}

.Hyperlink
{
	float: left;	
}

.gwt-ListBox
{
	border: 1px solid #4F6270;
	padding: 2px 2px 1px 2px;
	height: 20px;
}

.gwt-TextArea
{
	padding: 2px;
	color: #293D47;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

.gwt-RichTextArea
{
	width: 100%;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	color: #293D47;
}

.gwt-ListBox option
{
	padding: 2px;
}

.gwt-SuggestBox-invalid,
.gwt-TextBox-invalid,
.gwt-PasswordTextBox-invalid
{
	background: #FFFFFF url(/images/hypr/ui/invalid_line.gif) repeat-x scroll center bottom;
	border: 1px solid #DD7870;
}

.gwt-TextBox-disabled,
.gwt-TextArea-disabled
{
	background-color: #ECEDEF;
	color: #686868;
}

.gwt-TextBox-readonly,
.gwt-TextArea-readonly
{
	background-color: #ECEDEF;
	color: #686868;
}

.gwt-DialogBox-Mask,
.loading-Mask
{
	background-color: #CCCCCC;
	opacity: 0.7;
	filter: alpha(opacity =   20);
}

.loading-Mask-Panel
{
	background-color: #ffffff;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #aaaaaa;
}
	
.gwt-SuggestBox
{
	border: 1px solid #AAAAAA;
	background-color: #ffffff;
}

.gwt-SuggestBox
{
	padding: 2px 2px 0px 2px;
	vertical-align: baseline;
	box-sizing: border-box;
	font-size: 12px;
	margin: 0px 0 0px 0;
	font-weight: normal;
	-webkit-border-radius: 5px;
	font-family: Helvetica;
	width: 100%;
}

.gwt-SuggestBox textarea
{
	height: 50px;
}

.gwt-SuggestBoxPopup
{
	padding: 5px;
	background-color: white;
	border: 1px solid #4F6270;
	z-index: 20001;
}

.gwt-SuggestBoxPopup STRONG
{
	font-size: 12px;
	font-weight: normal;
}

.gwt-SuggestBoxPopup .item,
.gwt-ListBox option
{
	font-size: 12px;
	color: #4F6270;
}

.gwt-SuggestBoxPopup .item-selected
{
	color: #C46226;
	background-color: #DDDDDD;
	cursor: pointer;
}

.gwt-RadioButton label
{
	vertical-align: Bottom;
}

/*********************************************
 *              GWT Style: PushButtons
 *********************************************/

.gwt-PushButton td
{
	padding-bottom: 0;
}

.gwt-PushButton, .gwt-PushButton-selected, .gwt-ToggleButton
{
	cursor: pointer;
	font-size: 9pt;
	text-transform: uppercase;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 18px;
	border: 0 none;
	float: left
}

.gwt-PushButton TABLE
{
	display: inline-table;
}

.gwt-PushButton-selected .pushButton-center-up,
.pushButton-center-up
{
	background-color: transparent;
	background-position: center center;
	color: #FFFFFF;
}

.gwt-PushButton-up-disabled .pushButton-center-up
{
	color: #cccccc;
}

.gwt-PushButton-selected .pushButton-right-up,
.pushButton-right-up
{
	background-repeat: no-repeat;
	background-position: right center;
	width: 0px;
	padding: 0px 0px 0px 5px;
}

.gwt-PushButton-selected .pushButton-left-up,
.pushButton-left-up
{
	background-repeat: no-repeat;
	background-position: left center;
	width: 0px;
	padding: 0px 0px 0px 5px;
}

.pushButton-left-up
{
	background-image:url(/images/hypr/gwt/pushbutton/pushButton-left-up.png);
}

.pushButton-center-up
{
	background-repeat: repeat-x;
	background-image:url(/images/hypr/gwt/pushbutton/pushButton-center-up.png);
	line-height: 27px;
	min-width: 46px;
	text-align: center;
	padding:0 5px;
}

.pushButton-right-up
{
	background-image:url(/images/hypr/gwt/pushbutton/pushButton-right-up.png);
}

.gwt-PushButton-selected .pushButton-left-up,
.gwt-PushButton-up-hovering .pushButton-left-up
{
	background-image:url(/images/hypr/gwt/pushbutton/pushButton-left-up-hover.png);
}

.gwt-PushButton-selected .pushButton-center-up,
.gwt-PushButton-up-hovering .pushButton-center-up
{
	background-repeat: repeat-x;
	background-image: url(/images/hypr/gwt/pushbutton/pushButton-center-up-hover.png);
	line-height: 27px;
	min-width: 46px;
	text-align: center;
}

.gwt-PushButton-selected .pushButton-right-up,
.gwt-PushButton-up-hovering .pushButton-right-up
{
	background-image: url(/images/hypr/gwt/pushbutton/pushButton-right-up-hover.png);
}

/*********************************************
 *    TAB Button
 *********************************************/

.gwt-PushButton-selected .tabButton-center-up,
.tabButton-center-up
{
	background-color: transparent;
	background-position: center center;
	color: #FFFFFF;
}

.gwt-PushButton-up-disabled .tabButton-center-up
{
	color: #cccccc;
}

.gwt-PushButton-selected .tabButton-right-up,
.tabButton-right-up
{
	background-repeat: no-repeat;
	background-position: right center;
	width: 0px;
	padding: 0px 0px 0px 12px;
}

.gwt-PushButton-selected .tabButton-left-up,
.tabButton-left-up
{
	background-repeat: no-repeat;
	background-position: left center;
	width: 0px;
	padding: 0px 0px 0px 12px;
}

.tabButton-left-up
{
	background-image:url(/images/hypr/gwt/tab/tabButton-left-up.png);
}

.tabButton-center-up
{
	background-image:url(/images/hypr/gwt/tab/tabButton-center-up.png);
}

.tabButton-right-up
{
	background-image:url(/images/hypr/gwt/tab/tabButton-right-up.png);
}

.tabButton-center-up,
.gwt-PushButton-selected .tabButton-center-up,
.gwt-PushButton-up-hovering .tabButton-center-up
{
	background-repeat: repeat-x;
	line-height: 47px;
	min-width: 145px;
	width: 145px;
	text-align: center;
	font-size:13px;
	white-space: nowrap;
	font-weight: bold;
}

.gwt-PushButton-selected .tabButton-left-up,
.gwt-PushButton-up-hovering .tabButton-left-up
{
	background-image:url(/images/hypr/gwt/tab/tabButton-left-up-hover.png);
}

.gwt-PushButton-selected .tabButton-center-up,
.gwt-PushButton-up-hovering .tabButton-center-up
{
	background-image: url(/images/hypr/gwt/tab/tabButton-center-up-hover.png);
}
	
.gwt-PushButton-selected .tabButton-right-up,
.gwt-PushButton-up-hovering .tabButton-right-up
{
	background-image: url(/images/hypr/gwt/tab/tabButton-right-up-hover.png);
}

/*********************************************
 *              GWT Style: Date Picker
 *********************************************/
.gwt-DatePicker {
  border: 1px solid #B53B2A;
  cursor: default;
}

.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none
}

.datePickerMonthSelector td:focus {
  outline: none
}

.datePickerDays {
  width: 100%;
  background: white;
}

.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  text-align: center;
  padding: 4px;
  outline: none;
}

.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #B53B2A;
  padding: 0px 4px 2px;
  cursor: default;
  color:#FFFFFF;
}

.datePickerDay {
  padding: 4px;
  cursor: pointer;
}

.datePickerDayIsToday {
  background-color: 333333;
  color:#FFFFFF
}

.datePickerDayIsWeekend {
  background-color: #EEEEEE;
}

.datePickerDayIsFiller {
  color: #888888;
}

.datePickerDayIsValue {
  background: #B53B2A;
  color:#FFFFFF;
  font-weight: bold;
}

.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}

.datePickerDayIsHighlighted {
  background: #888888;
}

.datePickerDayIsValueAndHighlighted {
  background: #AAAAAA;
}

.datePickerMonthSelector {
  background: #B53B2A;
  width: 100%;
}

.datePickerPreviousButton,
.datePickerNextButton {
  line-height: 1em;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0px 4px;
}

td.datePickerMonth {
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
  font-weight: bold;
  color: #FFFFFF;
}

.gwt-DateBox input {
  width: 8em;
}

.dateBoxFormatError {
  background: #ffcccc;
}

.dateBoxPopup {
}

/********************************************
 *              GWT Style: Decorator Panel
 *********************************************/ /* the panel */
.gwt-DecoratorPanel {
}

/* the top row */
.gwt-DecoratorPanel .top {
	
}

/* the top left cell*/
.gwt-DecoratorPanel .topLeft,
.gwt-DecoratorPanel-selected .topLeft,
.gwt-DecoratorPanel-transparent .topLeft {
	background-image: url(/images/hypr/gwt/decoratorpanel/top-left.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

/* the inner element of the cell */
.gwt-DecoratorPanel .topLeftInner {
	
}

/* the top center cell */
.gwt-DecoratorPanel .topCenter,
.gwt-DecoratorPanel-selected .topCenter,
.gwt-DecoratorPanel-transparent .topCenter {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-top.png);
	background-position: right top;
	background-repeat: repeat-x;
	height: 8px;
}

/* the inner element of the cell */
.gwt-DecoratorPanel .topCenterInner {
	
}

/* the top right cell */
.gwt-DecoratorPanel .topRight,
.gwt-DecoratorPanel-selected .topRight,
.gwt-DecoratorPanel-transparent .topRight  {
	background-image: url(/images/hypr/gwt/decoratorpanel/top-right.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

/* the inner element of the cell */
.gwt-DecoratorPanel .topRightInner {
	
}

/* the middle row */
.gwt-DecoratorPanel .middle {
	
}

/* the middle left cell */
.gwt-DecoratorPanel .middleLeft,
.gwt-DecoratorPanel-selected .middleLeft,
.gwt-DecoratorPanel-transparent .middleLeft {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-left.png);
	background-position: right top;
	background-repeat: repeat-y;
}

/* the inner element of the cell */
.gwt-DecoratorPanel .middleLeftInner {
	
}

/* the middle center cell */
.gwt-DecoratorPanel .middleCenter {
	
}

/* the inner element of the cell */
.gwt-DecoratorPanel .middleCenterInner {
	
}

/* the middle right cell */
.gwt-DecoratorPanel .middleRight,
.gwt-DecoratorPanel-selected .middleRight,
.gwt-DecoratorPanel-transparent .middleRight {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-right.png);
	background-position: right top;
	background-repeat: repeat-y;
}

/* the inner element of the cell */
.gwt-DecoratorPanel .middleRightInner {
	
}

/* the bottom row */
.gwt-DecoratorPanel .bottom {
	
}

/* the bottom left cell */
.gwt-DecoratorPanel .bottomLeft,
.gwt-DecoratorPanel-selected .bottomLeft,
.gwt-DecoratorPanel-transparent .bottomLeft  {
	background-image: url(/images/hypr/gwt/decoratorpanel/bottom-left.png);
	background-position: right top;
	background-repeat: repeat-x;
}

/* the inner element of the cell */
.gwt-DecoratorPanel .bottomLeftInner {
	
}

/* the bottom center cell */
.gwt-DecoratorPanel .bottomCenter,
.gwt-DecoratorPanel-selected .bottomCenter,
.gwt-DecoratorPanel-transparent .bottomCenter {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-bottom.png)
		;
	background-position: right top;
	background-repeat: repeat-x;
	height: 16px;
}

/*  the inner element of the cell */
.gwt-DecoratorPanel .bottomCenterInner {
	
}

/* the bottom right cell */
.gwt-DecoratorPanel .bottomRight,
.gwt-DecoratorPanel-selected .bottomRight,
.gwt-DecoratorPanel-transparent .bottomRight {
	background-image: url(/images/hypr/gwt/decoratorpanel/bottom-right.png);
	background-position: right top;
	background-repeat: repeat-x;
}

/* the inner element of the cell */
.gwt-DecoratorPanel .bottomRightInner {
	
}

.gwt-DecoratorPanel-selected .topLeft {
	background-image: url(/images/hypr/gwt/decoratorpanel/top-left-selected.png);
}

.gwt-DecoratorPanel-selected .topCenter {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-top-selected.png);
}

.gwt-DecoratorPanel-selected .topRight {
	background-image: url(/images/hypr/gwt/decoratorpanel/top-right-selected.png);
}

.gwt-DecoratorPanel-selected .middleLeft {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-left-selected.png);
}

.gwt-DecoratorPanel-selected .middleRight {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-right-selected.png);
}

.gwt-DecoratorPanel-selected .bottomLeft {
	background-image: url(/images/hypr/gwt/decoratorpanel/bottom-left-selected.png);
}

.gwt-DecoratorPanel-selected .bottomCenter {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-bottom-selected.png);
}

.gwt-DecoratorPanel-selected .bottomRight {
	background-image: url(/images/hypr/gwt/decoratorpanel/bottom-right-selected.png);
}

.gwt-DecoratorPanel-transparent .topLeft {
	background-image: url(/images/hypr/gwt/decoratorpanel/top-left-transparent.png);
}

.gwt-DecoratorPanel-transparent .topCenter {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-top-transparent.png);
}

.gwt-DecoratorPanel-transparent .topRight {
	background-image: url(/images/hypr/gwt/decoratorpanel/top-right-transparent.png);
}

.gwt-DecoratorPanel-transparent .middleLeft {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-left-transparent.png);
}

.gwt-DecoratorPanel-transparent .middleRight {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-right-transparent.png);
}

.gwt-DecoratorPanel-transparent .bottomLeft {
	background-image: url(/images/hypr/gwt/decoratorpanel/bottom-left-transparent.png);
}

.gwt-DecoratorPanel-transparent .bottomCenter {
	background-image: url(/images/hypr/gwt/decoratorpanel/border-bottom-transparent.png);
}

.gwt-DecoratorPanel-transparent .bottomRight {
	background-image: url(/images/hypr/gwt/decoratorpanel/bottom-right-transparent.png);
}

/*********************************************
 *                 popupPanel
 *********************************************/
.gwt-PopupPanel {
	background-color: #929BA2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 1px;
	z-index: 10000;
}

/*.gwt-PopupPanel p{
  color: #EEEEEE;
}*/
.gwt-PopupPanel .popupContent {
	background-color: #EEEEEE;
	padding: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px;
	-webkit-border-radius: 10px;
}

/*********************************************
 *                 messageBox
 *********************************************/
.messageBox-dialog {
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	padding: 10px;
}

.messageBox-dialog .Caption,.gwt-DialogBox .Caption {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-bottom:2px;
	border-bottom: 1px solid #B53B2A;
}

.messageBox-dialog .caption-center,.gwt-DialogBox .caption-center {
	text-align: left;
	cursor: default;
	width: 100%;
}

.messageBox-dialog .caption-text,.gwt-DialogBox .caption-text {
	margin: 0 10px;
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
	color: #B53B2A;
}

.messageBox-dialog .caption-text *,.gwt-DialogBox .caption-text * {
	font-size: 12pt;
} 

.messageBox-dialog .gwt-Button-image-close,.gwt-DialogBox .gwt-Button-image-close	{
	padding: 0;
}

.messageBox-dialog .messageBox {
	margin-top: 10px;
}

.messageBox .button-area {
	margin-top: 10px;
}

.message-box-button {
	margin:5px;
}

.messageBox-dialog .caption-right {}
.messageBox-dialog .caption-left,.gwt-DialogBox .caption-left {}
.messageBox-dialog .content {}
.messageBox-dialog .popupContent {}
.messageBox-dialog-error {}
.messageBox-message-area {}
.messageBox-errorIcon {}
.messageBox-icon {}
.messageBox-separator {}
.messageBox-message-label {}
.messageBox-ok-button {}


/*********************************************
 *                 gTable
 *********************************************/
.HeaderRenderer {
	background-color: #888888;
	color: #FFFFFF;
	cursor: inherit;
	overflow: hidden;
	padding: 4px;
	margin-right: 1px;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.GTable {
	table-layout: fixed;
}

.GTable TD {
	-moz-user-select: none;
}

.TableRow-over {
	background-color: #B53B2A;
}

.CellRenderer {
	white-space: nowrap;
	overflow: hidden;
	padding: 7px;
	border-right: 1px solid #BABABA;
	background-color: #FBFBFB;
	color: black;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
}

.URLRenderer {
	cursor: pointer;
	color: #B53B2A;
}

.TableRow-selected .CellRenderer {
	color: #B53B2A;
}

.TableRow-over .CellRenderer {
	background-color: transparent;
	color: white;
}

.CheckRenderer {
	background-image: url(/images/hypr/myhyprs/checkbox_off.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	cursor: default;
}

.CheckRendererHeader
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 10px -6px;
	cursor: default;
}

.TableRow-over .CheckRenderer {
	background-image: url(/images/hypr/myhyprs/checkbox_off_over.gif);
}

.TableRow-selected .CheckRenderer {
	background-image: url(/images/hypr/myhyprs/checkbox_on.gif);
}

.TableRow-over .URLRenderer A {
	text-decoration: underline;
	color: white;
}

.ImageRenderer {
	visibility: hidden;
}

.TableRow-over .ImageRenderer {
	visibility: visible;
}

.GTableHeader {
	table-layout: fixed;
	cursor: pointer;
}

.GTableHeader TD {
	-moz-user-select: none;
}

.HeaderCol-over .HeaderRenderer {
	background-color: #666666;
	color:#FFFFFF;
}

.column-header-icon {
	width: 10px;
	height: 7px;
	margin-left: 4px;
	background-image: url(/images/hypr/gwt/empty.gif);
	background-repeat: no-repeat;
}

.HeaderRenderer-asc-sorted .column-header-icon {
	background-image: url(/images/hypr/myhyprs/header-sort-asc.gif);
	background-repeat: no-repeat;
}

.HeaderRenderer-desc-sorted .column-header-icon {
	background-image: url(/images/hypr/myhyprs/header-sort-desc.gif);
	background-repeat: no-repeat;
}

.hyprtablepanel .HeaderRenderer  {
	padding: 12px 0px;
}

/*********************************************
 *              Font Style
 *********************************************/
h1 {
	color: #B53B2A;
	font-size: 16pt;
	padding-bottom: 10px;
	padding-top: 2px;
	margin-left: /*20*/0px;
	text-transform: uppercase;
}

h2, .h2 {
	color: #B53B2A;
	font-size: 14pt;
	padding: 20px 0px 10px;
}

h2#rssTitle {
	color: #697B89;
}

h3 {
	color: #B53B2A;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 0px;
}

.url {
	color: #B53B2A;
	font-size: 10pt;
}

.frame-panel-small h2 {
	color: #4F6270;
	font-size: 11pt;
	font-weight: bold;
}

.frame-panel-small-header {
	border-bottom: 1px solid #4F6270;
	margin-bottom: 10px;
}

.frame-panel-small h2.with-image {
	text-indent: 52px;
}

a.no-link,a.no-link img {
	text-decoration: none;
	border: 0 none;
}

img.with-image {
	float: left;
}

a {
	color: #B53B2A;
	text-decoration: underline;
	cursor: pointer;
}

.link {
	color: #696969;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: underline;
}

.a-link {
	color: #B53B2A;
	font-size: 10pt;
	cursor: pointer;
	font-weight: bold;
	display: inline;
}

.textfield {
	color: #293D47;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}

.titre,.titre2 {
	color: #B53B2A;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}

.titre2 {
	font-size: 12pt;
}

.titre {
	font-size: 10.5pt;
}

ul {
	margin: 0 1.5em;
}

ul li {
	padding: 0;
	font-size: 9pt;
}

ol {
	padding-left: 20px;
}

li {
	color: #4F6270;
	font-size: 15pt;
	padding: 20px 0px 10px;
}

.small {
	color: #4F6270;
	text-align: justify;
	font-size: 8pt;
}

.message {
	color: #B53B2A;
	font-size: 8pt;
	padding-left: 10px;
}

.buildversion-text {
	color: #293D46;
}

p {
	margin-bottom: 5px;
}

.hint-message {
	padding-left: 19px;
	color: #007f00;
	width: 290px;
}

.hint-error {
	padding-left: 19px;
	color: #DD7870;
	background-image: url(/images/hypr/profile/error.png);
	background-repeat: no-repeat;
	width: 290px;
}

/*********************************************
 *              Stats panel
 *********************************************/

.statspanel {
	background-color: #FFFFFF;
}

.statspanel .gwt-TabBarItem {
	font-weight: bold;
	margin: 0px 10px 10px;
	cursor: pointer;
}
 
.statspanel .gwt-TabBarItem .gwt-Label
{
	color: #B53B2A;
	font-size: 16px;
	text-decoration: underline;
}

.statspanel .gwt-TabBarItem-selected .gwt-Label
{
	
	color: #333333;
	text-decoration: none;
}

.statspanel .pushButton-center-up {
	min-width: 0px;
}

.statspanel .whitepanel  .gwt-InlineLabel {
	color:#333333;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #B53B2A;
	text-align: left;
}

.statspanel .subpanel {
	background-color: #EEEEEE;
}

.statspanel .subpanel  .gwt-Label {
	color:#333333;
	font-size: 30px;
	font-weight: bold;
}

.statspanel .subpanel  .gwt-Label-name {
	color:#B53B2A;
	font-size: 16px;
	padding:0 2px;
}

.statspanel .subpanel  .gwt-Label-text {
	font-size: 12px;
}

.statspanel .subpanel img,
.statspanel .whitepanel img {
	cursor:pointer;
}

.statspanel .subpanel .gwt-Image-selected {
	background-image:url(/images/hypr/share_icons/icon-selected-mini.png);
	cursor:pointer;
}

.statspanel .whitepanel .gwt-Image-selected  {
	background-image:url(/images/hypr/share_icons/icon-selected-small.png);
	cursor:pointer;
}

.statspanel .whitepanel .gwt-PushButton,
.statspanel .whitepanel .gwt-PushButton-selected {
	background-image: url(/images/hypr/stats/content-button.png);
	width:120px;
	height:25px;
}

.statspanel .whitepanel .gwt-PushButton-selected {
	background-image: url(/images/hypr/stats/content-button-selected.png);
}

.statspanel .whitepanel .gwt-PushButton .html-face,
.statspanel .whitepanel .gwt-PushButton-selected .html-face {
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	margin-top:3px;
}

.statspanel .datepanel  .gwt-Label {
	font-size: 12px;
	font-weight: normal;
}

.statspanel .datepanel  .gwt-DateBox {
	width:70px;
}

.statspanel .CellRenderer,
.statspanel .ImageRenderer {
	background-color: transparent;
	padding:4px;
	font-size:10px;
	font-weight: bold;
	visibility: visible;
}

.statspanel .TableRow-over .CellRenderer,
.statspanel .TableRow-over .ImageRenderer {
	background-color: #B53B2A;
	color: white;
}

.statspanel .ImageRenderer{
	padding:0px;
}

.statspanel .ImageRenderer IMG{
	vertical-align: middle;
}

.statspanel .CellRenderer-even {
	background-color: #CCCCCC;
}

.statspanel .titlepanel {
	background-color: #888888;
}

.statspanel .titlepanel .gwt-Label {
	color:#FFFFFF;
	font-size: 14px;
	padding-left:4px;
	font-weight: normal;
	font-weight: bold;
}

.statspanel .titlepanel .gwt-Image {
	cursor: pointer;
}

/*********************************************
 *              Edit hypr panel
 *********************************************/

.edithyprpanel {
	background-color: #FFFFFF;
}

.edithyprpanel-toppanel {
	height:35px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.edithyprpanel-toppanel .pushButton-center-up {
	min-width: 0px;
}

.edithyprpanel-toppanel .gwt-Label{
	display:inherit;
	width:290px;
	max-width:290px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
}

.edithyprpanel-title {
	padding:0px 10px;
	font-size: 20px;
	color: #B53B2A;
	font-weight:bold;
}

.edithyprpanel-label {
	font-weight:bold;
	color:#686868;
	padding:5px;
}

.edithyprpanel-domain {
	color:#686868;
	padding:5px;
	font-style: italic;
}

.edithyprpanel .gwt-TextBox,
.edithyprpanel .gwt-TextArea,
.edithyprpanel .gwt-ListBox, .edithyprpanel .gwt-ListBox-disabled,
.edithyprpanel .gwt-DateBox, .edithyprpanel .gwt-DateBox-disabled {
	height: 22px;
	color: #B53B2A;
	border: 1px solid #B53B2A;
	font-weight: bold;
	margin:5px 0px;
	padding:2px;
}

.edithyprpanel .gwt-RadioButton label {
	font-size: 9px;
}

.edithyprpanel .gwt-TextArea {
	height: auto;
}

.edithyprpanel-checkbox {
	background-color:#E98803;
}

.edithyprpanel-checkbox * {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-left:5px;
}

.edithyprpanel-html {
	color:red;
	font-size:11px;
	padding:0px 2px;
	font-weight: bold;
}

.edithyprpanel-html,
.edithyprpanel-contents,
.edithyprpanel-grid  {
	background-color:#EEEEEE;
}

.edithyprpanel-grid .gwt-PushButton,
.edithyprpanel-grid .gwt-ToggleButton,
.edithyprpanel-grid .gwt-PushButton-selected {
	width:144px;
	height:29px;
	background-image: url(/images/hypr/edithypr/content-button.png);
	font-weight: bold;
	margin:2px 13px;
}

.edithyprpanel-grid .gwt-PushButton-selected, 
.edithyprpanel-grid .gwt-ToggleButton-down,
.edithyprpanel-grid .gwt-ToggleButton-down-hovering  {
	background-image: url(/images/hypr/edithypr/content-button-selected.png);
}

.edithyprpanel-grid .gwt-PushButton .html-face,
.edithyprpanel-grid .gwt-PushButton-selected .html-face,
.edithyprpanel-grid .gwt-ToggleButton .html-face {
	margin-top:5px;
}

.edithyprpanel-center-sharing {
	background-image: url(/images/hypr/edithypr/sharing.png);
}

.edithyprpanel-center-sharing-nocontent {
	background-image: url(/images/hypr/edithypr/sharing-nocontent.png);
}

.edithyprpanel-center-nosharing {
	background-image: url(/images/hypr/edithypr/no-sharing.png);
}

.edithyprpanel-center-sharing .gwt-Image,
.edithyprpanel-center-sharing-nocontent .gwt-Image {
	cursor:pointer;
}

.edithyprpanel-center-sharing .gwt-Label,
.edithyprpanel-center-sharing-nocontent .gwt-Label,
.edithyprpanel-center-nosharing .gwt-Label {
	font-size:10px;
	color:#B53B2A;
	font-weight: bold;
	width:140px;
	max-width:140px;
}

.edithyprpanel-center-sharing .gwt-Label,
.edithyprpanel-center-sharing-nocontent .gwt-Label {
	text-decoration: underline;
}

.edithyprpanel-center-sharing .gwt-InlineLabel,
.edithyprpanel-center-sharing-nocontent .gwt-InlineLabel,
.edithyprpanel-center-nosharing .gwt-InlineLabel {
	font-size:7px;
	color:#999999;
	width:100px;
	max-width:100px;
}

.edithyprpanel-center-sharing .gwt-Label-title,
.edithyprpanel-center-sharing-nocontent .gwt-Label-title,
.edithyprpanel-center-nosharing .gwt-Label-title {
	font-size:7px;
	color:#FFFFFF;
	width:48px;
	max-width:48px;
	text-decoration: underline;
}

.edithyprpanel-center-sharing .gwt-Label,
.edithyprpanel-center-sharing .gwt-InlineLabel, 
.edithyprpanel-center-sharing-nocontent .gwt-Label,
.edithyprpanel-center-sharing-nocontent .gwt-InlineLabel,
.edithyprpanel-center-nosharing .gwt-Label,
.edithyprpanel-center-nosharing .gwt-InlineLabel {
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
}

.edithyprpanel-center-sharing .gwt-PushButton {
	width:70px;
	height:14px;
	background-image: url(/images/hypr/edithypr/content-preview.png);
}

.edithyprpanel-center-sharing .gwt-PushButton-music {
	background-image: url(/images/hypr/edithypr/content-preview-music.png);
}

.edithyprpanel-center-sharing .gwt-PushButton-react {
	background-image: url(/images/hypr/edithypr/content-preview-react.png);
}

.edithyprpanel-center-sharing .gwt-PushButton-picture {
	background-image: url(/images/hypr/edithypr/content-preview-photo.png);
}

.edithyprpanel-center-sharing .gwt-PushButton-video {
	background-image: url(/images/hypr/edithypr/content-preview-video.png);
}

.edithyprpanel-center-sharing .gwt-PushButton-rss {
	background-image: url(/images/hypr/edithypr/content-preview-rss.png);
}

.edithyprpanel-center-nosharing .gwt-PushButton {
	width:144px;
	height:23px;
	background-image: url(/images/hypr/edithypr/content-preview-nosharing.png);
}

.edithyprpanel-center-nosharing .gwt-PushButton-music {
	background-image: url(/images/hypr/edithypr/content-preview-nosharing-music.png);
}

.edithyprpanel-center-nosharing .gwt-PushButton-react {
	background-image: url(/images/hypr/edithypr/content-preview-nosharing-react.png);
}

.edithyprpanel-center-nosharing .gwt-PushButton-picture {
	background-image: url(/images/hypr/edithypr/content-preview-nosharing-photo.png);
}

.edithyprpanel-center-nosharing .gwt-PushButton-video {
	background-image: url(/images/hypr/edithypr/content-preview-nosharing-video.png);
}

.edithyprpanel-center-nosharing .gwt-PushButton-rss {
	background-image: url(/images/hypr/edithypr/content-preview-nosharing-rss.png);
}

.edithyprpanel-center-sharing .gwt-PushButton .html-face {
	font-weight:bold;
	font-size: 7px;
	line-height: 13px;
	text-align: left;
	margin-left:6px;
	max-width:55px; 
	width:55px; 
	overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

.edithyprpanel-center-sharing .gwt-PushButton-video .html-face,
.edithyprpanel-center-sharing .gwt-PushButton-picture .html-face,
.edithyprpanel-center-sharing .gwt-PushButton-rss .html-face,
.edithyprpanel-center-sharing .gwt-PushButton-react .html-face,
.edithyprpanel-center-sharing .gwt-PushButton-music .html-face {
	margin-left:16px;
}

.edithyprpanel-center-nosharing .gwt-PushButton .html-face {
	font-weight:bold;
	color:#000000;
	font-size: 7px;
	line-height: 22px;
	text-align: left;
	margin-left:40px;
	text-decoration: underline;
	max-width:120px; 
	width:120px; 
	overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

.edithyprpanel-errormessage 
{
	color:red;
	font-size: 16px;
	font-weight:bold;
	padding: 4px;
}

.edithyprpanel-reload {
	background-image: url(/images/hypr/myhyprs/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}



/*********************************************
	STATS
***********************************************/

.statssmubpanel-selectall-cell input {
	width: auto;
}

.statssmubpanel-url {
	font-weight: normal;
	font-style: italic;
}

/*********************************************
	Action Bar
***********************************************/

.hypractionbar {
	background-color: #FFFFFF;
}

.hypractionbar-caption {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color:#B53B2A;
	padding-left:5px;
	
}

.hypractionbar-caption-highlight {
	font-style: italic;
}

/*********************************************
 *              Edit profile panel
 *********************************************/
  
.editprofilepanel .gwt-TabBar {
	border-bottom: 1px solid #B53B2A;
}

.editprofilepanel .gwt-TabBarItem {
	font-weight: bold;
	padding: 5px;
	margin: 5px 5px 0px 0px;
	cursor: pointer;
}

.editprofilepanel .gwt-TabBarItem-selected {
	background-color: #B53B2A;
	cursor: auto;
	color: #FFFFFF;
}
 
.editprofilepanel .gwt-TabBarItem .gwt-Label
{
	color: #B53B2A;
	font-size: 14px;
}

.editprofilepanel .gwt-TabBarItem-selected .gwt-Label
{
	color: #FFFFFF;
}
 
.editprofilepanel .gwt-Label,
.editprofilepanel .gwt-InlineLabel {
	color: #000000;
	font-size: 13px;
}

.editprofilepanel .gwt-InlineLabel {
	padding-left:50px;
}

.editprofilepanel .gwt-InlineLabel-bold,
.editprofilepanel .gwt-Label-bold {
	font-weight: bold;
}

.editprofilepanel .gwt-TextBox, .editprofilepanel .gwt-TextBox-disabled,
.editprofilepanel .gwt-TextArea, .editprofilepanel .gwt-TextArea-disabled,
.editprofilepanel .gwt-PasswordTextBox,
.editprofilepanel .gwt-ListBox, .editprofilepanel .gwt-ListBox-disabled {
	height: 30px;
	font-size: 13px;
	padding: 4px;
	color: #B53B2A;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #B53B2A;
	margin:5px 0px;
}
.editprofilepanel .gwt-TextArea, .editprofilepanel .gwt-TextArea-disabled {
	height: 120px;
}

.editprofilepanel .gwt-TextBox-disabled,
.editprofilepanel .gwt-ListBox-disabled {
	cursor:auto;
	background-color: transparent;
}

.editprofilepanel .titlepanel {
	border-bottom: 1px solid #696969;
	margin-bottom:10px;
}

.editprofilepanel .titlepanel .gwt-Image {	
	cursor: pointer;
}

.editprofilepanel .titlepanel .gwt-Label {	
	color: #696969;
	font-size: 11pt;
	font-weight: bold;
	padding-right: 10px;
	text-align: justify;
}


.editprofilepanel .shareimage {
	margin: 13px 5px 3px;
	cursor: pointer;
}

.editprofilepanel .sharevalid {
	display: none
}

.editprofilepanel .sharevalid-selected
{
	display:inline;
	position: absolute;
	margin-top:60px;
	margin-left:15px;
	cursor: pointer;
}

.editprofilepanel .sharelabel,
.editprofilepanel .sharelabel-selected
{
	color: #696969;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}

.editprofilepanel .sharelabel-selected
{
	color: #B53B2A;
}

.editprofilepanel .errorpanel * {
	color:red;
	font-weight: bold;
	text-transform: uppercase;
}

.editprofilepanel .gwt-DecoratorPanel-transparent,
.editprofilepanel .gwt-DecoratorPanel-selected {
	display:inline;
}

/********************************************* 
 *           Import Bookmarks Panel
 *********************************************/
.bookmarks-table {
	margin: 10px 30px;
	width: 400px;
}

.bookmarks-label {
	color: #000000;
	text-align: justify;
	padding-top: 10px;
}

.bookmarks-label-small {
	color: #000000;
	text-align: justify;
	font-size: 8pt;
}

.bookmarks-title {
	color: #000000;
	font-weight: bold;
	padding: 20px 0pt 5px 0px;
	font-size: 10pt;
}

.bookmarks-upload-bar {
	margin: 10px 0px;
}

.bookmarks-upload-msg {
	color: #B53B2A;
	font-size: 8pt;
	padding-left: 10px;
}

.bookmarks-upload-status {
	width: 36px;
	height: 36px;
}

.visible {
	visibility: visible;
}

.hidden {
	visibility: hidden;
}

.bookmarks-upload-icon {
	padding: 0px 0px 0px 10px;
}

.bookmarks-howto {
	padding-left: 15px;
	color: #000000;
}

.bookmarks-browser {
	color: #B53B2A;
	padding: 0px 2px;
	text-decoration: underline;
	cursor: pointer;
}

.bookmarks-mysmubspage {
	color: #B53B2A;
	font-weight: bold;
}

.bookmarks-checkbox {
	padding-top: 10px;
	padding-right: 5px;
}

.bookmarks-howto-step {
	color: #000000;
	text-align: justify;
}

.bookmarks-close {
	margin-top: 20px;
}

/********************************************* 
 *           Import Contacts Panel
 *********************************************/
.contact-table {
	margin-top: 10px;
}

.contact-form {
	padding-bottom: 10px;
}

.contact-text {
	color: #4F6270;
	white-space: nowrap;
}

.contact-text2 {
	color: #4F6270;
	white-space: nowrap;
	padding-bottom: 5px;
}

.contact-text-small {
	color: #4F6270;
	font-size: 7pt;
	padding-bottom: 10px;
}

.contact-text-arobase {
	color: #4F6270;
	padding: 0px 10px;
}

.contact-field {
	width: 200px;
	color: #4F6270;
}

.contact-title {
	color: #4F6270;
	font-weight: bold;
	padding: 10px 0px;
}

.contact-upload-btn {
	padding-left: 40px;
}

.contact-upload-fieldsselection-field {
	color: #4F6270;
	padding-right: 10px;
	text-align: right;
}

.contact-upload-fieldsselection-select {
	color: #4F6270;
}

.contact-upload-fieldsselection-btn {
	padding-left: 10px;
}

.contact-upload-fieldsselection-title {
	padding: 10px 0px;
	color: #4F6270;
}

.contact-message-table {
	padding-top: 20px;
}

.contact-message-libelle {
	color: #4F6270;
	padding-left: 5px;
}

/*********************************************
 *                Login Panel
 *********************************************/
.toploginpanel
{
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-left: 16px;
}

.loginpanel-block
{
	width: 100%;
	/*background-color: #FFFFFF;*/
	/*border: 2px solid #E4E4E4;*/
}

.loginpanel-cell
{
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
}

.loginpanel-textbox
{
	margin-top: 2px;
	padding-right: 5px;
	margin-bottom: 3px;
	width: 100px;
	height: 17px;
}

.loginpanel-titlecell
{
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px;
}

.loginpanel-logincell, .loginpanel-passwordcell
{
	white-space: nowrap;
	padding-right: 4px;
}

.loginpanel-rememberchkcell
{
	white-space: nowrap;
	padding-left: 4px;
}

.loginpanel-rememberlblcell
{
	white-space: nowrap;
	color: #516371;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 4px;
}

.loginpanel-submitcell 
{
	white-space: nowrap;
}

.loginpanel-forgottenpasswordcell
{
	white-space: nowrap;
	width: 100%;
	padding-right: 4px;
	text-align: right;
}

.loginpanelconnected-cell
{
	padding-top: 8px;
	padding-left: 0px;
}

.loginpanelconnected-titlecell
{
	padding-left: 4px;
	padding-right: 4px;
	border-right: 1px solid #C46226;
	white-space: nowrap;
}

.loginpanelconnected-disconnectcell
{
	padding-left: 4px;
	width:100%
}


/**/

h3.loginpanel-title {
	font-size: 11px;
	font-weight: bold;
}

.loginpanel gwt-CheckBox {
	vertical-align: middle;
}

.gwt-InlineLabel-loginpanel {
	/*width: 100%;*/
	color: #516371;
	font-size: 9px;
	text-decoration: underline;
	/*float: right;*/
	/*position: absolute;*/
	/*top: 5px;*/
	/*right: 3px;*/
	cursor: pointer;
}

.error-loginpanel {
	padding-left: 160px;
}

/*********************************************
 *              MainPanel
 *********************************************/
.main-panel {
	width:960px;
	background-image: none;
}

.main-panel-footer-cell {
	width: 100%;
	padding-top: 19px;
	background-image: url(/images/hypr/gwt/all/actionbarpanel-footer.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.main-panel-main-cell {
	width: 960px;
	background-color: #EEEEEE;
}

.main-panel-header-cell {
	width: 100%;
}

.main-panel-leftcolumn {
	background-color: #C46226;
	width: 221px;
}

/*********************************************
 *            New password panel
 *********************************************/
.newpassword-table
{
	width: 400px;
}

.newpassword-textbox-table
{
	width: 98%;
	background-color: #ECECEC;
	margin:5px;
}

.newpassword-textbox-table .gwt-PasswordTextBox
{
	height:23px;
	font-size:14px;
	padding:3px;
	color:#B53B2A;
	font-weight:bold;
	background-color: transparent;
	border:none;
	width:100%;
}

.newpassword-fieldtitle
{
	color: #000000;
	padding: 5px 0px 5px 5px;
	text-align: justify;
	align:left;
	font-weight: bold;
	font-size: 11pt;
	white-space: nowrap;
}

.newpassword-error
{
	color: red;
	font-size: 8pt;
}

/*********************************************
 *                 Floating window
 *********************************************/
.gwt-DialogBox-root {
	background-color: white;
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.gwt-DialogBox {
	background-color: white;
}

.floatingwindow-subheader {
	
}

.floatingwindow-loading {
	
}

.floatingwindow-logo {
	background-color: white;
	padding-bottom: 5px;
	cursor: pointer;
}

.floatingwindow-contenttabledotted {
	margin: 2px;
}

.floatingwindow-table {
	margin: 10px 0px;
}

.floatingwindow-contenttable {
	/*width: 403px;*/
	margin: 2px;
}

.floatingwindow-rightcolumn {
	margin-left: 5px;
}

.floatingwindow-imgtitle {
	margin-top: 5px;
	/*	padding-left: 5px; */
}

.floatingwindow-content {
	padding-left: 0px;
}

.form-row,.form-comments {
	text-align: left;
}

.form-row TD,.form-comments TD {
	padding-bottom: 6px;
}

.form-row {
	position: relative;
}

.form-label,.form-label-fixed {
	vertical-align: top;
	white-space: nowrap;
	display: inline-block;
	background-color: transparent;
	font-weight: bold;
	text-align: left;
}

LABEL.form-label,LABEL.form-label-fixed {
	display: inline-block;
}

.form-value,.form-value-box {
	width: 100%;
}

.form-error {
	padding-left: 19px;
	color: #DD7870;
	background-image: url(/images/hypr/profile/error.png);
	background-repeat: no-repeat;
}

.form-comments {
	color: #000000;
	font-size: 7pt;
	font-style: italic;
	font-weight: bolder;
}

/*********************************************
 *          Confirm floating window
 *********************************************/
.confirmdialog-table {
	margin: 0px 10px 0px 0px;
	width: 100%;
}

.confirmdialog-buttons {
	padding: 10px 0px 0px;
}

.confirmdialog-question {
	padding: 10px 0px;
}

/*********************************************
 *        Information floating window
 *********************************************/
.informationDialog-table {
	width: 400px;
}

.informationDialog-content {
	padding: 10px 5px;
	color: #4F6270;
}

/*********************************************
 *      Forgotten password floating window
 *********************************************/
.forgottenpassword-table
{
	margin: 5px 10px 0px 0px;
	width: 100%;
}

.forgottenpassword-libelle
{
	padding: 10px 0px;
	font-size: 9pt;
}

.forgottenpassword-textbox-table
{
	width: 98%;
	background-color: #ECECEC;
	margin:5px;
}

.forgottenpassword-textbox-table .gwt-TextBox
{
	height:23px;
	font-size:14px;
	padding:3px;
	color:#B53B2A;
	font-weight:bold;
	background-color: transparent;
	border:none;
	width:100%;
}

.forgottenpassword-fieldtitle
{
	color: #000000;
	padding: 5px 0px 5px 5px;
	text-align: justify;
	align:left;
	font-weight: bold;
	font-size: 11pt;
	white-space: nowrap;
}

.forgottenpassword-submit
{
	margin-left: 10px;
	cursor: pointer;
	font-size: 12pt;
	font-weight: bold;
	background-color: transparent;
	color: #FFFFFF;
	padding: 2px;
	text-align: center;
	width: 90px;
}

.forgottenpassword-cancel
{
	display: none;
}

/*********************************************
 *              Toolbar panel
 *********************************************/
.toolbarpanel-cell {
	background-color: #EEEEEE;
	width: 150px;
	height: 100%;
	padding-right: 10px;
}

.toolbarpanel {
	width: 150px;
}

/*********************************************
 *              Smub content type panel
 *********************************************/
.gwt-DecoratorPanel .contenttypepanel  {
 	background-color:#FFFFFF;
}

.gwt-DecoratorPanel-transparent .contenttypepanel {
	background-color:transparent;
}

.gwt-DecoratorPanel-selected .contenttypepanel {
	background-color:#7098d1;
}

.contenttypepanel .gwt-Image {
	cursor:pointer;
}

.contenttypepanel .gwt-TextBox {
	height:22px;
	padding:2px;
	font-size: 11px;
}

.contenttypepanel .gwt-TextBox-upper {
text-transform: uppercase;
}

.gwt-DecoratorPanel-transparent .gwt-TextBox {
	border-color: #333333;
	color: #333333;
}

.contenttypepanel .gwt-TextBox-disabled {
	color: #333333;
	cursor: auto;
	border-color: transparent;
}

.gwt-DecoratorPanel-selected .gwt-TextBox-disabled {
	color: #FFFFFF;
}

 
/*********************************************
*              Smub content panel
*********************************************/
.smubcontentpanel {
	border-bottom:1px dotted #686868;
	margin:5px 20px;
}
 
.smubcontentpanel .gwt-Label,
.smubcontentpanel .gwt-InlineLabel {
 	font-weight:bold;
	color:#686868;
}

.smubcontentpanel .gwt-Label {
 	font-size: 13px;
}

 .smubcontentpanel .gwt-Image {
 	cursor:pointer;
}
 
/*********************************************
 *              Search panel
 *********************************************/
.searchpanel {
	background-color: #FFFFFF;
	padding:5px;
}

.searchpanel-button {
	cursor: pointer;
	padding:5px;
}

.searchpanel-label {
	text-transform: uppercase;
	color: #B53B2A;
	font-size: 8pt;
	padding: 7px;
}

.searchpanel-field {
	width: 150px;
	margin:5px;
	border:1px solid #B53B2A;
	height:24px;
	padding:4px;
}

/*********************************************
 *              Directory panel
 *********************************************/

.directoryactionpanel {
	background-color: #FFFFFF;
	margin:10px 0px;
}

.directoryactionpanel .gwt-Image {
	cursor:pointer;
	padding:10px 4px;
}

.directoryactionpanel-label {
	cursor:pointer;
	display:inline;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap;
}

.directorytreepanel {
	background-color: #F4F4F4;
	padding-left:5px;
}

.directorypanel {
	height:25px;
	cursor:pointer;
}

.directorypanel .gwt-Label {
  	font-weight: bold;
  	font-size: 12px;
  	white-space: nowrap;
}

.directorypanel .gwt-TextBox {
  	width:80px;
}

.gwt-TreeItem-selected .directorypanel .gwt-Label {
  color:#B53B2A;
}

.gwt-TreeItem-selected .directorypanel-edit {
	display:block;
}

.directorypanel-edit {
	display:none;
}

/*********************************************
 *              Smub Action panel
 *********************************************/
.hypractionpanel-cell {
	max-width:155px;
	width:155px;
	padding-right:5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #B53B2A;
	font-weight: bold;
	max-width:155px; 
	width:155px; 
	overflow:hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

.hypractionpanel-link {
	padding-right:5px;
}

.hypractionpanel-icon {
	cursor: pointer;
	padding-right:5px;
}

.hypractionpanel-label {
	cursor: pointer;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	white-space: nowrap;
}

/*********************************************
 *            Smub Header Bar panel
 *********************************************/
.smubheaderbarpanel-table {
	width: 100%;
	margin-bottom: 5px;
}

/*********************************************
 *              Welcome panel
 *********************************************/
.welcome-bar {
	background-color: #EEEEEE;
	padding-right: 16px;
}

.rssReader {
	padding: 10px;
}

#closeButton {
	margin-bottom: 10px;
	margin-top: 10px;
}

/*********************************************
 *              SmubToolBarButton
 *********************************************/
 
.SmubToolBarButton
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
