/*# Yes I know importing makes an extra request.
  # See me if you want to know why I chose to go down this path.
  # @Dominick */
@import url('../CSS/Platform/buttons.css');

/* ########### fw:tabs #############*/
.fw-tabs {
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height:32px;
	background-color: transparent;
}
#fw-container .fw-tabs {
	height: 22px;
	margin: 8px 0 0 0;
	border-width: 0 0 1px 0;
}
#fw-container .fw-tab-item {
	border-top-width: 2px;
	height: 20px;
}
#fw-container .fw-tab-item a {
	padding: 2px 10px;
}

#fw-container .fw-tab-item-selected {
	font-weight: bold;
	border-bottom-width: 1px;
	height: 21px;
}


.fw-tab-item {
	margin:0;
	padding:0;
	list-style-type:none;
	border-width: 1px;
	border-style: solid;
	border-bottom:0;

	/* assume left */
	float:left;
	margin-right:5px;
}
.fw-tab-item-left {
	float:left;
	margin-right:5px;
}
.fw-tab-item-right {
	float:right !important;
	margin-left:5px !important;
}

.fw-tab-item a {
	display:block;
	padding: 7px 15px;
	text-decoration:none;
	font-size: 13px;
}

.fw-tab-item-last {
	display:none;
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	list-style-type:none;
}

.fw-tabbed-box {
	border-width: 1px;
	border-style: solid;
	border-top:0;
	padding:15px;
}

/* fw:flash */
.fw-flash {
	background-color:#FFF4C7;
	border:1px solid #FF9614;
	padding:3px 7px;
	/*-moz-border-radius:3px;*/
	color:#333;
	font-size: 12px;
	font-weight: normal;
	font-family: arial;
}

/* fw:context-bar */
.toolbar .titleBar {
	height: 16px;
	xbackground-color: #ccdef4;
	background: url(http://images.freewebs.com/Images/PageEditor/Toolbar/bgTitle.gif) repeat-x;
	font: normal 10px arial, verdana;
	color: #fff;
	margin-bottom: 3px;
	padding-left: 2px;
	padding-top: 1px;
	xfont-weight: bold;
}

.toolbar {
	position: absolute;
	left: 0; top: 0;
	width: auto;
	background-color: #fff;
	border: 1px solid #888;
	padding: 0;
	z-index: 10000;
	display: none;
	text-align: left;
	padding-bottom:3px;
}

.toolbar a {
	display: inline;
	padding: 0 !important;
	margin: 0 0 0 7px;
	float: left;
}

div.titleBar a.closeButton {
	background: url(http://images.freewebs.com/Images/PageEditor/icons/close.gif) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 2px;
	top: 2px;
	display: block;
}

img.fw-separator {
	margin: 0px 0 0 6px;
	float: left;
}

/* fw:help-box */
.fw-help-box {
	background-color:#CBDEFF;
	border:3px solid #929AC8;
	-moz-border-radius:5px;
	color:#333;
	padding:8px 10px;
	font-size:13px;
	line-height:18px;
	font-family: Arial, sans-serif;
}
.fw-help-box-close {
	cursor:pointer;
	float:right;
	position:relative;
	right:-8px;
	top:-6px;
}
.fw-help-box p {
	margin: 0 !important;
}

/* fw:help-tip */
.fw-help-tip-icon {
	vertical-align: middle;
}

.fw-help-tip {
   width: 353px;
	font-family: arial, sans-serif;
   font-size: 13px;
   line-height: 20px;
   position: absolute;
   top: -6px;
   left: 0px;
   display: none;
   color: #fff;
   padding-top: 0px;
   padding-bottom: 5px;
}

.fw-help-tip {
   background: transparent url('http://images.freewebs.com/Images/Signup/blue_message_body.gif') no-repeat bottom right;

}

.fw-help-tip span {
   background: transparent url('http://images.freewebs.com/Images/Signup/blue_message_top.gif') no-repeat top left;
   padding-left: 30px;
   padding-right: 30px;
   margin-top: 0px;
   display: block;
   padding-top: 10px;
   padding-bottom: 5px;
}


/* fw:divider */
.fw-divider {
	border-bottom: 1px solid #000;
	opacity: 0.15;
}
*:first-child+html .fw-divider, * html .fw-divider {
	filter: alpha(opacity=15);
}

/* fw:editor */
.fw-editor {
	text-align: left;
}

.fw-editor-label {
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}

.fw-editor-text {
	width: 180px;
	font-size: 12px;
	padding: 2px;
}

/* fw:editor-date */
.fw-editor-date-field {
	float:left;
/*margin-left: 10px;*/
	margin-right: 5px;
	margin-left: 0px;
}
.fw-editor-date-field label {
	display:block;
	clear:both;
	font-size: 11px;
	color: #666;
	margin-left: 4px;
}

/* fw:message */
.fw-message {
	border:1px solid #FB9E4E;
	background-color:#fff2bd;
	padding:20px;
	padding-top:15px;
	margin-bottom:10px;
	font-family:arial;
	font-size:13px;
	color:#000;
}

.fw-message h2 {
	font-family:arial;
	font-size:18px;
	color:#ff6600;
	letter-spacing:0.04em;
	margin-top:0;
}

.fw-message a, .fw-error a {
	color: #0478CF;
}

/* fw:error */
.fw-error {
	background-color: #fcd1d1;
	border: 1px solid #b93a3a;
	color: #3c3c3c;
	font-weight: bold;
	padding: 15px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-bottom: 15px;
}
.fw-error h2 {
	color: #3c3c3c;
	font-size: 18px;
	margin:0;
	margin-bottom: 10px;
}

/* fw:list */
/* fw:list grid */
.fw-list-grid {
	width: 100%;
}

/* fw:list list */
.fw-list-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.fw-list-list li {
	clear: both;
}

/* fw:profile-pic */
.fw-profile-pic {
	border: 1px solid #000;
}

/* fw:nowrap */
.fw-nowrap {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}


/* other stuff */
a img {
	border: 0;
}

* html img.pngfix {
	behavior: url("http://images.freewebs.com/JS/pngbehavior.htc");
}

textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
}

/* --- fw:search-box --- */

.fw-searchContainer {
	border: 2px solid #424242;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 237px;
	padding: 0;
	opacity: .7;
	filter: alpha(opacity = 70);
	background: #2d2d2d url('Images/searchbg.png') no-repeat right center;
	line-height: 1em !important;
}

.fw-searchbox {
	border: 1px solid #fff;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border: 0;
	margin: 0 !important;
	padding: 3px 0 1px 5px;
	color: #666;
	width: 205px;
}

.fw-searchbox:focus { outline: none; }

.fw-searchSubmit {
	width: 25px;
	border: 0;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
	margin: 0 0 0 -3px !important;
	text-indent: -9000px;
	letter-spacing: 100px; /* Glorious! */
}

*:first-child+html .fw-searchContainer .fw-searchbox { width: 203px; margin: -1px 0 !important; }
*:first-child+html .fw-searchContainer .fw-searchSubmit { margin: -1px 0 0 -5px !important; }

* html .fw-searchbox { width: 203px; margin: -1px 0 !important; }
* html .fw-searchSubmit { margin: -1px 0 0 -5px !important; }

/* --- fw:helptip --- */

.fw-infoHover {
	position: relative;
	z-index: 8;
	text-decoration: none;
}

.fw-infoHover:hover {
	z-index: 25;
	cursor: default;
	text-decoration: none;
}

.fw-helpText, .fw-infoTab { display: none; }

.fw-helpText {
	position: absolute;
	top: -22px;
	left: 25px;
	width: 268px;
	min-height: 30px;
	background-color: #333;
	opacity: .9;
	filter: alpha(opacity = 90);
	border: 1px solid #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	padding: 8px 10px;
}

.fw-infoTab {
	background: transparent url('Images/fw_tooltip.png') no-repeat right center;
	height: 30px;
	top: -13px;
	width: 15px;
	left: 10px;
	position: absolute;
}

.fw-infoHover:hover span { display: block; }

* html .fw-helpText { top: -18px; }
* html .fw-infoTab { 
	background-image: url('Images/fw_tooltip.gif');
	top: -8px;
}

*:first-child+html .fw-infoHover .fw-helpText { top: -18px; }
*:first-child+html .fw-infoHover .fw-infoTab { top: -8px; }

/* sidebars */

#fw-sidebar .icon-link {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
}

#fw-sidebar ul {
	margin: 0;
	padding-left: 15px;
	list-style-type: circle;
}

#fw-sidebar img.fw-photo {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
}

#fw-sidebar .fw-list-grid img.fw-profile-pic {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
	width: 60px !important;
	height: 60px !important;
}

.fw-editor-submit-container {
	text-align: center;
	border-top: 1px dotted;
	padding-top: 10px;
}
/* ============================== Application stylesheet ============== */
#apps-auth-container {
	margin: auto;
	width: 400px;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	margin-top: 10px;
}
#apps-auth-container table.fw-editor {
	margin: 0 auto;
}

/*---- profile ----*/
#fw-profile-container-content {
	margin-left: 15px;
}
#fw-profile-status-update {
	position: relative;
	margin: 1px 0px 10px 0px;
	border: 1px solid #C8C8C8;
	z-index: 2;
	background-color: #FFFFFF;
	width: 100%;
}
#fw-profile-last-update {
	
}
#fw-profile-update-status {
	margin: 10px 0 5px;
}

#fw-profile-update-status input#status {
	width: 99%;
	color: #A9A9A9;
	padding: 5px 0;
}

#fw-profile-publish-external {
	float: left;
}
#fw-profile-publish-facebook {
	padding-left: 16px;
	background: transparent url(http://static.ak.connect.facebook.com/images/connect_favicon.png) no-repeat left center;
}
/* ============================== Facebook Connect ==================== */
#auth-fbconnect {
	margin: 0 auto;
	padding: 7px 0 17px;
	text-align: center;
}
#auth-fbconnect-or {
	width: 100%;
}
#auth-fbconnect-or td.border { border-top: 1px dotted; }
#auth-fbconnect-or td.fbc-or {  width: 20px; text-align: center;}
#auth-fbconnect-or td.fbc-or span { position: relative; top: -8px; }
	
#welcome-module-fbconnect { margin-bottom: 2px; }
/* ============================== Welcome Module ==================== */
div#login-module {
	font-size: 1.1em;
	padding: 5px;
	padding-left: 22px;
	background: url(http://images.webs.com/static/global/icons/silk/user.png) 0 55% no-repeat;
}

ul#welcome-module {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#welcome-module li{
	margin-top: 5px;
	margin-bottom: 0;
}
#item-manage-website a.icon-link {
	background-image: url(http://images.webs.com/static/global/icons/silk/page_edit.png);
}

/* ================  prevent tables from stretching ================= */
table.fw-fixed {
	table-layout: fixed;
	overflow: hidden;
}

table.fw-fixed img {
	max-width: 100%;
}

span.sanitized p {
	margin: 0;
}

.fw_human {
	visibility: hidden;
	display: none;
}

/* clearfix */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}

/* CSS OK */
