* {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.never-visible {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
    margin: 0;
    padding: 0;
}

.error-alert {
    color: #cc0000;
    background: transparent url(/images/img_error.gif) 0px 2px no-repeat;
    line-height: normal;
    padding-left: 15px;
    font-weight: bold;
}

strong {
    font-weight: bold;
    color: #045F34;
}

a {
    color: #ea7a27;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
}

body {
    text-align: center;
    color: #333;
    font-size: 11px;
    line-height: 18px;
    font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	background: #F5F1ED url("../img/interface/content_bg_intranet.jpg") top center repeat-y;
    overflow-y: scroll;
}

#wrap {
    width: 720px;
    padding: 15px 15px 30px 15px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#container {
    width: 720px;
	background: url(images/bg_content-internet.jpg) repeat-y;
}

#header-intranet {
    width: 720px;
    height: 112px;
    float: left;
    border-bottom: solid 1px #c0a470;
    background: #fff url(/images/bg_header-intranet.jpg) top left no-repeat;
	display: block;
}

#header-intranet span {
    display: none;
}
    
#header-intranet a.backhome {
    width: 240px;
    height: 112px;
    border: 0;
    background: none;
	float: left;
	display: block;
}

#main {
    width: 720px;
	padding: 0;
	margin: 0;
}

#left-column {
    float: left;
    width: 240px;
	overflow: hidden;
    border-right: solid 1px #c0a470;
    padding-top: 8px;
    padding-bottom: 8px;
}

#footer-intranet {
    font-size: 9px;
    text-align: right;
    color: #333;
    margin-top: 5px;
    width: 720px;
}

#intranet-nav ul,
#intranet-nav ul li ul{
    margin: 0;
    padding: 0;
    }

#intranet-nav ul li,
#intranet-nav ul li ul li{
    float: left;
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
    }

#intranet-nav ul li a,
#intranet-nav ul li ul li a {
    font: 12px/15px "Hoefler Text", "Times New Roman", Times, Georgia, serif;
    float: left;
    width: 240px;
    border: 0;
    text-decoration: none;
    color: #000000;
    padding-left: 20px;
}

#intranet-nav ul li ul {
}

#intranet-nav .sub-nav {
    margin-left: 20px;
    border-bottom: solid 1px #c0a470;
    border-top: solid 1px #c0a470;
}

#intranet-nav ul li a:hover,
#intranet-nav ul li ul li a:hover {
    background: url("/images/intranet-sidebar-arrow-hover.png") no-repeat 4px 50%;
    color: #ea7a27;
    text-decoration: none;
}

#intranet-nav li.header {
    margin-top: 10px;
    color: #c0a470;
    font-weight: bold;
    padding-left: 20px;
}

body.distributor-updates #distributor-updates-nav,
body.product-info #product-info-nav,
body.personalized-product-sheets #personalized-product-sheets-nav,
body.ad-generators #ad-generators-nav,
body.marketing-library #marketing-library-nav,
body.marketing-library-logos #marketing-library-logos-nav,
body.marketing-library-product-icons #marketing-library-product-icons-nav,
body.marketing-library-charts-illustrations #marketing-library-charts-illustrations-nav,
body.marketing-library-purchasables #marketing-library-purchasables-nav,
body.marketing-library-stock-photos #marketing-library-stock-photos-nav,
body.marketing-library-success-stories #marketing-library-success-stories-nav,
body.marketing-library-templates #marketing-library-templates-nav,
body.marketing-library-videos #marketing-library-videos-nav,
body.ana-lync #ana-lync-nav,
body.faq #faq-nav,
body.taps #taps-nav,
body.policies #policies-nav,
body.accounts #accounts-nav,
body.login-history #login-history-nav,
body.file-history #file-history-nav,
body.distributor-updates-management #distributor-updates-management-nav,
body.print-system #print-system-nav,
body.marketing-library-management #marketing-library-management-nav,
body.ana-lync-management #ana-lync-management-nav,
body.policy-management #policy-management-nav,
body.page-management #page-management-nav,
body.dr-tom-management #dr-tom-management-nav,
body.testimonials-management #testimonials-management-nav,
body.research-management #research-management-nav,
body.distributor-management #distributor-management-nav,
body.region-management #region-management-nav
{
    background: url("/images/intranet-sidebar-arrow-selected.png") no-repeat 4px 50%;
    color:#045F34;
}


#content {
    float: left;
    width: 416px;
    padding: 30px;
}

#content * {
    margin-bottom: 12px;
}

#content a {
    margin-bottom: 0;
}

#content div {
    float: left;
    margin-right: 20px;
}

#content .image-link * {
    margin-bottom: 0;
    font-size: 9px;
    line-height: normal;
}

#content .image-link img {
    display: block;
    border: 1px solid #e2d0ae;
}

#content .inline {
    margin: 0;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
    font: 12px;
    line-height: normal;
    font-family: "Hoefler Text", "Times New Roman", Times, Georgia, serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#content h2 {
    margin-bottom: 24px;
    color: #045F34;
    font-size: 24px;
    line-height: 24px;
}

#content h3 {
    color: #ea7a27;
    margin-top: -26px;
    margin-bottom: 24px;
}

#content h4 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 30px;
    text-transform: none;
    border-bottom: 1px solid #c0a470;
}

#content h5 {
    font-size: 10px;
	color: #c0a470;
	font-weight: normal;
    text-transform: none;
    margin-top: -15px;
}

#content h6 {
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
    border-bottom: 1px solid #c0a470;
}

	
#footer a,
#footer-intranet a {
    color: #999;
    text-decoration: none;
    margin-left: 10px;
}

#footer a:hover,
#footer-intranet a:hover {
    color: #fff;
}

#header-intranet a.logout {
    color: #999;
    text-decoration: none;
}

#header-intranet a.logout:hover {
    color: #000;
}


table {
	width: 100%;
    margin-top: 24px;
    font-size: 10px;
    line-height:13px;
    border-spacing:0;
    border-collapse:collapse;
}

th {
    border-top: 1px solid #c0a470;
    border-bottom: 1px solid #c0a470;
    padding: 4px;
    color: #045F34;
}

td {
    border-bottom: 1px dashed #e2d0ae;
    vertical-align: middle;
    padding: 4px;
    min-height: 13px;
}

tr:hover {
    background: rgba(192, 164, 112, 0.2);
}

tr.heading:hover {
    background: transparent;
}

td * {
    margin: 0 !important;
}


    
#content ol
{
	margin: 0 60px 12px 45px; 
}

#content span.faq-question
{
	margin: 30px 20px 0px 0px;
	display: block;
	cursor: pointer;
	outline: none;
}

#content span.faq-question p {
	margin: 0px 0px 0px 30px;
	font-weight: bold;
    color: #69a0c2;
}

#content div.faq-answer
{
	margin: 10px 20px 0px 0px;
}

#content div.faq-answer p
{
	margin: 10px 0px 0px 30px;
}

#content span.faq-question p.date-sub {
	font-size: 10px;
	margin: 0px 0px 0px 30px;
	color: #777;
	font-weight: normal;
}

#content p.reference {
    color: #999;
    font-size: 9px;
    line-height: 12px;
    margin-top: 35px;
}

#content p.reference b {
    color: #666;
    font-weight: bold;
}



.distributor-name,
.event-title {
    color: #333;
    font-weight: bold;
}


.distributor-company,
.event-location {
    color: #999;
    font-weight: normal;
}

.success-name,
.testimonial-name {
    color: #333;
    font-weight: bold;
}



form *,
#content form * {
    margin-bottom: 4px;
}

form input,
#content form input {
    margin-bottom: 12px;
}

input,
select,
textarea {
    font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
    display: block;
    font-size: 10px;
    line-height: 12px;
    background: #fff6e8;
    border: solid 1px #c0a470;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 12px;
}

input:focus,
select:focus,
textarea:focus {
    background: #fff;
}

label {
    font-size: 11px;
    line-height: normal;
    color: #ea7a27;
    font-weight: normal;
}


.button, .submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #faf0dc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #faf0dc;
	box-shadow:inset 0px 1px 0px 0px #faf0dc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fae6be), color-stop(1, #e8c57f) );
	background:-moz-linear-gradient( center top, #fae6be 5%, #e8c57f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae6be', endColorstr='#e8c57f');
	background-color:#fae6be;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ebc881;
	display:inline-block;
	color: #726242;
	padding: 2px 10px;
	text-decoration:none;
    text-align: center;
	text-shadow:1px 1px 0px #ffeabf;
    cursor: pointer;
}

.button:hover, .submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8c57f), color-stop(1, #fae6be) );
	background:-moz-linear-gradient( center top, #e8c57f 5%, #fae6be 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c57f', endColorstr='#fae6be');
	background-color:#e8c57f;
}

.button:active, .submit:active {
	position:relative;
	top:1px;
}

.button, .submit {
    -moz-box-shadow:inset 0px 1px 0px 0px #faf0dc;
    -webkit-box-shadow:inset 0px 1px 0px 0px #faf0dc;
    box-shadow:inset 0px 1px 0px 0px #faf0dc;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fae6be), color-stop(1, #e8c57f));
    background:-moz-linear-gradient(top, #fae6be 5%, #e8c57f 100%);
    background:-webkit-linear-gradient(top, #fae6be 5%, #e8c57f 100%);
    background:-o-linear-gradient(top, #fae6be 5%, #e8c57f 100%);
    background:-ms-linear-gradient(top, #fae6be 5%, #e8c57f 100%);
    background:linear-gradient(to bottom, #fae6be 5%, #e8c57f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae6be', endColorstr='#e8c57f',GradientType=0);
    background-color:#fae6be;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #ebc881;
    display:inline-block;
    color:#726242;
	padding: 2px 10px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffeabf;
}

.button:hover, .submit:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e8c57f), color-stop(1, #fae6be));
    background:-moz-linear-gradient(top, #e8c57f 5%, #fae6be 100%);
    background:-webkit-linear-gradient(top, #e8c57f 5%, #fae6be 100%);
    background:-o-linear-gradient(top, #e8c57f 5%, #fae6be 100%);
    background:-ms-linear-gradient(top, #e8c57f 5%, #fae6be 100%);
    background:linear-gradient(to bottom, #e8c57f 5%, #fae6be 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c57f', endColorstr='#fae6be',GradientType=0);
    background-color:#e8c57f;
}

.button:active, .submit:active {
    position:relative;
    top:1px;
}



.wide {
    width: 100%;
    padding: 2px 0 !important;
}

img {
    border: 0;
}


#login {
    width: 245px;
    background: url(/images/bg_login.gif) top center no-repeat;
    margin: 100px auto;
    text-align: left;
}

#login-form {
    padding: 135px 40px 25px 40px;
}

#login input {
    width: 150px;
}

#login input.button {
    width: auto;
}

#login p {
    margin-bottom: 16px;
}



#data td {
    cursor: pointer;
}

#data tr.sub-table td {
    padding: 8px;
    padding-bottom: 16px;
    border: 1px solid #e2d0ae;
    background: rgba(255, 255, 255, 0.2);
}

#data tr.sub-table table,
#data tr.sub-table table tr,
#data tr.sub-table table td {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: default;
}

#data tr.sub-table:hover {
    background: transparent;
}

#data tr.sub-table table td {
    padding: 4px;
    border-top: 1px dashed #e2d0ae;
    border-bottom: 1px dashed #e2d0ae;
}

#data td.sub-table table {
    font-size: 9px;
    line-height: 11px;
}

#data td.expander {
    width: 12px;
    background: url(/images/collapsed.png) 50% 50% no-repeat;
    cursor:pointer;
}

#data td.deleter {
    width: 12px;
    background: url(/images/delete.png) 50% 50% no-repeat !important;
    cursor: pointer;
}

#data td.mover {
    width: 12px;
    background: url(/images/move.png) 50% 50% no-repeat;
    cursor: move;
}

#data td.country-codes {
    width: 80px;
    text-align: center;
}

.hidden {
    display: none;
}

span.ui-dropdownchecklist-selector-wrapper {
    height: 0;
    width: 0;
}

div.ui-dropdownchecklist {
    border: 1px solid #c0a470;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background: #F5F1ED url(../img/interface/content_bg_intranet.jpg) top center repeat-y;
    padding: 6px;
    max-width: 150px;
    max-height: 300px;
    cursor: default;
}

div.ui-dropdownchecklist input {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
}

div.ui-dropdownchecklist-dropcontainer,
div.ui-dropdownchecklist-item {
    text-align: left;
    float: none !important;
    overflow: hidden;
}

div.ui-dropdownchecklist-item {
    padding-bottom: 2px;
}

div.ui-dropdownchecklist-item * {
    vertical-align: middle;
}

div.ui-dropdownchecklist-item label {
    padding-left: 4px;
}

div.ui-dropdownchecklist-close {
    padding-top: 8px;
    text-align: left;
    border-top: 1px solid #c0a470;
    margin-top: 4px !important;
}

span.ui-dropdownchecklist-text {
    color: #fff;
    padding: 3px 5px;
    background: #726242;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

span.ui-dropdownchecklist-text:hover {
    background: #146534;
    cursor: pointer;
}

body.large {
    margin: 0;
    background: #F5F1ED url("../img/interface/content_bg_intranet.jpg") 0 center repeat-y;
}

body.large #wrap {
    margin: 0;
    padding: 0;
    width: auto;
}

body.large #main {
    margin: 0;
    padding: 0;
    width: auto;
}

body.large #container {
    width: auto;
}

body.large #header-intranet {
    float: none;
}

body.large #content {
    width: auto;
    float: none;
    margin-left: 240px;
    margin-top: -1px;
    border: 1px solid #c0a470;
    border-right: none;
    background: #F5F1ED url("../img/interface/content_bg_intranet.jpg") -240px center repeat-y;
}

body.large #content table {
    width: auto;
    white-space: nowrap;
}