html {
	background: url("../static/global/2010/internal/images/internal_bg_noise.png") repeat scroll left top #D5CEBC;
}
body {
	margin: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: transparent !important;
}

#fw-utility-container {
	width: 750px;
	background-color: #F8F7F3;
	border: 1px solid #fff;
	padding: 20px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	box-shadow: 0 4px 4px rgba(186, 184, 174, 0.75);
	-moz-box-shadow: 0 4px 4px rgba(186, 184, 174, 0.75);
	-webkit-box-shadow: 0 4px 4px rgba(186, 184, 174, 0.75);
}

/* fw:tabs */
.fw-tabs {
	margin:0;
	padding:0;
	border-bottom: 1px solid #ddd;
	height:32px;
}

.fw-tab-item {
	margin:0;
	padding:0;
	list-style-type:none;
	border:1px solid #ddd;
	border-bottom:0;
	background: #E2EDFD url(http://images.freewebs.com/Apps/Images/tab-bg.gif) top left repeat-x;
	color: #000000;
	height:31px;

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

.fw-tab-item-selected {
	background: #ffffff;
	color: #0097DF;
	font-weight: bold;
	border-bottom: 1px solid #fff !important;
	position: relative;
	top: 1px;
	height:30px;
}

.fw-tab-item a {
	display:block;
	padding: 7px 15px;
	color: #000000;
	text-decoration:none;
	font-size: 13px;
}
.fw-tab-item-selected a {
	color: #0097DF;
}

.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:1px solid #ddd;
	border-top:0;
	background-color:#fff;
	padding:15px;
}

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

.fw-editor-label {
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

.fw-editor-text {
	width: 300px !important;
	border: 1px solid #76A0B8;
}

.fw-editor textarea {
	width: 300px;
	border: 1px solid #76A0B8;
}

.fw-editor-buttonset {
	border-top: 3px double #d9d9d9;
	padding-top: 18px;
	margin-top: 7px;
	text-align: center;
}

.fw-upload-simple ol {
	margin-left:0;
	padding:0;
}
.fw-upload-simple li {
	margin:0;
	margin-top: 15px;
	list-style-position: inside;
}

.premiumbtn, .premiumbtn:link, .premiumbtn:active, .premiumbtn:visited {
    cursor: pointer;
    padding: 0 !important;
    white-space: nowrap;
    color: #fff !important;
    font-weight: 500 !important;
    display: -moz-inline-box;
    display: inline-block;
    font-family: helvetica, arial, sans-serif;
    font-size: 9px;
    line-height: 16px;
    text-transform: uppercase;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
    background:url('../static/global/buttons/premiumonly_icn_sprite.png') no-repeat left top;
    height: 15px;
}
.premiumbtn span { 
    display: block !important; 
    margin: 0 -4px 0 25px !important; 
    padding: 0 8px 0 0 !important;
    background:url('../static/global/buttons/premiumonly_icn_sprite.png') no-repeat right top; 
    height: 15px;
}
.premiumbtn:hover { text-decoration: none !important; text-shadow: none; background-position: left -15px !important; }
.premiumbtn:hover span { background-position: right -15px !important; }

a {
	color: #0478CF;
}

h1 {
	color: #0478CF;
	font-size: 19px;
	font-family: arial;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

h2 {
	color: #083878;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 3px;
}

h3 {
	color: #083878;
	border-bottom: 1px solid #d9d9d9;
	font-size: 1.25em;
}

hr {
	border: 0;
	background-color: #DEDAD9;
	height: 1px;
	margin-top:15px;
	margin-bottom:15px;
}

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

.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%;}
