3682
/****************************
 * Kadoo.css
 ****************************/
.kGray { color: #636363; }
.kLtGray { color: #9F9F9F; }
.kGreen { color:#69AE4D; }
.kBlue { color:#336699; }
.kPurple { color: #814790; }
.kRed { color: #CC3333; }
.kOrange { color: #FF9933; }
/****************************
* SITE WIDE STYLES
****************************/
select, input, textarea{
	font-size:12pt;
	}
.mask {	-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);background-color:#2f2f2f;}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Garamond;
}
#fckbody {
	background: white;
}
.no-border {
	border: 0px !important;
}
.clickable
{
    COLOR: #336699;
    TEXT-DECORATION: none;
    border-bottom: 1px dotted #336699;
    cursor:pointer;
}


.STRONG, .bold {
	font-weight: bold;
}

.smallText, TD.smallText
{
	font-size:92%;
}
.smallerText, TD.smallerText
{
	font-size:85%;
}
.greyText
{
	color: #999;
}
.labelText
{
	color: #888;
}
.detailItemTitle{
	font-size:1.7em;
	font-weight:bold;
	color: #F7841A;
}
.detailsTable .detailsTitle {
	padding-bottom: 10px;
}
.detailsTable td {
	padding:5px;
}
.detailsTable th {
	padding-right: 10px;
	font-weight: bold;
	color: #666666;
}
.indent{
	margin-left: 10px;
}
FORM {
display:inline;
}
.alertText {
	color: #f90;
    font-size: 10pt;
    font-weight: normal;
    font-family: Arial, Tahoma, Garamond;
}
.blackText {
    font-size : 10pt;
    font-weight : normal;
    font-family: Arial, Tahoma, Garamond;
}
.blackTextBold {
    font-size : 10pt;
    font-weight : bold;
    font-family: Arial, Tahoma, Garamond;
}
.blackTextBoldBig {
	font-size : 12pt;
	font-weight : bold;
	font-family: Arial, Tahoma, Garamond;
}
.blackTextSmall {
    font-size : 8pt;
    font-weight : normal;
    font-family: Arial, Tahoma, Garamond;
}
.blackTextBoldSmall {
    font-size : 8pt;
    font-weight : bold;
    font-family: Arial, Tahoma, Garamond;
}
.blackTextBoldTiny {
    font-size : 7pt;
    font-weight : bold;
    font-family: Arial, Tahoma, Garamond;
}
.secondarColor {
	color: #0042A5;
}
.grayTextBold {
	font-size : 1em;
	color: #666666;
	font-weight: bold;
    font-family: Arial, Tahoma, Garamond;
}
.grayTextSmall {
	font-size : 8pt;
	color: gray;
    font-family: Arial, Tahoma, Garamond;
}
/* Center Trick */
.centered {
	margin-left: auto;
	margin-right: auto;
}

/* moved the left nav from kadooCSS to here */

a#statusMenuLink {
	margin-top: 4px;
	border: 0px;
	display: block;
	font-weight: bold;
	font-size: 8pt;
}

.kadooBlue {
	color:#336699
}
.kadooGreen {
	color:#339933
}
.kadooOrange {
	color:#FF9933
}

/* error handling */
.ErrErrorBox {
	padding:0px 2px;
	margin: 0px;
	border: 1px solid red;
}
.ErrNormalBox {
	margin: 0px;
	padding:0px;
}
.ErrErrorMessage {
	color:red;
	font-weight:bold;
	font-size:9pt;
	padding-left: 22px;
	background: url('/images/icons/smallError.png') no-repeat left center;
	visibility: visible;
	min-height: 16px;
	margin-top: 3px;
}

/****************************
* SITE WIDE BUTTONS
****************************/
/* Child selectors not compatible with IE*/
div.formButtons {
	height: 26px;
}
div.pillButton {
	width: 100px;
	height: 34px;
	float: right;
	padding-left: 10px;
	cursor: pointer;
}
span.pillButton {
	width: 100px;
	height: 34px;
	padding-left: 100px;
	cursor: pointer;
	padding-bottom:10px;
}
div.cancel {
	background: transparent url("/images/buttons/cancel.png") no-repeat -107px 0px;
}
div.cancel:hover {
	background: transparent url("/images/buttons/cancel.png") no-repeat 0px 0px;
}
div.submit {
	margin: 0px 0px 0px 20px;
	background: transparent url("/images/buttons/submit.png") no-repeat -107px 0px;
}
span.submit {
	margin: 0px 0px 0px 20px;
	background: transparent url("/images/buttons/submit.png") no-repeat -107px 0px;
}
div.submit:hover {
	background: transparent url("/images/buttons/submit.png") no-repeat 0px 0px;
}
span.submit:hover {
	background: transparent url("/images/buttons/submit.png") no-repeat 0px 0px;
}
div.login {
	background: transparent url("/images/buttons/login_normal.png") no-repeat;
}
div.login:hover {
	background: transparent url("/images/buttons/login_focused.png") no-repeat;
}
div.ok {
	margin: 0px 0px 0px 20px;
	background: transparent url("/images/buttons/ok.png") no-repeat -107px 0px;
}
div.ok:hover {
	background: transparent url("/images/buttons/ok.png") no-repeat 0px 0px;
}

/* Style the Submit and Buttons Site-Wide */
/* Note: This doesn't seem to affect IE */
input[type="submit"],input[type="button"],input[type~="submit"],input[type~="button"],input[type="reset"], button {
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 5px 0px 5px 0px;
  display : inline;
  border : 1px outset #ffffff;
  background-color:#ccc;
  font-size : small;
  cursor: pointer;
  color: #000;
}

input[type="submit"]:hover,input[type="button"]:hover,input[type~="submit"]:hover,input[type~="button"]:hover, input[type="reset"]:hover,button:hover {
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 5px 0px 5px 0px;
  display : inline;
  border : 1px inset #ffffff;
  background-color:#CDE8FE;
  font-size : small;
  cursor: pointer;
  color: #000;
}

.button {
  color: #000;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 5px 0px 5px 0px;
  display : inline;
  border : 1px outset #ffffff;
  background-color:#dfdfdf;
  font-size : small;
  cursor: pointer;
  text-decoration: none;
}

.button-mouseOver {
  color: #000;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 5px 0px 5px 0px;
  display : inline;
  border : 1px inset #ffffff;
  background-color:#F78221;
  font-size : small;
  cursor: pointer;
  text-decoration: none;
}
.button-mouseOver a:hover {
	  color: #000;
}
div.tree {
	font-size:1.5em;
}
div.tree a {
	border:0px;
}

/****************************
 * ERROR STYLES
 ****************************/
.error-list {
    border : 0px solid  #f90;
    padding : 3px;
    font-size : small;
    font-family: Arial, Tahoma, Garamond;
    color: red;
}

.notifyText {
    padding : 5px;
    font-size : small;
    font-family: Arial, Tahoma, Garamond;
    color: #000;
}
table.adTable a {
	border: 0px;
}

div#adDIV{
	width: 155px;
	margin-top:4px;
}
div.kadooFooter {
	padding: 5px;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 0.8em;
}
span.btnNavControl {
	width: 151px;
	height: 16px;
	color: #FFFFFF;
	margin: 6px 0px 0px 3px;
	padding: 1px 0px 0px 28px;
	font-size: 11px;
	font-weight: bold;
}

/*
New Container
*/
#newContainer {
	padding: 0px 5px 5px 5px;    
	width: 100%;
}
#mainTD {
	width: 100%;
	text-align: left;
}
div.areaSubName {
	color:#FF9301;
	font-size: 1.3em;
	font-weight: bold;
}

/****************/
/* HEADER LINKS	*/
/****************/
td.headerLinks {
	padding-right: 3px;
	text-align: right;
	padding-bottom: 3px;
}
td.headerLinks a {
	margin-left: 0px;
	margin-right: 11px;
	font-weight: bold;
	border: 0px;
}
td.headerLinks a:hover {
	margin-left: 0px;
	margin-right: 11px;
	font-weight: bold;
}

/* Top right */
div#upperright {
 	background:transparent url(/images/upperright/tl.png) no-repeat bottom left;
 	margin-right:1px;
 	height: 26px;
 	float:right;
}

div#upperright-c {
	background:transparent url(/images/upperright/tr.png) no-repeat bottom right;
	padding:2px 5px 0px 2px;
	height: 24px;
	margin-left:10px;
	font-weight: bold;
	color: #666666;
}
img#searchGoButton {
	padding-right: 6px;
}
span.invitesRemaining {
	color: red;
	font-size: 1.1em;
}
/****************/
/* HEADER AREA	*/
/****************/
table#headerTable {
	padding-right:30px;
}
div#headerContentArea, div#headerContentArea div.c{
	height: 56px;
}
div#searchWrapper {
	padding-top:18px;
	position:relative;
	width:200px;
}
a#headerSearchAdvSearchLink {
	text-transform: lowercase;
	left:3px;
	position:absolute;
	top:40px;
}
input#headerSearchInputBox {
	font-size: 1em;
	width: 11em;
	margin-top:1px;
	position: absolute;
	top: 11px;
	left: 3px;
}
div#headerSearchButton {
	position: absolute;
	top: 5px;
	right: 10px;
}
div.headerAvatar {
	float: left;
	width: 64px;
	height: 62px;
	overflow: hidden;
	background-position: 0px -12px;
	margin-top: 2px;
	border: 2px solid #CFCFCF;
}
div.headerLogo {
	position: absolute;
	float: left;
	margin-left: 405px;
	margin-top: -48px;
	width: 100px;
	height: 30px;
	overflow: hidden;
}
div.headerSystemIcon{
	float: left;
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin-top: 2px;
}
div.headerText {
	font-size: 1.6em;
	font-weight: bold;
	margin: 23px 10px 0px 8px;
}
div.headerSubText {
	margin: 4px 10px 0px 10px;
}
div.areaIcon {
	height: 96px;
	width: 96px;
	display: block;
	position: relative;
	top: -9px;
	background-repeat: no-repeat;
}
div.headerBody {
	float:left;
	margin-right: 10px;
}
div.leftHeaderContent {
	float: left;
}
div#primaryLogo {
	background: transparent url("/images/logos/kadoo_logo_50_beta.png") no-repeat;
	height: 50px;
	padding-right: 5px;
}
td.headerNavItem {
	padding-left: 8px;
	font-size: .75em;
}
td.headerNavItem  a:link, div.headerNavItem  a:visited, div.headerNavItem  a:hover {
	color: #333333;
}
td.headerNavItem  a img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom:-10px;
}
div#headerSearchBox {
	margin-top: 5px;
	height: 64px;
}
/****************/
/* LEFT NAV		*/
/****************/
div#navDIV {
	width:140px;
}

div#logoBox div.rcbox-contents div.c div.body { min-height:0px; }
div#diskSpaceBox div.rcbox-contents div.c div.body { min-height:0px; }
div#kadooLogoInLeftBox {
	background:transparent url("/images/logos/KD_logo_100w.png") no-repeat 0 0;
	width:101px;
	height:39px;
	
	cursor: pointer;
	
}

div#leftnav-avatar {
	background-position: center;
	background-repeat: no-repeat;
	height: 96px;
	visibility: visible;
	border: 1px solid #999999;
	width: 96px;
}
div.leftnav-subheader {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	height: 24px;
	margin: 0px 0px 0px -10px;
	padding: 2px 0px 0px 34px;
	line-height: 14pt;
	width: 100px;
	cursor: pointer;
}
          
.uploadNavLink {
    background:transparent url(/images/icons/24x24/blogs_blog-entry.png) no-repeat 0px 0px;
}
.portalNavLink {
	background:transparent url(/images/icons/24x24/home.png) no-repeat 5px 0px;
}
.emailNavLink {
	background:transparent url(/images/icons/24x24/email.png) no-repeat 0px 0px;
}
.messageNavLink {
	background:transparent url(/images/icons/24x24/message.png) no-repeat 0px 0px;
}
.contactsNavLink {
	background:transparent url(/images/icons/24x24/groups.png) no-repeat 0px 0px;
}

div.tools-block {
	background:transparent url(/images/icons/leftnav-sectionheaders-140.png) no-repeat 0px -77px;
}
div.tools-none {
	background:transparent url(/images/icons/leftnav-sectionheaders-140.png) no-repeat 0px -52px;
}
div.stuff-none {
	background:transparent url(/images/icons/leftnav-sectionheaders-140.png) no-repeat 0px 0px;
}
div.stuff-block {
	background:transparent url(/images/icons/leftnav-sectionheaders-140.png) no-repeat 0px -26px;
}

div.leftnav-subheader#top{
	margin-top:0px;
	height: 0px;
}
div.leftnav-areaSpacer {
	height: 4px;
	clear: both;
	margin: 0px -8px 0px -8px;
}

div.leftnav-uploadButton {
	background:transparent url(/images/buttons/leftnavUpload.png) no-repeat scroll 3px 0px;
	height:32px;
	width:110px;
}
div.leftnav-uploadButton:hover {
	background:transparent url(/images/buttons/leftnavUpload.png) no-repeat scroll -134px 0px;
	height:32px;
	width:104px;
}


img.navIcon
{
	border: none;
	vertical-align: middle;
}
ul.navlist
{
	padding: 2px 0px 2px 0px;
	margin: 0px -6px 0px -8px;
	font-family: Arial;
	position: relative;
}
ul.navlist li.navLinkLI
{
	list-style: none;
	text-align: left;
	display: block;
	padding: 0px 0px 0px 4px;
	height: 24px;
	line-height: 24px;
	clear:both;
	/*margin: 0px -9px 0px -8px;*/
}
ul.navlist li.navLinkLI:hover
{
	background: transparent url("/images/icons/g-chrome-nav-buttons/highlight-mouseover.png");
}
ul.navlist li.currentArea
{
	background: transparent url("/images/icons/g-chrome-nav-buttons/highlight-selected.png");
}
ul.navlist li.currentArea:hover
{
	background: transparent url("/images/icons/g-chrome-nav-buttons/highlight-mouseover-selected.png");
}
ul.navlist li a
{
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	padding-left:28px;
}
ul.navlist li, ul.navlist li, ul.navlist li {
	font-size: 11pt;
}
ul.navlist li a img
{
	margin-right: 4px;
}
ul.navlist li a:link
{
	color: #000000;
}
ul.navlist li a:visited
{
	color: #000000;
}
.dottedHorizonalLine
{
	height:1px;
	width:110px;
	background: transparent url("/images/horizontalDottedLine.gif");
	margin: 2px 0px 2px 0px;
	line-height: 1px;
	clear:both;
	float:left;
}
div.dLine
{
	height:1px;
	width:100%;
	background: transparent url("/images/horizontalDottedLine.gif") repeat-x;
	line-height: 1px;
}
div.rightLeftSubheader {
	clear: both;
}
div.rightLeftSubHeaderTitle {
	float:left;
	font-size: 11pt;
	font-weight: bold;
}
div.rightLeftSubHeaderRightContent {
	float:right;
	padding-right:10px;
}

div.blueSubHeader {
	font-size: 11pt;
	color: #336699;
	font-weight: bold;
}
div.dottedHorizonalLineInAvatarBox {
	border-bottom: 1px dotted #336699;
	height: 5px;
	margin-bottom: 3px;
}
div.inAvatarBox {
	margin: 4px 0px;
}
span.whatimupto {
	white-space: normal;
	display: block;
	font-size: 8pt;
	min-height: 3em;
}
#navTD {
	padding-left: 12px;
	margin: 0px;
}

.navText {
	padding-left: 0px;
	line-height: 24px;
	font-size: 8pt;
}
a.navLink  {
	background-repeat:no-repeat;
	cursor: pointer;
	display: block;
	border: 0px;
	line-height: 20px;
}

/* standard list style */
ul.standard
{
	list-style-position: outside;
	list-style-type: disc;
	padding: 6px;
	margin-left: 10px;
}
ul.standard li {
	margin: .8em 0;
}

/* standard list style */
ul.bluechecks
{
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: url("/images/icons/bluecheck.png");
	font-size: 1.4em;
}
ul.bluechecks li {
	margin: .8em 0;
}

/* Some legacy elements for things not in ULs */
div.navTable {
    background-color: #FFFFFF;
	clear:both;
	margin:0px 0px 6px 6px;
	border:1px solid #CCCCCC;
	text-align:left;
	width:140px;
}
.navTableDivider{
	padding:0px;
	margin:0px 0px 0px 0px;
	height:1px;
	background-color:#dddddd;
	overflow:hidden;

}
div.diskSpaceUsedBar {
	background: #F09000;
	cursor:pointer;
}

.plainA {
    COLOR: black;
    TEXT-DECORATION: none;
 	display:block;
	background:none;
	padding:0px;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Tahoma;
	text-align: center;
	color:#888;
}

/****************************
* NAV STYLES FOOTER
****************************/
.kadooTextLogo  {
	font-family:"Trebuchet MS", Arial, Garamond;
	font-size: 40px;
	letter-spacing:-2px;
	font-weight: bold;
	color : #FF9900;
	text-align:center;
	margin-top: 0px;
	padding-top: 0px;
	display:block;
}
.headerTable {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	height: 32px;
	width: 100%;
}
.headerKadooTextLogo {
	font-family:"Trebuchet MS", Arial, Garamond;
	font-size: 18px;
	font-weight: bold;
	color : #000000;
	margin-top: 0px;
	padding-top: 0px;
}
.headerRightContent{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	text-align:right;
	font-weight:bold;
}
.headerSearch{
	font-size:9pt;
}
.siteLabel  {
	font-family: Arial, Tahoma, Garamond;
	color:#666666;
	padding:2px;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

.profileImage
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid black;
}

.profileImageContainer
{
	text-align: center;
}




.kadooNavItem  {
	font-family: Arial, Tahoma, Garamond;
	font-size: 1.1em;
	font-weight: 400;
	vertical-align: middle;
	display:block;
	padding:1px;
    color:#444444;
    border:1px solid #fff;
    white-space: nowrap;
    letter-spacing: 0.03em;
}

.kadooNavItem-mouseOver  {
	font-family: Arial, Tahoma, Garamond;
	font-size: 1.1em;
	font-weight: 400;
	vertical-align: middle;
	display:block;
	padding:1px;
    color:#000;
    background: white url(/images/actionbar/backon_blue_kadoonav.gif) repeat-x top left;
	border: 1px solid #0042A5;
    white-space: nowrap;
    letter-spacing: 0.03em;
}
.kadooNavItem-mouseOver a,  .kadooNavItem-mouseOver a:visited{
    color:#000;
}
.button-image{
	vertical-align: middle;
	height:32px;
	width:32px;
	margin-right : 6px;
	margin-left : 4px;
	border:0px;
}

.welcomeText {
	color:#666666;
	text-align:center;
	margin:2px;
	margin-top:8px;
	margin-bottom:8px;
	font-family: Arial, Tahoma, Garamond;
	font-size: 11px;
	white-space: normal;
}

.welcomeText A:link, .welcomeText A:visited, .welcomeText A:hover, .welcomeText A:active {
    COLOR: #e19200;
    font-weight:bold;
}

.ad
{
	margin:10px;
	border:1px solid lightgray;
	padding: 3px;
	background-color: #EEF8FF;
	font-family: Arial, Tahoma, Garamond;
	font-size: 10px;
}
.ad-title {
	text-decoration: underline;
}
.ad-header {
	font-family: Arial, Tahoma, Garamond;
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	margin: 6px;
}
TD#adTD{
	background-color: transparent;
}


.aboutKadoo {
	text-align: left;
	padding:5px;
	font-size: 10pt;
	color: black;
}

.welcomeText ul {
	list-style-position: inside;
	list-style-type: square;
	text-indent: 5px;
	margin-top: 5px;
}

/****************************
* PAGE FOOTER
****************************/
.page-footer-text {
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	color: white;
}

/****************************
 * SEARCH PAGE
 ****************************/

.searchPageLink a, .searchPageLink a:visited{
	color: 	#f90;
}
.searchPageLink a:hover{
	color: 	#0042A5;
}

.searchPageTryForFree a, .searchPageTryForFree a:visited{
	color:#0042A5;
	font-family:Tahoma;
	font-size:175%;
	font-weight:bold;
}
.searchPageTryForFree a:hover{
	color: 	#93D63B;
}
.searchAreas {
	font-size: .9em;
}
#searchString {
	margin-left: -3px;
}

#search-Main .search-ResultsLabel {
	font-weight: bold;
	font-size: 1.55em;
	color: #FFC000;
	text-transform: lowercase;
}

#search-Main .search-Navigation{
	padding-top: 5px;
}
#search-Main .search-BoxLabel, #search-Main .search-RefinementSectionLabel {
	font-weight: bold;
	font-size: 1.7em;
	text-transform: lowercase;
}

#search-Main .search-RefinementSectionLabel {
	display: block;
	padding-bottom: 10px;
}
#search-Main .search-Options {
	height: 15px;
}

#search-Main .search-Options label {
	text-transform: lowercase;
	margin-left: 3px;
}
#search-Main .search-Options input{
	margin-left: 10px;
	margin-bottom: -3px;
}
#search-Main .search-PeopleSearchLink a{
	margin-left: 10px;
}
#search-Main .search-Box {
	margin-left: 15px;
	width: 500px;
	margin-top: 10px;
}

#search-Main .search-Box input {
	display: inline;
	margin-right: 10px;
}
#search-Main .search-Box .search-Button {
    width: 140px;
}
#search-Main .search-Box .search-Button .elasticButton {
    width: 140px;
}
#search-Main .search-Box .search-Button .elasticButton div.elasticButtonLeft {
    width: 140px;
}

#search-Main table.kd-table th.sorted a, table.kd-table th.sortable a {
	text-transform: lowercase;
}

#search-Main #search-VerticalRefinementSlider {
    position: relative;
    background:url(/images/search/refinement/slider_base_gray.gif) 2px 0 no-repeat;
    height:180px;
    width:48px;
	margin-top: 15px;
}
#search-Main #search-VerticalRefinementSliderWrapper > div:focus
{
  -moz-outline-style: none;
}
#search-Main #search-VerticalRefinementSliderThumb{
    position: absolute;
}

#search-Main #search-RefinementSliderOptions {
	width: 190px;
}

#search-Main .search-RefinementSliderOption, #search-Main .search-RefinementSliderSpacer {
	height: 37.5px;
	font-size: 14px;
}

#search-Main #search-RefinementSliderOptions {
	font-family: myriad, arial, san serif;
	width: 142px;
	height: 224px;
}
#search-Main #search-RefinementSliderStatus{
	background-image: url(/images/search/refinement/slider_status.png);
	height: 189px;
}
#search-Main .search-YourStuffOptionSelected #search-RefinementSliderStatus{
	background-position: 0px 0px;
}
#search-Main .search-YourConnectionsOptionSelected #search-RefinementSliderStatus{
	background-position: 0px -189px;
}
#search-Main .search-EveryoneInNetworkOptionSelected #search-RefinementSliderStatus{
	background-position: 0px -378px;
}
#search-Main .search-EveryoneInKadooOptionSelected #search-RefinementSliderStatus{
	background-position: 0px -567px;
}
#search-Main .search-RefinementContainer{
	margin-left: 10px;
}


#search-Main .search-RefinementContainer .search-RefinementInternalContainer {
	padding-bottom: 5px;
}

#search-Main #doc{

}

#search-RefinementTree a:link {
	border-bottom: none;
}


#search-Main .search-RefinementContainer table td {
	padding: 0px;
	margin: 0px;
}
#search-Main .search-RefinementContainer .coloredRounded-box-box {
	margin-left:-4px;
	margin-right:-4px;
	margin-top:-3px;
	color: #555555;
	font-weight: bold;
	font-size: 1.15em;
}

#search-Main .search-ResultNameDetailsLink{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	display: block;
}
.search-ProfileAdvancedNewSearch {
	text-transform: lowercase;
}
a.search-ProfileAdvancedNewSearch:link, a.search-ProfileAdvancedNewSearch:visited, a.search-ProfileAdvancedNewSearch:hover, a.search-ProfileAdvancedNewSearch:active {
	color: #0000FF !important;
	font-size: 1.2em;
	text-decoration: underline;
}
.search-ProfileAdvancedHeader {
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: lowercase;
}
.search-ProfileAdvancedDirections {
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.advancedSearch-criteriaBox {
	text-transform: lowercase;
}
.search-ProfileAdvancedMoreOptionsHeader {
	line-height: 1.5em;
	text-transform: lowercase;
	color: #000000;
	font-size: 1.3em;
	margin-bottom: 1em;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 0.2em;
}
.search-ProfileAdvancedMainOptionsContainer {
	padding: 10px;
	margin-bottom:20px;
}
.search-ProfileAdvancedMoreOptionsContainer {
	padding-left: 25px;
}
.search-ProfileAdvancedOptionHeader {
	/*font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	text-transform: lowercase;
	margin-left: -16px;*/
}
.search-ProfileAdvancedMainOptions, .search-ProfileAdvancedOptionInput {
	text-transform: lowercase;
	margin-bottom: 1em;
}
#search-Main .search-ProfileAdvancedOptionInput label {
	width: 105px !important;
	min-width: 105px !important;
	margin: 0.4em;
	display: block;
}
#search-Main .search-ProfileAdvancedMainOptions label {
	width: 75px !important;
	min-width: 75px !important;
	font-weight: bold;
}

#search-Main .search-AreasToRefine {
	padding-bottom:15px;
	padding-top:10px;
	padding-left:5px;
}

#search-Main .search-AreasToRefine li > a {
	padding-left: 15px;
}

#search-Main .search-AreasToRefine li > a:link {
	text-decoration: none;
	border: none;
}

#search-Main .search-AreasToRefine li.search-AllRefinement {
	font-size: 1.3em;
}

#search-Main .search-AreasToRefine li.search-AllRefinement > a {
	padding-left: 0px;
}

#search-Main .search-AreasToRefine li.search-CurrentAreaRefinement a {
	background:transparent url(/images/icons/bluecheck.png) no-repeat scroll 0%;
}


#search-Main .search-AreasToRefine li a:link {
	color: #000000;
	font-size: 1.2em;
	text-transform: lowercase;
}

#search-Main #search-NavSet {
	text-transform: lowercase;
}

#search-Main .search-ProfileAdvancedMainOptions .search-MainOptionLabel {
	width: 75px;
	min-width: 75px;
	padding-left: 25px;
}

.search-ProfileAdvancedSearchButtons {
	padding-right: 30px;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: both;
}
.search-ProfileAdvancedOptionSubHeader {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
table#search-ProfileAdvancedAgeRange td.search-AgeRangeOption, table#search-ProfileAdvancedRelationshipStatus td.search-RelationshipOption {
	width: 135px;
	padding: 0.4em;
}
.search-ProfileAdvancedOptionInput label input, table#search-ProfileAdvancedAgeRange td.search-AgeRangeOption input, table#search-ProfileAdvancedRelationshipStatus td.search-RelationshipOption input {
	margin-right: 0.3em !important;
}

input#eduName {
		width: 278px;
	}
#search-ProfileLifestyleSection table.search-ProfileLifestyleOptionTable {
	margin-left: 15px;
}
.search-ProfileFavoritesLabel {
	width: 120px;
}

#search-ProfileLifestyleSection table.search-ProfileLifestyleOptionTable input {
	margin-right: 5px;
	}

#search-Main #search-MainSearchTextField .ErrNormalBox2 {
	background-color: transparent !important;
	border: none;
}

.search-AdvancedSearchLink {
	text-transform: lowercase;
}

table.nicelySpacedTable td {
	padding: 5px;
}

/****************************
 * GENERIC KADOO TOOL BAR
 ****************************/
div.pageToolBar {
	background-color: #DFDFDF;
	padding: 4px;
    font-size : 0.95em;
    font-family: Arial, Tahoma, Garamond;
    color: #000;
}
div.pageToolBar  .pageToolBarSection {
	vertical-align: middle;
	text-transform: lowercase;
}
div.pageToolBar select {
	margin-bottom: 1px;
	font-size: 99%;
}

div.pageToolBar  .pageToolBarSection > * {
	vertical-align: middle;
}

div.pageToolBar img.vertSpacer {
	background-color: #666666;
	vertical-align: top;
	height: 15px;
	width: 1px;
	margin: 3px 10px 0px 10px;
}

div.inPortal {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
}

div.pageToolBar a, div.pageToolBar a:visited{
	text-decoration: none;
    color: #000;
    padding: 1px;
    border: 0px;
}

div.pageToolBar a:hover{
	text-decoration: none;
	border: 1px solid #0042A5;
	background-color: #CDE8FE;
    color: #000;
    padding: 0px;
}

div.pageToolBar img.arrowOff {
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}
div.pageToolBar img.arrowOn {
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}

.inlineDropDown
{
	position: absolute;
	visibility: hidden;
	background: #FFFFEE;
	border: 1px solid #ddd;
	padding: 4px;
}

.dropDownMenuTable
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;

}


/***********************/
/* MOUSEOVER BOX PANEL */
/**********************/
a.so_link, a.so_link:link, a.so_link:active, a.so_link:visited {
	display:block;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(/images/sso_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 130px;
	border: 2px solid #fff;
	color: #000;
}

a.so_link:hover {
	color: #0063DC;
	text-decoration: none;
	border: 2px solid #ccc;
	background-color: #fff;
	background-image: url(/images/sso_bg_reverse.jpg);
}
.so_link_div {margin-top:9px}

.so_start {
	font-size: 10px;
}

/***********************/
/* KADOO TABLE STYLE   */
/**********************/
.leftPad10 {
	padding-left:10px !important;
}
table.kadooTable tr td {
	padding: 2px;
}
div.kdTableWrapper {
	margin-left: 1px;
}
table.kd-table {
    border-collapse : collapse;
    empty-cells : show;
    font-size : 12px;
    font-weight : normal;
    font-family: Arial, Tahoma, Garamond;
    width:100%;
}
table.kd-table th{
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
}
table.kd-table tr.kadooTableHeaderRow {
	border-bottom: 1px dotted #666666;
}

table.kd-table thead tr {
	border-bottom: 1px dotted #666666;
}

table.kd-table th.sorted {
	/*background-color: #AAAAAA;*/

}
table.kd-table th a, table.kd-table th a:visited {
	color: black;
	text-decoration: none;
	vertical-align: middle;
	border: 0px;
}

table.kd-table th a:hover {
	text-decoration: none;
	color: #0042A5;
	vertical-align: middle;
}

table.kd-table td.kd-table-cell {
	padding: 5px !important;
	text-align: left;
	vertical-align: middle;
}

table.kd-table td.kd-table-cell a, table.kd-table td.kd-table-cell a:visited {
	text-decoration: none;
}
table.kd-table td.kd-table-cell a:hover {
	color:  #0042A5;
}

table.kd-table th.sorted a, table.kd-table th.sortable a {
	background-position: left;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 12px;
}

table.kd-table th.sortable a {
	background-image: url(/images/displaytagimg/arrow_off.png);
	background-repeat: no-repeat;
	border: 0px;
}
table.kd-table th.sorted a {
	font-weight: bold;
	font-size: 1.2em;
	color: #336699;
}

table.kd-table th.order1 a {
	background-image: url(/images/displaytagimg/arrow_down.png);
	background-repeat: no-repeat;
	border: 0px;
}

table.kd-table th.order2 a {
	background-image: url(/images/displaytagimg/arrow_up.png);
	background-repeat: no-repeat;
	border: 0px;
}

table.kd-table td.columnSelected {

}

.row-odd {

}

.row-even {

}

.row-highlight   {
    background-color:#fdfede !important;
}

.list-table-fixed {
    border : 1px solid  #000000;
    border-collapse : collapse;
    margin : 0px;
    width : 640px;
    padding : 5px;
    empty-cells : show;
    font-size : 12px;
    font-weight : normal;
    font-family: Arial, Tahoma, Garamond;
}
.list-table {
    border-collapse : collapse;
    margin : 0px;
    width : 100%;
    padding : 5px;
    empty-cells : show;
    font-size : 12px;
    font-weight : normal;
    font-family: Arial, Tahoma, Garamond;
}
.list-header-row {
	color:white;
    background-color:#FF9900;
    padding:3px;
    border: 1px solid #000;
}
.list-footer-row {
	color:white;
    background-color:#eee;
    padding:3px;
    border: 1px solid #000;
}
.list-header-cell {
    font-weight : bold;
    text-align : left;
    padding-top:5px;
    padding-bottom:5px;
    white-space:nowrap;
}
.list-header-cell-centered {
    font-weight : bold;
    text-align : center;
    padding-top:5px;
    padding-bottom:5px;
}
.list-footer-cell {
    color: #000000;
    font-weight : bold;
    text-align : left;
    padding:3px;
    white-space:nowrap;
}
.list-cell {
	vertical-align: top;
    border-bottom: 1px solid #AAAAAA;
}
.list-cell-centered {
	text-align: center;
	vertical-align: top;
    border-bottom: 1px solid #AAAAAA;
}
.list-row{
    background-color:#FFFFFF;
}
.list-row-odd{
    background-color:#ddd;
}
.list-row-over {
    background-color:#0042A5;
}

.list-table-plain {
    border-collapse : collapse;
    margin : 0px;
    width : 100%;
    padding : 5px;
    empty-cells : show;
    font-size : 12px;
    font-weight : normal;
    font-family: Arial, Tahoma, Garamond;
}
.list-header-row-plain {
	color:#000;
    background-color:#FFF;
    padding:3px;
    border-bottom: 1px solid #AAAAAA;
}
.list-footer-row-plain  {
	color:white;
    background-color:#eee;
    padding:3px;
    border: 1px solid #000;
}
.list-header-cell-plain  {
    font-weight : bold;
    text-align : left;
    padding-top:5px;
    padding-bottom:5px;
    white-space:nowrap;
}
.list-header-cell-centered-plain  {
    font-weight : bold;
    text-align : center;
    padding-top:5px;
    padding-bottom:5px;
}
.list-footer-cell-plain  {
    color: #000000;
    font-weight : bold;
    text-align : left;
    padding:3px;
    white-space:nowrap;
}
.list-cell-plain  {
	vertical-align: top;
    border-bottom: 1px solid #AAAAAA;
}
.list-cell-centered-plain  {
	text-align: center;
	vertical-align: top;
    border-bottom: 1px solid #AAAAAA;
}
.list-row-plain {
    background-color:#FFFFFF;
}
.list-row-odd-plain {
    background-color:#ddd;
}
.list-row-over-plain  {
    background-color:#0042A5;
}
.icon {
	border: 0px;
	vertical-align: middle;
}
.borderless {
	border: none;
}
/* BLUE TABLE */
table.blueTable th {
	background-color: #CFEDFF;
}
/* YELLOW TABLE */
table.yellowTable th {
	background-color: #FFE68F;
}
table.yellowTable tr:hover{
	background-color: #EFF8FF;
}
/***********************/
/* GENERIC PAGE STYLES */
/**********************/

/*
.page-body {
  border: 2px solid green;
}
*/

div.listContainer
{
	border: 1px solid #CCCCCC;
}

#page {
    margin:0px;
}
.page-border {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    display:block;
    margin-top:0px;
    background-color: #FFFFFF;
}
.page-border-noborder {
    display:block;
    margin-top:0px;
}

.page-breadcrumbbar, .page-breadcrumbbar a, .page-breadcrumbbar a:visited, .page-breadcrumbbar a:hover {
    font-family: Verdana, Helvetica, Verdana;
    font-size: 0.95em;
    white-space: nowrap;
    padding-bottom: 1px;
    
    font-weight: normal;
}
.page-breadcrumbbar .page-breadcrumbbar-part {

}
.page-breadcrumbbar .page-breadcrumbbar-tail {
	font-weight: bold;
}
.page-breadcrumbbar span#currPageBreadCrumb a, .page-breadcrumbbar span#currPageBreadCrumb a:visited, .page-breadcrumbbar span#currPageBreadCrumb a:hover {
	font-weight: bold !important;
}
.page-addtolinks {
    float: right;
    padding:8px;
    font-family: Verdana, Arial, Helvetica;
    font-weight:600;
    font-size: 12px;
    white-space: nowrap;
}


.page-subheader {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display:block;
    color: white;
    background-color:#0042A5;
    font-size : 24px;
    padding:6px;
	clear:both;
    font-family: Arial, Tahoma, Garamond;
}

.page-instructions {
    font-family: Arial, Tahoma, Garamond;
    border: 1px solid black;
    display: block;
    color: black;
    background-color:#FFFFCF;
    font-size : 12px;
	padding: 5px 10px 10px 10px;
	clear:both;
	margin: 10px 20px 20px 20px;
}
.page-instructions-fullblock {
    font-family: Arial, Tahoma, Garamond;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    display: block;
    color: black;
    background-color:#FFFFCF;
    font-size : 12px;
	padding: 5px 10px 10px 5px;
	clear:both;
	margin: 0px 0px 0px 0px;
}

.page-innerpad{
    display:block;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    margin-top:0px;
}
.page-body{
	clear:both;
}
.page-addto{
	float:right;
	height:100%;
	background-color:white;
	overflow:visible;
    font-size : small;
    font-weight : normal;
    font-family: Arial, Tahoma, Garamond;
}
.pageInnerBorder {
	padding:10px;
	background-color:#FF9900;
}
.pageInnerFrame {
	padding:10px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}


table.stepAttributes td {
	padding: 2px;
}

/* new menus */
div.lowerMenuInBox {
	font-size: 1em;
	font-weight: bold;
	padding: 2px 5px;
}
div.lowerMenuInBox a {
	margin: 0px 10px;
}

/* profile css */
.attrLabel {
	color: #444444;
	font-size: 1em;
}
.attrVal {
	color: #000;
	font-size: 1em;
	font-weight:bold;
}

/***********************/
/* FCK EDITOR BODY TAG */
/**********************/
#fckBody
{
	background: white;
}
/***********************/
/* THUMBNAIL STYLES */
/**********************/

table.thumbnailTile a, 	table.thumbnailTile a:visited {
	text-decoration: none;

}
table.thumbnailTile a:hover {
	text-decoration: none;
	color: #0042A5;
}
/***********************/
/* MSG STYLES         */
/**********************/
.msgBox {background-color:#FFFFE1;padding:0px 0px 0px 30px;}
.msgBoxText {padding:0px 0px 0px 10px;}


/***********************/
/* LEFTHAND SIDE STYLES*/
/***********************/

#page-header-logo{
margin-top:5px;
width:129px;
height:27px;
}
#page-header{
	clear:both;
	margin : 0px;
    padding: 0px;
	display : block;
	text-align: center;
}
#page-login {
	display:block;
    color : #000000;
    font-size : 11px;
    padding:5px;
}



#itemArea {
	padding: 5px;
}

.itemBoundingBox {
	background-color: #DDDDDD;
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
}


.propertiesPageBox {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width:100%;
}
.propertiesPageBox th {
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	padding: 2px;
    background-color:#0042A5;
    border-top:1px solid #000000;
	border-bottom: 1px solid #DDD;
}
.propertiesPageBox .infoRow{
	font-size: 12px;
    background-color:#EEEEEE;
    padding: 3px;
}
.propertiesPageBox td.aboutPropertyValue {
	padding-left: 5px;
}
.postCommentBox {
	font-size: 12px;
	font-family: Arial,Helvetic,Verdana;
	padding: 5px;
	border: 1px solid #EEEEEE;
	width: 100%;
}

.tagSelectorTable {
	width:300px;
	font-size: 1em;
}

.inline-button {
   font-size : 12px;
   font-weight : normal;
   font-family: Arial, Tahoma, Garamond;
   padding: 1px 10px 1px 10px ;
   border : 1px outset #ffffff;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #ccc;
   color: black;
}
.inline-button:hover {
   background: #0042A5;
   color: #000;
   text-decoration: none;
}



.inline-manage a{
   vertical-align:middle;
   background-position: center left;
   background-image: url(/images/actionbar/skipnav.gif);
   background-repeat: no-repeat;
}

.inline-add a{
   vertical-align:middle;
   background-position: center left;
   background-image: url(/images/actionbar/skipnav.gif);
   background-repeat: no-repeat;
}

.inline-modify a{
   vertical-align:middle;
   background-position: center left;
   background-image: url(/images/actionbar/skipnav.gif);
   background-repeat: no-repeat;
}

.inline-remove a{
   vertical-align:middle;
   background-position: center left;
   background-image: url(/images/actionbar/skipnav.gif);
   background-repeat: no-repeat;
}

.inline-text-option a, .inline-text-option a:visited {
   font-size : 72%;
   font-weight : normal;
   font-family: Verdana, Tahoma, Garamond;
   padding: 1px 5px 1px 10px ;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background-position: center left;
}

.inline-text-option a:hover{
   color:  #0042A5;
   font-size : 72%;
   font-weight : normal;
   font-family: Verdana, Tahoma, Garamond;
   padding: 1px 5px 1px 10px ;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
}

table.nametable a {
	font-size: 1.11em;
	font-weight: bold;
}

img.file-dropdown-menu-image {
	margin-top:-1px;
}

/***********************/
/* TAG WALL STYLES     */
/***********************/
.tag-xx-small, .tag-xx-small a, .tag-xx-small a:visited, .tag-xx-small a:link { font-size: xx-small; color: gray;  padding: 2px; white-space: nowrap; }
.tag-x-small, .tag-x-small a, .tag-x-small a:visited, .tag-x-small a:link { font-size: x-small; color: gray;  padding: 2px; white-space: nowrap;}
.tag-small, .tag-small a, .tag-small a:visited, .tag-small a:link { font-size: small; color: gray;  padding: 2px; white-space: nowrap;}
.tag-medium, .tag-medium a, .tag-medium a:visited, .tag-medium a:link { font-size: medium; color: blue;  padding: 2px; white-space: nowrap;}
.tag-large, .tag-large a, .tag-large a:visited, .tag-large a:link { font-size: large; color: orange;  padding: 2px; white-space: nowrap;}
.tag-x-large, .tag-x-large a, .tag-x-large a:visited, .tag-x-large a:link { font-size: x-large; color: red;  padding: 2px; white-space: nowrap;}
.tag-xx-large, .tag-xx-large a, .tag-xx-large a:visited, .tag-xx-large a:link { font-size: xx-large; color: red; font-weight: bold;  padding: 2px; white-space: nowrap;}
.redBorder { border: 2px solid red; }

/***********************/
/* MODULES STYLES */
/**********************/
.box{
	border: 2px solid #AAA;
	margin:8px;
	font-size: 85%;
	font-family: Arial, Helvetica;
}

.box-title{
	background-color:lightgrey;
	padding:4px;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px solid gray;
}
.photoInnerWrap{
	background-color:#EEE;
	border:1px solid #ccc;
	margin: 5px;
	padding: 3px;
	height: 300px;
	position:relative;
}
div.PhotoSlideshowContainer {
	position: relative;
}
div#photoControls {
	margin-top:4px;
	margin-bottom:5px;
}

.myprofileCat
{
	font-size:12pt;
	font-family: Arial, Hevletica, Verdana;
	color: #444444; /*KD-4478-  if it's not a link, it shouldn't show as blue*/
	font-weight:bold;
}
.profileGray {
	color: #444444;
}
.myprofileNoInfo
{
	font-size:10pt;
	font-family: Arial, Hevletica, Verdana;
	color: gray;
}

TABLE.myprofile {
	margin-top:5px;
}

TABLE.myprofile TD.attr{
	color:#888;
	text-align:left;
	vertical-align:top;
	width: 120px;
	font-size:8pt;
	white-space: nowrap;
}

TABLE.myprofile TD.val{
	color:#000;
	text-align:left;
	vertical-align:top;
	font-size:8pt;
	width: 100%;
}
.myprofileVal{
	color:#000;
	text-align:left;
	vertical-align:top;
	font-size:8pt;
}
#profileCard
{
	font-size:92%;
}

.profileSearchLayer
{
	border: 1px solid #aaa;
	background-color: #dfdfdf;
}

.module {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 10px;
}

.module-contents {
	background: #FFF;
}

.module .module-header, .module .module-header .c {
	height: 21px;
}
.module .module-header {
	background:transparent url(/images/dialog/grayHairline/tl_portal.png) no-repeat 0 0;
}

.module .module-header .c {
	background:transparent url(/images/dialog/grayHairline/tr_portal.png) no-repeat scroll right 0;
	margin-left: 5px;
}

.module .module-footer, .module .module-footer .c {
	height: 11px;
}

.module .module-footer {
 background:transparent url(/images/dialog/grayHairline/bl.png) no-repeat scroll 0 0;
}

.module .module-footer .c {
	background:transparent url(/images/dialog/grayHairline/br.png) no-repeat scroll right 0;
	margin-left: 5px;
}



.module .module-contents {
 background:transparent url(/images/dialog/grayHairline/ml.png) repeat-y scroll left bottom;
 margin-right: 5px;
 padding-left: 1px;
}

.module .module-contents .c {
 background:transparent url(/images/dialog/grayHairline/mr.png) repeat-y scroll right bottom;
 margin-right: -5px;
 padding-left: 0px;
}

.module .module-contents .c .body {
 padding-right: 12px;
 padding-left: 12px;
 padding-top: 3px;
}

.popup-module {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 10px;
}

.popup-module-contents {
	background: #FFF;
}

.popup-module .popup-module-header, .popup-module .popup-module-header .c {
	height: 21px;
}
.popup-module .popup-module-header {
	background:transparent url(/images/dialog/g-chrome-smallg/tl.png) no-repeat 0px 0px;
	margin-right:17px; /* space for right corner */
}

.popup-module .popup-module-header .c {
	background:transparent url(/images/dialog/g-chrome-smallg/tr.png) no-repeat right 0px;
	margin-right:-17px; /* pull right corner back over "empty" space (from above margin) */
	padding-right: 12px;
	padding-left: 6px;
}

.popup-module .popup-module-footer, .popup-module .popup-module-footer .c {
	height: 31px;
}

.popup-module .popup-module-footer {
 background:transparent url(/images/dialog/g-chrome-smallg/bl.png) no-repeat scroll 0 0;
 	margin-right:17px;
}

.popup-module .popup-module-footer .c {
	background:transparent url(/images/dialog/g-chrome-smallg/br.png) no-repeat scroll right 0;
	margin-right:-17px;
}

.popup-module .popup-module-contents {
 	background:transparent url(/images/dialog/g-chrome-smallg/ml.png) no-repeat bottom left;
	margin-right:17px;
}

.popup-module .popup-module-contents .c {
 	background:transparent url(/images/dialog/g-chrome-smallg/mr.png) repeat-y scroll right bottom;
 	margin-right: -17px;
}

.popup-module .popup-module-contents .c .body {
 	padding-right: 12px;
 	padding-left: 12px;
 	padding-top: 3px;
}

/***********************/
/* AutoComplete STYLES */
/**********************/
.ACMod {position:relative;padding-bottom:1.7em;}
.ACInputDiv {position:relative;margin:0px;padding:0px}
.ACInputDiv input {position:absolute;width:100%;height:1.4em;margin: 0px; padding: 0px;}

.ACSuggestDiv {position:absolute;top:1.7em;width:100%;}
.ACSuggestDiv .yui-ac-content {position:absolute;width:100%;border:1px solid #404040;background:#fff;overflow:hidden;z-index:9050;}
.ACSuggestDiv .yui-ac-shadow {position:absolute;margin:.3em;width:100%;background:#a0a0a0;z-index:9049;}
.ACSuggestDiv ul {padding:2px 0;width:100%;}
.ACSuggestDiv li {padding:0 2px;cursor:default;white-space:nowrap;}
.ACSuggestDiv li.yui-ac-highlight {background:#E5ECF9;}

/***********************/
/* Generic Panel Style */
/***********************/
.kdPanel {
	border: 4px solid #ECECEC;
	background: #FFF;
	padding: 1px;
	margin: 5px;
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
	overflow: hidden;
}

.overflowVisible
{
	overflow: visible;
}

div.kdPanelFrame{
	border: 1px solid #0042A5;
	background: #FFF;
}


div.kdPanel-header {
	background: #0042A5;
	height: 1.8em;
	min-height: 20px;
	overflow: hidden;
	padding-left: 4px;
	padding-bottom:5px;
	cursor: pointer;
}
div.kdPanel-control {
	width: 17px;
	height: 17px;
	float: right;
	vertical-align: middle;
	margin-top: 2px;
	font-size:72%;
}

.normal .kdPanel-control {

}

.minimized .kdPanel-control {

}



.kdPanel-subheader {
	background: #ccc;
	height: 1.4em;
	min-height: 10px;
	overflow: hidden;
	padding-left: 4px;
	padding-right: 4px;
	font-size:8pt;
	font-family: Arial;
	color: gray;
	text-align: right;
}

.kdPanel-title {
	font-weight: bold;
	float: left;
	vertical-align: middle;
	margin-left: 5px;
	color: #FFF;
	white-space: nowrap;
	line-height: 1.8em;
	overflow: hidden;
	display: inline;
}

.kdPanel-body-nopad {
}

.kdPanel-body {
	padding-left: 25px;
}

.normal div.kdPanel-body {

}

.minimized div.kdPanel-body {
	display: none;
}

.kdPanel-2 {
	border: 3px solid #ECECEC;
	background: #FFF;
	margin: 5px;
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
}

.kdPanelFrame-2{
	border: 1px solid #889DFF;
	overflow: hidden;
	background: #FFF;
}

.kdPanel-header-2 {
	background: #EFF5FF;
	height: 1.8em;
	min-height: 20px;
	overflow: hidden;
	padding-left: 4px;

}

.kdPanel-title-2 {
	font-weight: bold;
	float: left;
	vertical-align: middle;
	margin-left: 5px;
	color: #00368F;
	white-space: nowrap;
	line-height: 1.8em;
	overflow: hidden;
	display: inline;
}

.profileCardBox {
	float:left;
	padding: 0px;
	margin: auto auto;
	width:100px;
	text-align: center;
	vertical-align: middle;
	overflow:visible;
	cursor: pointer;
}
.profileImg {
	width: 100px;
}

.profileImgMenu {
	background-image: url(/images/icons/menuitem_submenuindicator.png);
	background-repeate: no-repeat;
}

.imageThumbnailBox {
	float: left;
	border: 1px solid #EFEFEF;
	padding: 2px;
	margin: 2px;
	width:130px;
	text-align: center;
	vertical-align: middle;
	overflow:visible;
}
.imageThumbnailImg {
	width: 130px;
	height: 130px;
}
.displayNameAvatarCard {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	visibility: visible;
	margin-top: 0px;
	width: 96px;
	background:transparent url('/images/icons/alpha60.png') repeat 0 0;
	position: relative;
}
/*
.displayNameAvatarCard {
	font-size: .7em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	visibility: visible;
	margin-top: -10px;
	width: 96px;
}
*/
.displayNameAvatarCard64 {
	width:64px;
	font-size:8px;
	margin-top: 0px;
}
.displayNameManagerCard {
	font-size: .7em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	visibility: visible;
	margin-top: 0px;
	width: 96px;
	background:#9fc2e5
}

.displayNameMemberCard {
	font-size: .7em;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	visibility: visible;
	margin-top: -11px;
	width: 96px;
	background:#307de5
}

.displayNameAvatarCard a {
	line-height: 1.4em;
	border: 0px !important;
	color: #000000;
}

.onlineUser {
	background:#69AE4D;
}

.onlineUserBusy {
	background:#FFAA00;
}

.offlineUser {
	background:transparent url(/images/icons/alpha60.png) repeat;
}

.downArrow {
	background:url(/images/icons/downArrow.png);
	float:right;
	margin-top: -12px;
}


.profileLink{
	text-align: center;
}
div.search-NoResults {
	margin-top: 20px;
	font-size: 1.2em;
	display: block;
	text-align: center;
	border: 1px solid #333333;
	padding: 5px;
	background-color: #CCCCCC;
}
.searchProfileCardBox {
	border: 1px solid #EFEFEF;
	padding: 2px;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	width:96px;
	height:96px;
}


/* thumbnails for albums, photos */
div.photoBlock {
	float:left;
	border:0px solid #ddd;
	margin: 10px;
	text-align:left;
	width: 150px;
	height: 220px;
}


div.without_move {
   background: url('/images/thumbnails/boxframe_2_without_move.png') no-repeat !important;
}


div.videosBlock {
	float:left;
	border:0px solid #ddd;
	margin: 10px;
	text-align:left;
	width:230px;
	min-height: 220px;
}
div.videoBorder {
   background: url('/images/video/kadoo-video-frame.png') ;
   width: 211px;
   height: 166px;
}
div.videoBorder img {
   padding: 7px 0px 0px 9px;
   display: block;
}
div.videoBorder-directory {
   width: 211px;
   height: 166px;
}
div.videoBorder-directory img {
   padding: 30px 0px 0px 55px;
   display: block;
}

.videoPreviewBoxForPortlet{
	float:left;
    width: 195px;
    height: 181px;
    margin: 2px;
    padding: 2px;
    border:0px solid #ddd;
    overflow:hidden;
    text-align:center;
}

div.videoDetailsBlock {
   background: url('/images/video/video-details-box.png') ;
   width: 211px;
   height: 72px;
   margin-top: 10px;
   position: relative;
   color: #666666;
   font-weight: bold;
}
div.videoDetailsBlock div.checkbox{position: absolute; top:7px; left:13px;}
div.videoDetailsBlock span.itemName{position: absolute; top:7px; left:32px; font-weight: bold;}
div.videoDetailsBlock span.itemInlineMenu{position: absolute; top:6px; right:8px; }
div.videoDetailsBlock span.sharingValue{position: absolute; top:29px; left:13px;}
div.videoDetailsBlock span.dateLabel{position: absolute; top:29px; left:117px;}
div.videoDetailsBlock span.dateValue{position: absolute; top:29px; right:10px;}
div.videoDetailsBlock span.viewsLabel{position: absolute; top:53px; left:13px;}
div.videoDetailsBlock span.viewsValue{position: absolute; top:53px; left:51px;}
div.videoDetailsBlock span.commentsLabel{position: absolute; top:53px; left:117px;}
div.videoDetailsBlock span.commentsValue{position: absolute; top:53px; right:10px;}


div.videoSmallDetailsBlock {
   background: url('/images/video/video-justtitle-box.png') ;
   width: 211px;
   height: 28px;
   margin-top: 10px;
   position: relative;
   color: #666666;
   font-weight: bold;
}
div.videoSmallDetailsBlock div.checkbox{position: absolute; top:7px; left:13px;}
div.videoSmallDetailsBlock span.itemName{position: absolute; top:7px; left:32px; font-weight: bold;}
div.videoSmallDetailsBlock span.itemInlineMenu{position: absolute; top:6px; right:8px; }
div.videoSmallDetailsBlock span.sharingValue{display: none;}
div.videoSmallDetailsBlock span.dateLabel{display: none;}
div.videoSmallDetailsBlock span.dateValue{display: none;}
div.videoSmallDetailsBlock span.viewsLabel{display: none;}
div.videoSmallDetailsBlock span.viewsValue{display: none;}
div.videoSmallDetailsBlock span.commentsLabel{display: none;}
div.videoSmallDetailsBlock span.commentsValue{display: none;}



div#actionBarPhotoDetails { min-width: 900px; }

div.thumbnailBox{
	border: 1px solid #999999;
	width: 96px;
	height: 96px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

/* photos area css */
#photoAreaLeftColDiv {
	float:left;
	margin: 0px;
	padding: 0px;
}
#photoAreaRightColDiv {
	background: #ffffff;
	padding: 0px;
}
.photoAreaLeftColDivSmall {
	width:390px;
}
.photoAreaLeftColDivSmall img {
	max-width:370px;
	max-height:370px;
}
.photoAreaRightColDivSmall {
	margin: 0px 0px 0px 400px;
}
.photoAreaLeftColDivMedium {
	width:590px;
}
.photoAreaLeftColDivMedium img {
	max-width:570px;
	max-height:570px;
}
.photoAreaRightColDivMedium {
	margin: 0px 0px 0px 600px;
}
.photoAreaLeftColDivLarge {
	width:790px;
}
.photoAreaLeftColDivLarge img {
	max-width:770px;
	max-height:770px;
}
.photoAreaRightColDivLarge {
	margin: 0px 0px 0px 800px;
}
.photoAreaPhotoBox {
	text-align: center;
	padding: 2px;
	vertical-align: middle;
	float: left;
	cursor: pointer;
}
.photoAreaHoverBox {
	background-color: #777777;
}
.photoAreaSelectedBox {
	background-color: #777777;
}
.photoAreaNavLinks {
	cursor: pointer;
}
a#photoAreaPrevImgLink {
	border: 0px;
	display: block;
	overflow: hidden;
}
.photoAreaNavLinks#prevLink {
	float:left;
}
.photoAreaNavLinks#nextLink {
	float:right;
}
.photoAreaNavLinks#prevPage {
	float:left;
}
.photoAreaNavLinks#nextPage {
	float:right;
}
table#photoAreaCommentsTable a { border: 0px; }
div#photoAreaPrevImgName { font-size: 1.3em; font-weight: bold; }

/* Advanced Profile Search CSS */
div.profileSearchCardBox {
	float: left;
	border: 1px solid #EFEFEF;
	padding: 2px;
	margin: 0px 4px 4px 0px;
	width: 210px;
	height: 116px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
div.profileSearchImg {
	width: 96px;
	height: 96px;
	float: left;
	position: absolute;
}
div.profileSearchImg a {
	margin: 0 auto;
	width: 96px;
}

div.profileSearchData {
	text-align: left;
	left: 106px;
	position: absolute;
}

#proximityBox {
	margin-top: 50px;
}
#proximityNotLogedInText {
	display: none;
	text-align: center;
	font-size: 90%;
	background-image: url(/images/iconbase/24x24/alert.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-top: 10px;
	vertical-align: top;
	width:240px;
}

.tagsList a.first{
	padding-left: 20px;
}
.tagsList {
	margin: 2px 0 6px 0;
	padding: 0;
	line-height: 16px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(/images/actionbar/16tag.png);
}
.tagsList-noIcon {
	background-image: none;
}
.tagsList-noIcon a.first{
	padding-left: 0px;
}
.tagsList, .tagsList a, .tagsList a:visited, .tagsList a:hover, .tagsList a:active {
	font: bold 100% arial, tahoma, garamond;
}

#linksList {
    border-collapse: separate;
}
#linksList .file-list-properties-link-container {
	margin: 2px 0 6px 0;
	padding: 0;
	line-height: 16px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(/images/actionbar/16properties.png);
}
#linksList a.file-list-properties-link {
	padding-left: 20px;
}
table#linksList table.linkMetaData td.linkInfoCell {
	padding:0px !important;
	text-align:left;
	vertical-align:middle;
}

#linksList table.linkMetaData {
	margin-top: 5px;
}
.savedByLink a{
	padding-left: 24px;
}
.savedByLink {
	margin: 2px 0 6px 0;
	padding: 0;
	line-height: 24px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.linkInfo {
	text-align: center;
	padding-left: 10px;
}

.linkInfo dt, .linkInfo dd {
	/*margin: 5px;*/
}

.linkInfo dt.name a, .linkInfo dt.name a:visited, .linkInfo dt.name a:hover, .linkInfo dt.name a:active{
	font: bold 100% arial, tahoma, garamond;
	color: #2758B8;
}

.linkInfo dd.description {
	text-align: left;
}

.commonTagWall {
	padding: 1px;
	margin: 5px;
}

.commonTagWall {
	padding: 1px;
	margin: 5px;
}
.commonTagWall .kdPanel-body{
	margin: 10px;
}
#url-view .linkSearchResults .kd-table {
	margin: 5px;
}

.kdPanel-body-nopad .tags, .kdPanel-body-nopad .common-tags {
	margin: 1em;
}

/**
CSS-only implementation of link thumbnail preview
http://cssplay.co.uk/menu/pop_ups.html
*/
a.screen, a.screen:visited {
	position:relative;
	z-index:1;
}
a.screen img {
	position:absolute;
	visibility:hidden; /* hide the image */
	width:120px; /* give it a width */
	height:0; /* no height to solve an Opera bug that
	             makes it selectable when hidden */
	border:1px solid #000; /* add a border */
	left:0; /* position:the image */
	top:-90px;
}
a.screen:hover {
	text-decoration:none;
	border:0; /* needed for this to work in IE */
	z-index:1000;
}
a.screen:hover img {
	visibility:visible; /* make the image visible */
	height:90px; /* now give it a height */
	cursor:pointer; /* for IE */
	z-index:500;
	border:0; /* remove the link border */
}

/**
Thumb rating widget styles
*/
.rating-details .my-rating {
	margin-top: 0.1em;
    width: 156px;
}

.rating-details .notice {
	position: absolute;
	background-color: yellow;
	border: 1px solid gray;
	padding: 0.2em;
	margin-left: -75px;
	margin-top: -20px;
}

ul.thumb-rating a:focus {
	outline: none;
}

ul.thumb-rating a.inactive {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

ul.thumb-rating a.active {
}

ul.thumb-rating {
	list-style:none;
	margin: 0px;
	padding:0px;
	width:  156px;
	height: 31px;
	position: relative;
}

ul.thumb-rating a.up {
	background: url(/images/icons/kflower.jpg) top left no-repeat;
	border: 0px;
}

ul.thumb-rating a.down {
	background: url(/images/icons/kflower.jpg) top left no-repeat;
	border: 0px;
}

ul.thumb-rating li{
	padding:0px;
	margin:0px;
	float: left;
}

ul.thumb-rating li a{
	display:block;
	width: 22px;
	height: 31px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	padding-right: 4px;
}

ul.thumb-rating li a.remove {
	width: 5px;
	background-color: #D3D3D3;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px solid #BEBEBE;
}

ul.thumb-rating li a.current-rating{
	display:none;
}

.no-display {
	display:none;
}

.required-field {
	color: #FF0000;
}

.splash-name {
	color: #FF0000;
}

.visibility-visible {
	visibility:visible;
}

.visibility-hidden {
	visibility:hidden;
}

/**
 * Deprecated.  This class (.hidden) is ambiguously named.
 * Use visibility-visible/visibility-hidden/no-display instead.
 */
.hidden {
	display:none;
}

/**
End thumb rating widget styles
*/


/**
Overall rating section styles
*/
div.overall-rating-icon {
	background: url(/images/icons/kflower-all.png) top left no-repeat;
	height: 31px;
}

div.overall-rating-icon-small {
	background: url(/images/icons/tiny-kflower-all.png) top left no-repeat;
	height: 15px;
}

.rating {
	text-align: left;
}

.overall-rating-container {
	text-align: left;
}

.overall-rating-container .overall-rating-label {
	font-weight: bold;
	margin-left: 0.1em;
    margin-right: 0.1em;
}

/**
End Overall rating section styles
*/


.level-2-button{
  border-right:1px solid gray;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 11px;
  padding-right: 11px;
  display : inline;
  font-size : 12px;
  font-family: Arial, Tahoma, Garamond;
  font-weight : bolder;
  cursor: pointer;
}

.level-2-button-mouseover{
  border-right:1px solid gray;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 11px;
  padding-right: 11px;
  display : inline;
  font-size : 12px;
  font-family: Arial, Tahoma, Garamond;
  font-weight : bolder;
  cursor: pointer;
  background-color:#CDE8FE;
}

.list-button{
  font-family: Arial, Tahoma, Garamond;
  padding : 1px;
  margin: 5px 5px 5px 5px;
  display : inline;
  border : 1px outset #CCCCCC;
  background-color:#ccccFF;
  text-transform : uppercase;
  font-size : 60%;
  font-weight: bolder;
  cursor: pointer;
}

.embedded-button{
  font-family: Arial, Tahoma, Garamond;
  padding : 1px;
  margin: 5px;
  display : inline;
  border : 1px outset #CCCCCC;
  background-color:#ccccFF;
  text-transform : uppercase;
  font-size : 10px;
  font-weight: bolder;
  cursor: pointer;
}

.level-1-button
{
  width : 100px;
  border : 1px solid #000000;
  padding : 3px 20px 3px 20px;
  margin: 0px;
  display : inline;
  background-color:#CCAACC;
  text-transform : uppercase;
  font-size :14px;
  font-weight : bolder;
  cursor: pointer;


}

.formButton {
  padding : 2px;
  margin: 5px 2px 5px 0px;
  display : inline;
  border : 2px outset #CCCCCC;
  background-color:#ccccFF;
  text-transform : uppercase;
  font-size : x-small;
  font-weight : bolder;
  font-family: Arial, Tahoma, Garamond;
  cursor: pointer;
}



.profile-left-container {
	float: left;
	width:120px;
	background:#fff;
}
.profile-right-container {
	margin-left:130px;
	}
.profile-subtitle {
    border: 1px solid black;
    display:block;
    color : white;
    font-size : 18px;
    font-weight : 600;
    margin:0px;
    padding:6px;
}
.caret-item-title {
	font-family: Arial, Tahoma, Garamond;
	font-size : 18px;
	padding:4px;
    padding-left:15px;
	color: black;
	background-image: url(/images/icons/caret.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.caret-item-description {
    font-family: Arial, Tahoma, Garamond;
    font-size : 12px;
    color: black;
    padding-left:15px;
}




.RangePickerArea {
	font-family: Arial, Tahoma, Garamond;
	font-size:8px;
	display:inline;
	margin-left:8px;
	margin-bottom:8px;
	float:left
}
.rolodexLetter {
	font-family: Arial, Tahoma, Garamond;
	font-size: 10px;
	font-weight: lighter;
}
span.header {
   font-family : Arial;
   font-weight : bold;
   font-size   : 11px;
   color       : #5b5b5b;
   margin-left : 1px;
   margin-top  : 12px;
   display     : block;
}
span.header-indented {
   font-family : Arial;
   font-weight : bold;
   font-size   : 11px;
   color       : #5b5b5b;
   margin-left : 10px;
   margin-top  : 12px;
   display     : block;
}


div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
	width: 79%;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	/*display: inline-block;*/
	cursor: pointer;
}

span.excel {
	background-image: url(/images/displaytagimg/ico_file_excel.png);
}

span.csv {
	background-image: url(/images/displaytagimg/ico_file_csv.png);
}

span.xml {
	background-image: url(/images/displaytagimg/ico_file_xml.png);
}

span.pdf {
	background-image: url(/images/displaytagimg/ico_file_pdf.png);
}

span.rtf {
	background-image: url(/images/displaytagimg/ico_file_rtf.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px solid black;
	margin-top: 10px;
	display: block;
	border-bottom: none;
    font-size : 12px;
    font-weight : normal;
    font-family: Arial, Tahoma, Garamond;
    text-align : right;
	padding: 0px 4px 0px 0px;
}

span.pagelinks {
	padding: 0px 4px 4px 0px;
	background-color: #eee;
	border: 1px solid black;
	display: block;
	border-top: none;
	margin-bottom: 10px;
    font-size : 12px;
    font-weight : normal;
    font-family: Arial, Tahoma, Garamond;
    text-align : right;
}

/*					   */
/* PAGING BAR ELEMENTS */
/*					   */
table.pagingbar{
	padding: 3px;
	background-color: #eee;
	border: 1px solid black;
	font-size : 12px;
	font-weight : normal;
	font-family: Arial, Tahoma, Garamond;
	margin: 0;
}
table.pagingbar a, table.pagingbar a:visited{
	text-decoration: none;
	padding: 2px;
	margin: 0;
}
table.pagingbar a:hover{
	border: 1px solid #555;
	background-color: #CDE8FE;
	padding: 2px;
	text-decoration: none;
	margin: 0;
}

table.pagebottomlinks {
	margin-top: 15px;
	padding: 3px;
	background-color: #eee;
	border: 1px solid black;
    font-size : 12px;
    font-weight : normal;
    font-family: Arial, Tahoma, Garamond;
}

table.pagebottomlinks a, table.pagebottomlinks a:visited{
	text-decoration: none;
	padding: 4px;
	margin: 0;
}
table.pagebottomlinks a:hover{
	border: 1px solid #555;
	background-color: #CDE8FE;
	padding: 4px;
	margin: 0;
	text-decoration: none;
}

/* color box used for themes */
div.colorbox{
	width: 25px;
	height: 25px;
	border: 1px solid black;
	display: block;
	float: left;
	margin-left: 6px;
}

/* Contacts */
div.contactInfoBlock {
	line-height: 15pt;
}
div.contactInfoBlock a {
	line-height: 15pt;
}
div.ContactCard {

	width: 290px;
	height: 160px;
	background-color: #EEEEEE;
	border: 1px solid #CFCFCF;
	float: left;
	margin: 10px 0px 0px 10px;
	position: relative;
}
div.ContactCard div.ContactCardHeader {
	width: 280px;
	height:20px;
	position: absolute;
}
div.ContactCard div.ContactCardHeader span {
	color: #5B4D9F;
	font-size: 0.85em;
	margin-left: 1px;
}
div.ContactCard div.ContactCardLeftTexture {
	width: 36px;
	height:154px;
	background-color: #DDDDDD;
	position: absolute;
	padding: 3px 0 3px 3px;
}
div.ContactCard div.ContactCardBody {
	width: 141px;
	height:130px;
	background-color: #EEEEEE;
	position: absolute;
	top: 16px;
	left: 41px;
	padding: 2px;
	font-size: 0.85em;
	overflow: visible;
	z-index: 2;
}
span.DisplayName {
	font-weight: bold;
	font-size: 1.5em;
}
span.FullName {
	font-size: 1.5em;
	font-weight: bold;
}
div#personalDataBlock > span.FullName {
	font-size: 1em;
	font-weight: bold;
}
.contactCardLabel {
	color: #666666;
	padding-right: 2px;
}
div.ContactCard div.ContactCardPhoto {
	width: 96px;
	height:124px;
	background-color: #EEEEEE;
	position: absolute;
	top: 20px;
	left: 180px;
	margin: auto;
	text-align: right;
}
div.ContactCard div.ContactCardOptions {
	width: 20px;
	height:18px;
	position: absolute;
	top: 140px;
	left: 267px;
	text-align: right;
}
div.ContactCard div.ContactCardTags {
	width: 154px;
	height:12px;
	position: absolute;
	top: 144px;
	left: 41px;
	z-index: 3;
}
table.comments{
	border-collapse: collapse;
	width: 100%;
}
table.comments tr td {
	padding: 0px 5px 20px 0px;
}

/* CSS for checklists */
.checklist {
	border: 1px solid #ccc;
	list-style: none;
	height: 10em;
	overflow: auto;
	width: 16em;
}
.checklist, .checklist li { margin-left: 0; padding: 0; }
.checklist label {
	display: block;
	padding-left: 25px;
	text-indent: -25px;
}
.checklist label:hover, .checklist label.hover { background: #777; }


/* Checklist 2 (Tags)*/
.cl2 {
	border: 1px solid #a17c04;
	color: #a05a04;
	font-family: Arial, Tahoma, Garamond;
	font-size: 0.9em;
	height: 15em;
	width: 200px;
    vertical-align:top;
    margin-bottom:2px;
    padding-top:2px;
    padding-bottom:2px;
}
.cl2 input {margin-left:4px;}
.cl2 .alt {  }
.cl2 label { padding: 0.2em 0.2em 0.2em 25px; }
.cl2 label:hover, .cl2 label.hover { background: #EFE9D4; color: #a05a04; }

/* Checklist 3 (Contacts) */
.cl3 {
	border: 1px solid #a17c04;
	color: black;
	font-family: Arial, Tahoma, Garamond;
	font-size: 0.9em;
	height: 220px;
	width: 250px;
    vertical-align:middle;
    margin-bottom:2px;
    padding-top:2px;
    padding-bottom:2px;
}
.cl3 input {margin-left:4px;}
.cl3 .alt {  }
.cl3 label:hover, .cl3 label.hover { background: #EFE9D4; color: #black; }
.cl3 li { text-align: left; }

.editable{
     color: #000;
     background-color: #ffffd3;
 }


/**
Attach mode customization of shared markup
*/

/*Aligns the page toolbar left.  /yui/reset-fonts-grids/reset-fonts-grids.css was setting text-align center. */
#attachModePicker #mainTD div.pageToolBar {
	text-align: left;
}
/**
End Attach mode customization
*/


/**
BlogsList styles (used in fileBlogsList.tag)
*/

div#blogsList {
}

div#blogsList a.blogName, a.blogName:visited, a.blogName:hover, a.blogName:active {
	font: bold 110% arial, tahoma, garamond;
	color: #577FA1;
}
div.blogEntryTitle {
	font-weight: bold;
	color: #FF9900;
	font-size: 1.4em;
	white-space: nowrap;
	overflow: hidden;
}


/**
End BlogsList styles
*/

/**
BlogView styles (used in ViewBlogs.jsp)
*/

#blogManage.disabled, #blogPreview.disabled {
	display:none;
}

#blogProperties table.itemBoundingBox {
	width: 100%;
}

#blogProperties table.itemBoundingBox .blogInfo{
	padding: 1em;
}

.numCommentsLink a {
	padding-left: 20px;
}

.numCommentsLink {
	margin: 2px 0 6px 0;
	padding: 0;
	line-height: 16px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(/images/actionbar/16comments.png);
}
.numCommentsLink, .numCommentsLink a, .numCommentsLink a:visited, .numCommentsLink a:hover, .numCommentsLink a:active {
	font: bold 95% arial, tahoma, garamond;
	color: #2758B8;
}

.small-thumb-rating-up a, .small-thumb-rating-down a {
	padding-right: 18px;
}

.small-thumb-rating-up {
	line-height: 24px; /* height of icon */
	background: url(/images/icons/thumbsup-small.png) no-repeat right 50%;
}

.small-thumb-rating-down {
	line-height: 24px; /* height of icon */
	background: url(/images/icons/thumbsdown-small.png) no-repeat right 50%;
}

.update-rating-container, .update-rating-container a {
	line-height: 24px; /* height of rating icon */
}


a.smallThumbRating, a.smallThumbRating:visited, a.smallThumbRating:hover, a.smallThumbRating:active {
	font: bold 95% arial, tahoma, garamond;
	color: #2758B8;
    cursor: pointer;
}

.hover-thumb-rating-widget-container a{
	cursor: pointer;
}

.hover-thumb-rating-widget-container  {
	width:  156px;
	margin: 0.3em;
	position: absolute;
}
a.blogEntryTitle, a.blogEntryTitle:visited, a.blogEntryTitle:hover, a.blogEntryTitle:active {
	font: bold 100% arial, tahoma, garamond;
	color: #2758B8;
}
.blogEntryTimestamp {
	font: normal 90% arial, tahoma, garamond;
}
.blogEntry {
	clear: both;
	padding-bottom: 2em;
}
.blogEntryBody {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#blogsList a.blogEntryTitle, #blogsList a.blogEntryTitle:visited, #blogsList a.blogEntryTitle:hover, #blogsList a.blogEntryTitle:active {
	font: bold 1.2em arial, tahoma, garamond;
	color: #2758B8;
}

#blogsList .attachMode a.blogEntryTitle, #blogsList .attachMode a.blogEntryTitle:visited, #blogsList .attachMode a.blogEntryTitle:hover, #blogsList .attachMode a.blogEntryTitle:active {
	font: bold 100% arial, tahoma, garamond;
	color: #577FA1;
}

#blogsList .blogDescription {
	padding-bottom: 1.5em;
}

#blogsList .blogPostContents {
	padding-top: 1em;
	padding-bottom: 1em;
}

.hover-thumb-rating-widget {
	z-index: 500;
	background: white;
}

div#addBlogEntry .step-body, div#modifyBlogEntry .step-body {
	margin: 1em 1em 1em 1em;
}

a.colorPicker {
    width: 15px;
    height: 16px;
	margin: 1px;
	padding: 0px 0px 0px 16px;
	line-height: 16px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/static/colorpicker/img/sel.gif);
}

input[type="text"].invalidThemeSetting {
   border: 1px solid red;
}


.addLinksList label.linkToAddInfoLabel {
   width: 5.5em;
   float: left;
   text-align: left;
}

.addLinksList .linkToAddInfo {
   padding-bottom: 1em;
}
.addLinksList .linkToAddInfo p {
   padding-bottom: 10px;
}


.bookmarkName {
	font-size: 11pt;
}

/* More/Less */
.more-less-ctl {
	padding: 0.3em;
}
/*  */

#attachUploadFileSteps {
	text-align: left;
}
.cardContent {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #DEDEDE;
}
.propertiesPageBox button {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}
.input-error {
	color: #FF0000;
}

.receipt-message {
     width: 100%;
     height: 22px;
     padding: 6px 0px 0px 30px;
     background-color:#FFFFE1;
     top: -200px;
     left: 0px;
     position:absolute;
     border-bottom: 1px solid threedface;
     clear: both;
}

.receipt-message .receipt-message-content-ok{
     background: url(/images/icons/msgOK.gif) no-repeat left center;
     padding-left: 26px;
}
.receipt-message .receipt-message-content-error{
     background: url(/images/icons/msgError.gif) no-repeat left center;
     padding-left: 26px;
}
.receipt-message .receipt-message-content-warning{
     background: url(/images/icons/msgWarning.gif) no-repeat left center;
     padding-left: 26px;
}
.receipt-message-close {
     background: url(/images/icons/msgClose.gif) no-repeat left center;
     height: 16px;
     width: 16px;
     display: block;
     margin-right: 35px;
     margin-top: -16px;
     float: right;
     border-bottom: 0px;
}

.topbox {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
	overflow: hidden;
	margin-top: 5px;
}

.topbox .topbox-header, .topbox .topbox-header .c {
	height: 11px;
}
.topbox .topbox-header {
	background:transparent url(/images/dialog/g-chrome-header-bar/tl.png) no-repeat 0px 0px;
	margin-right:16px; /* space for right corner */
}

.topbox .topbox-header .c {
	background:transparent url(/images/dialog/g-chrome-header-bar/tr.png) no-repeat right 0px;
	margin-right:-16px; /* pull right corner back over "empty" space (from above margin) */
	padding-right: 15px;
	padding-left: 10px;
}

.topbox .topbox-footer, .topbox .topbox-footer .c {
	height: 16px;
}

.topbox .topbox-footer {
	background:transparent url(/images/dialog/g-chrome-header-bar/bl.png) no-repeat 0px 0px;
	margin-right:16px;
}

.topbox .topbox-footer .c {
	background:transparent url(/images/dialog/g-chrome-header-bar/br.png) no-repeat right 0px;
	margin-right:-16px;
}


.topbox .topbox-contents {
 	background:transparent url(/images/dialog/g-chrome-header-bar/ml.png) no-repeat bottom left;
 	margin-right:16px;
}

.topbox .topbox-contents .c {
	background:transparent url(/images/dialog/g-chrome-header-bar/mr.png) no-repeat bottom right;
	margin-right:-16px;
}

.topbox .topbox-contents .c .body {
	padding-right: 12px;
	padding-left: 12px;
	float: left;
	width: 100%;
}


.newtopbox {
	font-size: 1em;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
	margin-top: 3px;
	overflow: visible;
	margin-right: -2px;
}

.newtopbox > .newtopbox-header {
	background:transparent url(/images/dialog/g-chrome-header2/left.png) no-repeat 0px 0px;
	height: 81px;
}

.newtopbox > .newtopbox-header > .c {
	background:transparent url(/images/dialog/g-chrome-header2/right.png) no-repeat right 0px;
	height: 81px;
	position: relative;
    padding-left: 5px;
    margin-left: 10px;
    padding-left: 5px;
    padding-top: 17px;	
}

/* rcbox - roundedline */

.rounded-line {
	width: auto;
}
.rounded-line > .rounded-line-header, .rounded-line > .rounded-line-header .c {
	height: 5px;
}
.rounded-line > .rounded-line-header {
	background:transparent url(/images/dialog/grayHairline/tl.png) no-repeat 0px 0px;
}

.rounded-line > .rounded-line-header > .c {
	background:transparent url(/images/dialog/grayHairline/tr.png) no-repeat right 0px;
	margin-left:5px;
}

/* hairline */
.hairline-box {
	width: auto;
}

.hairline-box > .hairline-box-header, .hairline-box > .hairline-box-header .c {
	height: 5px;
}
.hairline-box > .hairline-box-header {
	/*background:transparent url(/images/dialog/grayHairline/tl.png) no-repeat 0px 0px;*/
    border-left: 1px solid #ccc; 
    border-top: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
}

.hairline-box > .hairline-box-header > .c {
	/*background:transparent url(/images/dialog/grayHairline/tr.png) no-repeat right 0px;*/
	margin-left:5px;
}

.hairline-box > .hairline-box-footer, .hairline-box > .hairline-box-footer > .c {
	height: 5px;
}

.hairline-box > .hairline-box-footer {
	background:transparent url(/images/dialog/grayHairline/bl.png) no-repeat 0px 0px;
}

.hairline-box > .hairline-box-footer > .c {
	background:transparent url(/images/dialog/grayHairline/br.png) no-repeat right 0px;
	margin-left:5px;
}

.hairline-box > .hairline-box-contents {
 	background:transparent url(/images/dialog/grayHairline/ml.png) repeat-y bottom left;
 	margin-right:5px;
 	padding-left:1px;
}

.hairline-box > .hairline-box-contents > .c {
	background:transparent url(/images/dialog/grayHairline/mr.png) repeat-y bottom right;
	margin-right:-5px;
	padding-right:1px;
}

.hairline-box > .hairline-box-contents > .c > .body {
	padding-right: 5px;
	padding-left: 5px;
}

.coloredRounded-box-box {
	width: auto;
}

.coloredRounded-box-box > .coloredRounded-box-box-header, .coloredRounded-box-box > .coloredRounded-box-box-header > .c {
	height: 5px;
}
.coloredRounded-box-box > .coloredRounded-box-box-header {
	background:#CCCCCC url(/images/dialog/whiteRoundedEdge/tl.png) no-repeat 0px 0px;
}

.coloredRounded-box-box > .coloredRounded-box-box-header > .c {
	background:#CCCCCC url(/images/dialog/whiteRoundedEdge/tr.png) no-repeat right 0px;
	margin-left:5px;
}

.coloredRounded-box-box > .coloredRounded-box-box-footer, .coloredRounded-box-box > .coloredRounded-box-box-footer > .c, .coloredRounded-box-box > .inHeader-coloredRounded-box-box-footer, .coloredRounded-box-box > .inHeader-coloredRounded-box-box-footer > .c {
	height: 5px;
}


.coloredRounded-box-box > .inHeader-coloredRounded-box-box-footer {
	background:#CCCCCC url(/images/dialog/headerRoundedEdge/bl.png) no-repeat 0px 0px;
}

.coloredRounded-box-box > .inHeader-coloredRounded-box-box-footer > .c {
	background:#CCCCCC url(/images/dialog/headerRoundedEdge/br.png) no-repeat right 0px;
	margin-left:5px;
}

.coloredRounded-box-box > .coloredRounded-box-box-footer {
	background:#CCCCCC url(/images/dialog/whiteRoundedEdge/bl.png) no-repeat 0px 0px;
}

.coloredRounded-box-box > .coloredRounded-box-box-footer > .c {
	background:#CCCCCC url(/images/dialog/whiteRoundedEdge/br.png) no-repeat right 0px;
	margin-left:5px;
}

.coloredRounded-box-box > .coloredRounded-box-box-contents {
 	background:#CCCCCC url(/images/dialog/whiteRoundedEdge/ml.png) repeat-y bottom left;
 	margin-right:5px;
 	padding-left:1px;
}

.coloredRounded-box-box > .coloredRounded-box-box-contents > .c {
	background:#CCCCCC url(/images/dialog/whiteRoundedEdge/mr.png) repeat-y bottom right;
	margin-right:-5px;
	padding-right:1px;
}

.coloredRounded-box-box > .coloredRounded-box-box-contents > .c > .body {
	padding-right: 5px;
	padding-left: 5px;
}

.rcbox {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
}

.rcbox > .rcbox-header, .rcbox > .rcbox-header > .c {
	height: 11px;
}
.rcbox > .rcbox-header {
	background:transparent url(/images/dialog/g-chrome-ads-window/tl.png) no-repeat 0px 0px;
	margin-right:16px; /* space for right corner */
}

.rcbox > .rcbox-header > .c {
	background:transparent url(/images/dialog/g-chrome-ads-window/tr.png) no-repeat right 0px;
	margin-right:-17px; /* pull right corner back over "empty" space (from above margin) */
	padding-right: 15px;
	padding-left: 10px;
}

.rcbox > .rcbox-footer, .rcbox > .rcbox-footer > .c {
	height: 18px;
}

.rcbox > .rcbox-footer {
	background:transparent url(/images/dialog/g-chrome-ads-window/bl.png) no-repeat 0px 0px;
	margin-right:16px;
}

.rcbox > .rcbox-footer > .c {
	background:transparent url(/images/dialog/g-chrome-ads-window/br.png) no-repeat right 0px;
	margin-right:-17px;
}


.rcbox > .rcbox-contents {
 	background:transparent url(/images/dialog/g-chrome-ads-window/ml.png) no-repeat bottom left;
 	margin-right:16px;
}

.rcbox > .rcbox-contents > .c {
	background:transparent url(/images/dialog/g-chrome-ads-window/mr.png) no-repeat bottom right;
	margin-right:-17px;
}

.rcbox > .rcbox-contents > .c > .body {
	padding-right: 13px;
	padding-left: 9px;
	min-height: 100px;
}
.rc-innerbox {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
}

.rc-innerbox .rc-innerbox-header, .rc-innerbox .rc-innerbox-header .c {
	height: 11px;
}
.rc-innerbox .rc-innerbox-header {
	background:transparent url(/images/dialog/g-chrome-ads-window/tl.png) no-repeat 0px 0px;
	margin-right:16px; /* space for right corner */
}

.rc-innerbox .rc-innerbox-header .c {
	background:transparent url(/images/dialog/g-chrome-ads-window/tr.png) no-repeat right 0px;
	margin-right:-17px; /* pull right corner back over "empty" space (from above margin) */
	padding-right: 15px;
	padding-left: 10px;
}

.rc-innerbox .rc-innerbox-footer, .rc-innerbox .rc-innerbox-footer .c {
	height: 18px;
}

.rc-innerbox .rc-innerbox-footer {
	background:transparent url(/images/dialog/g-chrome-ads-window/bl.png) no-repeat 0px 0px;
	margin-right:16px;
}

.rc-innerbox .rc-innerbox-footer .c {
	background:transparent url(/images/dialog/g-chrome-ads-window/br.png) no-repeat right 0px;
	margin-right:-17px;
}


.rc-innerbox .rc-innerbox-contents {
 	background:transparent url(/images/dialog/g-chrome-ads-window/ml.png) no-repeat bottom left;
 	margin-right:16px;
}

.rc-innerbox .rc-innerbox-contents .c {
	background:transparent url(/images/dialog/g-chrome-ads-window/mr.png) no-repeat bottom right;
	margin-right:-17px;
}

.rc-innerbox .rc-innerbox-contents .c .body {
	padding-right: 16px;
	padding-left: 12px;
	min-height: 100px;
}

.rc-onerow {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
	overflow: visible;
	margin-top: 3px;
	margin-bottom: 3px;
	z-index: 999999;
}

.rc-onerow .rc-onerow-header, .rc-onerow .rc-onerow-header .c {
	height: 11px;
}
.rc-onerow .rc-onerow-header {
	background:transparent url(/images/dialog/g-chrome-sub-nav-bar/tl.png) no-repeat 0px 0px;
	margin-right:15px; /* space for right corner */
}

.rc-onerow .rc-onerow-header .c {
	background:transparent url(/images/dialog/g-chrome-sub-nav-bar/tr.png) no-repeat right 0px;
	margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
	padding-right: 14px;
	padding-left: 10px;
}

.rc-onerow .rc-onerow-footer, .rc-onerow .rc-onerow-footer .c {
	height: 15px;
	z-index: 0;
}

.rc-onerow .rc-onerow-footer {
	background:transparent url(/images/dialog/g-chrome-sub-nav-bar/bl.png) no-repeat 0px 0px;
	margin-right:16px;
}

.rc-onerow .rc-onerow-footer .c {
	background:transparent url(/images/dialog/g-chrome-sub-nav-bar/br.png) no-repeat right 0px;
	margin-right:-16px;
}


.rc-onerow .rc-onerow-contents {
 	background:transparent url(/images/dialog/g-chrome-sub-nav-bar/ml.png) no-repeat bottom left;
 	margin-right:16px;
 	height: 30px;
}

.rc-onerow .rc-onerow-contents .c {
	background:transparent url(/images/dialog/g-chrome-sub-nav-bar/mr.png) no-repeat bottom right;
	margin-right:-16px;
	height: 30px;
}

.rc-onerow .rc-onerow-contents .c .body {
	padding-right: 12px;
	padding-left: 12px;
	height: 30px;
}

.rc-onerow .rc-onerow-contents .c .body .wrapper {
	float:left;
	margin-top: 0px;
	text-transform: lowercase;
	overflow: visible;
}

.rc-bigbox {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
}

.rc-bigbox > .rc-bigbox-header, .rc-bigbox > .rc-bigbox-header > .c {
	height: 11px;
}
.rc-bigbox > .rc-bigbox-header {
	background:transparent url(/images/dialog/chrome/tl.png) no-repeat 0px 0px;
	margin-right:16px; /* space for right corner */
}

.rc-bigbox > .rc-bigbox-header > .c {
	background:transparent url(/images/dialog/chrome/tr.png) no-repeat right 0px;
	margin-right:-17px; /* pull right corner back over "empty" space (from above margin) */
	padding-right: 15px;
	padding-left: 10px;
}

.rc-bigbox > .rc-bigbox-footer, .rc-bigbox > .rc-bigbox-footer > .c {
	height: 77px;
}

.rc-bigbox > .rc-bigbox-footer {
	background:transparent url(/images/dialog/chrome/bl.png) no-repeat 0px 0px;
	margin-right:16px;
}

.rc-bigbox > .rc-bigbox-footer > .c {
	background:transparent url(/images/dialog/chrome/br.png) no-repeat right 0px;
	margin-right:-17px;
}


.rc-bigbox > .rc-bigbox-contents {
 	background:transparent url(/images/dialog/chrome/ml.png) repeat-y bottom left;
 	margin-right:16px;
}

.rc-bigbox > .rc-bigbox-contents > .c {
	background:transparent url(/images/dialog/chrome/mr.png) repeat-y bottom right;
	margin-right:-17px;
}

.rc-bigbox > .rc-bigbox-contents > .c > .body {
	padding-right: 16px;
	padding-left: 12px;
	min-height: 445px;
}
.rc-bigbox > .rc-bigbox-footer > .c > .footer {
	padding-right: 16px;
	padding-left: 12px;
	padding-top: 20px;
}

/* elastic buttons */
div.elasticButton {
	cursor: pointer;
	font-size: 10pt;
}
div.elasticButton div.elasticButtonLeft {
	height: 30px;
	background:transparent url(/images/buttons/elasticLeft.png) no-repeat;
}
div.elasticButton div.elasticButtonRight {
	height: 30px;
	background:transparent url(/images/buttons/elasticRight.png) no-repeat;
	margin-left:9px;
	padding-right:16px;
	float: left;
}
div.elasticButton .elasticButtonTitle {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 6px;
}
div.elasticButton div.icon-submit {
	background:transparent url(/images/buttons/icon-submit.png) no-repeat 0px 9px;
	padding-left: 17px;
}s
div.elasticButton div.icon-cancel {
	background:transparent url(/images/buttons/icon-cancel.png) no-repeat 0px 9px;
	padding-left: 17px;
}

div.elasticButton div.greenLeft {
	background-position: 0px 0px;
}
div.elasticButton div.greenLeft:hover {
	height: 30px;
	background-position: 0px -31px;
}
div.elasticButton div.greenRight {
	background-position: right 0px;
}
div.elasticButton div.greenRight:hover, div.elasticButton div.greenRight-hover  {
	height: 30px;
	background-position: right -31px !important;
}
div.elasticButton div.grayLeft {
	background-position: 0px -62px;
}
div.elasticButton div.grayLeft:hover {
	height: 30px;
	background-position: 0px -93px;
}
div.elasticButton div.grayRight {
	background-position: right -62px;
}
div.elasticButton div.grayRight:hover, div.elasticButton div.grayRight-hover  {
	height: 30px;
	background-position: right -93px !important;
}
div.elasticButton div.redLeft {
	background-position: 0px -124px;
}
div.elasticButton div.redLeft:hover {
	height: 30px;
	background-position: 0px -155px;
}
div.elasticButton div.redRight {
	background-position: right -124px;
}
div.elasticButton div.redRight:hover, div.elasticButton div.redRight-hover {
	height: 30px;
	background-position: right -155px !important;
}
div.elasticButton div.blueLeft {
	background-position: 0px -186px;
}
div.elasticButton div.blueLeft:hover {
	height: 30px;
	background-position: 0px -217px;
}
div.elasticButton div.blueRight {
	background-position: right -186px;
}
div.elasticButton div.blueRight:hover, div.elasticButton div.blueRight-hover {
	height: 30px;
	background-position: right -217px !important;
}
div.elasticButton div.purpleLeft {
	background-position: 0px -249px;
}
div.elasticButton div.purpleLeft:hover {
	height: 30px;
	background-position: 0px -281px;
}
div.elasticButton div.purpleRight {
	background-position: right -249px;
}
div.elasticButton div.purpleRight:hover, div.elasticButton div.purpleRight-hover {
	height: 30px;
	background-position: right -281px !important;
}

/* elastic subheaders */
div.elasticSubheader {
	margin-right: 10px;
	margin-bottom: 3px;
	cursor: pointer;
}
div.elasticSubheader div.elasticSubheaderLeft {
	height: 22px;
	background:transparent url(/images/buttons/subHeader-left.png) no-repeat;
}
div.elasticSubheader div.elasticSubheaderRight {
	height: 22px;
	background:transparent url(/images/buttons/subHeader-right.png) right 0px;
	margin-left:6px;
	float: left;
	width: 100%;
}
div.elasticSubheader .elasticSubheaderTitle {
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 2px;
	text-transform: lowercase;
}

/* 123 Page */
.step {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
	width: auto;
	overflow: hidden;
}

.step .step-header, .step .step-header .c, .step .step-header .r {
	height: 58px;
}
.step .step-header {
	background:transparent url(/images/dialog/123/tl.png) no-repeat 0px 0px;
}
.step .step-header .icon {
	float: left;
	width:32px;
	height:32px;
	margin-top:16px;
	margin-left:32px;
}
.step .step-header .stepTitle {
	float: left;
	height: 17px;
	margin-top: 12px;
	margin-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}
.step .step-header .step1 {
	background:transparent url(/images/dialog/123/step1.png) no-repeat 0px 0px;
	padding-left: 85px;
}
.step .step-header .step2 {
	background:transparent url(/images/dialog/123/step2.png) no-repeat 0px 0px;
	padding-left: 87px;
}
.step .step-header .step3 {
	background:transparent url(/images/dialog/123/step3.png) no-repeat 0px 0px;
	padding-left: 102px;
}
.step .step-header .step4 {
	background:transparent url(/images/dialog/123/step4.png) no-repeat 0px 0px;
	padding-left: 95px;
}
.step .step-header .step5 {
	background:transparent url(/images/dialog/123/step5.png) no-repeat 0px 0px;
	padding-left: 85px;
}
.step .step-header .c {
	background:transparent url(/images/dialog/123/tr.png) repeat-x top right;
	margin-left: 76px;
}

.step .step-contents {
 	background: transparent url(/images/dialog/123/ml.png) repeat-y bottom left;
 	margin-right: 16px;
	padding-bottom: 6px;
}

.step .step-contents .c {
	background:transparent url(/images/dialog/123/mr.png) repeat-y bottom right;
	margin-right:-16px;
	margin-left: 5px;
}

.step .step-contents .c .body {
	padding-right: 16px;
	padding-left: 80px;
	min-height: 32px;
	padding-bottom: 16px;
}


.step .step-footer, .step .step-footer .c, .step .step-footer .r {
	height: 19px;
}
.step .step-footer {
	background:transparent url(/images/dialog/123/bl.png) no-repeat 0px 0px;
}
.step .step-footer .c {
	background:transparent url(/images/dialog/123/br.png) repeat-x bottom right;
	margin-left: 82px;
	margin-right: 2px;
}

div.innerstep {
	margin-top:-12px;
}
div.laststep {
	margin-top:-6px;
}
/* end 123 page */


/* usedon minitour */
div.miniTourSubheader{
	font-size: 1.5em;
	font-weight: bold;
	margin-left:5px;
	padding: 3px 0px 7px 0px;
}
div.miniTourSubheaderText {
	font-size: 1em;
	margin-left:10px;
	padding: 5px 0px 30px 0px;
}



div.areaName {
 	color:blue;
  	font-size: 1.6em;
  	font-weight: bold;
  	margin: 3px 0px 8px 0px;
}
div.hrColoredIcon {
  	width: 100%;
}
div.hrColoredIcon div.coloredHr {
  	width: *;
  	height: 6px;
  	background-color: #CFCFCF;
  	margin-right: 80px;
}
div.hrColoredIcon div.areaIcon {
  	height: 64px;
  	width: 64px;
  	display: block;
  	float: right;
  	margin-top:-32px;
}
div.vertSpacer {
  	clear: both;
  	height: 12px;
}
.clickable-theme-swatch {
	/*background-position: 75% 5%;*/ /* places a large petal on the far right of the swatch */
	/*background-position: 28% 64%;*/ /* centers a medium petal */
	background-position: 68% 7%; /* centers a small petal */
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	float: left;
	margin: 2px;
	height: 60px;
	width: 60px;
	cursor: pointer;
}
.selected-theme-swatch {
	border: 2px solid #000000;
	margin: 0px;
}
/*new checkboxes styling*/
  .checkbox {
   height: 16px;
   width: 15px;
   padding: 0px;
   background: transparent url("/images/checkButton.png") no-repeat 0px 0px;
   cursor: pointer;
   display: block;
 }
 .checkbox input {
   display: inline;
   visibility: hidden;
 }
 .selected {
   background-position: 0 -52px;
 }

.kadooContextMenu {
	background-color: #EFEFEF;
	padding: 4px 4px 4px 10px;
	border: 1px solid #DFDFDF;
	text-align: left;
	overflow: hidden;
}

.memberContextMenu {
	background-color: #EFEFEF;
	padding: 4px 4px 4px 10px;
	border: 1px solid #DFDFDF;
	text-align: left;
}

div#category-header {
	background:transparent url(/images/dialog/chrome/bl.png) no-repeat 0px 0px;
}

.category-arrow {
	width: 17px;
	height: 17px;
	display: block;
	float: right;
	margin-right: 2px;
	margin-top: 2px;
	font-size:72%;
}

.category-arrow-expanded {
	background: url(/images/controls/16collapse_module.png) no-repeat;
}

.category-arrow-minimized {
	background: url(/images/controls/16expand_module.png) no-repeat;
}

.categories {
	visibility: hidden;
	display: none;
	border: 0px !important;
}

/* image scale */
div.image-scaler {
	height: 22px;
}

div.image-scaler span {
	background-image: url("/images/icons/photoSizes.png");
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 22px;
	margin-left: 3px;
	cursor:pointer;
}
.image-scaler span.szSmall {
	width: 11px;
	background-position: 0px 0px;
}
.image-scaler span.szSmall:hover {
	width: 11px;
	background-position: 0px -24px;
}
.image-scaler span.selectedSmall {
	background-position: 0px -24px;
}
.image-scaler span.szMedium {
	width: 15px;
	background-position: -11px 0px;
}
.image-scaler span.szMedium:hover {
	width: 15px;
	background-position: -11px -24px;
}
.image-scaler span.selectedMedium {
	background-position: -11px -24px;
}
.image-scaler span.szLarge {
	width: 22px;
	background-position: -27px 0px;
}
.image-scaler span.szLarge:hover {
	width: 22px;
	background-position: -27px -24px;
}
.image-scaler span.selectedLarge {
	background-position: -27px -24px;
}
.scalerMarginSmall{margin-left:85px;}
.scalerMarginMedium{margin-left:185px;}
.scalerMarginLarge{margin-left:285px;}


/* sharing landing pages */
img.maxPreview { max-width: 200px; }
div#shareLandingBox > .rcbox-contents > .c > .body { min-height: 345px; }
div#videoOnLandingPage img { padding: 7px 0px 0px 0px; }
div#loginToSeePage > .rcbox-contents > .c > .body { min-height: 265px; }
div#loginToSeePage { min-width: 319px; }

/* welcome page */
.caretfix {overflow:auto; }
table#loginTable{ border-collapse: separate; border-spacing: 0px 5px; }

img#welcomeLogo{padding-top:12px;}

div#welcomeHeader { margin-top: 10px; }
.WelcomeHeaderLinks{ color: gray; margin: 0px 19px 0px 0px; padding:0px; }
.WelcomeHeaderLinks img{vertical-align:bottom; padding-left:13px; padding-right:13px}


table#loginTable .formLabel { font-weight: bold; color: #333333;}

.welcomeTextBig { font-size: 24pt; font-weight: bold; }
.welcomeTextMed { font-size: 18pt; font-weight: bold;}
.welcomeTextSml { font-size: 14pt; font-weight: normal;}
.bottomTextTitle { font-size: 10pt; font-weight: bold; color:#333333;}
.bottomTextBody { font-size: 8pt; font-weight: normal; color:#999999; padding-top:5px;}

/* uac box */

div#UACFormBox > .rcbox-contents > .c > .body { min-height: 330px; }

/* small box */
div#signupButtonBox { width: 200px; position: absolute; top:-5px; right:-20px;}
div#signupButtonBox > .rcbox-contents > .c > .body { min-height: 85px; }

/* already have an account box */
div#kadooAlreadyHaveAccount { width: 319px; }
div#kadooAlreadyHaveAccount > .rcbox-contents > .c > .body { min-height: 338px; }



/* welcome page icons */
div.welcomePageIconsGreen { width: 235px; height: 35px; background:transparent url('/images/welcome/welcome-sprites.png') 0px -211px}
div.welcomePageIconsBlue { width: 235px; height: 35px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat 0px -249px}
div.welcomePageIconsPurple { width: 235px; height: 35px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat 0px -289px}
div.welcomePageTextTryKadooItsFree { width: 138px; height:25px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat 0px -90px}
div.welcomePageText10GB { width: 150px; height:25px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat 0px -64px}
div.welcomePageSignupRed { cursor: pointer; width: 317px; height: 40px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat 0px -120px}
div.welcomePageSignupRedButton { cursor: pointer; width: 72px; height: 35px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat -185px -50px}
div.welcomePageLoginBlue { margin-top: 7px; cursor: pointer; width: 70px; height: 36px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat -189px -4px}
div.welcomePageSignupGreen { cursor: pointer; width: 317px; height: 38px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat 0px -337px}
div.welcomePageOpenAccountGreen { margin-top: 7px; margin-right:20px; float:right; cursor: pointer; width: 158px; height: 36px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat 0px -373px}
div.welcomePageSignupBlue { cursor: pointer; width: 317px; height: 38px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat 0px -411px}
div.welcomePageOpenAccountBlue { margin-top: 7px; margin-right:20px; float:right; cursor: pointer; width: 158px; height: 36px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat -163px -373px}
div.welcomePageLoginReqBlue { cursor: pointer; width: 317px; height: 38px; background:transparent url('/images/welcome/welcome-sprites.png') no-repeat 0px -493px}


div#usernameWrapper{ font-size: 11pt; }

.mask {	-moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=80);background-color:#2f2f2f;}
#forgotPw{ padding-left: 2px;}
#gotAnInviteCode{ font-weight:bold; text-decoration:none; border: 0px; font-size: .8em; padding-left: 2px; color: #666666;}
.midRed{font-weight:bold; color:#814790; font-size:1.6em; text-align:left;}
#popular{padding-right:5px; color:#F58220; font-weight:bold}
.midOrange{font-weight:bold; color:#336699; font-size:1.6em}
div#searchBox .rcbox-contents .c .body, div#whatsNewBox .rcbox-contents .c .body, div#loginBox .rcbox-contents .c .body { height: 160px; }
.search{width:450px; font-size:1em;}
.kadooLogin{text-align:left; font-size:1em; color:#333333; width:350px;}
.kadooLoginBtn{margin-top:10px; width:101px; height:43px; cursor:pointer; float: right; background:transparent url('/images/buttons/blueLogin.png') no-repeat}
.kadooSearchBtn{float:right; cursor:pointer; width:112px; height:43px; margin-top:35px; background:transparent url('/images/buttons/purpleSearch.png') no-repeat}
.footer{padding-top:10px; width:100%; clear:both; color:gray; font-size:.7em; text-align:center}
.footer img{vertical-align:bottom}
.errorMsg{font-size:.8em; color:red}
.errorMsgInline{font-size:.8em; color:red; padding-left:8px}
.skipstep{cursor:pointer; float:right; height:25px; width:107px; background:no-repeat}
#forgotPwLink{position:relative;}
div#welcomeSearch .yui-nav { margin-left: 0px; }
div#welcomeSearch .yui-content { padding: 0px; }
div#welcomeSearch .yui-nav a em { font-size: 10pt;  }
div#welcomeSearch .yui-nav .selected a { border-color: #7F9DB9; background-color: #FF9933; font-size: 10pt; }
div#welcomeSearch .yui-nav .selected a em { border-color: #7F9DB9;  }

/*invitation div*/
input#inviteCode { margin-top: 5px; }
input#emailInputNotify { margin-top: 5px; }
div#submitInviteCode { margin-top:10px;}
div#addEmailToListButton { margin-top:10px; }
div#requestInviteLink { font-size: 9pt; margin-top: 30px;}
div#redeemInviteLink{ font-size: 9pt; margin-top: 30px;}
.try-kadoo-instructions, .try-kadoo-message{font-size:9pt;}
#try-kadoo-logo{background:transparent url("/images/logos/kadoo_logo_150.png") no-repeat 0 0;width:398px;height:151px;margin-bottom:3em}
#hasInviteCode{margin-left:2px}
#noInviteCode{margin-left:2px}
/*end invitation div*/

/* Step 1 Div */
#whatIsKadoo{float:right; width:57%; padding:0px 5px 5px 5px}
table.uactable td{padding-bottom:2px; padding-right:2px; padding-left: 5px; font-size: 12pt;}

div.errorDiv{float:right; width:89%; margin-top:12px; font-size:1.2em; color:red; font-weight:bold}
div.errorBox{float:left; width:11%; margin-left:-5px}
div.clear{clear:both; font-size:1px; line-height:1px; overflow:hidden; visibility:hidden; width:0; height:0}
.title{font-size:1.5em; font-weight:bold; text-align:left}
.tryKadoo{color:#336699; margin-left:2px}
.create{color:#F58220; margin-left:2px}
strong.subtitle{font-size:1.4em; font-weight:bold;}
a.underline{color:blue; text-decoration:underline; font-size:.9em}
a.terms:hover{color:blue; text-decoration:underline}
.termsAndUpdates{padding-left:5px; color:gray; font-size:8pt}
#step1, #step1b{width:310px}
.steptitle{height:35px; clear:both}
div#whatIsKadoo div.rc-innerbox div.rc-innerbox-contents div.c{min-height:450px}
.yui-panel{border:none; overflow:visible; background-color:transparent}
.yui-panel .hd{padding-top:3px; font-family:Arial,Helvetica,Tahoma; font-weight:bold; border:none; background-color:transparent; color:white; height:15px; text-align:right; overflow:visible}
.yui-panel .hd span{vertical-align:middle; line-height:22px; padding-right:30px}
.yui-panel .bd{font-family:Arial,Helvetica,Tahoma; overflow:auto; padding:4px; background-color:transparent}
.yui-panel .ft{font-size:75%; color:#666; padding:2px; overflow:hidden; border:none; background-color:transparent}
.yui-panel .container-close{top:5px; right:8px; height:21px; width:21px; background-image:url('/images/controls/roundClose.gif')}
/* End Step 1 Div */

/*start preview divs*/
img.prof-head { position: absolute; height: 64px; width: 240px; left: 130px; top: 5px; }
img.prof-body{ position: absolute; height: 233px; width: 240px; left: 130px; top: 71px; }
.profilepreviewHeader{background:no-repeat; height:18px; width:100%; margin-bottom:-15px;}
.background-preview-swatch{height:304px; width:370px; padding: 0px; position: relative;}
.addressBarWrapper{position: relative; height: 22px; width: 370px; text-align: center;}
.addressBar{z-index:2; height:22px;width: 370px;position: absolute;left: 0px; top: 0px;}
.addressURL{z-index:3; font-size:10pt; left:22px; top:4px; position:absolute; text-align:left; width:300px;overflow: hidden;}
.startIcon{z-index:2; position:absolute; top:-1px; left:135px;height:75px;}
.usernameHead{z-index:1; font-size:22px; font-weight:bold; left:212px; top:10px; position:absolute; text-align:left; width:155px;overflow: hidden; height: 24px;}
.usernameBody{z-index:1; position:absolute; left:16px; top:146px; font-weight:bold; font-size:10px; text-align:center; width:93px; overflow: hidden;}
.contactHeader{z-index:1; position:absolute; font-weight:bold; left:145px; top:125px; font-size:12px}
.contactFullName{z-index:1; position:absolute; font-weight:bold; left:145px; top:86px; font-size:1.3em; color:#DD4000; height: 20px; width: 215px; text-align: left; overflow: hidden; white-space: normal;}
.contactAgeLabel{z-index:1; position:absolute; top:140px; left:145px; font-size:10px; font-weight:bold}
.contactGenderLabel{z-index:1; position:absolute; top:155px; left:145px; font-size:10px; font-weight:bold}
.contactFromLabel{z-index:1; position:absolute; top:170px; left:145px; font-size:10px; font-weight:bold}
.contactAge{z-index:1; position:absolute; top:140px; left:170px; font-size:10px}
.contactGender{z-index:1; position:absolute; top:155px; left:185px; font-size:10px}
.contactFrom{z-index:1; position:absolute; top:170px; left:190px; font-size:10px}
.stuffBox{position: absolute; top:190px; left:145px; width: 220px;}
.screenNameStuff { width: 270px; overflow: hidden; height: 16px;}
table.previewStuffTable { width: 100%;	margin-top: 5px; margin-left:5px; }
table.previewStuffTable th { font-weight: bold; padding: 0px 0px 0px 5px; text-align: left;}
table.previewStuffTable td { color: #000; font-size:1em; padding: 0px 0px 2px 5px; text-align: left; }
.stuffHeader {	font-size:11pt;	color: #0042A5;	font-weight:bold; text-align: left; overflow: hidden; width:202}
.fakeLink { color: #336699 !important; }
/*end preview divs */

/* uac error handling */
div#usernameErrorHandling, div#emailErrorHandling, div#zipErrorHandling, div#captchaErrorHandling, div#passwordErrorHandling { width: 97%; }

/*start step 3 div*/
#selectbg{display:none}
#usernameHeader{width:100%; float:left; color:white; font-weight:bold; font-size:2em; background-color:gray; text-align:center}
.defaultAvatar{position:absolute; top:64px; left:15px;width:95px; height:95px;}
#userInfoText{float:right; margin-top:75px; margin-right:5px}
/*end step 3 div*/

/*start step 5 div*/
#wait .bd {padding:10px 0; text-align:center;}
#wait .hd {background-color: #FF9900; text-align:center;}
/*end step 5 div*/

/*step 6*/
.emailBtns{height:63px; cursor:pointer}
#providerGrid{float:left; width:65%}
#contactList{float:right; width:35%}
.checkedSpan{background:transparent url('/images/icons/reddot.png') no-repeat; height:16px; width: 60px; margin:0px auto}
.checkedSpan2{background:transparent url('/images/icons/reddot.png') no-repeat; height:16px; width: 60px; margin:0px auto}
#selectInvites{float:left; width:50%}
#inviteMessage{float:right; width:50%}
.memberPreview{float:left; width:50%}
.nonmemberPreview{float:right; width:50%}
textarea{ resize:none}
/*end step 6 div*/

/* admin css */
div#kadooAdminLogo{width:131px; height:51px; margin-bottom:10px}
div.adminNavSectionHeader{background-color:#F78221; color:#FFF; font-size:1.00em; font-weight:bold; font-family:sans-serif; padding:4px; text-align:left}
ul.adminNavlist{text-align:left; list-style:none; padding:0; margin:0 auto}
ul.adminNavlist li{display:block; margin:0; padding:0}
ul.adminNavlist li a{display:block; padding:0.5em; border-width:1px; border-color:#ffe #aaab9c #ccc #fff; border-style:solid; color:#777; text-decoration:none; background:#DEDBCE; font-size:1em}
.navcontainer>ul.adminNavlist li a{width:auto}
ul.adminNavlist li#active a{background:#f0e7d7; color:#800000}
ul.adminNavlist li a:hover, ul.adminNavlist li#active a:hover{color:#000; background:transparent; border-color:#ccc #ccc #ccc #ccc}

/* kadoo menu */
.kadooMenu{height: 30px;}
.kadooMenu .yuimenubaritemlabel, .kadooMenu .yuimenuitemlabel {line-height:28px; text-transform:lowercase;font-size: .9em;}
.kadooMenu .yuimenubar{visibility:visible; position:static;}
.kadooMenu .yuimenu .yuimenu, .kadooMenu .yuimenubar .yuimenu{visibility:hidden; position:absolute; top:-10000px; left:-10000px}
.kadooMenu .yuimenubar li, .kadooMenu .yuimenu li{list-style-type:none;background-position: 4px center; background-repeat: no-repeat;}
.kadooMenu .yuimenuitemlabel, .kadooMenu .yuimenubaritemlabel{text-align:left; white-space:nowrap}
.kadooMenu .yuimenubar ul{*zoom:1}
.kadooMenu .yuimenubar .yuimenu ul{*zoom:normal}
.kadooMenu .yuimenubar>.bd>ul:after{content:"."; display:block; clear:both; visibility:hidden; height:0; line-height:0}
.kadooMenu .yuimenubaritem{float:left;}
.kadooMenu .yuimenubaritemlabel, .yuimenuitemlabel{display:block;font-size:0.9em;}
.kadooMenu .yuimenubaritemlabel{border:0px;}
.kadooMenu .yui-menu-shadow{position:absolute; visibility:hidden; z-index:-1}
.kadooMenu .yui-menu-shadow-visible{top:2px; right:-3px; left:-3px; bottom:-3px; visibility:visible}
.kadooMenu .hide-scrollbars *{overflow:hidden}
.kadooMenu .hide-scrollbars select{display:none}
.kadooMenu .yuimenu.show-scrollbars, .kadooMenu .yuimenubar.show-scrollbars{overflow:visible}
.kadooMenu .yuimenu.hide-scrollbars .yui-menu-shadow, .kadooMenu .yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden}
.kadooMenu .yuimenu.show-scrollbars .yui-menu-shadow, .kadooMenu .yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto}
.kadooMenu .yuimenubar{background:transparent; font-size:1em; line-height:30px; *line-height:30px; font-weight: bold;}
.kadooMenu .yuimenubarnav-right {float:right;margin-right:0px;}
.kadooMenu .yuimenubarnav .yuimenubaritem{background-repeat: no-repeat;padding:1px 4px 1px 4px;margin:0px 3px 0px 0px;}
.kadooMenu .yuimenubaritemlabel{padding:0px 5px 0px 32px; color:#000; text-decoration:none; cursor:hand; *position:relative; margin:0px 0px 0px 0px;}
.kadooMenu .yuimenubarnav .yuimenubardivider{padding:0px !important;border-right:2px dotted #666666 !important;height:20px;margin: 6px 3px 6px 0px !important;border-left: 0px !important; border-bottom: 0px !important; border-top: 0px !important; background-color: transparent !important;}
.kadooMenu .yuimenubarnav .yuimenubardivider .hideme {padding:0px; margin: 0px;}
.kadooMenu .yuimenubarnav .yuimenubaritemlabel{*display:inline-block}
.kadooMenu .yuimenubarnav .yuimenubaritemlabel-hassubmenu{background:url(/images/icons/orangearrow-down.png) right center no-repeat; padding-right: 30px;}
.kadooMenu .yuimenubaritem-selected{background-color:#FEC857; padding: 0px 3px 0px 3px !important; border: 1px solid #D67C21;}
.kadooMenu .yuimenubaritemlabel-selected{}
.kadooMenu .yuimenubarnav .yuimenubaritemlabel-hassubmenu-selected{background:url(/images/icons/orangearrow-down-hover.png) right center no-repeat}}
.kadooMenu .yuimenubaritemlabel-disabled{cursor:default; color:#A6A6A6}
.kadooMenu .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{background-image:url(/images/icons/menubaritem_submenuindicator_disabled.png)}
.kadooMenu .yuimenu{font-size:1em; line-height:30px; *line-height:30px}
.kadooMenu .yuimenubar .yuimenu, .kadooMenu .yuimenu {font-size:1em;}
.kadooMenu .yuimenu .bd{background-color:#efefef}
.kadooMenu .yuimenu ul{padding:3px 0;}
.kadooMenu .yuimenu ul.first-of-type{border-width:0}
.kadooMenu .yuimenuitem{_border-bottom:solid 1px #fff}
.kadooMenu .yuimenuitemlabel{padding:0 6px 0 34px; color:#000; text-decoration:none; cursor:hand; border: 0px;}
.kadooMenu .yuimenuitem-hassubmenu{background-image:url(/images/icons/menuitem_submenuindicator.png); background-position:right center; background-repeat:no-repeat}
.kadooMenu .yui-menu-shadow-visible{background-color:#000; opacity:.12; *filter:alpha(opacity=12)}
.kadooMenu .yuimenuitem-selected{background-color:#FEC857;}
.kadooMenu .submenu li { background-position: 5px 3px;  }
.kadooMenu .yuimenu .publishto {width:110px; font-size: 0px; height:32px;}
.kadooMenu .yuimenu .portalLayouts {width:115px; height:45px; font-size: 0px;}
.kadooMenu .yuimenu .portalLayouts .yuimenuitemlabel {line-height: 45px; height: 45px;}
.kadooMenu .yuimenu .separator {border-bottom: 1px dotted #999999;}

/* no icons varient of kadooMenu */
.noIcons { height: 20px; }
.noIcons .yuimenubaritemlabel, .noIcons .yuimenuitemlabel{ padding:0px; color:#000000; line-height: 16px; padding:1px 5px;}
.noIcons .yuimenubarnav .yuimenubaritemlabel-hassubmenu, .noIcons .yuimenuitem-hassubmenu, .noIcons .yuimenuitem-hassubmenu-selected { background-image: none; padding: 1px 5px;}
.noIcons .yuimenubarnav .yuimenubardivider { height: 10px; margin: 12px 3px 3px 0px !important; }
.noIcons .yuimenuitemlabel{padding:1px 5px; color:#000000; text-decoration:none; cursor:hand; border: 0px;}



/* kadoo inline menu */
.kadooInlineMenu .yuimenubaritemlabel, .kadooInlineMenu .yuimenuitemlabel {line-height:20px; text-transform:lowercase; font-size: 0.85em; font-weight: bold;}
.kadooInlineMenu .yuimenubar{visibility:visible; position:static;}
.kadooInlineMenu .yuimenu{font-size:1em; line-height:20px; *line-height:20px}
.kadooInlineMenu ,.kadooInlineMenu .yuimenubar .yuimenu{background:#EFEFEF; visibility:hidden; position:absolute; top:-10000px; left:-10000px}
.kadooInlineMenu .yuimenubar li, .kadooInlineMenu .yuimenu li{list-style-type:none;background-position: 4px center; background-repeat: no-repeat;}
.kadooInlineMenu .yuimenuitemlabel, .kadooInlineMenu .yuimenubaritemlabel{text-align:left; white-space:nowrap}
.kadooInlineMenu .yuimenubar ul{*zoom:1}
.kadooInlineMenu .yuimenubar .yuimenu ul{*zoom:normal}
.kadooInlineMenu .yuimenubar>.bd>ul:after{content:"."; display:block; clear:both; visibility:hidden; height:0; line-height:0}
.kadooInlineMenu .yuimenubaritem{float:left;}
.kadooInlineMenu .yuimenubaritemlabel, .yuimenuitemlabel{display:block;font-size:0.9em;}
.kadooInlineMenu .yuimenubaritemlabel{border:0px;}
.kadooInlineMenu .yui-menu-shadow{position:absolute; visibility:hidden; z-index:-1}
.kadooInlineMenu .yui-menu-shadow-visible{top:0px; right:-3px; left:-3px; bottom:-3px; visibility:visible}
.kadooInlineMenu .hide-scrollbars *{overflow:hidden}
.kadooInlineMenu .hide-scrollbars select{display:none}
.kadooInlineMenu .yuimenu.show-scrollbars, .kadooInlineMenu .yuimenubar.show-scrollbars{overflow:visible}
.kadooInlineMenu .yuimenu.hide-scrollbars .yui-menu-shadow, .kadooInlineMenu .yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden}
.kadooInlineMenu .yuimenu.show-scrollbars .yui-menu-shadow, .kadooInlineMenu .yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto}
.kadooInlineMenu .yuimenubar{font-size:1em; line-height:30px; *line-height:30px; font-weight: bold;}
.kadooInlineMenu .yuimenubarnav-right {float:right;margin-right:0px;}
.kadooInlineMenu .yuimenubarnav .yuimenubaritem{background-repeat: no-repeat;padding:1px 4px 1px 4px;margin:0px 3px 0px 0px;}
.kadooInlineMenu .yuimenubaritemlabel{padding:0px 5px 0px 20px; color:#000; text-decoration:none; cursor:hand; *position:relative; margin:0px 0px 0px 0px;}
.kadooInlineMenu .yuimenubarnav .yuimenubaritemlabel{*display:inline-block}
.kadooInlineMenu .yuimenubarnav .yuimenubaritemlabel-hassubmenu{background:url(/images/icons/orangearrow-down.png) right center no-repeat; padding-right: 30px;}
.kadooInlineMenu .yuimenubaritem-selected{background-color:#FEBD48; padding: 0px 3px 0px 3px !important; border: 1px solid #D67C21;}
.kadooInlineMenu .yuimenubaritemlabel-selected{}
.kadooInlineMenu .yuimenubarnav .yuimenubaritemlabel-hassubmenu-selected{background:url(/images/icons/orangearrow-down-hover.png) right center no-repeat}}
.kadooInlineMenu .yuimenubaritemlabel-disabled{cursor:default; color:#A6A6A6}
.kadooInlineMenu .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{background-image:url(/images/icons/menubaritem_submenuindicator_disabled.png)}
.kadooInlineMenu .yuimenubar .yuimenu, .kadooInlineMenu .yuimenu {font-size:1em;}
.kadooInlineMenu .yuimenu .bd{background-color:#efefef}
.kadooInlineMenu .yuimenu ul{padding:3px 0;}
.kadooInlineMenu .yuimenuitem{background-repeat: none;background-color:#efefef}
.kadooInlineMenu .yuimenuitemlabel{padding:0 6px 0 24px; color:#000; text-decoration:none; cursor:hand; border: 0px;}
.kadooInlineMenu .yuimenuitem-hassubmenu{background-image:url(/images/icons/menuitem_submenuindicator.png); background-position:right center; background-repeat:no-repeat}
.kadooInlineMenu .yui-menu-shadow-visible{background-color:#000; opacity:.12; *filter:alpha(opacity=12)}
.kadooInlineMenu .yuimenuitem-selected{background-color:#FEBD48;}
/* hacks for email icon in inline menu */
.kadooInlineMenu li#orw_emailAttach { background-image: url(/images/actionbar/16email_attach.png); background-repeat: no-repeat; background-position: 3px 2px; }
.kadooInlineMenu li#orw_emailZip, li#orw_emailDirZip { background-image: url(/images/actionbar/16email_attach.png); background-repeat: no-repeat; background-position: 3px 2px; }
.kadooInlineMenu li#orw_emailLink, li#orw_emailDirLink { background-image: url(/images/actionbar/16email_attach-from-kadoo.png); background-repeat: no-repeat; background-position: 3px 2px; }

/* calendar */

#cal-Main #cal {
    width: 100%;
}

#cal-Main #calHeader {
    width: 100%;
    position: relative;
    height: 1.2em;
    background-color: transparent;
    font-weight: bold;
    font-size: 1.2em;
}

#cal-Main .calCaption {
    font-size: 2em;
}
#cal-Main .calCaption div {
    color: #595959;
    text-transform: lowercase;
}
#cal-Main #calHeader div.header {
    position: absolute;
    text-align: left;
    top: 0;
}

#cal-Main #calBody {
    width: 100%;
    height: 99%;
    position: relative;
    mergin-left: 50px;
}

#cal-Main #calBody div.colSep {
    position: absolute;
    height: 100%;
    width: 1px;
    background: gray;
    z-index: 1;
}

#cal-Main #calBody div.weekRow {
    background: white;
    width: 100%;
    position: relative;
    padding-top: 10px;
    min-height: 120px;
}

#cal-Main #calBody div.dayBox {
    position: absolute;
    text-align: right;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background-color: #EFEFEF;
}


#cal-Main #calBody div.dayBox div.dayHeader {
    background-color: #DFDFDF;
    font-size: 2em;
    font-weight: bold;
    text-decoration: underline;
}

#cal-Main #calBody div.emptyDay {

}

#cal-Main #calBody div.event {
    z-index: 3;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    height: 18px;
}

#cal-Main #calBody div.event > div  {
    height: 18px;
    padding-left: 9px;
}
#cal-Main .cal-WeekLabel {
    left: -25px;
    position: absolute;
    z-index: 1000;
    margin-top: -15px;
    font-weight: bold;
    text-decoration: underline;
}
#cal-Main .offMonth, #cal-Main .offMonth .dayHeader a, #cal-Main .offMonth .dayHeader a:hover, #cal-Main .offMonth .dayHeader a:active, #cal-Main .offMonth .dayHeader a:visited {
    color: #585858;
}

#cal-Main .cal-WeekView #calBody div.weekRow {
    min-height: 300px;
    margin-bottom: 60px;
}
#cal-Main .cal-DayView {
    padding-left: 20%;
    display: block;
    width: 100%;
}
#cal-Main .cal-DayView #cal {
    width: 98%;
    margin-left: 30px;
    position: relative;
}
#cal-Main .cal-WeekView #cal {
    width: 100%;
}
#cal-Main .event {
    text-align: center;
}

#cal-Main .cal-MainDayWrapper {
    margin:0 auto;
    width: 85%;
    text-align: left;
}

#cal-Main .cal-MainDay {
    clear:both;
    height: 700px;
    top: 2em;
    border: 1px dashed #D9D9D9;
    text-align: center;

}

#cal-Main #addmenu, #cal-Main #viewMenu {
    z-index: 25;
}
#cal-Main #tagFilter {
    z-index: 4000;
}
.cal-ViewBar {
    background-color: #EFEFEF;
    border: 1px solid #C3C3C3;
}
.cal-ViewBar .yuimenubaritem-hassubmenu, .cal-ViewBar .yuimenubaritem-hassubmenu-selected {
    background: transparent none !important;
}
#cal-Main .rc-bigbox {
    min-width: 920px;
}

#cal-Main .cal-Day { position: relative; border: 1px solid black; width: 60%; overflow: hidden; min-width: 550px;}
#cal-Main .cal-DayHourRow { height: 3em; text-align: left;}
#cal-Main .cal-DayHeaderTime { left: 0%; width: 3.5%; text-align: center; position: absolute; text-transform: lowercase;min-width:45px;}
#cal-Main .cal-DayHeaderEvent { left: 3.5%; width: 96.5%; text-align: left; position: absolute; text-transform: lowercase; padding-left: 2em;}
#cal-Main .cal-DayTime {
    left: 0%;
    width: 6.5%;
    text-align: left;
    position: absolute;
    text-transform: lowercase;
    height: 3em;
    background-color: #F1EEF4;
    min-width: 6.5%;
}
#cal-Main .cal-DayTimeValue {
    padding-left: 3px;
}
#cal-Main .cal-DayEvent { left: 0%; width: 93.5%; text-align: left; position: absolute; text-transform: lowercase;}

#cal-Main .cal-DayEventDescription {
   margin-left: 0.5%;
}
#cal-Main .cal-DayBody { top: 1.5em; }
#cal-Main .cal-DayHeader { height: 1em; background-color: #F1EEF4; padding: .5em;}
#cal-Main .cal-TimeEventSeparator { position: absolute; left: 6.5%; height: 75em; width: 1px; background-color: black; z-index: 3;}
#cal-Main .cal-HeaderSeparator { position: absolute; left: 0%; width: 100%; height: 1px; background-color: black; z-index: 3;}
#cal-Main .cal-EventWrapper {
    width: 100%;
    padding-left: 6.5%;
    position: absolute;
    top: 2em;
}
#cal-Main .cal-EventSubWrapper {
    position: relative;
}
#cal-Main .cal-DayEvent {
    text-align: left;
    position: absolute;
    cursor: pointer;
}
#cal-Main .cal-DayEventTitle {
    margin-left: 5px;
}
#cal-Main .cal-DayHeaderDate {
    font-size:2em;
    font-weight:bold;
    height:50px;
    position:absolute;
    right:0pt;
    text-decoration:underline;
    top:0pt;
    width:50px;
    z-index:99999;
}

#cal-Main .cal-DayEventTitle, #cal-Main .cal-WeekEventTitle {
    font-weight: bold;
    font-size: 1.11em;
}
/* yui tabbed navigation */
/* default space between tabs */
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li,
.yui-navset .yui-navset-bottom .yui-nav li {
    margin:0 0.5em 0 0; /* horizontal tabs */
}
.yui-navset-left .yui-nav li,
.yui-navset-right .yui-nav li {
    margin:0 0 0.5em; /* vertical tabs */
}

/* default width for side tabs */
.yui-navset .yui-navset-left .yui-nav,
.yui-navset .yui-navset-right .yui-nav,
.yui-navset-left .yui-nav,
.yui-navset-right .yui-nav { width:6em; }

.yui-navset-top .yui-nav,
.yui-navset-bottom .yui-nav {
    width:auto;
}
.yui-navset .yui-navset-left,
.yui-navset-left { padding:0 0 0 6em; } /* map to nav width */
.yui-navset-right { padding:0 6em 0 0; } /* ditto */

.yui-navset-top,
.yui-navset-bottom {
    padding:auto;
}
/* core */

.yui-nav,
.yui-nav li {
    margin:0;
    padding:0;
    list-style:none;
}
.yui-navset li em { font-style:normal; font-weight:bold; }

.yui-navset {
    position:relative; /* contain absolute positioned tabs (left/right) */
    zoom:1;
}

.yui-navset .yui-content { zoom:1; }

.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li, /* in case nested */
.yui-navset .yui-navset-bottom .yui-nav li {
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
    max-height:30px /* dan: no idea why tabs sometimes jump to 2x height.. this stops it */
}

.yui-navset-left .yui-nav li,
.yui-navset-right .yui-nav li {
    display:block;
}

.yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */

.yui-navset .yui-nav li a,
.yui-navset-top .yui-nav li a,
.yui-navset-bottom .yui-nav li a {
    display:block;
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
    zoom:1;
}

.yui-navset-left .yui-nav li a,
.yui-navset-right .yui-nav li a {
    display:block;
}

.yui-navset-bottom .yui-nav li a {
    vertical-align:text-top; /* for inline overlap (reverse for Opera border bug) */
}

.yui-navset .yui-nav li a em,
.yui-navset-top .yui-nav li a em,
.yui-navset-bottom .yui-nav li a em { display:block; }

/* position left and right oriented tabs */
.yui-navset .yui-navset-left .yui-nav,
.yui-navset .yui-navset-right .yui-nav,
.yui-navset-left .yui-nav,
.yui-navset-right .yui-nav {
   position:absolute;
   z-index:1;
}

.yui-navset-top .yui-nav,
.yui-navset-bottom .yui-nav {
    position:static;
}
.yui-navset .yui-navset-left .yui-nav,
.yui-navset-left .yui-nav { left:0; right:auto; }

.yui-navset .yui-navset-right .yui-nav,
.yui-navset-right .yui-nav { right:0; left:auto; }
/* .yui-navset defaults to .yui-navset-top */
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
    /* border:solid #004A80; */ /* color between tab list and content */
    /* border-width:0 0 3px; */
    /*margin-left: 6px;*/ 
    Xposition:relative;
    zoom:1;
}

.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
    Xmargin:0 0.26em -1px 0; /* space between tabs */
    padding:1px 0 0; /* gecko: make room for overflow */
    zoom:1;
}

.yui-navset .yui-nav .selected,
.yui-navset .yui-navset-top .yui-nav .selected {
    Xmargin:0 0.26em -1px 0; /* for overlap */
    margin-bottom:-1px;
}

.yui-navset .yui-nav .selected a em {
    /*padding:0.35em 0.75em; /* raise selected tab */
    padding: 4px 17.5px;
    font-weight: bold;
}


.yui-navset .yui-content {
}

.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    border-top-color:#243356; /* different border color */
    padding:0.25em 0.5em; /* content padding */
}

/* left and right orientations */
.yui-navset-left .yui-nav,
.yui-navset .yui-navset-left .yui-nav,
.yui-navset .yui-navset-right .yui-nav,
.yui-navset-right .yui-nav {
    border-width:0 5px 0 0;
    Xposition:absolute; /* from tabview-core; have to reiterate for skin-sam due to pos:rel on skin-sam yui-nav */
    top:0; bottom:0; /* stretch to fill content height */
}

.yui-navset .yui-navset-right .yui-nav,
.yui-navset-right .yui-nav {
    border-width:0 0 0 5px;
}

.yui-navset-left .yui-nav li,
.yui-navset .yui-navset-left .yui-nav li,
.yui-navset-right .yui-nav li {
    margin:0 0 0.16em; /* space between tabs */
    padding:0 0 0 1px; /* gecko: make room for overflow */
}

.yui-navset-right .yui-nav li {
    padding:0 1px 0 0; /* gecko: make room for overflow */
}

.yui-navset-left .yui-nav .selected,
.yui-navset .yui-navset-left .yui-nav .selected {
    margin:0 -1px 0.16em 0;
}

.yui-navset-right .yui-nav .selected {
    margin:0 0 0.16em -1px;
}

.yui-navset-left .yui-nav a,
.yui-navset-right .yui-nav a {
    border-width:1px 0;
}

.yui-navset-left .yui-nav a em,
.yui-navset .yui-navset-left .yui-nav a em,
.yui-navset-right .yui-nav a em {
    border-width:0 0 0 1px;
    padding:0.2em .75em;
    top:auto;
    left:-1px; /* for 1px rounded corners */
}

.yui-navset-right .yui-nav a em {
    border-width:0 1px 0 0;
    left:auto;
    right:-1px; /* for 1px rounded corners */
}

.yui-navset-left .yui-nav a,
.yui-navset-left .yui-nav .selected a,
.yui-navset-left .yui-nav a:hover,
.yui-navset-right .yui-nav a,
.yui-navset-right .yui-nav .selected a,
.yui-navset-right .yui-nav a:hover,
.yui-navset-bottom .yui-nav a,
.yui-navset-bottom .yui-nav .selected a,
.yui-navset-bottom .yui-nav a:hover {
    background-image:none; /* no left-right or bottom-top gradient */
}

.yui-navset-left .yui-content {
    border:1px solid #808080; /* content border */
    border-left-color:#243356; /* different border color */
}

/* bottom orientation */
.yui-navset-bottom .yui-nav,
.yui-navset .yui-navset-bottom .yui-nav {
    border-width:5px 0 0; /* color between tab list and content */
}

.yui-navset .yui-navset-bottom .yui-nav .selected,
.yui-navset-bottom .yui-nav .selected {
    margin:-1px 0.16em 0 0; /* for overlap */
}

.yui-navset .yui-navset-bottom .yui-nav li,
.yui-navset-bottom .yui-nav li {
    padding:0 0 1px 0; /* gecko: make room for overflow */
    vertical-align:top;
}

.yui-navset .yui-navset-bottom .yui-nav li a,
.yui-navset-bottom .yui-nav li a {
}

.yui-navset .yui-navset-bottom .yui-nav a em,
.yui-navset-bottom .yui-nav a em {
    border-width:0 0 1px;
    top:auto;
    bottom:-1px; /* for 1px rounded corners */
}

.yui-navset-bottom .yui-content,
.yui-navset .yui-navset-bottom .yui-content {
    border:1px solid #808080; /* content border */
    border-bottom-color:#243356; /* different border color */
}

.lowercase {
	text-transform: lowercase;
}

body.basic-page .titleBar{color:#aaa;font-weight:bold;vertical-align:bottom;width: 100%;margin: auto;}
body.basic-page .left{text-align:left; float:left; width:150px;}
body.basic-page .center{ display:block; float:right; width: 205px; color: gray; margin: 4px 19px 0px 0px; padding:15px 0px 10px 5px;}
body.basic-page .center img {vertical-align:bottom; padding-left:13px; padding-right:13px}
body.basic-page .center a:link, body.basic-page .center a:visited{ font-weight:bold; }
body.basic-page .right{text-align:right; float:right; margin-top:-35px; cursor:pointer}

.unsubscribeMessage {
	color: #336699;
	font-weight: bold;
	font-size: 1.5em;
	padding-top:10px;
}
.unsubscribeSubMessage {
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	padding-top:10px;
}
.unsubscribeInstructions {
	color: #336699;
	font-size: 1.1em;
	padding-top:10px;
}
#thebody table.kd-table td.fileListAreaColumn, #thebody table.kd-table td.fileListDistanceColumn {
	text-transform: lowercase;
	text-align: center;
}

/*Setting color for tabs by ID*/

/* green */
#startPageTabs li.selected a{
	background-color: #69AE4D;
}
#startPageTabs.yui-navset .yui-nav .selected a, #startPageTabs.yui-navset .yui-nav .selected a em {
	border-color: #558F3E;
}


/* purple */
#viewGroupsTab li.selected a{
	background-color: #814790;
}
#viewGroupsTab.yui-navset .yui-nav .selected a, #viewGroupsTab.yui-navset .yui-nav .selected a em {
	border-color: #558F3E;
}
#notificationTab li.selected a {
	background-color: #814790;
}
#notificationTab.yui-navset .yui-nav .selected a, #notificationTab.yui-navset .yui-nav .selected a em {
	border-color: #558F3E;
}
#mainContactsTab li.selected a {
	background-color: #814790;
}
#mainContactsTab.yui-navset .yui-nav .selected a, #mainContactsTab.yui-navset .yui-nav .selected a em {
	border-color: #558F3E;
}
#TaggingTab li.selected a{
	background-color: #69AE4D;
}
#TaggingTab.yui-navset .yui-nav .selected a, #TaggingTab.yui-navset .yui-nav .selected a em {
	border-color: #558F3E;
}
#profileSet li.selected a{
	background-color: #69AE4D;
}
#profileSet.yui-navset .yui-nav .selected a, #profileSet.yui-navset .yui-nav .selected a em {
	border-color: #558F3E;
}



a.kadoo-LearnMore {
	border: none !important;
}
#profileSet .yui-nav .selected a, #profileSet .yui-nav .selected a:focus, #profileSet .yui-nav .selected a:hover {
	background: #814790;
}

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

#step2 #dateErrorMsg {
	background: transparent url(/images/icons/inputerror.png?1214924814039) no-repeat scroll 0%;
	padding-left: 44px;
	float: none;
}

table.stuffTable {
	font-size:1.2em;
	width: 100%;
	margin-top: 10px;
}
table.stuffTable th {
	font-weight: bold;
	padding: 0px 0px 15px 10px;
}
table.stuffTable td {
	color: #000;
	font-size:1em;
	padding: 0px 0px 5px 10px;
}
table.profileDetails td {
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}
table.profileDetails td.attrLabel {
	padding: 0px 10px 5px 0px;
	font-weight: normal;
	width: 100px;
	vertical-align: top;
}
table.professionalDetails td.leftCol {
	padding: 0px 30px 5px 0px;
}

/* styles for whats new counts in WhatsNewPortlet and AboutYourKadoo */
.pill-number-outer {
	float:left;
	margin:0pt;
	padding:0pt 0pt 0pt 12px;
}

.pill-number-inner {
	float:left;
	font-weight:bold;
	padding:0px 12px 0px 0px;
	height: 25px;
}

.number-value {
	line-height: 25px;
	vertical-align: center;
	font-size: 1.2em;
}

.pill-number-green .number-value, .pill-number-purple .number-value, .pill-number-orange .number-value {
	color: #FFFFFF;
}

.pill-number-gray {
	color: #7D7D7D;
}

.pill-number-green .pill-number-outer {
	background: url(/images/portlets/whatsnew/circle_green_left.png) no-repeat left top;
}

.pill-number-green .pill-number-inner {
	background:transparent url(/images/portlets/whatsnew/pill_green_right.png) no-repeat scroll right top;
}

.pill-number-purple .pill-number-outer {
	background: url(/images/portlets/whatsnew/circle_purple_left.png) no-repeat left top;
}

.pill-number-purple .pill-number-inner {
	background:transparent url(/images/portlets/whatsnew/pill_purple_right.png) no-repeat scroll right top;
}

.pill-number-gray .pill-number-outer {
	background: url(/images/portlets/whatsnew/circle_gray_left.png) no-repeat left top;
}

.pill-number-gray .pill-number-inner {
	background:transparent url(/images/portlets/whatsnew/pill_gray_right.png) no-repeat scroll right top;
}

.pill-number-orange .pill-number-outer {
	background: url(/images/portlets/whatsnew/circle_orange_left.png) no-repeat left top;
}

.pill-number-orange .pill-number-inner {
	background:transparent url(/images/portlets/whatsnew/pill_orange_right.png) no-repeat scroll right top;
}

/* some awesomeness to make single digits a perfect circle */
.number-single-digit  .pill-number-inner {
	position: relative;
}

.number-single-digit .number-value {
	margin-left: -4px !important;
	position: absolute;
}

/* end of styles for whats new counts */
.facebook{
	font-family:lucida grande,tahoma,verdana,arial,sans-serif;font-weight:bolder;color:#3B5998;
}

/* end of styles for whats new counts */

/* error handling that works in our rounded corner boxes that can't handle any elements with margins (removed margin-top: 3px; from ErrErrorMessage class */
.ErrErrorBox2 {
	background-color: #FEFFBF;
	padding:0px 2px;
	margin: 0px;
	border: 1px solid red;
}
.ErrNormalBox2 {
	margin: 0px;
	background-color: #FFFFFF;
	padding:0px;
	border: 1px solid white;
}
.ErrErrorMessage2 {
	color:red;
	font-weight:bold;
	font-size:9pt;
	padding-left: 22px;
	background: url('/images/icons/smallError.png') no-repeat left center;
	visibility: visible;
	min-height: 20px;
}
/* error handling that works in our rounded corner boxes that can't handle any elements with margins */

/* Fix continued issues with KD-2867 */
.yui-panel-container input[type="text"] {
   overflow: hidden;
}

/* Home page styles */

.aykHeading {
	font-size:1.2em;
	line-height: 1.3em;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	text-transform: lowercase;
}
.aykBody {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-left:10px;
	padding-right:10px;
	text-transform: lowercase;
}
.aboutYourKadoo-whatsNewItems dl{
	display:block;
	clear:both;
}
.aboutYourKadoo-whatsNewItems dt, .aboutYourKadoo-whatsNewItems dd {
	float:left;
	padding: 5px 0px 0px 10px;

}

.aboutYourKadoo-whatsNewItems dt {
	padding-top: 0.7em;
	font-size: 1.1em;
	font-weight: bold;
}

.numberCircleContentContainer {
	position:relative;
	display:block;
}
.timestampLabel {
	padding-left:15px;
	color: #B2B2B2;
}
.timestampValue {
	white-space: nowrap;
}
#outerWhatsNewBox {
	margin: 0px;
}
#innerWhatsNewBox {
	margin:0 -5px;
}
#innerWhatsNewBox > div.coloredRounded-box-box-footer {
	display: none;
}
/* Fix continued issues with KD-4083 monkeyPatch hall of fall fix*/
.show-scrollbars{
	overflow:hidden;!important
}
div.coloredSecTitle {
	font-size: 14pt;
	float: left;
	height: 28px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 4px;
}
