@charset "utf-8";
/* CSS Document 858 Width X 538 Height */
body {
    background: none repeat scroll 0 0 #f9f9f9;
	font-family: "Adobe Clean", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #777;
	margin: 0; 
	padding: 0; 
	height: 100%; 
	
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.shell_core{
	margin: 0px; 
	padding: 0px;	
	width:857px;
	height:100%;
}

.shell_content_box table{
    border-collapse: initial;
}

a img {
	border:none;
}
#shell_header{
	background-color:#FFF;
	border-bottom:1px solid #D7D7D7;
	width:857px;
	height:45px;
    position: fixed;
    top: 0; 
	left: 0;    
	z-index:999;	
}
#shell_header ul{
	width:794px;	
	margin-left: -17px;	
}

#shell_content {
    margin-top:-18px;
	border: none; 
	width:857px;
	height:100%;	
}

#mbox_iframe
{
	width:857px;
	height:92%;
	min-width:857px;	
    position: fixed;
    top: 45px; 
	left: 0;     
	border: none; 	
	overflow-x:hidden;
}

@media (min-height: 590px) and (max-height: 639px) {#mbox_iframe{height:92.4%;}}
@media (min-height: 640px) and (max-height: 689px) {#mbox_iframe{height:92.8%;}}
@media (min-height: 690px) and (max-height: 739px) {#mbox_iframe{height:93.4%;}}
@media (min-height: 740px) and (max-height: 789px) {#mbox_iframe{height:93.8%;}}
@media (min-height: 790px) and (max-height: 889px) {#mbox_iframe{height:94.4%;}}
@media (min-height: 890px) and (max-height: 969px) {#mbox_iframe{height:94.8%;}}
@media (min-height: 970px) and (max-height: 1099px) {#mbox_iframe{height:95.4%;}}
@media (min-height: 1100px) and (max-height: 1299px) {#mbox_iframe{height:95.8%;}}
@media (min-height: 1300px){#mbox_iframe{height:96.4%;}}

#mbox_offer
{
	visibility:hidden;
	display:none;
}

/* menu bar */

.shell_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: block;
}

.shell_nav ul li {
	float: left;
	display: block;
	padding: 0;
	cursor:pointer;
}

.shell_nav ul li:first-child{
	margin-left:0px;
}

.shell_nav ul li{
	color: #aaadaf;
	text-decoration: none;
	display: block;
	padding: 15px 0px;
	font-size: 15px;
	margin-left:26px;
	position: relative;
	text-align:center;
}

.shell_nav ul li:before{
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	height: 2px;
	width: 0;
	background: #333333;
}

.shell_nav ul li.active{
	color: #333333;
	text-align:center;
}

.shell_nav ul li.active:before {
	width: 99%;
}

/* Offline Page Styles */

//table, th, td {
//   border: 1px solid black;
//}
.offline_base_wrapper
{
    width: 100%;
	height:100%;	
	margin:0px;
	overflow:hidden;
}
.offline_base_content
{
	height:100%;
	padding-top:155px;
	width:794px;
}
.offline_left_panel
{
	width:375px;
	text-align:right;
}
.offline_right_panel
{
    width:254px;
}
.offline_base_text
{
	height:100%;
}
.offline_error_title
{
	font-size: 36px; 
	font-weight:300;
	font-style:normal;	
    line-height:1.25;
	color:#000;
	margin:35px 10px 0px;
}
.offline_error_quote
{
	font-size: 26px; 
	font-weight:300;
	font-style:normal;		
	color:#7E3886;	
	margin:15px 10px;
}
.offline_error_reload
{
	text-decoration:none;
	margin-right:10px;
}
.offline_error_reload:hover
{
	text-decoration:none;
}
.offline_error_reload_label
{
	font-weight:300;
	font-style:italic;		
	font-size: 15px; 
	color:#0099F0;	
	text-decoration:none;
}
.offline_error_image
{
	margin-left:-50px;
}
.offline_reload_image
{
	border:none;
	width:13px;
	margin-top:-3px;
	margin-left:7px;
}

/*************************Create Page ****************************/
.create_base_wrapper
{
	margin-top:45px;
	width:835px;
	height:100%;
	min-height:491px;
}
.create_base_container {
	width:794px;
	text-align:left; 	
	padding:36px 0 0 5px;			
}
.create_list_container {
	height:320px;
}
.create_base_title
{
	font-weight:300;
	font-style:normal;		
	height:30px;
	width:254px;
	padding:0 0 3px 0;
	margin:0 0 15 0px;
	font-size: 24px; 			
	color:#1d1f1f;
}
#createNewContainer
{
	width:254px;
	max-width:254px;
	float:left;
	white-space: nowrap;
}
#openRecentContainer
{
	width:524px;
    max-width:524px;
	float:left;
	margin-left:16px;
	white-space: nowrap;
}
#optionalContainer
{
	width:254px;
	float:left;
	margin-left:16px;
	white-space: nowrap;
}

#pxtextruler { position: absolute; top: -10000; visibility: hidden; white-space: nowrap; font-size:14px; padding:5px 0px 4px 0px; }

a.new_site_button { display: block; text-decoration: none; margin:-14px 0 0 0px; cursor:pointer; }
a.new_site_button:hover { background-color: #EBEBEB;}
a.new_site_button p { 
	font-size:14px; padding:5px 0px 4px 0px; color:#727272;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
a.new_site_button p:hover {color:#0099F0;}
a.new_site_button img { float:left; margin:6px 7px 0 6px; height:15px;}

/**
 * Bootstrap tooltip CSS
 */
a.new_site_button + .tooltip > .tooltip-inner 
{
    max-width: 508px;
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:pre-wrap;
}
a.new_site_button + .tooltip.bottom > .tooltip-arrow
{
    left:10px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #CCCCCC;
}
/**
 * Bootstrap sets some default on box-sizing to border-box, 
 * but for Hello we currently need it set to content box. 
 * So do the override here.
 */
* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*:before,
*:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/**
 * Emojizer CSS
 */
.emoji-svg
{
	width: 14px;
	height: 14px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    position: relative;
    top: 1px;
}

.create_base_footer
{
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;	
    background: none repeat scroll 0 0 #f9f9f9;		
}

/*************************Create New Create Card ****************************/
.create_base_wrapper_new
{
	width:835px;
	min-height:400px;
	height:100%;
}
#HelloCardContainer {
    background-color: #FFFFFF;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.45);
    color: #000000;
    display: block;
    left: 55px;
    min-height: 183px;
    padding: 21px 16px 26px;
    position: absolute;
    text-decoration: none;
    top: 127px;
    width: 248px;	
}
#HelloCardContainer hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFF00;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    width: 164px;
}
#HelloCardContainer h1 {
    font-size: 23px;
    margin-bottom: 11px;
    margin-top: 0;
    text-align: center;
    word-wrap: break-word;
	font-weight:500;
}
#HelloCardContainer h2 {
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
	font-weight:500;	
}
#HelloCardContainer h3 {
    font-size: 14px;
    line-height: 24px;
    margin-top: -4px;
    min-height: 30px;
    text-align: center;
	font-weight:100;		
}
#HelloCardFooter {
    margin-top: 16px;
    text-align: center;
}
.NewDocButton{
    background-color: #4197FB;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
	width:164px;
	padding:10px 12px 9px 12px;
	cursor:pointer;
}
.NewDocButton:hover
{
	text-decoration:none;
    color: #FFFFFF;
}

.OpenDocButton{
    color: #4197FB;
    font-size: 15px;
    font-weight: normal;
	cursor:pointer;	
	margin:20px 0 0 0;
}

