﻿/* ***** Basic Styles ***** */
* {
	padding:0px;
	margin:0px;
}

body {
	margin:0px;
	padding:0px;
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color: #fff;
}

table.hms-table {
	border-collapse: collapse;
}

table.hms-table td {
	padding: 5px;
}

/* red is default, use grey class for alternate color */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #993300;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey { color: #333 !important; }
h1.subhead, h2.subhead, h3.subhead, h4.subhead, h5.subhead, h6.subhead { color: #50852C !important; font-weight: normal !important; font-family: Georgia, Times New Roman;}

/* used for conf messages only, not normal headers, use subhead */
h1.conf, h2.conf, h3.conf, h4.conf, h5.conf, h6.conf { font-family: Georgia, Times New Roman; color: #50852C; font-weight: normal }

ul {
	margin: 0;
	padding-left: 15px;
}

ol {
	margin: 20px 0px 20px 40px;
	padding-left: 15px;
}

select {
	border: solid 1px #b1b7bb;
}

a:link {
	color: #00468C;
	text-decoration: none;
}

a:visited {
	color: #00468C;
	text-decoration: none;
}

.markvisited a:visited {
	color: #6690BA;
}

a.markvisited:visited {
	color: #6690BA;
}

a:hover {
	text-decoration: underline;
	color: #1B6CCD;
}

a.stealth {
	color: #333;
	text-decoration: none;
}
a.stealth:hover {
	color: #1B6CCD;
}

a.contextLink {
	border-bottom: dotted 2px #00468C;
	color: #00468C;
	text-decoration: none;
	line-height: 1.6em;
	cursor: pointer;
}

a.contextLinkSmall {
	border-bottom: dotted 1px #00468C;
	color: #00468C;
	text-decoration: none;
	cursor: pointer;
}

img {	border: 0; }

textarea {
	font-size: 12px;
	color: #414141;
	font-family: Arial, Helvetica, sans-serif;
}

textarea[readonly], input[readonly] {
  color: #999;
  background-color: #fff;
}

p {
  margin-bottom: 15px;
}

.enabledElem { display: block; }
.enabledElemInline { display: inline; }
.disabledElem { display: none; }
.disabledElemInline { display: none; }
.disablePlug .enabledElem { display: none; }
.disablePlug .enabledElemInline { display: none; }
.disablePlug .disabledElem { display: block;}
.disablePlug .disabledElemInline { display: inline;}

/* ***** Common Styles ***** */

.ltgrey { color: #d7d7d7; }
.midgrey { color: #939393; }
.grey { color: #5d5d5d; }
.red { color: #993300; }
.ltred { color: #FF0000; }

.left {	float: left; }
.right { float: right; }
.clearBoth { clear: both; }
.clear {
	content:".";
	display:block;
	height: 0px;
	line-height: 0x;
	font-size: 0px;
	clear:both;
	visibility:hidden;
}

hr.separator {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #9c9c9c;
	border-style: none none dotted;
	margin: 20px 0px;
}

.hr_divider {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #9c9c9c;
	border-style: none none solid;
	margin: 20px 0px;
	overflow: hidden;
}

.bold {	font-weight: bold; }
.italic { font-style: italic; }
.displayNone { display: none; }
.visibilityHidden {	visibility: hidden; }

.noteText {
	font-size: 11px;
	color: #939393;
}

.tabsmallunselected {
	font-size: 11px;
}

.tabsmallselected {
	font-weight: bold;
	font-size: 11px;
}

.tabbigselected {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.tabbigunselected {
	font-size: 14px;
	color: #1B6CCD;
	font-weight: bold;
}

.tabselected {
	font-weight: bold;
}

.tabunselected {
}

.tabdivider {
	border-right: 1px solid #b5b5b5;
}

.inputfooter {
	color: #666666;
	font-size: 11px;
}
input.cleanInput, select.cleanInput {
	border: 1px solid #D7D7D7;
}

.hms-input-hinttext {
	color: #939393;
}

.maincontent {
	clear: both;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0pt;
	position: relative;
	width: 100%;
	float: left;
}

.maintabheader {
	font-size: 13px;
}

.kickertext {
	font-size: 14px;
	color: #333;
}

.kickersmall {
	font-size: 11px;
}

.leftnavmain {
	font-weight: bold;
	color: #333;
	font-size: 16px;
}

.leftnavheader {
	font-weight: bold;
	color: #333;
	font-size: 13px;
}

.leftnavsubheader {
	font-weight: bold;
	font-size: 12px;
}

.leftnavcommon {
	font-size: 12px;
}

.leftnavsmall {
	font-size: 11px;
	font-weight: normal;
	color: #A4A4A4;
}

.leftnavboldvalue {
	font-weight: bold;
}

.leftnavlabel {
	font-size: 12px;
}

.pagenavcommon {
	font-size: 13px;
	padding: 5px 1px 1px 1px;
	position:relative;
	right:-1px;
}

.pagenavcommon a:link {
	color: #00468C;
	text-decoration: none;
}

.pagenavcommon a:visited {
	color: #6690BA;
	text-decoration: none;
}

.pagenavcommon a:hover {
	text-decoration: underline;
	color: #1B6CCD;
}

.pagenavcommon-static .pagenavcommon {
	position: static !important;
}

.pagenavselected {
	padding: 1px 4px;
	/*margin: 1px -1px;*/
	margin: 1px 4px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #333;
}

.pagenavunselected {
	margin: 1px -1px;
	color: #1b6ccd;
}

.pagenavunselected a:link {
	padding: 2px 5px;
	border: none;
	color: #00468C;
}

.pagenavunselected a:visited {
	padding: 2px 5px;
	border: none;
	color: #6690BA;
}

.pagenavunselected a:hover {
	padding: 1px 4px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	text-decoration: none;
	color: #1B6CCD;
}

.pagenavunselected a:active {
	padding: 1px 4px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	color: #00468C;
}

.pagenavfooter {
	padding-top: 3px;
	font-size: 13px;
}
.pagenavquotes {
	font-size: 14px;
}

.pagenavdisabled {
	color: #bbbbbb;
}

.tablecolheader {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

.tabledataheader {
	font-weight: bold;
	font-size: 13px;
}

.tabledatasubheaderbold {
	font-weight: bold;
	font-size: 12px;
}

.tabledatasubheader {
	font-weight: normal;
	font-size: 12px;
}

.tabledataboldtext {
	font-weight: bold;
	font-size: 12px;
}

.tabledatacommon {
	font-size: 11px;
}

.tabledatalabel {
	font-size: 11px;
	font-weight: bold;
}

.tabledatatabtitle {
	font-size: 11px;
}

.iconsmall {
	font-size: 11px;
}

.binlabel {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.binvalue {
	font-size: 12px;
}

.bincolheader {
	font-weight: bold;
	font-size: 13px;
}

.bincolunderline {
	border-bottom: 1px solid #b5b5b5;
	text-align:center;
	padding: 1px 0px;
}

.binrowheader {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.binrowsubheader {
	font-size: 12px;
	line-height: 16px;
}

.binrownotes {
	font-size: 11px;
}

.bintabledata {
	font-size: 12px;
}

.bintabledatabold {
	font-size: 12px;
	font-weight: bold;
}

.colheader {
	font-weight: bold;
}

.subheader {
	font-weight: bold;
	font-size: 13px;
}

.subheaderspacing {
	margin-top: 20px;
	margin-bottom: 0px;
}

.bigsubheader {
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

.debug {
  color: #ccc;
	font-size: 11px;
}

.listindent {
	padding-left: 15px;
}

.linkimg:link {
	text-decoration: none;
}

.linkimg:visited {
	text-decoration: none;
}

.linkimg:hover {
	text-decoration: none;
}

.formlabel {
	font-size: 12px;
}
.formvalue {
	font-size: 12px;
}
.formvaluebig {
	font-size: 16px;
}


/* Common Form Fields */
.formtitle {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.forminput {
	font-size: 13px;
	height: 16px;
}

.formbutton {
	font-size: 13px;
	padding: 2px;
}

.inputheight {
	font-size: 12px;
}
.inputheightbig {
	height: 22px;
	font-size: 16px;
}
.inputheightsmall {
	height: 18px;
	font-size: 14px;
}



/* layout */

#hms-container {
	margin: 0px auto;
	text-align:left;
	width:100%;
	padding: 0px 0px 0px 0px;
}

#hms-container.liquid {
	width: auto;
	min-width: 0;
}

#hms-container.window {
	width: 760px;
	min-width: 760px;
}

#hms-container.window #hms-bd{
	margin: 10px 0px 40px;
}

.hms-layout-s1, .hms-layout-s2, .hms-layout-s3, 
.hms-layout-s4, .hms-layout-s5,
.hms-layout-x1, .hms-layout-x2, .hms-layout-x3,
.hms-layout-x4 {
	float: left;
	display: inline;
	padding-left: 4px;
	padding-right: 8px;
}

/* major column sizes */
.hms-layout-s1 {
	width: 170px;
}

.hms-layout-s2 {
	width: 360px;
}

.hms-layout-s3 {
	width: 550px;
}

.hms-layout-s4 {
	width: 740px;
}

.hms-layout-s5 {
	width: 930px;
}

.hms-layout-wide {
	width: 100%;	
	margin:0 auto;
	background-color: #61ADD7;	
}

/* minor column sizes */
.hms-layout-x1 {
	width: 75px;
}

.hms-layout-x2 {
	width: 265px;
}

.hms-layout-x3 {
	width: 10.9%;
}


.hms-layout-x3 a,
.hms-layout-x3 a:link,
.hms-layout-x3 a:visited {
color: #fff;
}

.hms-layout-x4 {
	/*width: 23%;*/
}

/* interior column adjustment */
.hms-layout-first {
	padding-left: 0px;
}

.hms-layout-last 
{
    float:right;
	padding-right: 0px;
}

#hms-hd {
	margin-top: 1px;
	line-height: normal;
}

#hms-bd {
	clear:both;
	min-height: 400px;
}

.minimal-hd {
	border-bottom: 1px solid #939393; 
	padding-bottom: 10px;
}
.minimal-hd-light {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
}

.notabs-hd {
	border-bottom: 1px solid #939393; 
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* navigation controls */

#hms-navigation {
	position: relative;
	z-index: 50;
	/*min-height: 40px;*/
	width:100%;	
	background-color:#d6d6d6;
}


.nav-v-logo {
	background-position: 0 0;
	width: 131px;
	height: 44px;
}

.nav-v-reg {
	background-position: 0 -53px;
	width: 45px;
	height: 16px;
}

.nav-v-signin {
	background-position: 0 -74px;
	width: 45px;
	height: 16px;
	margin-left: 5px;
}

.nav-v-myaccount {
	background-position: 0 -95px;
	width: 77px;
	height: 16px;
}

.nav-v-signout {
	background-position: 0 -115px;
	width: 50px;
	height: 16px;
	margin-left: 5px;
}


/* lang select */
#nav-v-primary {
	border-bottom: solid 3px #e0e0e0;
	margin-bottom: 10px;
}

ul#nav-v-primary-tabs {
	float: left;
	margin: 0;
	margin-left: 50px;
	padding: 0;
	margin-top: 4px;
}

ul#nav-v-primary-tabs li {
	float: left;
	list-style-type: none;
	border-left: solid 2px #EEF0F2;
	padding: 0px 16px;
	height: 30px;
}

ul#nav-v-primary-tabs li.first {
	border-left: none;
}

ul#nav-v-primary-tabs li a,
ul#nav-v-primary-tabs li a:link,
ul#nav-v-primary-tabs li a:visited {
	float: left;
	display: block;
	font-size: 11px;
	letter-spacing: 0.01em;
	line-height: 20px;
	text-decoration: none;
	outline: none;
	color: #333;
	text-align: center;
	padding: 5px 0px 15px;
	position: relative;
}

ul#nav-v-primary-tabs li a:hover {
	color: #333;
	padding-bottom: 15px;
	border-bottom: solid 3px #333;
}

ul#nav-v-primary-tabs li a.selected,
ul#nav-v-primary-tabs li a:active {
	color: #0067B1;
	padding-bottom: 15px;
	border-bottom: solid 3px #0067B1;
	
}

ul#nav-v-primary-tabs li a.top_billing {
	font-size: 16px;
}

ul#nav-v-primary-tabs li a.top_billing.selected {
	font-weight: bold;
}

#nav-v-secondary {
	height: 40px;
}

ul#nav-v-secondary-tabs {
	float: left;
	margin: 13px 0 0 185px;
	padding: 0;
}

ul#nav-v-secondary-tabs li {
	float: left;
	list-style-type: none;
	border-left: solid 2px #EEF0F2;
	height: 14px;
}

ul#nav-v-secondary-tabs li a,
ul#nav-v-secondary-tabs li a:link,
ul#nav-v-secondary-tabs li a:visited {
	float: left;
	display: block;
	font-size: 14px;
	letter-spacing: 0.001em;
	margin: 0px 12px;
	padding: 0px 0px 3px;
	line-height: 14px;
	text-decoration: none;
	outline: none;
	color: #333;
}

ul#nav-v-secondary-tabs li.first {
	border-left: none;
}

ul#nav-v-secondary-tabs li a:hover {
	color: #0067B1;
	border-bottom: solid 1px #0067B1;
}

ul#nav-v-secondary-tabs li a.selected {
	color: #0067B1;
	border-bottom: none !important;
}

ul#nav-v-secondary-tabs li a.selected {
	font-weight: bold;
}

#nav-v-secondary #nav-search-form {
	float: right;
	margin-top: 10px;
}

/* member nav */
.nav-m-logo {
	/*background-color:#fff;*/
	display: block;
	margin-left: 10px;
	color:White;
	font-size:20px;
	font-weight:700;
	margin-top:5px;
	text-decoration:none;	
}
.nav-m-logo span {
	display: inline-block;
	color:orange;
	font-size:20px;
	font-weight:600;
	text-decoration:none;	
}

#nav-m-primary {
	height: 25px;
	/*background-color:#fff;*/
}

ul#nav-m-primary-tabs {
	float: left;
	margin: 0;
	padding: 0;
	background-color:#d6d6d6;
	padding-left:5px;
}

ul#nav-m-primary-tabs > li {
	float: left;
	list-style-type: none;
	border-right: solid 1px #fff;
	position: relative;
	z-index: 5000;
}

ul#nav-m-primary-tabs > li > a,
ul#nav-m-primary-tabs > li > a:link,
ul#nav-m-primary-tabs > li > a:visited {
	float: left;
	display: block;
	font-size: 11px;
	letter-spacing: 0.01em;
	line-height: 25px;
	text-decoration: none;
	outline: none;
	color: #333;
	width: auto;
	text-align: center;
	padding-left:8px;
	padding-right:20px;
	background: url('images/navsprite-member.png') no-repeat right -29px;
}

ul#nav-m-primary-tabs > li.selected {
	background: url('images/navsprite-member.png') repeat-x 0 -271px !important;
}

ul#nav-m-primary-tabs > li.selected > a {
	color: #fff;
	font-weight: bold;
}

ul#nav-m-primary-tabs > li:hover {
	background: url('images/navsprite-member.png') repeat-x 0 -226px;
}

ul#nav-m-primary-tabs > li:hover > a {
	color: #fff;
	font-weight: bold;
}

ul#nav-m-primary-tabs li#nav-m-home a {
	width: 50px;
	height: 25px;
	background: url('images/navsprite-member.png') no-repeat 0 -91px;
}

ul#nav-m-primary-tabs li#nav-m-home a .nav-home-icon {
	width: 14px;
	height: 11px;
	margin: auto;
	margin-top: 13px;
	background: url('images/navsprite-member.png') no-repeat -12px -323px;
}

ul#nav-m-primary-tabs li#nav-m-home.selected a .nav-home-icon,
ul#nav-m-primary-tabs li#nav-m-home a:hover .nav-home-icon {
	background-position: -12px -365px !important;
}

ul.nav-m-menu {
	display: none;
	position: absolute;
	top: 25px;
	background: #e6e6e6 url('images/navsprite-member.png') repeat-x 0px -430px;
	z-index: 9995300;
	margin: 0;
	left: 0;
	padding: 5px 0px;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	-moz-box-shadow: 2px 2px 2px #d4d4d4;
	-webkit-box-shadow: 2px 2px 2px #d4d4d4;
	box-shadow: 2px 2px 2px #d4d4d4;
}

ul#nav-m-primary-tabs li:hover > ul.nav-m-menu {
	display: block;
}

ul.nav-m-menu > li {
	list-style-type: none;
	padding: 0;
}

ul.nav-m-menu > li > a,
ul.nav-m-menu > li > a:link,
ul.nav-m-menu > li > a:visited {
	display: block;
	font-size: 12px;
	padding: 0px 10px;
	line-height: 25px;
	text-decoration: none;
	outline: none;
	color: #333;
	width: 150px;
}

ul.nav-m-menu > li > a:hover {
	background: url('images/navsprite-member.png') repeat-x 0 -400px;
	color: #fff;
}

ul.nav-m-menu > li > a.selected,
ul.nav-m-menu > li > a.selected:hover {
	background: none;
	color: #67ab3a;
	font-weight: bold;
}

#nav-m-action {
	float: right;
	line-height: 20px;
	height: 20px;
	padding: 10px 15px 10px 0px;
}
#nav-m-primary #nav-search-form {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px #fff;
}


#nav-account {
	float: right;
	font-size: 11px;
	margin-top: 5px;	
}

#nav-account-menu {
	float: left;
}

#nav-account-menu a,
#nav-account-menu a:link,
#nav-account-menu a:visited,
#nav-account-menu span
{
	color:#fff;
}

#nav-account-menu > span {
	display: inline-block;
	zoom:1;
	*display:inline;
	outline: none;
	line-height: 20px;
	
	
}

.nav-account-tab {
	padding: 0px 8px;
	display: inline-block;
	zoom:1;
	*display:inline;
	outline: none;
	line-height: 20px;
	position: relative;
	color: #fff;
	font-weight: bold;
}

.nav-account-tab-dialog {
	padding-right: 17px;
	background: url('images/navsprite-member.png') no-repeat right -29px;
}


/* nav dialogs */

#nav-dialog-c {
	position: relative;
	z-index: 3000;
}

.nav-dialog {
	position: absolute;
	top: 5px;
	-moz-box-shadow: 3px 3px 3px #aaa;
	-webkit-box-shadow: 3px 3px 3px #aaa;
	box-shadow: 3px 3px 3px #aaa;
	text-align: left;
	background-color: #fff;
	z-index: 50;
}

.nav-dialog-content {
	border: solid 1px #939393;
	margin: 0;
}

.nav-dialog-content dd {
	padding: 3px 10px;
}

.nav-dialog-content dd a,
.nav-dialog-content dd a:visited {
	color: #333;
	text-decoration: none;
}

.nav-dialog-content dd a:hover {
	color: #00468C;
	text-decoration: underline;
}

.nav-dialog-content dd.nav-dialog-divider {
	border-bottom: dotted 1px #bec0bd;
	margin: 5px 10px;
	padding: 0px;
}

.nav-dialog-content dd.nav-dialog-first {
	padding-top: 7px;
}

.nav-dialog-content dd.nav-dialog-last {
	padding-bottom: 7px;
}

.nav-dialog-content dl dd input {
	width: 150px;
	float: left;
	height: 19px;
}

#nav-help {
	right: 0px;
	width: 170px;
}

#nav-myaccount {
	left: 13px;
	width: 115px;
}

#nav-logout-icon { 
	display: block;
	float: left;
	background: url('images/navsprite-member.png') no-repeat -32px -57px;
	height: 15px;
	width: 11px;
	margin-right: 5px;
}

#nav-pagehelp { position: relative; }
#nav-pagehelp a {
	position: absolute;
	display: block;
	top: 20px;
	right: 0px;
	color: #999999;
	font-size: 11px;
}
#nav-pagehelp img { vertical-align: bottom; }

/* nav availability */

#nav-availability-icon {
	margin-right: 5px;
	position: absolute;
	left: -10px;
}

.nav-availability-icon { 
	display: inline-block;
	zoom:1;
	*display:inline;
	position: relative;
	top: 4px;
}

.nav-presenceOn, .nav-presenceOff {
	background: url('images/navsprite-member.png') no-repeat top left;
	height: 15px;
	width: 11px;
	margin-right: 5px;
}

.nav-presenceOn {
	background-position: 0 -57px;
}

.nav-presenceOff {
	background-position: -16px -57px;
}

/* left navigation */

.nav-left {	
	list-style: none;
	margin-left: -10px;
	position: relative;
	padding: 0;
	border: none;
	width: 180px;
}

.nav-left li {
	margin: 0;
}

.nav-left li a.nav-left-item {
	display: block;
	color: #333;
	text-decoration: none;
	outline: none;
	padding-left: 4px;
	width: 176px;
}

.nav-left li a.nav-left-item div {
	padding: 7px 6px;
	cursor: pointer;
	height: 15px;
}

.nav-left li a.nav-left-item span.span-item {
	padding: 7px 6px;
	cursor: pointer;
	height: 15px;
    display: block;
}

.nav-left li a.nav-left-item:hover {
	color: #fff;
	background-color: #67AB3A;
	text-decoration: none;
}

.nav-left li.nav-left-selected {
	background: url('images/nav_rounded.gif') no-repeat 0 0px;
}

.nav-left li.nav-left-selected a.nav-left-item {
	background: url('images/nav/nav_rounded.gif') no-repeat 176px -31px;
	font-weight: bold;
	color: #333;
}

.nav-left li.nav-left-selected a.nav-left-item:hover {
	background: url('images/nav_rounded.gif') no-repeat 176px -31px;
	color: #67ab3a;
}

.nav-left li.nav-left-selected a.nav-left-item div {
	border-top: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
	width: 161px;
}
.nav-left li.nav-left-selected a.nav-left-item span.span-item {
	border-top: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
	width: 161px;
    display: block;
}

.nav-left-expandable-closed ul, .nav-left-expandable-closed .collapse-title, .nav-left-expandable-open .expand-title {
	display:none;
}

.nav-left-expandable-open {
	width: 180px;
}

.nav-left-expandable-closed {
	width: 180px;
}

.nav-left li a.nav-left-item-toggle {
	display: block;
	text-decoration: none;
	outline: none;
	padding-left: 5px;
	width: 167px;
}

.nav-left li a.nav-left-item-toggle div {
	padding: 8px 5px 7px;
	cursor: pointer;
}

.nav-left li a.nav-left-item-toggle:hover {
	color: #67AB3A;
	text-decoration: none;
}

.nav-left li.nav-left-expandable-open a.nav-left-item-toggle:hover {
	background: #fff;
	color: #67AB3A;
}

.nav-left-expandable-open a.nav-left-expandable-item:hover {
	background: #fff;
}

.nav-left li.nav-left-expandable-open a.nav-left-item-toggle div {
	padding-top: 6px;
}

.expand-symbol {
	background: url('images/navsprite-member.png') no-repeat -68px -56px;
	height: 15px; width: 15px;
	display:inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
}

.collapse-symbol {
	background: url('images/navsprite-member.png') no-repeat -68px -73px;
	height: 15px; width: 15px;
	display:inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
}

.nav-left-expandable-open ul {
	list-style: none;
	position: relative;
	padding: 0;
	border: none;
	margin: 0px;
	margin-bottom: 5px;
	display: block;
}

.nav-left-expandable-open ul li {
	margin: 0;
}

.nav-left-expandable-open ul li a.nav-left-expandable-item {
	display: block;
	padding: 7px 6px 7px 10px;
	color: #333;
	text-decoration: none;
	width: 160px;
	font-weight: normal;
}

.nav-left-expandable-open ul li a.nav-left-expandable-item:hover {
	color: #67AB3A;
	background: #fff;
}

.nav-left-expandable-open ul li a.nav-left-expandable-item-selected {
	font-weight: bold;
}

.nav-left-divider {
	color: #d6d6d6;
	border-top: solid 1px #d6d6d6;
	margin: 10px 0px 0px;
	height: 10px;
	padding: 0px;
}

/*application list*/
.applist{
    padding: 6px 0 6px;
}
.applist-item{
    padding: 4px 4px;
}

/* global alert styles */
.GlobalAlertPosition {
	position: fixed;
	bottom: 30px;
	right: 50px;
	width: 100px;
	height: 40px;
	background: blue;
}

div.GlobalAlertContainer {
	width: 282px;
	margin: 0px;
	padding: 0px;
	z-index: 2000;
	position: fixed;
	right: 0px;
	bottom: -145px;
}

td.GlobalAlertContainerContent {
	width: 279px;
	vertical-align: bottom;
}

div.GlobalAlert {
	width: 279px;
	height: 0px;
	padding: 5px 0px;
}

div.GlobalAlertBubble {
	background: url(/media/images/4.0/collab/msg-notification-talk-bubble-no-shadow.png) no-repeat;
	opacity: 0.95;
}

div.GlobalAlert .GlobalAlertMainText {
	opacity: 1.0;
	width: 249px;
}

div.GlobalAlert .GlobalAlertMainTitle {
	margin: 8px 0px 8px 15px;
	width: 235px;
}

div.GlobalAlert .GlobalAlertMainTitleText {
	opacity: 1.0;
	color: #005EBE;
	width: 235px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}

div.GlobalAlert .GlobalAlertMainSubtitleText {
	opacity: 1.0;
	width: 235px;
	font-size: 11px;
	overflow: hidden;
}

div.GlobalAlert .GlobalAlertMainTextPlain {
	margin: 8px 15px 0px 15px;
	color: #005EBE;
	font-size: 11px;
}

div.GlobalAlert .GlobalAlertMainTextContainer {
	overflow: hidden;
	line-height: 13px;
	height: 26px;
}

div.GlobalAlert .GlobalAlertMainTextHighlight {
	color: #005EBE;
}

div.GlobalAlert .GlobalAlertMainRule {
	margin: 0px 15px;
	padding: 0px;
	width: 249px;
	height: 1px;
	background: url(/media/images/4.0/collab/msg-notification-dotted-rule.png) repeat-x;
}

div.GlobalAlert .GlobalAlertMainClose {
	width: 16px;
	height: 16px;
	margin: 6px 6px 0px 0px;
	background: url(/media/images/4.0/collab/msg-notification-x-close.gif) no-repeat;
	cursor: pointer;
}

.button-sharethis { 
  padding-left: 20px;
  padding-bottom: 2px;
  padding-top: 1px;
}



.actionsMenuWrapper:hover {
	zoom: 1;
	z-index: 1001;
}
.actionsMenu {
	position: absolute;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-right: solid 2px #aaa;
	border-bottom: solid 2px #aaa;
	padding: 0px 0px;
	background-color: #fff;
	z-index:1000;
	list-style-type: none; 
	text-align: left;
}
.actionsMenuWrapper .actionsMenu {  display: none; }
.actionsMenuWrapper:hover .actionsMenu { display: block; }

.actionsMenu .actionMenuItem a {
	display: block;
	line-height: 19px;
	text-decoration: none;
	color: #333;
}
.actionsMenu.noTextTransfer .actionMenuItem a {
	white-space: nowrap;
}

.actionsMenu li.actionMenuItem {
		padding: 3px 10px;
}

.actionsMenu li.actionMenuItem:hover {
	background-color: #67AB3A;
}

.actionsMenu li.actionMenuItem:hover a {
	color: white;
}

.actionsMenu .actionMenuSpacer {
	margin: 5px 10px;
	border-top: 1px solid rgb(128, 128, 128);
}

