html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    color: #666;
    font: 12px Arial, serif;
    text-align: left;
    border: none;
}

a {
    outline: 0;
    -moz-outline: none;
    color: #4197E3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #4197E3;
    text-decoration: none;
}

.gwt-class table {
    empty-cells: show;
}

.gwt-class img {
    border: 0;
}

.gwt-class input {
    margin: 0;
}

.gwt-class textarea {
    margin: 0;
}

.gwt-CheckBox input, .gwt-RadioButton input {
    border: none !important;
    height: 13px !important;
    width: 13px !important;
    line-height:normal;
	padding: 0 !important;
}

.gwt-class input.checkbox, .gwt-class input.radio {
    border: none !important;
    height: 12px;
    padding: 0;
    margin: 0;
}

.gwt-class .required {
   border: 1px solid #C8C8C8;
   border-left: 3px solid red !important;
}

.gwt-class div.required-mark {
    width: 3px;
    height: 22px;
    background-color: red;
}

.gwt-class .page {
    margin: 11px 36px 5px 36px;
    font-size: 1px;
    width: 100%;
    /*+margin: 11px 18px 5px 36px;*/
}

.gwt-class .page .pageBorder .pageBorderContent {
    border: 1px solid #B8C0CD;
    background: white;
    font-size: medium;
}

.gwt-class .copyright, .copyright a {
    color: #4294e0;
    font-size:10px;
    padding-top: 6px;
}

.gwt-class .clear {
    clear: both;
}

.gwt-class .left {
    float: left;
}

.gwt-class .right {
    float: right;
}

.gwt-class .hidden, .gwt-class .none {
    display: none;
}

.gwt-class .visible {
    display: block;
}

.gwt-class .inline {
    display: inline;
}

.gwt-class .block {
    display: block;
}

.gwt-class .orange  {
    color: #FA8106;
}

.gwt-class .bold  {
    font-weight: bold;
}

.gwt-class .italic {
    font-style: italic;
}

.gwt-class .pointer {
    cursor: pointer;
}

.gwt-class .auto {
    cursor: auto;
}

.gwt-class .default {
    cursor: default;
}

.gwt-class .scrollable {
    overflow: auto;
}

.gwt-class .underlined {
    text-decoration: underline;
}

.gwt-class .textbox-border {
    border: 1px solid #B3B4B6;
}

.gwt-class select.txt, textarea.txt {
    color: #808fa7;
    font-size: 14px;
    font-family: serif;
}

.gwt-class input.txt {
 color: #808fa7;
 font-size: 9pt;
 font-family: monospace;
}

.gwt-class .little {
    font-size: 1px;
    line-height: normal;
}

/* COMPONENT: LightDialog */

.gwt-class .lightDialogGreyContent {
    font-size: 12px;
    color: #838591;
    background-color: #F8F8FA;
}

.gwt-class .lightDialogWhiteContent {
    font-size: 12px;
    background-color: white;
    color: #838591;
}

/* End:LightDialog */

/* COMPONENT: Dialog */

.gwt-class div.Dialog {
    position: absolute;
    top: -1000px;
    left: -1000px;
    display: block;
    float: none;
    padding: 0;
    font-size: 0;
}

.gwt-class div.Dialog .content {
    vertical-align: top;
}

.gwt-class div.Dialog .loading-image {
    display: block;
    margin: 0 auto;
}

.gwt-class div.DialogRegular .content {
    padding: 3px 6px 0;
    padding-bottom: 6px !important;
    background-color: white;
}

/*Common items*/

/*.gwt-class .modalBlockingLayer {
    position:absolute;
    top:0;
    left:0;
}*/

.gwt-class .dialog-text {
    color: #666666;
    text-align: left;
    font: normal 12px Verdana, serif;
    line-height: 20px;
}

.gwt-class div.Dialog a {
    color: #4384AD;
    font: bolder 11px Arial, serif;
}

.gwt-class div.Dialog a:hover {
    color: #2EAC10;
}

.gwt-class div.Dialog a.sameText {
    color: #4384AD;
    font: inherit;
    font-weight: bolder;
}

.gwt-class .dialog-title {
    font: bold 12px Verdana, serif;
    color: #0d5da3;
    cursor: default;
    /*background: transparent;*/
}

.gwt-class .dialog-title-blue {
    font-family: Verdana, serif;
    font-size: 11px;
    font-weight: bold;
    color: #0d5da3;
}

.gwt-class .title-line {
    width: 100%;
    background: url(/gwtresources/images/dialog/title_line.gif) repeat-x bottom;
}

.gwt-class div.Dialog input, .gwt-class div.Dialog select, .gwt-class div.LightDialog input, .gwt-class div.LightDialog select, .gwt-class div.welcome-sequence-slide input, .gwt-class div.welcome-sequence-slide select {
    border: 1px solid #C1C8D4;
    height: 22px;
    padding-left:4px;
    color: #666666;
}

.gwt-class div.Dialog input, .gwt-class div.LightDialog input, .gwt-class div.welcome-sequence-slide input {
    padding-top:2px;
    padding-bottom:2px;
}

.gwt-class div.Dialog textarea, .gwt-class div.LightDialog textarea {
    padding:5px;
}

.gwt-class input.checkbox, .gwt-class input.radio {
    border: none !important;
    height: 12px;
    padding: 0;
    margin: 0;
}

.gwt-class input.uploadFile {
    height: 22px !important;
    /*width: 320px !important;*/
}

.gwt-class .textarea-container {
    padding-right:13px;
}

.gwt-class .dialog-tail {
    position: absolute;
    left:-5000px;
    top: -5000px;
    /*display: none;*/
}

/* END: Dialog */

.gwt-class .component-error {
    background: #ffe5e5 !important;
    border:1px solid #f00 !important;
}

.gwt-class .component-error-required {
    background: #ffe5e5 !important;
    border-top:1px solid #f00 !important;
    border-right:1px solid #f00 !important;
    border-bottom:1px solid #f00 !important;
    border-left:3px solid #f00 !important;
}
.gwt-class div.error-messagebox {
    margin: 10px 0;
    padding: 10px 15px;
    color: #f00;
    background: #fdedf0;
}

.dialogLink{
	color:#4384AD;
	font-family:Arial,serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bolder;
	line-height:normal;
	cursor: pointer;

}

.dialog-text {
	color:#666666;
	font-family:Verdana,serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
	text-align:left;
}

.header-dialog-text{
	color: rgb(13, 93, 163); font-weight: bold; padding-top: 10px;
	white-space: nowrap;
}

.selected-style-partner-story {
	padding: 4px 8px 2px 4px; background-repeat: no-repeat;
	background-image:	url(/gwtresources/images/prtnr/selection_frame.gif);
}
.unselected-style-partner-story {
	padding: 4px 8px 2px 4px; background-repeat: no-repeat;
	background-image:	url(/gwtresources/images/pix_white.gif);
}
.partner-dialog-section {
    border-bottom: 1px solid #d9ddd4;
    padding-bottom: 10px;
}

.gwt-class .tabsetShadow {
    background: url(/gwtresources/images/tellstory/shadow.png) repeat-x;
    _background-image: url(/gwtresources/images/spacer.gif);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gwtresources/images/tellstory/shadow.png', sizingMethod='scale');
    position:relative;
    height:5px;
    top: 36px;
    font-size: 1px;
}

.gwt-class textarea {
    overflow: auto;
}

.nowrap {
    white-space: nowrap;
}

.gwt-class .full-size {
    width: 100%;
    height: 100%;
}

.gwt-class .full-width {
    width: 100%;
}

.gwt-class .small-blue {
    color: #4e9be3;
    font: bolder 11px Arial, serif;
}

.gwt-class a.small-blue:hover, .gwt-class .small-blue-hover {
    color: #2EAC10 !important;
    font: bolder 11px Arial, serif;
}

.gwt-class .small-blue-disabled {
    color: #B5B5B5 !important;
    cursor: default;
}

.gwt-class #PageContent {
    padding: 0;
}

.gwt-class .font-10 {
    font-size: 12px;
    font-family: "Arial" serif;
}

.gwt-class .font-11 {
    font-size: 11px !important;
}

.gwt-class .font-11-Verdana {
    font: normal 11px Verdana,serif;
}

.gwt-class .font-11-Verdana-bold {
    font: bold 11px Verdana,serif;
}

.gwt-class .font-12 {
    font-size: 12px !important;
}

.gwt-class .font-12-bold {
    font: bold 12px Arial,serif;
}

.gwt-class .font-13 {
    font-size: 13px !important;
}

.gwt-class .font-14 {
    font-size: 14px !important;
}

.font-16-bold {
    font: bold 16px Arial, serif;
}

.Arial {
    font-family: Arial,serif;
}

.gwt-class .red {
    color: #f91615;
}

.gwt-class .black {
    color: black;
}

.gwt-class .blue {
    color: #4197E3 !important;
}

.gwt-class .white {
    color: white !important;
}

.gwt-class .grey {
    color: #808FA7;
}

.gwt-class a.blue-link {
    color: #4996DA;
}

.gwt-class a.blue-link:hover {
    color: #2EAC10;
}

.gwt-class form.IEinline {
    +display:inline;
    margin: 0;
}

.gwt-class table.table-with-inputs tr {
    white-space: nowrap;
    height: 30px;
    text-align: left;
}

/*Used for gwt text editor inner frame in IE*/
.noParagraphMargins p {
    margin-bottom: 0;
    margin-top: 0;
}

/*Messages and requests dialogs*/

.gwt-class .messages-text-box {
    background: #EFEFEF;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #C1C8D4;
    padding: 7px 11px 0 12px;
    line-height: 14px;
    margin-top: 4px;
}

.gwt-class div.Dialog .message-table {
    margin: 10px 0 7px 4px;
    border: 1px solid #C1C8D4;
    background: white;
}

.gwt-class .message-cell {
    padding: 8px 2px 11px 10px;
    background: white;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    width: 235px;
}

.gwt-class .message-content {
    overflow-x: auto;
    overflow-y:hidden;
    white-space:normal;
    width:235px;
}

.gwt-class .messagesButtonsPanel {
    padding: 10px 0 8px;
    height: 47px;
    border-bottom: 1px solid #D9DDE4;
}

.gwt-class .request-caption {
    margin:9px 0 0 4px;
    color: #647592;
}

.gwt-class .shrinkMoreButton {
    width: 55px;
    height: 16px;
}

/*End: Messages and requests dialogs*/

/* COMPONENT: Search */

.gwt-class .searchTypeSelector {
    font-family: "Arial" sans-serif;
    color: #F88015;
    font-size: 14px;
}

.gwt-class .locationTxt {
    height: 19px;
    +margin-top: -1px;
    cursor: pointer;
    /*margin-top: -1px;*/
}

.gwt-class .dateTxt {
    font-family: "Arial" sans-serif;
    font-size: 12px;
    color: #4396E4;
    margin-right: 5px;
    height: 18px;
    cursor: pointer;
    border: 1px solid #B3B4B6;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:0px;
    padding-right:0px;
    width:128px
}

.gwt-class .locationsTreeContainer {
    padding-left:3px;
    margin-bottom:5px;
    text-align:left;
    overflow:auto;
    height:155px;
    width:180px;
    border: 1px solid #838eaa;
    color:#7d909f;
    font-weight:normal;
}

.gwt-class .locationsTreeContainer input {
    margin-right:5px;
    vertical-align:middle;
    /*width: 14px;*/
    border: none !important;
}

.gwt-class .myMediaSearch .searchByLabel {
    font-family: "Arial" sans-serif;
    font-size: 12px;
    color: #8090A7;
    margin-right: 5px;
}

.gwt-class .myMediaSearch .searchTypeSelector {
    font-family: "Arial" sans-serif;
    font-size: 12px;
    color: #4396E4;
}

.gwt-class .myMediaSearch .searchCondition {
    font-family: "Arial" sans-serif;
    font-size: 12px;
    color: #4396E4;
    height: 18px;
    +height: auto;
}

.gwt-class .myMediaSearch input.searchCondition {
    height: 19px;
    +margin-top: -1px;
    display: block;
}

/* END: Search */

/* Paginator component */

.gwt-class .gwtMediaViewerPagingArrow {
    /*width: 16px;*/
    vertical-align: middle;
    cursor: pointer;
}

.gwt-class .gwtMediaPageLink {
    color: #4197E3;
    font-size: 13px;
    font-weight: bold;
    font-family: "Arial";
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    padding:0 2px;
}

.gwt-class .gwtMediaPageSelected {
    color: #EB7913;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Arial";
    padding:0 2px;
}

/* ENDL Paginator */


/* COMPONENT: LeftMenuBar todo: remove after last instance of LeftMenuBar is removed (presumably at stories page)*/

.gwt-class .leftMenuBar {
    background-color: #F2F4F6;
    font-size: 16px;
    font-family: sans-serif;
    text-decoration: none;
}

.gwt-class .filterGroup {
    text-decoration: none;
    font-weight: bold;
    font-family: "Arial" inherit;
    overflow: hidden;
}

.gwt-class .filterGroupPaddingDeselected {
    padding-top: 8px;
    padding-bottom:6px;
 	padding-left: 9px;
    padding-right: 9px;
}

.gwt-class .filterGroupPaddingSelected {
    padding-top: 8px;
    padding-bottom:6px;
    padding-left: 9px;
    padding-right: 9px;
}

.gwt-class .filterGroupPaddingSelected a {
    margin-top:0;
    margin-bottom:10px;
}

.gwt-class .filterGroupPaddingDeselected a {
    margin-top:0;
    margin-bottom:0;
}

.gwt-class .filterName {
    margin-top:8px;
    margin-bottom:2px;
    margin-left: 11px;
    font-size: 12px;
    font-weight: bold;
}

.gwt-class .selectedColor {
    color: #4297e3 !important;
}

.gwt-class .deselectedColor {
    color:#8794ab !important;
}

.gwt-class .selectedGroup {
    color: #f88015;
    cursor: default;
}

.gwt-class .selectedGroup a {
    color: #f78015;
    cursor: default;
}

.gwt-class .deselectedGroup a {
    color:#808fa7;
    display:block;
    cursor:pointer;
    text-decoration: none !important;
}

.gwt-class .selectedBorder {
    border-top: 1px dashed #d3dae5;
    border-bottom: 1px dashed #d3dae5;
    background-color: white;
}

.gwt-class .deselectedBorder {
    border-right: 1px dashed #d3dae5;
}

/* END: LeftMenuBar */

/* COMPONENT: PhotoView (Zoom media) */

.gwt-class .photoViewContent {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    font: normal 12px Verdana, sans-serif;
    padding: 14px 6px 6px 14px;
    margin: 8px;
    color: #808fa7;
    background: #F9F9DB;
    border-top: solid 1px #D9DDE4;
    border-bottom: solid 1px #D9DDE4;
    overflow:auto;
    text-align:left;
}

.gwt-class .photoViewTitle {
    font: bold 14px Verdana, sans-serif;
    padding: 7px 9px 0;
    color: #647592;
    text-align:left;
    height: 34px;
}

.gwt-class .pv-corner-tl {
    width: 6px !important;
    height: 6px !important;
    background: url( /gwtresources/images/borders/textEdit/corner-tl.gif ) top;
}

.gwt-class .pv-border-top {
    background: url( /gwtresources/images/borders/textEdit/border-top.gif ) repeat-x top;
}

.gwt-class .pv-corner-tr {
    width: 6px !important;
    background: url( /gwtresources/images/borders/textEdit/corner-tr.gif ) top;
}

.gwt-class .pv-border-left {
    background: url( /gwtresources/images/borders/textEdit/border-left.gif ) repeat-y left;
}

.gwt-class .pv-border-right {
    background: url( /gwtresources/images/borders/textEdit/border-right.gif ) repeat-y left;
}

.gwt-class .pv-corner-bl {
    height: 6px !important;
    background: url( /gwtresources/images/borders/textEdit/corner-bl.gif ) top;
}

.gwt-class .pv-border-bottom {
    background: url( /gwtresources/images/borders/textEdit/border-bottom.gif ) repeat-x top;
}

.gwt-class .pv-corner-br {
    background: url( /gwtresources/images/borders/textEdit/corner-br.gif ) top;
}

/* END */

/* Labels dialog */

.gwt-class .suggestionHeaderClass {
    color: #808fa7;
    font-family: Arial, serif;
    font-size: 11px;
}

.gwt-class .tagSelectorTxt {
    font-size: 11px;
    width: 192px;
    height: 43px;
    color: #777c85;
    border: 1px solid #808fa7;
    padding: 0 2px;
    margin: 5px 0;
    font-family: Arial, serif;
}
/* End: Labels dialog */

/*Story preview dialog panel*/

.gwt-class .sketchesTable {
    background-color:#F6F6F6;
    font-size: 1px;
    border-top: 1px solid #E3E4E9;
    border-bottom: 1px solid #E3E4E9;
    margin-top: 4px;
    +position: absolute;
}

.gwt-class .sketchesTableContainer {
    overflow: visible;
    position: relative;
    margin: 3px 0 2px -11px;
    width: 30px;
}

/*End: Story preview dialog panel*/

/*Info dialog*/
.gwt-class a.info-dialog-link {
    background: transparent url(/gwtresources/images/mylife/info_icon_small.gif) no-repeat top;
    display: block;
    margin: 20px auto 0;
    width: 29px;
    text-align: center;
    padding-top: 33px;
    color: #4384AD;
    font: 12px Arial, serif;
}

.gwt-class a.info-dialog-link:hover {
    background: transparent url(/gwtresources/images/mylife/info_icon_small_over.gif) no-repeat top;
    color: #2EAC10;
}

.gwt-class div.info-tips-body {
    border: none;
    border-top: 1px solid #c8d0dc;
    border-bottom: solid 1px #c8d0dc;
    margin-bottom: 7px;
}

.gwt-class iframe.info-tips-iframe {
    height: 320px;
    width: 100%;
    border: none;
}

/*End: Info dialog*/

/*Upload dialog*/

.gwt-class div.addImageDialogPara {
    margin:6px 0 6px 6px;
}

/*End: Upload dialog*/

.gwt-class .dialogInstructionText {
    font-family: Verdana, serif;
    font-size: 12px;
    color: #666666;
}

.gwt-class .dialogSubtopicText {
    font: bold 10px Verdana,serif;
    color: #666666;
}

.gwt-class .dialogInfoLink {
    font: bold 10px Verdana,serif;
    color: #3697E4;
    cursor: pointer;
}

.gwt-class .orderLandingPage {
	padding-top: 15px;
   text-align: center;
	vertical-align: middle;
}


.filterPanelBgLeft {
	 background: url("/gwtresources/images/header/shadow_tab_center.gif") repeat-x left bottom;
	 height: 21px;
}

.gwt-class .filterPanelBg {
    background: url(/gwtresources/images/media/shadow_top.gif) repeat-x;
    height: 21px;
}

.gwt-class .tagCloudPanel a:hover {
    text-decoration: underline;
}

.gwt-class .top-login-panel {
    background: url(/gwtresources/images/header/top_header_pix.gif) top repeat-x;
    border-bottom: 1px solid #b9bdbe;
    height: 38px;
}

/* Bese register module stuff */
/* Login and SignUp bubble */
.gwt-class .signUp-Dlg-Header {
    font: 12px Verdana, serif;
    color: #414f64;
    line-height: 18px;
}

.gwt-class .signUp-Dlg-Labels {
    font: bold 11px Verdana, serif;
    color: #696969;
    padding-right: 7px;
    padding-bottom: 8px;
}

.gwt-class .signUp-Dlg-Input {
	background-color: #f9f9db;
    border: 1px solid #c8c8c8;
    width: 255px;
}

.gwt-class .signUp-Dlg-License {
    font: 12px Verdana, serif;
    color: #414f64;
    line-height: 18px;
}

.gwt-class .signUp-Dlg-Note {
    font: 10px Verdana, serif;
    color: #414f64;
    line-height: 14px;
}

/* Log in buuble */
.gwt-class .loIn-Dlg-Input {
	background-color: #f9f9db;
    border: 1px solid #c8c8c8;
    width: 204px;
}

.gwt-class .logIn-Dlg-Links {
    font: 12px Verdana, serif;
    color: #3895e3
}

.gwt-class .logIn-Dlg-Labels {
    font: bold 11px Verdana, serif;
    color: #696969;
    padding-right: 3px;
    padding-bottom: 9px;
}

/* general for register and home */
.homePageDialogCaption {
    color: #74839C;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

.homePageDialogText {
    color: #74839C;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.homePageDialogBoldText {
    color: #74839C;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
}

.forgotPasswordTextBox {
    height: 15px;
    color: #74839c;
    font-family: Arial, monospace;
    font-size: 12px;
    border: 1px solid #B3B4B6;
    padding-left: 3px;
}
/* general error messages */
.registerBaseErrorMessage {
    font-family: Arial, serif;
    font-size: 11px;
    color: red;
}

.base-error-message {
    font-family: Arial, serif !important;
    font-size: 11px !important;
    color: red !important;
}

.ellipsis {
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   width: 100%;
   -o-text-overflow: ellipsis;
   -moz-binding: url('text-overflow.xml#ellipsis');
}

.vertical-split-panel-background {
	background-image: url("/gwtresources/images/handle_pix.png");
	background-repeat: repeat-y;

	_background-image: url( /gwtresources/images/spacer.gif );
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gwtresources/images/handle_pix.png',sizingMethod='scale');
}

/* --------- Top Store Menu -------------- */

.topNavigationCaption {
    font: bold 12px arial;
    color: #0d5da3;
    padding-bottom: 9px;
    white-space: nowrap;
}

.topNavigationLink {
    font: normal 12px arial;
    color: #666666;
    padding-bottom: 9px;
    display: block;
}

.topStoreMenuPanel td.sideLeft {
    background-repeat: repeat-y;
    background-position: right;
}

.topStoreMenuPanel td.sideRight {
    background-repeat: repeat-y;
    background-position: left;
}

.topStoreMenuPanel td.bottomLeft {
   font-size: 0;
}

.topStoreMenuPanel td.bottomCenter {
    background-repeat: repeat-x;
    background-position: top;
}

.topStoreMenuPanel td.bottomRight {
   font-size: 0;
}

/* ----------- Universal login page ----------- */
.gwt-class .uprLoginInput {
	background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 114px;
    height: 19px;
    padding: 0 0 0 3px;
    margin: 0 7px 0px;
}
