
body {
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Sans-Serif", "Arial";
    font-size: 14px;
    margin: 0;
    background: #ececec;
    color: #333;
}

.noStyleLink {
    color: inherit;
    text-decoration: none;
}

.validationMessages {
    color: #f00;
}

a {
    color: #004a80;
    text-decoration: none;
    outline: none;
}

a:active {
    outline: none;
}

a img {
    border: 0;
}

a.closeDiv {
    padding: 10px;
    float: right;
    background: url('/admin/cp/images/closeDivButton.png') no-repeat;
    position: relative;
    top: -13px;
    left: 8px;
}

p {
    font-size: 14px;
}

.basic p.wizard {
    border:none !important;
    font-size:14px;
}

td {
    color: #333;
    font-size: inherit;
}

th {
    color: #004a80;
    font-size: 16px;
}

h1 {
    font-size: 20px;
    color: #004a80;
}

h2 {
	font-weight: normal;
	font-weight: 550;
	padding: 0px 5px;
    font-size: 18px;
    color: #003768;;
	border-bottom: 1px solid #c0c0c0;
}

h3, h4 {
	font-weight: normal;
	padding: 0px 5px;
    font-size: 18px;
    color: #434343;
	border-bottom: 1px solid #c0c0c0;
}

h2.leftBlockTitle {
    color: #004a80;
    background: transparent url('/admin/cp/images/underHeader-bg.jpg') repeat-x;
    padding: 5px 0 5px 8px;
    margin-bottom: -15px !important;
}

.header {
    height: 92px;
    background: url('/admin/cp/images/header-bg.jpg') repeat-x;
    padding: 0px 8px 8px;
    position: fixed;
    width: 100%;
    z-index: 998;
}

.logo {
    width: 169px !important;
    float: left;
}

span.clearall {
    clear: right;
}

div.cpIcons {
    float: right;
    width: auto;
    height: 92px;
    text-align: right;
    margin-right: 5px;
	margin-bottom: 7px;
	padding-bottom: 5px
}

table.icons {
    width: auto;
	height: 60px !important;
}

table.icons td {
    padding: 55px 16px 8px 18px;
    text-align: center;
}

table.icons td:hover {
    cursor: pointer;
}

table.icons td.view  {
    background: url('/admin/cp/images/icon-view.png') no-repeat top center;
}

table.icons td:hover.view {
	background: url('/admin/cp/images/icon-view_on.png') no-repeat top center;
}

table.icons td.stats  {
    background: url('/admin/cp/images/icon-stats.png') no-repeat top center;
}

table.icons td:hover.stats, table.icons td.stats.current  {
    background: url('/admin/cp/images/icon-stats_on.png') no-repeat top center;
}

table.icons td.config  {
    background: url('/admin/cp/images/icon-config.png') no-repeat top center;
}

table.icons td:hover.config, table.icons td.config.current  {
    background: url('/admin/cp/images/icon-config_on.png') no-repeat top center;
}

table.icons td.content {
    background: url('/admin/cp/images/icon-content.png') no-repeat top center;
}

table.icons td:hover.content, table.icons td.content.current {
    background: url('/admin/cp/images/icon-content_on.png') no-repeat top center;
}

table.icons td.options {
    background: url('/admin/cp/images/icon-options.png') no-repeat top center;
}

table.icons td:hover.options, table.icons td.options.current {
    background: url('/admin/cp/images/icon-options_on.png') no-repeat top center;
}

table.icons td.help {
    background: url('/admin/cp/images/icon-help.png') no-repeat top center;
}

table.icons td:hover.help, table.icons td.help.current {
    background: url('/admin/cp/images/icon-help_on.png') no-repeat top center;
}

table.icons td.admin {
    background: url('/admin/cp/images/icon-admin.png') no-repeat top center;
}

table.icons td:hover.admin, table.icons td.admin.current {
    background: url('/admin/cp/images/icon-admin_on.png') no-repeat top center;
}

.underHeader {
    height: 45px;
    background: #fff url('/admin/cp/images/underHeader-bg.jpg') repeat-x bottom;
    padding: 0;
    margin-top: 68px;
    width: 100%;
    position: fixed;
    z-index: 999;
}

.activePage {
    width: 400px;
    margin-left: 15px;
}

.userLogout {
    width: 750px;
    margin-left: 25px;
    padding: 16px 1px;
    color: #003768;
    float: left;
}


.dashboardInfo {
    width: 150px;
    margin-right: 25px;
    padding: 16px 1px;
    color: #003768;
    text-align:right;
    float: right;
}

.mainContent {
    background: #ececec;
    width: 100%;
    height: auto;
    min-height: 600px;
    margin-top: 115px;
}
.mainContentWizard {
    background: #ececec;
    width: 100%;
    height: auto;
    min-height: 600px;
    margin-top: 5px;
}

.wrapper {
    width: 950px;
    padding: 10px;
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    background: #fff;
    margin: 0 auto;
    min-height: 700px;
}

.wizard {
    border-top: 1px solid #b9b9b9;
}

.leftSidebar {
    width: 200px;
    float: left;
    font-size: 13px;
    color: #004a80;
    margin-top: 12px;
}

.helpArea {
    width: 187px;
    margin: 0;
    padding: 8px 5px !important;
    background: #f4f5f6;
    border: 1px solid #c0c0c0;
}

.helpArea h2.leftBlockTitle {
    color: #004a80;
    background: transparent url('/admin/cp/images/underHeader-bg.jpg') repeat-x;
    padding: 5px 0 5px 8px;
    margin-bottom: -15px !important;
}

.menuLeft {
    width: 200px;
    margin: 0;
    padding: 0 !important;
}

.menuLeft h2.leftBlockTitle {
    color: #004a80;
    background: transparent url('/admin/cp/images/underHeader-bg.jpg') repeat-x;
    padding: 5px 0 5px 8px;
    margin-bottom: -15px !important;
}

.menuLeft ul {
    padding-left: 0 !important;
    margin-left: 0;
}

.menuLeft li {
    list-style: none;
}

.menuLeft li a {
    height: 32px;
    height: 24px;
    text-decoration: none;
}

.menuLeft li a:link, .menuLeft li a:visited {
    color: #656556;
    display: block;
    background: url(/admin/cp/images/menuLeft-bg.gif);
    padding: 8px 0 0 20px;
    border-bottom: 1px solid #c0c0c0;
}

.menuLeft li a:hover {
    color: #474739;
    background: url(/admin/cp/images/menuLeft-bg.gif) 0 -32px;
    padding: 8px 0 0 20px;
}

.contentBody {
    width: 670px;
    float: right;
    background: #fff url('/admin/cp/images/bodyContent-bg.jpg') no-repeat top left;
    min-height: 500px;
    padding: 30px;
}

.contentBodyFull {
    min-height: 500px;
    padding: 0 25px;
}

blockquote.warning {
    background: #ffd1d1 url('/admin/cp/images/warning.jpg') no-repeat left center;
    padding: 15px 5px 15px 75px;
    border: 1px solid #7a0806;
    color: #7a0806;
    width: 600px;
    margin: 25px 15px;
    height: 100px;
    overflow-y: scroll;
    font-size: 1em;
}

blockquote.warning p {
    color: #7a0806;
    font-size: 1em;
}

ul.menuList {
    margin: 5px;
    padding: 5px;
    width: 830px;
}

ul.menuList li:hover {
    background-color: #f4f5f6 !important;
	cursor: pointer;
}

ul.menuList li.charts {
    list-style: none;
    background: url(/admin/cp/images/icon-charts.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.reports {
    list-style: none;
    background: url(/admin/cp/images/icon-reports.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.theme {
    list-style: none;
    background: url(/admin/cp/images/icon-theme.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.siteDetails {
    list-style: none;
    background: url(/admin/cp/images/icon-siteDetails.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.headers {
    list-style: none;
    background: url(/admin/cp/images/icon-headers.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.disclaimers {
    list-style: none;
    background: url(/admin/cp/images/icon-disclaimers.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.pageContent {
    list-style: none;
    background: url(/admin/cp/images/icon-pageContent.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.campaign {
    list-style: none;
    background: url(/admin/cp/images/icon-campaign.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.article {
    list-style: none;
    background: url(/admin/cp/images/icon-article.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.seo {
    list-style: none;
    background: url(/admin/cp/images/icon-seo.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.advanced {
    list-style: none;
    background: url(/admin/cp/images/icon-advanced.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.password {
    list-style: none;
    background: url(/admin/cp/images/icon-password.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.configuration {
    list-style: none;
    background: url(/admin/cp/images/icon-siteConfig.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.campaignMgmnt {
    list-style: none;
    background: url(/admin/cp/images/icon-campaignMgmnt.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.url {
    list-style: none;
    background: url(/admin/cp/images/icon-url.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.social {
    list-style: none;
    background: url(/admin/cp/images/icon-social.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

ul.menuList li.announcements {
    list-style: none;
    background: url(/admin/cp/images/icon-announcements.png) no-repeat;
    background-position: 8px 50%;
    padding: 5px 5px 5px 95px;
}

h2.sectionTitle, h2.sectionTitle a {
    color: #004a80;
    text-decoration: none;
	border-bottom: none !important;
}

h2.sectionTitle a:hover {
    text-decoration: underline;
}

.sectionDesc {
    padding: 0 5px;
    color: #333;
}

div.separator {
    border-bottom: 2px dotted #e6e6e6;
    padding: 8px 15px;
    width: 800px;
    margin: 0;
}

.goAction a {
    float: right;
    background: #90a5ba;
    color: #fff;
    padding: 2px 15px;
    margin-bottom: 0;
}

.goAction a:hover {
    float: right;
    background: #c0c0c0;
    color: #333;
    padding: 2px 15px;
    margin-bottom: 0;
}

.footer {
    color: #434343;
    width: 950px;
    margin: 0 auto;
    font-size: 12px;
    padding-top: 5px;
}

.myform {
    margin: 0 auto;
    width: 400px;
    padding: 14px;
    font-family: inherit;
}

fieldset {
    border: 0 solid #c0c0c0;
    margin-top: 10px;
    margin-bottom: 10px;
}

fieldset legend {
    font-size: 16px;
    color: #004a80;
    font-weight: bold;
}

.radioBox input, .radioBox input:focus, .radioBox input:active {
    width: 40px !important;
    margin: 2px 0 15px 10px;
    border: none !important;
    padding: 10px;
    float: left !important;
    outline: none;
}

.radioBox label {
    font-weight: bold;
    text-align: left !important;
    width: 300px !important;
}

div.radioBox input.radioBox {
    border: none !important;
}

.checkBox input, .checkBox input:focus, .checkBox input:active {
    width: 40px !important;
    margin: 2px 0 15px 10px;
    padding: 10px;
    float: left !important;
    outline: none;
}

.checkBox fieldset input {
    width: 40px !important;
    margin: 2px 0 15px 10px;
    border: 1px solid #c0c0c0;
    padding: 10px;
    float: left !important;
}

.checkBox fieldset input:focus {
    width: 40px !important;
    margin: 2px 0 15px 10px;
    border: 1px solid #c0c0c0;
    padding: 10px;
    float: left !important;
}

.checkBox label {
    font-weight: bold;
    text-align: left !important;
    width: 300px !important;
}

div.checkBox input.checkBox {
    border: none !important;
}

.login {
    width: 380px !important;
    background-color: #fff;
	margin: 0 auto;
	padding: 12px;
}

.login .desc {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 230px !important;
}

.basic {
    border: 1px solid #dedede;
    margin: 0 auto;
    width: 650px;
    padding: 14px;
}

.full {
	width: 800px !important;
	border: none !important;
	margin-top: 12px !important;
}

.pageNumbers {
    text-align: center;
    float: left;
    width: 220px;
}

.basic h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.basic p {
    color: #666666;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.basic label {
    display: block !important;
    font-weight: bold !important;
    text-align: left;
    width: 180px;
    float: left;
}

.basic .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    width: 180px;
}

.basic div.formText {
    width: 400px !important;
    float: left !important;
    margin: 0 0 15px 10px !important;
    display: inline;
}

.basic input {
    float: left !important;
    margin: 2px 0 15px 10px !important;
    border: 1px solid #c0c0c0 !important;
    padding: 4px !important;
}

.basic input.plain, .basic input:active.plain, .basic input:focus.plain {
    border: none !important;
    float:right !important;
}

.basic input.nostyle, .basic input:active.nostyle, .basic input:focus.nostyle,
.basic span.nostyle input, .basic span.nostyle input:focus, .basic span.nostyle input:active  {
    border: none !important;
    margin-right:5px !important;
}

.basic select {
    float: left;
    width: 200px;
    margin: 2px 0 15px 10px;
    border: 1px solid #c0c0c0;
    padding: 4px;
}

.basic input:active, .basic input:focus {
    float: left !important;
    margin: 2px 0 15px 10px !important;
    border: 1px solid #153e7e !important;
    padding: 4px !important;
}

.basic textarea {
    float: left;
    margin: 2px 0 15px 10px;
    border: 1px solid #c0c0c0;
    padding: 4px;
}
    
.basic textarea:active, textarea:focus {
    float: left;
    margin: 2px 0 15px 10px;
    border: 1px solid #153e7e;
}

.basic button {
    clear: both;
    margin-left: 150px;
    background: #f4f5f6;
    color: #333;
    border: 1px solid #909090;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 6px;
    text-transform: capitalize;
}

.paging {
    border: none !important;
    margin: 0 auto;
    width: 615px !important;
    padding: 14px;
    text-align: center !important;
}

.paging input, .paging input:focus, .paging input:active {
  border:none !important;
}


.paging input.disabled {
  cursor:default;
}

div.editBar {
    background: #ececec;
    height: auto;
    margin-bottom: 20px;
    padding: 5px 5px 3px 0 !important;
    padding-top:6px !important;
    text-align: right;
    border: 1px solid #c0c0c0;
}

div.editBarWizard {
    background: #ececec;
    height: auto;
    margin-bottom: 20px;
    padding: 7px 10px 5px 10px;
    text-align: left;
    border: 1px solid #c0c0c0;
	font-size: 18px;
	color: #003768;
}

div.editBarWizard input, div.editBarWizard input:active, div.editBarWizard input:hover {
    border:none !important;
    margin-bottom:0 !important;
}

.editBarWizard input.right 
{
    float:right !important;
}

.editBarWizard input.left 
{
    float:left !important;
}

div.editBar input, div.editBar input:active, div.editBar input:focus {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    border: none !important;
}

span.required {
    color:#f00;
    padding-right:3px;
}

.info, .success, .warning, .error, .validation, .announcement {
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.info {
    color: #00529b;
    background-color: #bde5f8;
    background-image: url('/admin/cp/images/info.png');
}

.success {
    color: #4f8a10;
    background-color: #dff2bf;
    background-image: url('/admin/cp/images/success.png');
}

.warning, .announcement {
    color: #9f6000;
    background-color: #feefb3;
    background-image: url('/admin/cp/images/warning.png');
}

.announcement h2 {
    color:#004a80;
    font-weight:bold;
}

.error {
    color: #d8000c;
    background-color: #ffbaba;
    background-image: url('/admin/cp/images/error.png');
}

input.actionImage, input:active.actionImage, input:focus.actionImage {
    float: right !important;
    width: 93px !important;
}

table.resourceTable {
    background: #fff;
    border: 1px solid gray;
    border-collapse: collapse;
    color: #fff;
	width: 100%;
	font-size: 13px;
}

table.resourceTable td, th {
    color: #363636;
    padding: 4px;
}

table.resourceTable td {
    border-left: 1px dotted gray;
}

table.resourceTable tr {
    border: 1px dotted gray;
}

table.resourceTable thead th, tfoot th {
    background: url('/admin/cp/images/underHeader-bg.jpg') repeat-x;
    color: #003768;
    padding: 3px 10px 3px 10px;
    text-align: left;
	font-weight: normal;
}

table.resourceTable tbody td a {
    color: #363636;
    text-decoration: none;
}

table.resourceTable tbody td a:visited {
    color: gray;
}

table.resourceTable tbody td a:hover {
    text-decoration: underline;
}

table.resourceTable tbody th a {
    color: #363636;
    font-weight: normal;
    text-decoration: none;
}

table.resourceTable tbody th a:hover {
    color: #363636;
}
/*
table.resourceTable tbody td + td  a {
    background-image: url('/admin/cp/images/bullet_blue.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #03476F;
    padding-left: 15px;
}

table.resourceTable tbody td + td  a:hover {
    background-position: left center;
    background-repeat: no-repeat;
}
*/

table.resourceTable tbody th, table.resourceTable tbody td {
    text-align: left;
    vertical-align: top;
}

table.resourceTable tfoot td {
    background: url('/admin/cp/images/underHeader-bg.jpg') repeat-x;
    color: #FFFFFF;
    padding-top: 3px;
}

table.resourceTable .odd {
    background: #fff;
}

table.resourceTable tbody tr:hover {
    background: #f4f5f6;
    border: 1px dashed #03476F;
    color: #000000;
}

.resourceTable td.actionImage input {
    width: auto !important;
    margin: 0 !important;
    border: 0 !important;
    float: none !important;
}

.resourceTable td.actionImage a {
    background-image: url('/admin/cp/images/bullet_blue.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #03476F;
    padding-left: 15px;
    
}

.loginTop {
    width: 434px;
    height: 23px;
    background: url('/admin/cp/images/login-top.png');
}

.loginMid {
    width: 434px;
    height: 23px;
    background: url('/admin/cp/images/login-mid.png');
}

.loginBot {
    width: 434px;
    height: 23px;
    background: url('/admin/cp/images/login-bot.png');
}

.paging {
    width: 655px;
}

.paging .pageNumbers {
    width: 200px !important;
}

.helpTip {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(/admin/cp/images/help-icon.png) no-repeat scroll 0 0;
    cursor:pointer;
    display:block;
    float:left;
    height:19px;
    margin:3px;
    overflow:hidden;
    width:19px !important;
}

.tooltip {
    display: none;
    background: transparent url('/admin/cp/images/tooltip-bg.png') no-repeat top right;
    padding: 25px 45px;
    width: 260px;
	height: auto;
    font-size: 11px;
    color: #333;
}

.tooltip .label {
    color: #004a80;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #676767;
}

.tooltip a {
    color: #004a80;
    font-size: 11px;
    font-weight: bold;
}

.helpTip2 {
    background: url('/admin/cp/images/help-icon.png');
    display: block;
    height: 19px;
    overflow: hidden;
    width: 19px;
    cursor: pointer;
    margin: 0;
}

.cblW {
    width:400px !important;
    margin-left:5px;
}

textarea.ta1 {
    width:381px;
	height:175px;
}

textarea.ta1nh {
    margin-left:35px !important;
    width:381px;
	height:175px;
}

.tb1 {
    width:381px;
}

input.tb1nh, input:focus.tb1nh, input:active.tb1nh {
    margin-left:35px !important;
    width:381px;
}

/* Dashboard Styles */

table.dashboardColumns {
    width: 100%;
    margin: 0 auto;
}

td.dbCol {
    width: 280px;
    margin: 2px 2px 2px 0px;
	padding: 5px;
	background: url('/admin/cp/images/dbColumn-bg.png') no-repeat top left;
}

th h1.dbVisitors {
	font-weight: normal;
	background: url('/admin/cp/images/dbVisitors-icon.png') no-repeat left center;
	padding: 5px 0;
	padding-left: 38px;
}

th h1.dbResources {
	font-weight: normal;
	background: url('/admin/cp/images/dbResources-icon.png') no-repeat left center;
	padding: 5px 0;
	padding-left: 38px;
}

th h1.dbLeads {
	font-weight: normal;
	background: url('/admin/cp/images/dbContact-icon.png') no-repeat left center;
	padding: 5px 0;
	padding-left: 38px;
}

td.dbCol ul {
	list-style: square;
	color: #D7B05A;
	margin-left: 14px;
	padding: 0;
	line-height: 28px;
	font-size: 14px;
}

td.dbCol ul li {
	margin-left: 12px;
	color: #003768;
}

span.statChangeUp {
	float: right;
	background: url('/admin/cp/images/arrowUp.png') no-repeat right center;
	padding-right: 22px;
	font-size: 18px;
	font-weight: bold;
}

span.statChangeDown {
	float: right;
	background: url('/admin/cp/images/arrowDown.png') no-repeat right center;
	padding-right: 22px;
	font-size: 18px;
	font-weight: bold;
}

span.statChangeNone {
	float: right;
	padding-right: 22px;
	font-size: 18px;
	font-weight: bold;
}

ul.leadStats {
	list-style: none;
	margin-left: 0;
	padding: 0;
	line-height: 60px;
	font-size: 16px;
}



table.dbColumnContent {
	width: 250px;
}

/* End Dashboard Styles */

div.formCheckbox {
 padding-top:15px;
 padding-left: 185px;
}

div.formCheckbox label {
 margin-left: 12px;
}

/* Campaign Pages Styles */

div.campaignItems {
	height: 100px;
}

div.campaignItems a {
	border: 1px solid #fff;
	padding-top: 95px;
}

div.campaignItems a:hover {
	background: #f4f5f6;
	border: 1px dotted #333;
}


a.campReport span {
	background: url('/admin/cp/images/campReport-icon.png') no-repeat;
	padding: 90px 10px 10px;
	margin: 25px 45px;
}

a.campPostcard span {	
	background: url('/admin/cp/images/campPostcard-icon.png') no-repeat;
	padding: 90px 33px 10px;
	margin: 25px 45px;
}

a.campFlyer span {
	background: url('/admin/cp/images/campFlyer-icon.png') no-repeat;
	padding: 90px 44px 10px;
	margin: 25px 45px;
}

h2.campEmail {
	background: url('/admin/cp/images/campEmail-icon.png') no-repeat left center;
	padding-left: 65px;	
	border-bottom: none !important;
}

h2.campLTS {
	background: url('/admin/cp/images/campLTS-icon.png') no-repeat left center;
	padding-left: 45px;
	border-bottom: none !important;
}

/* Tab Styles */

.tabs ul {
	list-style: none;
	padding:0;
	margin:0;
}

.tabs li {
	display: inline;
	border: solid #c0c0c0;
	border-width: 1px 1px 0 1px;
	margin: 0 0.5em 0 0;
	background-color: #f4f5f6;
}

.tabs li:hover {
	background-color: white;
	cursor: pointer;
}

.tabs li a {
	padding: 9px 15px;
}

.tabContent {
	border-top: 1px solid #e6e6e6;
}

.tabs .selected {
	padding: 6px 9px 1px 9px; 
	background: white;
}

.messagePanel  {
}