/* Fonts */

@font-face {
    font-family: 'DessauProRegular';
    src: url('fonts2/dessaupro-webfont.eot');
    src: url('fonts2/dessaupro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts2/dessaupro-webfont.woff') format('woff'),
         url('fonts2/dessaupro-webfont.ttf') format('truetype'),
         url('fonts2/dessaupro-webfont.svg#DessauProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* End Fonts */

body {
    margin: 0;
    font-family: Arial;
    color: #58595b;
    /*min-width: 960px; jc */
    background: #ddd url(../Content/images2/homepage/fabric_plaid.png) repeat top left;
}

div.clear {
    clear: both;
}

.fl {
	float:left;
}
.fr {
	float:right;
}

#page-wrapper {
    padding: 0 181px 0 222px;
    /*min-width: 867px; jc */
}

/* Sprint 8 Styles */

#public-wrapper {
    width: 860px;
    margin: 0 auto;
    background: #fff;
    color: #56585a;
}

#public-wrapper #public-header {
    height: 60px;
    padding: 14px 24px 0;
    border-bottom: 4px solid #f7941e;
}

#public-wrapper #logo {
    float: left;
}

#public-wrapper #search {
    float: right;
    position: relative;
    width: 303px;
    left: 0;
    top: 0;
    font-size: 12px;
    text-align: right;
}

#public-wrapper #search a {
    font-weight: bold;
    color: #0072bc;
    text-decoration: none;
}

#public-wrapper #search input.search-field {
    background: url(images2/bg-search-public.png);
    border: medium none;
    height: 22px;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    width: 303px;
}

#public-wrapper #search input[type=submit] {
    background: none;
    border: medium none;
    height: 13px;
    padding: 0;
    position: absolute;
    right: 9px;
    text-indent: -9999px;
    top: 5px;
    width: 13px;
    cursor: pointer;
}

#public-content {
    background: #fff url(images2/bg-content-public.png) repeat-y;
}

#public-left {
    float: left;
    width: 206px;
    padding: 20px 0 0 24px;
}

#public-left a {
    display: block;
    font-size: 16px;
    color: #56585a;
    text-decoration: none;
}

#public-left a:hover {
    color: black;
}

#public-right {
    width: 960px;
    padding: 20px 24px 0 24px;
    font-size: 13px;
    margin: 0 auto;
    background:#FFF;
}

#public-right h2, h1.public-orange {
    font-family: 'DessauProRegular';
    font-size: 21px;
    color: #f26522;
    font-weight: normal;
    margin: 0 0 20px 0;
}

#public-right ul {
    margin-bottom:0;
    padding-bottom:10px; 
}

#public-right p span {
    color: #0072bc;
    font-weight: bold;
}

#public-right-bottom {
    background: url(images2/img-public-right-divider.png) 0 top repeat-x;
    padding: 15px 0 0 0;
}

#public-right-bottom .col {
    float: left;
    width: 289px;
}

#public-right-bottom div {
    width: 260px;             /* was 210px - AJ */
    margin: 0 0 20px 0;
}

#public-right-bottom .col h3 {
    font-size: 17px;
    font-weight: normal;
    color: #0072bc;
    margin: 0 0 10px 0;
}

/* End Sprint 8 */


/* Popup Styles */

.module {
    position: absolute;
}

.module.top {
    background: url(images2/popup-top.png);
    height: 24px;
    top: -24px;
    width: 100%;
    margin: 0 0 0 30px;
}

.assoc-calendars-popup .module.top {
    background: url(images2/popup-top.png);
    height: 24px;
    top: -24px;
    width: 60px;
    margin: 0 0 0 30px;
}

.module.top-right {
    background: url(images2/popup-top-right.png);
    height: 24px;
    top: -24px;
    right: -24px;
    width: 142px;
}

.module.right {
    background: url(images2/popup-right.png);
    height: 100%;
    right: -24px;
    top: 0;
    width: 24px;
}

.module.bottom-right {
    background: url(images2/popup-bottom-right.png);
    bottom: -24px;
    height: 24px;
    right: -24px;
    width: 24px;
}

.module.bottom {
    background: url(images2/popup-bottom.png);
    bottom: -24px;
    height: 24px;
    width: 100%;
}

.module.bottom-left {
    background: url(images2/popup-bottom-left.png);
    bottom: -24px;
    left: -24px;
    width: 24px;
    height: 24px;
}

.module.left {
    background: url(images2/popup-left.png);
    height: 100%;
    left: -24px;
    top: 0;
    width: 24px;
}

.module.top-left {
    background: url(images2/popup-top-left.png);
    height: 24px;
    top: -24px;
    left: -24px;
    width: 54px;
}

.content {
    height: 100%;
    width: 100%;
    background: #F7F7F7;
}

.content-inner {
    padding: 10px 0;
}

.content-inner p {
    font-size: 12px;
    text-align: justify;
    clear: both;
    line-height: 18px;
}

.calendars-popup {
    display: none;
    width: 200px;
    position: absolute;
    margin: 20px;
    left: 0 !important;
    top: 18px !important;
    z-index: 1000;
}

.assoc-calendars-popup {
    display: none;
    width: 200px;
    position: absolute;
    margin: 20px;
    left: 0 !important;
    top: 18px !important;
    z-index: 1000;
}

.calendars-popup .content-inner div {
    clear: both;
}

.calendars-popup .content-inner div img {
    float: right;
}

/* End Popup Styles */

/* Calbar */
.calbartabs.public, #calbar.public {
    background: url("images2/bg-calbar-924.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 941px;
    left: 0;
    padding: 15px 20px 0 0;
    position: absolute;
    top: -2px;
    width: 201px;
    z-index: 1000;
}

#calbar {
    background: url("images2/bg-calbar-7.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 941px;
    left: 0;
    padding: 15px 20px 0 0;
    position: absolute;
    top: -2px;
    width: 202px;
    z-index: 1000;
}

#calbar .Container, #readEvent .Container, #cal-manager .Container,
.calbartabs .Container, #readEvent .Container, #cal-manager .Container {
  height: 474px;
}

.calbartabs #cbScrollDiv, #calbar #cbScrollDiv { 
  position: absolute; 
  overflow: hidden;
  width: 183px;
  height:649px;
}

.calbartabs #cbScrollDiv p, #calbar #cbScrollDiv p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}

#calbar .Scroller-Container {
 position: relative;
}


.calbartabs .Scroller-Container {
  position: absolute;
  /*top: 0px; left: 0px; jc dont need this*/
}

.calbartabs #cbScrollBarDiv {
  position: absolute;
  top: -6px; right: 19px;
}

.calbartabs .Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 16px;
}

.calbartabs .Scrollbar-Track {
  width: 19px; height: 442px;
  position: absolute;
  top: 35px;
  background: transparent url(images2/bg-scrollbar-track.png) repeat-y center center;
}

.calbartabs .Scrollbar-Handle {
  position: absolute;
  width: 17px; height: 76px;
  left: 1px !important;
}

.calbartabs .Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 477px;
}

#calbar #logo {
    margin: 10px 0 0 25px;   /* changed margin-left from 0 to 25px - AJ */
    padding: 0 0 10px;
    height: 33px;
}

#calbar #logo img {             /* needed from removing border from Firefox - AJ */
        border: none;
}

#calbar #log-in {
    padding: 0 0 0 25px;
    font-size: 10px;
    height: 203px;
    display: none;
}

#calbar #log-in input[type=text], #calbar #log-in input[type=password] {
    background: url(images2/bg-input-white.png) no-repeat;
    border: medium none;
    height: 20px;
    margin: 0 0 10px;
    width: 130px;
    margin-top: 15px;
}

#calbar #log-in input[type=submit] {
    display: block;
    background: url(images2/btn-login-orange.png);
    border: none;
    width: 71px;
    height: 22px;
    margin: 0 0 20px 0;
    cursor: pointer;
}

#calbar #log-in a {
    color: #8dc63f;
}

#calbar #log-in a:hover {
    color: black;
}

#calbar #logged-in {
    xdisplay: none;
    background: url(images2/bg-profile.png) no-repeat;
    height: 91px;
    width: 202px;
    color: #fff;
    height: 203px;
}

#calbar #logged-in img {
    float: left;
    margin: 10px 0 0 13px;
}

#calbar #logged-in a {
    background: url("images2/btn-view-calendar.png") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 14px;
    height: 52px;
    margin: 10px 0 0 13px;
    padding: 18px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 94px;
}

#calbar #profile {
    background: url(images2/bg-profile.png);
    height: 101px;                  /* was 91px - AJ */
    width: 202px;
    color: #fff;
}

#calbar #profile img {
    float: left;
    margin: 10px 0 0 13px;
}

#calbar #profile .profile-inbox {
    background: url("images2/cal-pro-nav.png") repeat 0 0 transparent;      /* was repeat scroll 0 0 transparent - AJ */
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 50px;
    text-align: center;
    width: 52px;             /* was 49px - AJ */
    margin: 5px 0 0 1px;
    cursor: pointer;
}

#calbar #profile .profile-datebox {
    background: url("images2/cal-pro-nav.png") repeat 54px 0px transparent;      /* was repeat scroll 0 0 transparent - AJ */
    float: left;
    font-size: 8px;
    height: 49px;
    text-align: center;
    width: 50px;             /* was 49px - AJ */
    margin: 5px 0 0 10px;
}

#calbar #profile .profile-inbox div, #calbar #profile .profile-datebox div {
    font-size: 18px;
    font-weight: light;
    padding: 7px 0 0 0;
}

#calbar #profile .profile-edit {
    float: left;
    font-size: 14px;
    text-align: right;
    width: 106px;
    margin: 5px 0 0 0;
}

.profile-edit a {
    text-decoration: none;
    color: #fff;
}

.profile-edit a:hover {
    color: black;
}

#calbar #calbar-nav {
    background: url(images2/bg-calbar-nav.png) no-repeat 0 11px;
    height: 32px;
    padding: 10px 5px 0 135px;
    text-align: right;
}

.calbartabs #calbar-nav {
    xbackground: url(images2/bg-calbar-nav.png) no-repeat 0 11px;
    height: 15px;
    padding: 10px 5px 0 135px;
    text-align: right;
}

.calbartabs #calbar-nav a, #calbar #calbar-nav a {
    border-left: 1px solid #999999;
    display: block;
    float: left;
    width: 17px;
    padding: 0 1px;
}

.calbartabs #calbar-nav a img, #calbar #calbar-nav a img {
    position: relative;
    bottom: 1px;
    border: none;              /* needed to remove from Firefox - AJ */
}

.calbartabs #legend:hover {
    background: url(images2/bg-calbar-legend-hover.png) no-repeat 0 11px;
}

#calbar-content {
    position: relative;
}

.calbartabs ul {
    list-style: none;
    padding: 0;
}

.calbartabs ul li {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 0 0 10px;
    background-position: 18px -1px; /* changed from -4 to -1 - AJ */
    background-repeat: no-repeat;
    width: 168px;
}

.calbartabs ul li div.calbar-icon {
    float: left;
    height: 16px;
    width: 15px;
    position: relative;
    bottom: 2px;
    margin: 0 3px 0 0;
}

.calbartabs ul li div.calbar-icon img {
    position: relative;
    bottom: 1px;
    left: 1px;
}

.calbartabs ul li img {
    float: right;
}

.calbartabs #calendarItemRow:hover{
    background-color: #ddd; /* changed hover from group level to calendar level - AJ */
    cursor: pointer;
}

.calbartabs ul li.my-calendars {
    color: #0072BC;
}

.calbartabs ul li.my-calendars div.calbar-icon {
    background: #0072BC;
}

td.my-calendars {
    background-image: url(images2/groupicon_calendar.png);
    background: #670faa;
    xwidth: 20px;
    xbackground-repeat: no-repeat;
}

#calbar ul li.projects {
    background-image: url(images2/cb-projects-icon.png);
    color: #305ce1;
}

#calbar ul li.bands {
    background-image: url(images2/cb-bands-icon.png);
    color: #009f25;
}

#calbar ul li.bars {
    background-image: url(images2/cb-bars-icon.png);
    color: #eda418;
}

.calbartabs ul li ul {
    margin: 1px 0 0 0;
    position: relative;
    right: 20px;
    padding: 0 0 0 20px;
}

.calbartabs ul li ul li {
    xbackground: url(images2/calbar-box-off.png) no-repeat right 0;
    font-weight: normal;
    margin: 0;
    padding: 1px 20px 0 0;                /* need 1px top padding for cross-browser compatibility - AJ */
    color: #58595b;
}

#calbar-content a.new-cal {
    font-weight: bold;
    font-size: 12px;
    color: #58595b;
    text-decoration: none;
}

#calbar-content a.new-cal:hover {
    color: black;
    background-color: #ddd;
}

/* End Calbar */

/* New Calbar */

.calbartabs {
    position: relative;
	margin-top: 13px;
	width: 220px;
	float:left;
}

.calbartabs input {
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}
.calbartabs input#tab-2{
	left: 120px;
}

.calbartabs label {
	background: #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	position: relative;
	padding: 0 20px;
        float: left;
	display: block;
	width: 70px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.calbartabs label:after {
        content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	display: block;
}

label.tab-label-1:before {
        content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
}

.calbartabs input:hover + label {
	background: #00ADEE;
	color:#fff;
}

.calbartabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.calbartab-label-2 {
    z-index: 3;
}

.calbartabs input:checked + label {
    background: #fff;
	z-index: 6;
	color:#333;
}

.cbtabs {
 	position: absolute;
	z-index: 1000;
	width: 100px;
	height: 35px;
	left: 0px;
	top: 0px;
}

.clear-shadow {
	clear: both;
}

.calbarcontent {
    background: #fff;
	position: relative;
    width: 100%;
	height: 837px;
	z-index: 5;
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1), 2px 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.calbarcontent div {

}

.calbartabs input.tab-selector-1:checked ~ .calbarcontent .calbarcontent-1,
.calbartabs input.tab-selector-2:checked ~ .calbarcontent .calbarcontent-2 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}
.calbarcontent div h2,
.calbarcontent div h3{
	color: #EF652E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.calbarcontent div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	font-family: Cambria, Georgia, serif;
}

.arrow-button {
	position: absolute;
	width: 30px;
	height: 35px;
	background: #fff;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 2px 3px 2px 1px rgba(0,0,0,0.1), 2px 2px 2px rgba(0,0,0,0.1);
	z-index: 1000;
	left: 220px;
	top: 90px;
	text-indent: -9000px;
}

.arrow-button-left:after {
	position: absolute;
	content: '';
	width: 20px;
	height:20px;
	background: url(/Content/images2/arrow-left.png) no-repeat;
	top: 25%;
	margin-top: -1px;
	left: 18%;
}

.arrow-button-right:after {
	position: absolute;
	content: '';
	width: 20px;
	height:20px;
	background: url(/Content/images2/arrow-right.png) no-repeat;
	top: 25%;
	margin-top: -1px;
	left: 18%;
}

/* End New Calbar */

/* Header */

#header {
    position: relative;
    margin: 15px 0 0;
    min-width: 570px; /*min-width: 867px; jc */
}

/* Main Menu */

#main-menu {
    width: 310px;
}

#main-menu a {
    xdisplay: block;
    background-image: url(images2/bg-nav-off.png);
    float: left;
    height: 35px;
}

#main-menu a:hover {
    background-image: url(images2/bg-nav-on.png);
}

#main-menu a.home {
    width: 41px;
}

#main-menu a.add-event {
    width: 55px;
    background-position: -41px 0;
}

#main-menu a.calendar-add {
    width: 54px;
    background-position: -96px 0;
}

#main-menu a.message {
    width: 54px;
    background-position: -150px 0;
}

#main-menu a.help {
    width: 54px;
    background-position: -204px 0;
}

#main-menu a.feedback {
    width: 44px;
    background-position: -258px 0;
}

a.tooltip {
    display: block;
    background: url(images2/tool-tip-icon-sm.png) no-repeat;
    width: 15px;
    height: 16px;
}

/* End Main Menu */


/* Search */

#search {
    float: right;
    position: relative;
    /*top: 4px;  jc */
    left: 135px;
    width: 303px;
    padding-right: 3px;
}

#search input.search-field {
    background: url(images2/bg-search.png);
    border: medium none;
    height: 22px;
    padding: 0 0 0 5px;        /* left-padding was 5px, removed for IE - AJ */
    width: 303px;            /* was 303px - AJ */
    position: relative;      /* added position and z-index to keep inc search list on top - AJ */
    z-index: 1000;
}

#search input[type=submit] {
    background: none;
    border: medium none;
    height: 13px;
    padding: 0;
    position: absolute;
    right: 9px;
    text-indent: -9999px;
    top: 5px;
    width: 13px;
    cursor: pointer;
}

#advanced-search {
    background: url("images2/bg-advanced-search.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 12px;
    height: 155px;
    width: 295px;
    position: absolute;
    /*right: 13px; jc*/
    left: 20px;  /*jc*/
    z-index: 1001;
    margin: -5px 0 0 0;                /* need margin for cross-browser handling - AJ */
    padding: 5px 0 0 0;               /* reduced padding from 25px to 5px - AJ */
    display: none;
}

.advanced-search-button {
    font-size: 11px;
    float: right;
    color: #fff;
    /*margin: 5px 0 0 0; */
    cursor: pointer;
}

.as-close {
    position: absolute;
    top: 8px;
    right: -10px;
    width: 30px;
    cursor: pointer;
}

.as-text {
    float: left;
    text-align: right;
    width: 65px;
    margin: 0 15px 0 0;
}

.as-text label {
    display: block;
    padding: 4px 0 0 0;
    height: 19px;
    margin: 0 0 6px;
}

.as-fields {
    float: left;
    width: 120px;      /* was 205px but didnt wrap correctly - AJ */
}

.as-fields input {
    border: none;
    height: 23px;
    padding: 0 0 0 5px;
    margin: 0 0 6px;
}

.as-fields input.field1 {
    background: url(images2/bg-advanced-search-field1.png) no-repeat;
    width: 191px;       /* was 191px - AJ */
}

.as-fields input.field2 {
    background: url(images2/bg-advanced-search-field2.png) no-repeat;
    width: 71px;        /* was 71px - AJ */
}

.as-fields select.field2 {
    background: url(images2/bg-advanced-search-field2.png);
    width: 76px;        /* Added for Dropdown List - AJ */
    margin-bottom: 7px;
    border: 0;
    height: 22px;
    color: #fff;
}

.as-fields input.field-other {
    background: url(images2/bg-advanced-search-field3-4.png) no-repeat;
    width: 164px;
}

#advanced-search input[type=submit] {
    background: url("images2/btn-search.png") repeat scroll 0 0 transparent;
    border: medium none;
    clear: both;
    float: right;
    height: 19px;
    margin: -6px 14px 0 0;       /* was margin-left 4px - AJ */
    position: static;
    width: 69px;
}

/* End Search */

/* End Header */


/* Calendar */

#calendar2 {
    /*min-width: 867px; jc*/
    width: 100%;
    position: relative;
    float: left;
    margin: 10px 0 0;
}

#calendar-head {
    background: url(images2/bg-calendar-head.png);
    height:32px; 
}

#read-event-head, #public-read-event-head {
    background: url(images2/bg-editevent-top.png);
    height: 22px;
    position: relative;
    /*min-width: 557px; jc */
}

#calendar-head-inner {
    width: 200px;
    margin: 0 auto;
    padding: 6px 0 0;
}

.calendar-nav .fc-button-prev span.fc-button-content {        /* added by AJ */
        background: url(images2/calendar_icons_off.png) repeat-x;
        background-position: -899px 0;
        margin-top: 5px;                                      /* removed left-padding 20px - AJ */
}

.calendar-nav .fc-button-prev span.fc-button-content:hover {
    background: url(images2/calendar_icons_on.png) repeat-x;
    background-position: -899px 0;
}

.calendar-nav .fc-button-next span.fc-button-content {        /* added by AJ */
        background: url(images2/calendar_icons_off.png) repeat-x;
        background-position: -916px 0;
        margin: 5px 0 0 4px;
}

.calendar-nav .fc-button-next span.fc-button-content:hover {
    background: url(images2/calendar_icons_on.png) repeat-x;
    background-position: -916px 0;
}

.fc-header {
    background: url(images2/bg-calendar-head.png) repeat-x;    /* added by AJ */
    /*height: 32px;*/
    position: relative;
    /*min-width: 557px; jc */
}

.fc-content {
        margin-top: -14px;          /* added to remove gap from between header and content - AJ */
}

.calendar-nav .fc-header-title {      /* added by AJ */
    width: 150px;
    display:inline-block;
    margin-top: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
}

.fc-header-title h2
{
  padding: 0px;
  margin-left: 5px;
}

.so-dow {
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.8em;
    float:left;
    margin-top: 2px;
}

.so-button-listview { /* jc */                   /* removed float right for Firefox - AJ */
    position: relative;
    display: inline-block;
    background-image: url(images2/calendar_icons_off.png);
    height: 24px;
    width: 22px;
    margin: 4px 4px 17px 0;
    background-position: -200px 0;
    cursor: pointer;
    vertical-align: top;
}

.so-button-listview:hover {
    background-image: url(images2/calendar_icons_on.png);
    background-position: -200px 0;
}

.calendar-nav span.fc-button-content {  /* added by AJ */
    display: block;
    background-image: url(images2/calendar_icons_off.png);
    float: left;
    height: 24px;
}

.calendar-nav .fc-button-month span.fc-button-content {
    background-position: -104px 0;
    margin-top: 5px;
    margin-right: 2px;
}

.calendar-nav .fc-button-month span.fc-button-content:hover {
    background: url(images2/calendar_icons_on.png);
    background-position: -104px 0;
}

.calendar-nav .fc-button-agendaWeek span.fc-button-content {
    background-position: -136px 0;
    margin-top: 5px;
}

.calendar-nav .fc-button-agendaWeek span.fc-button-content:hover{
    background: url(images2/calendar_icons_on.png);
    background-position: -136px 0;
}


.calendar-nav .fc-button-agendaDay span.fc-button-content {
    background-position: -165px 0;
    margin-top: 5px;
    margin-right: 2px;
}

.calendar-nav .fc-button-agendaDay span.fc-button-content:hover {
    background: url(images2/calendar_icons_on.png);
    background-position: -165px 0;
}

#calendar-month {
    float: left;
    color: #fff;
    margin: 0 35px;
}

#calendar-head a.calendar-right {
    display: block;
    background-image: url(images2/bg-arrows-off.png);
    background-position: 23px 0;
    float: left;
    height: 20px;
    width: 20px;
}

#calendar-head a.calendar-right:hover {
    background-image: url(images2/bg-arrows-on.png);
}

#calendar-views {
    position: absolute;
    right: 20px;
}

#calendar-views a {
    display: block;
    background-image: url(images2/calendar_icons_off.png);
    float: left;
    height: 24px;
    width: 25px;
    margin: 0 8px 0 0
}

#calendar-views a:hover {
    background-image: url(images2/calendar_icons_on.png);
}

#calendar-views a.view-items {
    background-position: 0 0;
}

#calendar-views a.view-month {
    background-position: -32px 0;
}

#calendar-views a.view-week {
    background-position: -64px 0;
}

#calendar-views a.view-day {
    background-position: -94px 0;
}

#calendar-views a.view-list {
    background-position: -126px 0;
}

#calendar-drop-wrapper {
    position: absolute;
    z-index: 1000;
    width: 100%;
}

#calendar-drop-bar {
    display: block;
    background: url(images2/bg-pulldown.png) center 0;
    height: 18px;
    width: 100%;
    cursor: pointer;
}

#calendar-drop-bar.dropopen {
    background: url(images2/bg-pullup.png) center 0;
}

#calendar-drop {
    display: none;
    background: url(images2/bg-greybar.png);
    width: 100%;
    font-size: 12px;
    color: #fff;
    padding: 40px 0;
}

#calendar-drop strong {
    display: block;
    color: #8dc63f;
}

#drop-logo {
    float: left;
    padding: 0 0 0 20px;
    width: 20%;
}

#drop-info {
    float: left;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    width: 18%;
    padding: 0 20px;
    margin: 0 20px 0 0;
}

#drop-about {
    float: left;
    width: 39%;
}

#calendar-content {
    background: #fff;
    height: 882px;    /* was 850 - AJ */
    position: relative;
    overflow: hidden;
}

#read-event-content, #public-read-event-content {
    background: #fff;
    height: 882px;    /* was 850 - AJ */
    position: relative;
    overflow: hidden;
}

#calendar2 .Container {
  height: 494px;
  padding: 0;
  margin-right: 19px;
}

#calendar2 #Scroller-w {
  position: absolute;
  overflow: hidden;
  width: 170px;
  height: 494px;
}
#calendar2 #fcScrollDiv p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 0;                       /* removed text-indent - AJ */
  color: #6F6048;
}
#calendar2 .Scroller-Container {
  position: absolute;
  width: 100%;
}

.Scroller-Container3, .Scroller-Container4, .Scroller_Container5 {
  position: absolute;             /* need absolute for divider to display properly - AJ */
  top: 0px; left: 0px;
  width: 100%;
}

#calendar2 #fcScrollBarDiv {
  position: absolute;
  right: 19px;
  z-index: 1000;
}

#readEvent #reScrollBarDiv, #publicReadEvent #preScrollBarDiv {
  position: absolute;
  top: -32px; right: 0;
  z-index: 1000;
}

#calendar2 .Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
#calendar2 .Scrollbar-Track {
  width: 19px; height: 863px;   /* was 831px height - AJ */
  position: absolute;
  top: 32px;
  background: transparent url(images2/bg-scrollbar-track.png) repeat-y center center;
}
#calendar2 .Scrollbar-Handle {
  position: absolute;
  width: 17px; height: 76px;
  left: 1px !important;
}
#calendar2 .Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 895px;    /* was 863px from top - AJ */
}

#readEvent .Scrollbar-Up, #publicReadEvent .Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
#readEvent .Scrollbar-Track, #publicReadEvent .Scrollbar-Track {
  width: 19px; height: 863px;
  position: relative;
  top: 32px;
  background: transparent url(images2/bg-scrollbar-track.png) repeat-y center center;
}
#readEvent .Scrollbar-Handle, #publicReadEvent .Scrollbar-Handle {
  position: absolute;
  width: 17px; height: 76px;
  left: 1px !important;
}
#readEvent .Scrollbar-Down, #publicReadEvent .Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 895px;
}

table.event {
    background: url(images2/calendar-white.png) repeat-x;
    position: relative;
    padding: 19px 0 0 0;
    font-size: 12px;
}

table.event:first-child {
    background: none;
}

table.event.stripe {
    background: #fbfbfc url(images2/calendar-stripe.png) repeat-x;
}

.event-date {
    background: url(images2/event-header.png) no-repeat;
    color: #fff;
    font-size: 10px;
    padding: 3px 0 0 8px;
    height: 16px;
    position: relative;
    top: 14px;
    z-index: 100;
}

.event-image {
    float: left;
    margin: 0 5px 0 5px;
}

.event-info {
    float: left;
    width: 27%;
}

.event-info .event-title {
    color: #0072bc;
    font-size: 14px;
    font-weight: bold;
}

.event-title {
    cursor: pointer;
}

.event-info .event-calendar, .event-assoc-cal {
    font-size: 10px;
    color: #f26522;
    margin: 5px 0 0;
    position: relative;
}

.event-info .event-calendar a {
    font-size: 10px;
    color: #F26522;
    text-decoration: none;
}

.event-assoc-cal a, .pub-follow-cal a {
    font-size: 10px;
    color: #F26522;
    text-decoration:none;
}

.event-assoc-cal a:hover, .event-info a:hover, .pub-follow-cal a:hover {
    color: black;
}

.event-info .event-calendar div, .event-assoc-cal div {
    font-size: 12px;
    color: #666;
}

.event-description {
    float: left;
    width: 29%;
    margin: 0 10px 0 0;
}

.event-description .event-meta {
    font-size: 10px;
}

.event-connect {
    float: left;
    width: 90px;
    border: 1px solid #999;
    font-size: 11px;
    padding: 2px 0 0 3px;
    margin: 0 5px 0 0;
    /*height: 78px; jc */     /* was 103px - AJ */
    position: relative;
    bottom: 5px;
}

.message-rsvp {
    position: relative;
}

.event-connect .event-changereply a {
    color: #0072bc;
    font-weight: bold;
    text-decoration: none;
}

.message-rsvp .event-changereply a {
    color: #0072bc;
    font-weight: bold;
}

.event-connect .event-social {
    /*margin: 15px 0 0 0; jc */
    position: relative;
}

.event-connect .event-social img {      /* needed for removing border from Firefox - AJ */
    border: none;
 }

.event-connect .event-social a:first-child {
    margin: 0 10px 0 0;
}

.reply-popup {
    display: none;
    z-index: 1001;
    position: absolute;
    width: 248px;
    top: 40px !important;
    left: 32px !important;
    color: #0072bc;
    font-size: 12px;
    background: #F7F7F7;
}

.reply-yep-nope {
    margin: 0 0 10px 0;
}

.yep, .nope {
    margin: 0 20px 0 0;
}

.yep img, .nope img, .maybe img {
    position: relative;
    top: 3px;
}

.reply-calendars {
    background: #fff;
    border: 1px solid #999;
    color: #666;
    padding: 5px 5px 10px 5px;
}

.reply-calendars div {
    height: 10px;
    clear: both;
}

.reply-calendars div img {
    float: right;
    position: relative;
    top: -2px;
}

.reply-popup .popup-cancel {
    background: url("images2/popup-cancel-update.png") repeat scroll 0 0 transparent;
    border: medium none;
    height: 19px;
    width: 69px;
    cursor: pointer;
}

.reply-popup input[type=submit] {
    background: url("images2/popup-cancel-update.png") repeat scroll -70px 0 transparent;
    border: medium none;
    height: 19px;
    width: 69px;
    cursor: pointer;
}

.event-connect .event-social .sharethis-popup {
    display: none;
    z-index: 1001;
    position: absolute;
    width: 248px;
    top: 40px !important;
    left: 2px !important;
    color: #0072bc;
    font-size: 12px;
    background: #F7F7F7;
}

.sharethis-popup span {
    clear: both;
}

.sharethis-popup .popup-social {
    float: right;
    margin: 0 0 10px 0;
}

.event-social a.popup-fb {
    background: url("images2/btn-popup-fb.png") repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    height: 17px;
    width: 18px;
    margin-right: 15px;
}

.sharethis-popup a.popup-tw {
    background: url("images2/btn-popup-tw.png") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 17px;
    width: 18px;
}

.tweet-button a {
    background: url("images2/btn-popup-tw-on.png") repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    height: 17px;
    width: 18px;
}

div.tweet-button {
    display: inline-block;
}

.sharethis-popup textarea {
    background: #ebf4ff;
    width: 236px;
    height: 47px;
    color: #999;
    border: 1px solid #d2d4d7;
    resize: none;
    font-size: 11px;
    padding: 5px;
}

.popup-buttons {
    float: right;
    margin: 10px 0 0 0;
}

.popup-buttons, .rsvp-calendars .popup-buttons {
    float: none;
    margin: 10px 0 0 0;
}

.sharethis-popup .popup-cancel, #preview-popup-wrapper .popup-cancel {
    background: url("images2/btn-cancel-share.png") repeat scroll 0 0 transparent;
    border: medium none;
    height: 19px;
    width: 69px;
    cursor: pointer;                                          
}

.sharethis-popup input[type=submit] {
    background: url("images2/btn-cancel-share.png") repeat scroll -70px 0 transparent;
    border: medium none;
    height: 19px;
    width: 69px;
    cursor: pointer;
}

.event-connect .event-social .email-popup {
    display: none;
    z-index: 1001;
    position: absolute;
    width: 248px;
    top: 55px !important;
    left: 2px !important;
    color: #0072bc;
    font-size: 12px;
    background: #F7F7F7;
}

.email-popup span {
    clear: both;
}

.email-popup .popup-social {
    float: right;
    margin: 0 0 10px 0;
}

.email-popup a.popup-fb {
    background: url("images2/btn-popup-fb.png") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 17px;
    width: 18px;
}

.email-popup a.popup-tw {
    background: url("images2/btn-popup-tw.png") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 17px;
    width: 18px;
}

.email-popup input[type=text] {
    background: #ebf4ff;
    width: 236px;
    height: 11px;
    /*color: #999; jc */
    border: 1px solid #d2d4d7;
    resize: none;
    font-size: 11px;
    padding: 5px;
    margin: 0 0 15px 0;
}

.email-popup textarea {
    background: #ebf4ff;
    width: 236px;
    height: 47px;
    /*color: #999; jc */
    border: 1px solid #d2d4d7;
    resize: none;
    font-size: 11px;
    padding: 5px;
}

.email-popup .popup-cancel input[type=button] {
    background: url("images2/btn-cancel-share.png") repeat scroll 0 0 transparent;
    border: medium none;
    height: 19px;
    width: 69px;
    cursor: pointer;
}

.email-popup input[type=button] {
    background: url("images2/btn-cancel-share.png") repeat scroll -70px 0 transparent;
    border: medium none;
    height: 19px;
    width: 69px;
    cursor: pointer;
}

.event-attending {
    float: left;
    width: 19%;
    font-size: 10px;
}

.event-attending .event-faces img {
    margin: 0 2px 0 0;
}

/* End Calendar */


/* Water Cooler */

#water-cooler {
    background: #f0f1f1;
    height: 882px;
    float: left;
    width: 181px;
    margin-top: 10px;
    margin-right: -181px;
}

.cooler-head {
    background: url(images2/wc-header.png);
    width: 181px;
    height: 17px;
    font-family: 'DessauProRegular';
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 3px 0 0 0;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.cooler-head a {
    background: url(images2/plus-icon.png);
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.cooler-search-tip {
    width: 80px;
    height: 17px;
    font-family: 'DessauProRegular';
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 3px 0 0 0;
    position: relative;
    text-transform: uppercase;
}

#water-cooler ul {
    list-style: none;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

#water-cooler ul li {
    padding: 5px;
    border-bottom: 1px solid #D8DADA;
    background: #f0f1f1;
}

#water-cooler ul li:first-child {
    background: url(images2/wc-bg-first-row.png) repeat-x #f0f1f1;
}

#water-cooler ul li.striped {
    background: #e6e7e7;
}

#water-cooler ul li a.cooler-event-title {
    color: #58595B;
    text-decoration: none;
}

#water-cooler img.cooler-icon {
    float: left;
    margin: 0 5px 0 0;
}

#water-cooler img.cooler-verify {
    float: right;
    margin: 0 0 0 5px;
}

#water-cooler strong {
    display: block;
    line-height: 11px;
}

#water-cooler span.cooler-orange {
    display: block;
    color: #f26523;
    font-size: 9px;
    margin: 0 0 5px 0;
}

#water-cooler span.cooler-blue {
    display: block;
    color: #27aae1;
    font-size: 10px;
}

#cooler-connects ul, #cooler-recommendations ul {
    border-bottom: 1px solid #D8DADA;
    padding: 0 0 10px 0;
}

#cooler-connects ul li, #cooler-recommendations ul li {
    border-bottom: none;
    padding: 2px 5px;
    position: relative;
}

#cooler-connects ul li {
    cursor: pointer;
}

#cooler-connects span, #cooler-recommendations span {
    display: block;
    float: left;
    margin: 5px 0 0 0;
}

#cooler-connects div.checkbox, #cooler-recommendations div.checkbox {
    background: url(images2/cb-checkbox-on.png);
    position: absolute;
    right: 0;
    top: 4px;
    width: 18px;
    height: 17px;
}

.cooler-popup {
    display: none;
    position: absolute;
    top: 67px !important;
    left: 20px !important;
    z-index: 1001;
}

#water-cooler .back {
    display: block;
    font-size: 9px;
    float: left;
    color: #0072BC;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 5px;
}

#water-cooler .next {
    display: block;
    font-size: 9px;
    float: right;
    color: #0072BC;
    text-decoration: none;
    font-weight: bold;
    margin: 10px 5px;
}

#water-cooler .next:hover, #water-cooler .srchLnk:hover {
    color: #58595b;
}

#water-cooler .srchLnk {
    color: #0072BC;
    cursor: pointer;
}

.followLnk:hover {
    color: black;
}

.followLnk {
    font-size: 10px;
    color: #F26522;
    text-decoration: none;
}

/* End Water Cooler */

/* Add Event Popup */

#addevent-popup-wrapper, #fbimport-popup-wrapper  {
    background: url(images2/bg-addevent-wrapper.png);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

#eventformat-popup-wrapper  {
    position: absolute;
    top: 50px;
    left: 150px;
    z-index: 9999;
    display: none;
}

#preview-popup-wrapper {
    background: url(images2/bg-addevent-wrapper.png);
    height: 615px;
    position: absolute;
    top: 65px;
    width: 202px;
    z-index: 9999;
    display: none;
}

#readevent-popup-wrapper, #public-readevent-popup-wrapper, #reg-popup-wrapper, #feedback-popup-wrapper {
    background: url(images2/bg-addevent-wrapper.png);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

#popup-add-event {
    width: 365px;
    margin: 0 auto;
}

#readEvent {
    width: 850px;
    margin: 0 auto;
}

#add-event-top {
    background: url("images2/bg-addevent-top.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
    padding: 16px 0 0 20px;
    position: relative;
    width: 345px;
    z-index: 2000;
    cursor: pointer;
}

#add-event-top .addevent-cancel, .readevent-cancel {
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    top: 16px;
}

.readevent-cancel {
    top: 14px;                /* was 6px - AJ */
}

#add-event-middle {
    /*min-height: 300px; jc*/
    background: url(images2/bg-addevent-middle.png);
    width: 346px;
    padding: 5px 5px 5px 5px;
}

.add-event-middle-tab {
    font-size:12px;
    color:#0072BC;
    border-spacing: 0;
    padding-left: 15px;
}

.add-event-content {
    padding: 0 5px;
}

#add-event-middle span {
    display: block;
    font-size: 12px;
    color: #0072BC;
    float: left;
    clear: both;
    width: 75px;
    margin: 4px 0 0 0;
}

#add-event-middle .addevent-calendar-select-long span {             /* need for width inside calendar dropdown */
    display: block;
    font-size: 12px;
    color: #0072BC;
    float: left;
    clear: both;
    width: 200px;
    margin: 4px 0 0 0;
}

#add-event-middle span.until {
    clear: none;
    margin: 4px 10px 0;
    width: auto;
}

#add-event-middle input[type=text], #add-event-middle select, .selectBox-dropdown {
    border: none;
    height: 19px;
    float: left;
    margin: 0 3px 5px 0;
}

#add-event-middle .selectBox-dropdown {
    height: 21px;
}

.addevent-text-long {
    background: url(images2/bg-addevent-input-long.png) no-repeat;
    width: 238px;
}

.addevent-text-mid {
    background: url(images2/bg-addevent-input-mid.png) no-repeat;
    background-size: 100% 100%;
    width: 99px;
    height: 19px;
    border: none;
}

.addevent-text-small {
    background: url(images2/bg-addevent-input-mid.png) no-repeat;
    width: 120px;
    height: 19px;
    border: none;
}

.addevent-select-longer.selectBox-dropdown {
    background: url(images2/bg-select-longer.png);
    width: 237px;
}


.addevent-select-long.selectBox-dropdown {
    background: url(images2/bg-addevent-select-long.png);
    width: 150px;
}


.addevent-calendar-select-long {
    background: url(images2/bg-addevent-input-long.png) no-repeat;
    width: 238px;
}

.addevent-select-mid.selectBox-dropdown {
    background: url(images2/bg-addevent-select-mid.png);
    width: 82px;
}

.addevent-select-hours.selectBox-dropdown {                        /* need for AllDay toggle */
    background: url(images2/bg-addevent-select-mid.png);
    width: 82px;
}

.addevent-select-small.selectBox-dropdown {
    background: url(images2/bg-addevent-select-small.png);
    width: 50px;
}

.addevent-select-ampm.selectBox-dropdown {                         /* need for AllDay toggle */
    background: url(images2/bg-addevent-select-small.png);
    width: 50px;
}

/* Custom Select Boxes */

.selectBox-dropdown {
    height: 21px;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}

.selectBox-label {
    display: inline-block;
    font-size: 11px;
    overflow: hidden;
    padding: 0.3em 0.3em;
    white-space: nowrap;
    width: 100%;
    color: #000;
    margin: 0 !important;
}

.addevent-select-longer .selectBox-label {
    display: inline-block;
    font-size: 11px;
    overflow: hidden;
    padding: 0.3em 0.3em;
    white-space: nowrap;
    width: 100%;
    color: black;
    margin: 0 !important;
}

.selectBox-arrow {
    background: url("images2/bg-addevent-select-small.png") repeat scroll -30px 0 transparent;
    display: block;
    height: 21px;
    position: absolute;
    right: 0;
    top: -4px;
    width: 20px !important;
}

.addevent-select-longer .selectBox-arrow {
    top: -3px;
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    color: #333;
    margin: 0;
    padding: 0;
    list-style: none;
}

.selectBox-dropdown-menu a {
    display: block;
    color: #333;
    padding: 3px 0 0 3px;
    cursor: pointer;
    font-size: 11px;
}

/* End Custom Select Boxes */

#add-event-middle textarea {
    float: left;
    margin: 0 0 3px 0;
    resize: none;
    border: none;
}

textarea {
    background: url(images2/bg-addevent-textarea.png);
    width: 234px;      /* was 238px - AJ */
    height: 53px;      /* was 57px - AJ */
}

#add-event-middle select.select-calendars {
    background: url(images2/bg-addevent-textarea-scroll.png) no-repeat;
    height: 90px;
    width: 217px;
}

#add-event-middle div.select-calendars {
    background: url(images2/bg-addevent-textarea-scroll.png) no-repeat;
    height: 90px;
    width: 234px;
}

#add-event-middle select.select-calendars option {
    background: url(images2/calbar-box-off.png) no-repeat right center;
    padding: 1px 0;
    font-size: 11px;
}

#add-event-middle select.select-calendars option:hover, #add-event-middle select.select-calendars option[selected] {
    background: url(images2/calbar-box-on.png) no-repeat right center;
    cursor: pointer;
}

#ui-datepicker-div {
    display: none;
}

.ui-datepicker.ui-widget {
    font-size: 12px;
    background: url(images2/bg-addevent-datepicker.png) no-repeat;
    padding: 10px;
    font-family: arial;
    width: 165px;
    height: 145px;
    border: none;
    z-index: 9999 !important;
}

.ui-datepicker .ui-datepicker-header {
    background: none;
    border: none;
}

.ui-datepicker-header a {
    background: none !important;
    border: none !important;
}

.ui-datepicker-header .ui-icon, .ui-datepicker-header a.ui-state-hover .ui-icon {
    background: none !important;
}

.ui-datepicker .ui-datepicker-title {
    color: #0072bc;
    font-weight: bold;
    height: 18px;
    padding: 8px 0 0;
    text-align: center;
    line-height: 1em;
}

.ui-datepicker .ui-datepicker-calendar th {
    padding: 0;
}

.ui-datepicker td span, .ui-datepicker td a {
    background: none !important;
    border: none !important;
    color: #444 !important;
    text-align: center !important;
    font-weight: normal !important;
    padding: 0 !important;
}

.ui-tooltip-tipped .ui-tooltip-content {
    min-width: 140px;
}

.ui-tooltip-youtube {
    min-width: 700px;
}

#add-event-middle #addevent-tabs {
    clear: both;
    padding: 0;
    border: none;
}

#addevent-tabs ul {
    margin: 0;
    list-style: none;
    background: url(images2/bg-addevent-tabnav1.png);
    height: 24px;
    width: 317px;
    padding: 7px 15px 0 12px;
    border: none;
}

#addevent-tabs ul li {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
    top: 0;
    border: none;
}

#addevent-tabs ul li a {
    display: block;
    width: 105px;
    height: 22px;
    padding: 0;
    font-size: 11px;
    color: #444;
    text-decoration: none;
    text-align: center;
    padding: 4px 0 0;
    outline: none;
}

#addevent-tabs > div {
    padding: 10px 12px;
}

#addevent-tabs div.ui-tabs-hide {
    display: none;
}

.ui-widget-content a.addevent-upload-link {
    display: block;
    font-size: 11px;
    color: #0072BC;
    clear: both;
    float: left;
    width: 90px;
    margin: 4px 0 0 0;
}
#add-event-middle span.addevent-upload-text {
    display: none;
    clear: none;
    font-size: 10px;
    color: #666;
    width: auto;
}

.addevent-upload {
    display: none;
    clear: both;
    padding: 10px 0 0 0;
}

.addevent-upload-photo {
    float: left;
    margin: 20px 20px 0 0;
}

#add-event-middle .addevent-upload select {
    width: 150px;
}

#add-event-middle .addevent-upload span {
    clear: none;
    margin: 0 0 2px 0;
}

.addevent-buttons {
    clear: both;
    text-align: right;
}

.addevent-buttons input {
    background-image: url(images2/btn-choosefile-upload-small.png);
    border: none;
    height: 18px;
    padding: 0;
}

.addevent-buttons input.addevent-choosefile {
    background-position: 0 0;
    width: 68px;
}

.addevent-buttons input.addevent-upload {
    background-position: 67px 0;
    width: 67px;
}


#extras span {
/*    float: none;
    width: auto;
    margin: 0 0 5px 0;  jc */
}

#extras select {
    float: none;
}

#add-event-bottom {
    background: url(images2/bg-addevent-bottom.png) repeat-x;
    height: 24px;
    width: 366px;
}

/* End Add Event Popup */

/* Event Details Page */

#calendar-head.event-details, #read-event-head.event-details, #public-read-event-head.event-details {
    text-align: left;
    padding: 11px 0 0 20px;
    font-size: 18px;
    color: #fff;
    height: 27px;
    margin-left: -10px;
}

.event-details-wrapper-public {
    min-height: 710px;
    position: relative;
}

.event-details-wrapper {
    background: url(images2/bg-event-details-page.png) -15px 0;
    min-height: 710px;
    position: relative;
}

#event-details-left, #public-event-details-left {
    float: left;
    width: 439px;
    margin: 10px 0 0 20px;
}

#event-details-left a, #public-event-details-left a {
    color: #f26522;
}

#event-details-left a:hover, #public-event-details-left a:hover {
    color: black;
}

#event-details-left .selectBox-label, #public-event-details-left .selectBox-label {
    color: #666;
}

#event-details-left .selectBox-arrow, #public-event-details-left .selectBox-arrow {
    top: 0;
}

.event-details-photo {
    float: left;
}

.event-details-top {
    float: left;
    /*width: 310px; jc*/
    margin: 0 0 0 10px;
}

.event-details-title {
    font-size: 18px;
    color: #0072bc;
    margin: 0 0 10px 0;
}

.event-subtitle-details {
    font-size: 12px;
    color: #666;
}

.event-subtitle-details span {
    display: block;
    float: left;
    clear: both;
    width: 65px;
}

.event-details-underphoto-text {
    clear: both;
    font-size: 11px;
    color: #666;
    padding: 5px 0;
}

#event-details-left .event-details-photo-buttons {
    margin: 0 0 10px;
}

.event-details-photo-buttons input {
    background-image: url(images2/btn-choosefile-upload-small.png);
    border: none;
    height: 18px;
    padding: 0;
}

.event-details-photo-buttons input.event-details-choosefile {
    background-position: 0 0;
    width: 68px;
}

.event-details-photo-buttons input.event-details-upload {
    background-position: 67px 0;
    width: 67px;
}

.event-details-left-left {
    float: left;
    /*width: 100px;jc*/
    font-size: 12px;
    color: #666;
    margin: 0 0 10px 0;
}

.event-details-left-right {
    float: left;
    /*width: 250px;jc*/
    font-size: 12px;
    color: #444;
    margin: 0 0 10px 0;
}

.event-url .event-details-left-right span {
    display: block;
    padding: 10px 0;
    font-size: 10px;
    color: #f26522;
}

.event-directions {
    clear: both;
    font-size: 12px;
    color: #666;
    margin: 5px 0 0 0;
}

.event-directions input[type=text] {
    display: block;
    background: url(images2/bg-directions-ab.png) no-repeat;
    border: none;
    padding: 0 0 0 35px;
    height: 20px;
    margin: 0 0 10px 0;
    width: 346px;
}

.directions-b {
    background-position: 0 -32px;
}

.event-directions input[type=button] {
    background: url(images2/btn-get-directions.png);
    border: none;
    width: 78px;
    height: 19px;
    margin: 0 0 0 20px;
    cursor: pointer;
}

.event-directions a.directions-submit {
    background: url(images2/btn-get-directions.png);
    border: none;
    width: 78px;
    height: 19px;
    line-height: 19px;
    margin: 0 0 0 20px;
    cursor: pointer;
    display: block;
}

#event-details-right {
    float: left;
    width: 346px;
    background: url(images2/bg-event-details-rightcol.png) no-repeat left 0;
    padding: 0 0 0 25px;
}

.buttons-remove-update {
    float: right;
    text-align: right;
    margin: 0 0 10px 0;
}

.buttons-remove-update input {
    background-image: url(images2/btn-remove-update.png);
    border: none;
    height: 18px;
}

.buttons-edit-update {
    float: right;
    text-align: right;
    margin: 0 0 10px 0;
}

.buttons-edit-update input {
    background-image: url(images2/btn-edit.png);
    border: none;
    height: 18px;
}

.event-details-top input {
    background-image: url(images2/btn-edit.png);
    border: none;
    height: 16px;
}

.event-details-top .edit-event {
    width: 70px;
    cursor: pointer;
}

.buttons-remove-update .remove-event {
    width: 85px;
    cursor: pointer;
}

.event-remind input#reminderUpdate.update-event {
    background-image: url(images2/btn-remove-update.png);
    border: none;
    height: 18px;
}

.buttons-remove-update .update-event, .event-details-top .update-event, .event-remind .update-event {
    width: 67px;
    background-position: 67px 0;
    cursor: pointer;
}

.event-details-invite {
    padding: 2px 0 0 0;
    clear: both;
    width: 346px;
    margin: 0 0 10px;
}

.event-details-invite-top {
    background: url(images2/bg-eventdetails-invite-top.png);
    height: 16px;
}

.event-details-invite-middle {
    background: #fff;
    border-left: 1px solid #dbdbdc;
    border-right: 1px solid #dbdbdc;
    padding: 0 0 0 14px;
}

#event-details-right h2 {
    font-size: 18px;
    color: #0072bc;
    font-weight: normal;
    margin: 0;
}

h3 {
    font-size: 16px;
    color: #0072bc;
    font-weight: normal;
    margin: 0;
}

.event-details-invite span {
    clear: both;
    color: #666;
    display: block;
    float: left;
    font-size: 12px;
    margin: 4px 0 0;
    width: 75px;
}

.event-details-invite input[type=text] {
    background: url(images2/bg-addevent-input-long.png) no-repeat;
    border: medium none;
    float: left;
    width: 238px;
    height: 19px;
    margin: 0 3px 4px 0;
}

.event-details-invite textarea {
    background: url("images2/bg-addevent-textarea.png") no-repeat scroll 0 0 transparent;
    height: 57px;
    width: 238px;
    border: medium none;
    float: left;
    margin: 0 0 4px;
    resize: none;
    overflow: hidden;
}

.event-details-invite input.add-invite, #invite input.add-invite {
    background: url("images2/btn-invite-add.png") repeat scroll 0 0 transparent;
    border: medium none;
    float: right;
    height: 17px;
    margin: 0 19px 8px 0;
    width: 17px;
    clear: both;       /* added to keep button from wrapping - AJ */
    cursor: pointer;
}

.event-details-invite input.event-details-invite-submit, #invite input.event-details-invite-submit {
    background: url("images2/btn-send-invite.png") repeat scroll 0 0 transparent;
    border: medium none;
    float: right;
    height: 19px;
    margin: 10px 18px 0 0;
    width: 68px;
    cursor: pointer;
    clear: both;
}

.event-details-invite-bottom {
    background: url(images2/bg-eventdetails-invite-bottom.png);
    height: 10px;
}

.event-details-interactions {
    font-size: 12px;
    color: #666;
}

.event-details-attendees {
    background: url(images2/dots-horz.png) no-repeat 0 bottom;
    padding: 5px;
}

.event-details-attendees div {
    clear: both;
    height: 23px;
    margin: 5px;
}

.event-details-attendees span {
    display: block;
    float: left;                       /* removed width 55px - AJ */
    margin-right: 5px;
}

.event-details-attendees img {
    position: relative;
    bottom: 3px;
    padding: 0 2px 2px 0;
}

.event-details-dialogue {
    background: url(images2/dots-horz.png) no-repeat 0 bottom;
    padding: 3px;
}

.event-details-dialogue div {
    clear: both;
    /* height: 23px; AJ */
    /* margin: 5px; JC */
    width: 320px;
}

.event-details-dialogue img {
    position: relative;
    /*top: 6px; jc */
    margin: 0 3px 0 0;
    display: inline-block;
}

.event-details-dialogue input {
    background: url(images2/bg-input-longer.png) no-repeat;
    border: medium none;
    height: 18px;
    width: 320px;
    margin: 10px 0 0 0;
}

.event-details-photos {
    background: url(images2/dots-horz.png) no-repeat 0 bottom;
    padding: 10px;
}

.event-details-photos div {
    margin: 0 0 10px 0;
}

.event-details-photos .photo-lrg {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
}

.event-details-photos .photos-med {
    float: left;
    width: 200px;
}

.event-details-photos .photos-med img {
    float: left;
    margin: 0 10px 5px 0;
}

.event-details-photos .event-details-photo-buttons {
    clear: both;
    text-align: right;
    padding: 5px 0 0 0;
}

.event-details-links {
    padding: 10px;
}

.event-details-links div {
    margin: 0 0 10px;
}

.event-details-links a {
    display: block;
    margin: 0 0 10px;
    color:#F26522;
    text-decoration: none;
}

.event-details-links a:hover {
    color: black;
}

/* End Event Details Page */


/* Profile Drop */

#profile-drop {
    display: none;
    xmin-width: 839px;
    position: relative;
    width: 100%;
}

#profile-drop-head {
    background: url(images2/bg-calendar-head.png);
    height: 32px;
    position: relative;
    min-width: 300px;     /* was 557 - AJ */
    text-align: left;
    padding: 4px 0 0 20px;
    font-size: 21px;
    color: #fff;
    height: 28px;
}

#profile-drop #profile-drop-content {
    xbackground: #FAFAFA url(images2/bg-profile-top.png) repeat-y;
    width: 100%;
    padding: 13px 0;
    font-size: 12px;
}

#profile-drop-left {
    width: 30%;      /* was 425px - AJ */
    padding: 0 9px 0 13px;
    float: left;
}

#profile-drop .profile-top img {
    float: left;
    margin: 0 8px 5px 0;
}

#profile-drop .profile-top span.username {
    font-size: 18px;
    color: #0072bc;
}

#profile-drop .profile-top span.location, #profile-drop .profile-top span.email, #profile-drop .profile-top span.phone {
    display: block;
    margin: 3px 0 3px;
}

#profile-drop .profile-top div {
    clear: both;
    margin: 5px 0;
}

#profile-drop .profile-top div span {
    display: block;
    float: left;
    width: 110px;
}

#profile-drop .profile-top div div {
    clear: none;
    float: left;
    max-width: 178px;
    margin: 0;
}

#profile-drop #profile-drop-right {
    background-color: #FAFAFA;
    float: left;
    width: 50%;
    margin: 0 0 0 30px;
}

#profile-drop-right a.btn-edit-page {
    display: block;
    background: url(images2/btn-print-edit.png) -71px 0;
    float: right;
    height: 19px;
    width: 67px;
    margin: 0 0 0 10px;
}

#profile-drop-right a.btn-print {
    display: block;
    background: url(images2/btn-print-edit.png);
    float: right;
    height: 19px;
    width: 67px;
}

#profile-drop #profile-drop-right h2 {
    font-size: 18px;
    color: #0072bc;
    padding: 10px 0 0 0;
}

div.profile-drop-calendars {
    margin: 0 0 0 0;
}

div.profile-drop-calendars div {
    clear: both;
    padding: 4px 5px 0 30px;
    height: 18px;
    position: relative;
}

div.profile-drop-calendars div:hover {
    background-color: white;
}

div.profile-drop-calendars img {
    float: right;
    margin: 0 0 0 5px;
}

div.profile-drop-calendars img.profile-icon {
    float: left;
    margin: 0 5px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

div#profile-drop-left .assoc-calendars-popup {
    top: 33px !important;
}

#profile-drop-right a.drop-next {
    display: block;
    float: right;
    font-size: 9px;
    color: #58595B;
    text-decoration: none;
}

#profile-drop-right a.drop-next:hover {
    color: #0072bc;
}

/* End Profile Drop */


/* Edit Profile Page */

#editevent-popup-wrapper, #pp-popup-wrapper, #tc-popup-wrapper {
    background: url(images2/bg-addevent-wrapper.png);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: block;
}

#popup-edit-event {
    width: 867px;
    position: relative;
    margin: 0 auto;
    top: 20px;
}

#edit-event-top {
    background: url("images2/bg-editevent-top.png") repeat scroll -10px 0 transparent;
    color: #FFFFFF;
    font-size: 18px;
    height: 27px;
    padding: 11px 0 0 20px;
    text-align: left;
}

#edit-event-top .editevent-cancel {
    background: url(images2/close_window_icon_off.png);
    position: absolute;
    right: -15px;
    top: -5px;
    width: 39px;
    height: 36px;
    cursor: pointer;
}

#edit-event-top .editevent-cancel:hover, #closeDrop:hover {
    background: url(images2/close_window_icon_on.png);
}

#edit-popup-bottom {
    background: url("images2/bg-editevent-bottom.png") repeat-x scroll -10px 0 transparent;
    height: 24px;
}

#calendar-head.edit-profile {
    text-align: left;
    padding: 4px 0 0 20px;
    font-size: 21px;
    color: #fff;
    height: 28px;
}

#edit-profile-wrapper {
    color: #0072bc;
    font-size: 12px;
}

#edit-profile-wrapper .ui-widget-content {
    border: none;
    font-family: Arial;
}

.edit-profile-top {
    padding: 10px 10px 10px 10px;
}

.edit-profile-breadcrumbs {
    margin: 0 0 10px 0;
}

.edit-profile-update input {
    background: url(images2/btn-update-20-off.png);
    border: none;
    width: 81px;
    height: 22px;
    cursor: pointer;
}

#fbimports input {
    background: url(images2/btn_import_fb_off.png) no-repeat;
    border: none;
    width: 130px;
    height: 20px;
    cursor: pointer;
}

.edit-profile-form {
    float: left;
}

.edit-profile-form span {
    display: block;
    float: left;
    clear: both;
    width: 70px;
    margin: 5px 0 10px 0;
}

.edit-profile-form div {
    margin: 5px 0 0 0;
}

.edit-profile-form input {
    float: left;
    background: url(images2/bg-addevent-input-long.png) no-repeat;
    width: 238px;
    height: 19px;
    border: none;
}

.edit-profile-image {
    float: left;
    margin: 32px 0 0 0;
}

.edit-profile-tabs {
    clear: both;
}

.edit-profile-tabs {
    clear: both;
    padding: 0;
    border: none;
}

.edit-profile-tabs ul.profile-tabnav {
    background: url("images2/bg-editprofile-tabnav.png") repeat scroll 0 0 transparent;
    border: medium none;
    height: 21px;
    list-style: none outside none;
    margin: 0;
    padding: 7px 8px 0 5px;
    position: relative;
    top: 7px;
    width: 584px;
    z-index: 1;
}

.edit-profile-tabs ul.profile-tabnav li {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
    top: 0;
    border: none;
}

.edit-profile-tabs ul.profile-tabnav li a {
    display: block;
    width: 146px;
    height: 22px;
    padding: 4px 0 0;
    outline: none;
    text-align: center;
    font-size: 12px;
    color: #444;
    text-decoration: none;
}

.edit-profile-tabs > div {
    padding: 10px 12px;
}

.edit-profile-tabs div.ui-tabs-hide {
    display: none;
}

.edit-profile-tabs .ui-tabs-panel {
    background: url("images2/bg-editprofile-tabs.png") repeat-x scroll 0 top #F7F7F7;
    border-right: 1px solid #EFEFF0;
    border-bottom: 1px solid #EFEFF0;
    border-left: 1px solid #EFEFF0;
    padding: 20px 12px 10px 12px;
    height: 472px;
    position: relative;
}

#profile2 span {
    color: #0072bc;
    display: block;
}

#profile2 textarea {
    border: none;
    resize: none;
    margin: 5px 0 15px 0;
}

#cal-manager .manager-calbar {
    width: 640px;             /* was 265px - AJ */
    height: 400px;
    background: #ebf4ff;
    border: 1px solid #ccd3dc;
    position: relative;
    overflow: hidden;
}

#cal-manager .Scrollbar-Up {
    right: 0;
}

#cal-manager .Scrollbar-Down {
    right: 0;
    top: 381px;
}

#cal-manager .Scrollbar-Track {
    height: 362px;
    left: 621px;             /* was 245px - AJ */
    top: 19px;
}

#cal-manager .Container {
    height: 290px;
}

#cal-manager #Scroller4 {
    height: 290px;
    overflow: hidden;
    position: absolute;
}

#cal-manager .Scroller-Container4 {
    position: absolute;
}

#cal-manager ul {
    list-style: none;
    padding: 0;
}

#cal-manager ul li {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
    width: 138px;
}

#cal-manager ul li img {
    float: right;
}

#cal-manager ul li.my-calendars {
    color: #0072BC;
}

#cal-manager ul li.projects {
    color: #305ce1;
}

#cal-manager ul li.bands {
    color: #009f25;
}

#cal-manager ul li.bars {
    color: #eda418;
}

#cal-manager ul li ul {
    margin: 1px 0 0 0;
}

#cal-manager ul li ul li {
    font-weight: normal;
    margin: 0;
    padding: 0 20px 0 0;
    color: #58595b;
}

.delete-popup, .err403 {
    background: url(images2/bg-popup-delete.png);
    height: 129px;
    padding: 15px 11px 0 22px;
    width: 251px;
    position: absolute;
    top: 60px;
    left: 520px;
    font-size: 16px;
    z-index: 1001;
}

.delete-popup div {
    font-size: 12px;
    margin: 5px 0 0 35px;         /* left padding was 45px - AJ */
}

.delete-popup span {
    font-size: 12px;
    margin: 10px 0 0 35px;         /* left padding was 45px - AJ */
}

.delete-popup div img {
    position: relative;
    top: 2px;
    margin: 0 0 0 20px;
}

.delete-popup span img {
    position: relative;
    top: 2px;
    margin: 0 0 0 20px;
}

.delete-popup input {
    background-image: url(images2/btn-cancel-submit.png);
    float: right;
    border: none;
    height: 19px;
    width: 66px;
    margin: 18px 15px 0 0;
}

.cancel-submit input {
    background-image: url(images2/btn-cancel-submit.png);
    border: none;
    height: 19px;
    width: 67px;
    margin: 18px 15px 0 0;
    cursor: pointer;
}

.delete-popup input.submit, .cancel-submit input.submit {
    background-position: -71px 0;
}

#settings div {
    color: #0072bc;
    margin: 0 0 10px 0;
}

#settings span {
    display: block;
    float: left;
    clear: both;
    width: 80px;
    margin: 4px 0 8px 0;
    color: #0072bc;
}

#settings span.forgot-pw {
    clear: none;
    margin: 4px 0 0 10px;
    width: 140px;
}

#settings div.show div {
    color: #666;
    margin: 0;
}

#settings div.show div img {
    position: relative;
    top: 4px;
}

#settings div.show span input {
    position: relative;
    top: 4px;
    clear: none;
}

#settings input.addevent-input-long {           /* specific to blue inputs */
    float: left;
    background: url(images2/bg-addevent-input-long.png) no-repeat;
    width: 238px;
    height: 19px;
    border: none;
}

#fcScrollDiv #verify p {                         /* removed #calendar - AJ */
    clear: both;
    text-indent: 0;
    padding: 0;
    margin: 0 0 20px 0;                          /* removed line-height - AJ */
}

#fcScrollDiv #verify p img {                      /* removed #calendar - AJ */
    position: relative;
    top: 4px;
}

#verify span {
    display: block;
    float: left;
    clear: both;
    width: 80px;
    margin: 4px 0 15px 0;
    color: #0072bc;
}

#verify input {
    float: left;
    background: url(images2/bg-addevent-input-long.png) no-repeat;
    width: 238px;
    height: 19px;
    border: none;
}

#verify input[type=button] {
    background: url(images2btn-cancel-submit.png) -71px 0;
    width: 66px;
    height: 19px;
    clear: both;
    cursor: pointer;
    margin: 0 0 0 252px;
}

.profile .upgrade-menu{
    padding: 0;
    width: 680px;
    margin:20px auto;
    list-style:none;
}
.profile .upgrade-menu li{
    width: 300px;
    height: 60px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    border-left: 10px solid #0082c7;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.profile .upgrade-menu li a{
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #0082c7;
    position:relative;
}
.profile .upgrade-icon{
	background:url(images2/cog.png) no-repeat;
    position: absolute;
    width: 32px;
	height:32px;
    left: 18px;
	top:15px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.profile .upgrade-content{
    position: absolute;
    left: 70px;
    width: 330px;
    height: 50px;
    top: 10px;
}
.profile .upgrade-main{
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.profile .upgrade-sub{
    font-size: 12px;
    color: #666;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.profile .upgrade-menu li:hover{
    border-color: #F26522;
    background: #000;
}
.profile .upgrade-menu li:hover .upgrade-icon{
    font-size: 40px;
	width:48px;
	height:48px;
	top:6px;
	left:10px;
	background:url(images2/cog-white.png) no-repeat;
}
.profile .upgrade-menu li:hover .upgrade-main{
    color: #F26522;
}
.profile .upgrade-menu li:hover .upgrade-sub{
    color: #fff;
}

/* End Edit Profile Page */

/* Messages Page */

.messages-wrapper {
    padding: 0 0 0 0;          /* top padding was 15px with old header - AJ */
    font-size: 12px;
}

#calendar-head.messages {
    text-align: left;
    padding: 4px 0 0 20px;
    font-size: 21px;
    color: #fff;
    height: 28px;
}

.messages-wrapper div.messages-divider {
    background: url("images2/bg-messages-divider.png") no-repeat scroll -2px top transparent;
    color: #FFFFFF;
    font-size: 10px;
    height: 19px;
    padding: 3px 0 0 5px;
    position: relative;
}

.messages-wrapper th {
    font-size: 12px;
    color: #0072bc;
    text-align: left;
    padding: 5px 0 0 0;
}

.messages-wrapper th:first-child {
    padding: 5px 0 0 20px;
}

.messages-wrapper thead tr {
    background: none;
}

.messages-wrapper tr {
    background: url(images2/bg-messages-white.png) repeat-x;
    width: 100%;
}

table.messages-wrapper:first-child {
    background: none;
}

.messages-wrapper tr.stripe{
    background: #fbfbfc url(images2/bg-messages-stripe.png) repeat-x;             /* must have repeat-x for cross-browser compatibility - AJ */
    min-height: 55px;
}

.messages-wrapper tr.white-stripe{
    background: #fbfbfc url(images2/bg-messages-white.png) repeat-x;              /* must have repeat-x for cross-browser compatibility - AJ */
    min-height: 55px;
}

.messages-wrapper td {
    min-height: 55px;
    margin-top: 25px;
}

.messages-wrapper td.date {
    width: 13%;
    padding: 0 0 0 20px;
}

.messages-wrapper td.from {
    width: 15%;
}

.messages-wrapper td.event {
    width: 20%;
    color: #0072bc;
    cursor: pointer;
}

.messages-wrapper td.event span {
    color: #0072bc;
}

.messages-wrapper td.calendar {
    width: 20%;
}

.messages-wrapper td.message {
    width: 29%;
}

.messages-wrapper td.buttons {
    display: block;
    width: 90%;
    text-align: right;
    padding: 0 20px 0 0;
    position: relative;
}

.messages-wrapper td.buttons a {
    display: inline-block;
    background: url(images2/btn-rsvp.png);
    font-weight: bold;
    color: #0072bc;
    text-align: center;
    padding: 5px 0 0 0;
    cursor: pointer;
    width: 45px;
    height: 17px;
}

.rsvp-popup {
    display: none;
    z-index: 1001;
    position: absolute;
    width: 248px;
    top: 43px !important;
    left: auto !important;
    right: 28px;
    color: #0072bc;
    font-size: 12px;
    background: #F7F7F7;
}

.rsvp-popup .module.top-left {
    background: url(images2/rsvp-popup-top-right.png);
    height: 24px;
    top: -24px;
    left: -27px;
    width: 142px;
}

.rsvp-popup .module.top {
    background: url(images2/popup-top.png);
    margin: 0 0 0 115px;
}

.rsvp-popup .module.top-right {
    background: url(images2/rsvp-popup-top-left.png);
    height: 24px;
    top: -24px;
    right: -20px;
    width: 54px;
} 

.rsvp-yep-nope {
    margin: 0 0 10px 0;
}

.yep {
    margin: 0 20px 0 0;
}

.yep img, .nope img {
    position: relative;
    top: 3px;
}

.rsvp-calendars {
    background: #fff;
    border: 1px solid #999;
    color: #666;
    padding: 5px 5px 10px 5px;
}

.rsvp-calendars div {
    height: 100%;
    clear: both;
}

.rsvp-calendars div img {
    float: right;
    position: relative;
    top: -2px;
}

.rsvp-popup .popup-cancel {
    background: url("images2/popup-cancel-update.png") repeat scroll 0 0 transparent;
    border: medium none;
    height: 19px;
    width: 69px;
    cursor: pointer;
}

.rsvp-popup input[type=submit] {
    background: url("images2/popup-cancel-update.png") repeat scroll -70px 0 transparent;
    border: medium none;
    height: 19px;
    width: 69px;
    cursor: pointer;
}

.popup-cancel {
    background: url("images2/popup-cancel-update.png") repeat scroll 0 0 transparent;
    border: medium none;
    height: 19px;
    width: 69px;
    cursor: pointer;
}

.popup-update {
    background: url("images2/popup-cancel-update.png") repeat scroll -70px 0 transparent;
    border: medium none;
    height: 19px;
    width: 69px;
    cursor: pointer;
}

.messages-wrapper td.buttons input.reject {
    background: url(images2/btn-reject.png);
    border: none;
    height: 19px;
    width: 68px;
    cursor: pointer;
}

.messages-wrapper td.buttons input.accept {
    background: url(images2/btn-accept.png);
    border: none;
    height: 19px;
    width: 68px;
    cursor: pointer;
}

/* End Messages Page */


/* Add / Edit Calendar Page */

#calendar-head.add-edit-calendar {
    text-align: left;
    padding: 4px 0 0 20px;
    font-size: 21px;
    color: #fff;
    height: 28px;
}

#add-edit-calendar-wrapper, #add-edit-calendar-wrapper div {
    color: #0072bc;
    font-size: 12px;
}

#add-edit-calendar-wrapper .ui-widget-content {
    border: none;
    font-family: Arial;
    font-size: 12px;
}

.add-edit-calendar-top {
    padding: 10px 10px 10px 10px;
}

.add-edit-calendar-breadcrumbs {
    margin: 0 0 10px 0;
}

.add-edit-calendar-update {
    float: right;
}

.add-edit-calendar-top .add-edit-calendar-update input, .add-edit-calendar-update input, #verify .add-edit-calendar-update input {
    background: url(images2/btn-update.png);
    border: none;
    width: 68px;
    height: 20px;
    cursor: pointer;
}

.add-edit-calendar-top span {
    display: block;
    float: left;
    clear: both;
    margin: 3px 0 9px 0;
}

.add-edit-calendar-top span.display-text {
    display: block;
    float: left;
    clear: none;
    width: 135px;
    margin: 3px 0 9px 0;
}

.add-edit-calendar-top span.timezone {
    margin: 4px 0 25px 0;
}

.add-edit-calendar-top div {
    margin: 5px 0 0 0;
}

.add-edit-calendar-top div.access {
    float: left;
    position: relative;
    bottom: 4px;
}

.add-edit-calendar-top div.access img {
    position: relative;
    top: 2px;
}

.add-edit-calendar-top input {
    float: left;
    background: url(images2/bg-addevent-input-long.png) no-repeat;
    width: 238px;
    height: 19px;
    border: none;
}

.add-edit-calendar-top input[type=radio] {         /* added for edit cal cb's - AJ */
    float: left;
    width: 15px;
    height: 19px;
    border: none;
    margin: 0 3px 0 5px;
}

.add-edit-calendar-top input.short {
    background: url(images2/bg-addevent-input-mid.png) no-repeat;
    width: 99px;
}

.add-edit-calendar-tabs {
    clear: both;
    padding: 0;
    border: none;
}

.add-edit-calendar-tabs ul.add-edit-calendar-tabnav {
    background: url("images2/add-edit-calendar-tabs.png") repeat scroll 0 0 transparent;
    border: medium none;
    height: 21px;
    list-style: none outside none;
    margin: 0;
    padding: 7px 8px 0 5px;
    position: relative;
    top: 8px;
    width: 735px;
    z-index: 1;
} 

.add-edit-calendar-tabs ul.add-edit-calendar-tabnav li {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
    top: 0;
    border: none;
    font-weight: bold;
}

.add-edit-calendar-tabs ul.add-edit-calendar-tabnav li a {
    display: block;
    width: 146px;
    height: 22px;
    padding: 2px 0 0 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    color: #444;
}

ul.add-edit-calendar-tabnav li.ui-state-disabled a {
  font-weight: normal;
}

.add-edit-calendar-tabs > div {
    padding: 10px 12px;
}

.add-edit-calendar-tabs div.ui-tabs-hide {
    display: none;
}

.add-edit-calendar-tabs .ui-tabs-panel {
    background: url("images2/bg-editprofile-tabs.png") repeat-x scroll 0 top #F7F7F7;
    border-right: 1px solid #EFEFF0;
    border-bottom: 1px solid #EFEFF0;
    border-left: 1px solid #EFEFF0;
    padding: 10px 12px 10px 12px;
    height: 460px;
    position: relative;
}

.add-edit-calendar-tabs span {
    display: block;
    font-size: 12px;
    color: #0072BC;
    float: left;
    clear: both;
    width: 75px;
    margin: 4px 0 10px 0;
}

.add-edit-calendar-tabs .ui-tabs-panel#details div {
    float: left;
}

.add-edit-calendar-tabs .ui-tabs-panel textarea, .add-edit-calendar-tabs textarea {
    display: block;
    float: left;
    border: none;
    resize: none;
    margin: 10px 0;
}

.add-edit-calendar-tabs .ui-tabs-panel input[type=text], .add-edit-calendar-tabs input[type=text] {
    background: url(images2/bg-addevent-input-long.png);
    width: 238px;
    height: 19px;
    border: none;
    float: left;
    background-repeat: no-repeat;
}

#calendar #fcScrollDiv .add-edit-calendar-tabs .ui-tabs-panel p {
    text-indent: 0;
    padding: 10px 0;
}

.add-edit-calendar-tabs #details textarea {
    clear: both;
    margin: 0 0 10px 0;             /* added margin-bottom - AJ */
}

#add-edit-calendar-wrapper #image span {
    font-size: 10px;
    color: #666;
    display: block;
    margin: 5px 0;
    float: none;
    width: auto;
}

#add-edit-calendar-wrapper #image input {
    background-image: url(images2/btn-choosefile-upload.png);
    border: none;
    height: 20px;
    width: 70px;
}

#add-edit-calendar-wrapper #image input.btn-upload {
    background-position: -73px 0;
}

.add-edit-calendar-tabs input.invite-add {
    display: block;
    background: url("images2/btn-invite-add.png") repeat scroll 0 0 transparent;
    border: medium none;
    clear: both;
    height: 17px;
    margin: 10px 18px 0 0;
    width: 17px;
    position: relative;
    left: 295px;
}

.add-edit-calendar-tabs input.invite-submit {
    background: url("images2/btn-send-invite.png") repeat scroll 0 0 transparent;
    border: medium none;
    clear: both;
    height: 19px;
    margin: 10px 18px 0 0;
    width: 68px;
    position: relative;
    left: 245px;
}

.stats-box .Scroller-Container5 {
    position: absolute;
}

.stats-box .Scrollbar-Up {
    right: 0;
}

.stats-box .Scrollbar-Down {
    right: 0;
    top: 271px;
}

.stats-box .Scrollbar-Track {
    height: 252px;
    width: 19px;
    left: 411px;
    top: 19px;
    background: transparent url(images2/bg-scrollbar-track.png) repeat-y center center;
}


.add-edit-calendar-tabs #stats span {
    width: auto;
}

.add-edit-calendar-tabs #stats div.stats-box {
    background: #ebf4ff;
    width: 430px;
    height: 290px;
    border: 1px solid #666;
    color: #666;
    clear: both;
    overflow: hidden;
    position: relative;
}

.stats-box .Scroller-Container5 {
    position: absolute;
}

.stats-box .Scrollbar-Up {
    right: 0;
}

#calendar .stats-box .Scrollbar-Down {
    right: 0;
    top: 271px;
}

#calendar .stats-box .Scrollbar-Track {
    height: 252px;
    left: 390px;
    top: 19px;
}

.add-edit-calendar-tabs #stats div span {
    margin: 10px;
    float: none;
    color: #666;
}

.add-edit-calendar-tabs #stats div table {
    margin: 0 17px 0 0;
}

.add-edit-calendar-tabs #stats div th {
    color: #0072bc;
    text-align: left;
}

.add-edit-calendar-tabs #stats div th.date {
    width: 45px;
}

.add-edit-calendar-tabs #stats div th.event {
    width: 220px;
}

.add-edit-calendar-tabs #stats div th.views {
    width: 45px;
    text-align: right;
}

.add-edit-calendar-tabs #stats div th.yep, .add-edit-calendar-tabs #stats div td.yep {
    width: 45px;
    text-align: right;
    padding: 0;                                        /* removed right padding 12px - AJ */
}

.add-edit-calendar-tabs #stats div td.views, .add-edit-calendar-tabs #stats div td.yep {
    text-align: right;
}

/* End Add / Edit Calendar Page */

/* Main Calendar Page */

.main-calendar-wrapper {
    padding: 18px 0 0 0;
    width: 100%;
}

.main-calendar-day {
    float: left;
    width: 14.18%;
    height: 169px;
    padding: 5px 0c;
    border-top: 1px solid #c8c7c7;
    border-left: 1px solid #c8c7c7;
    font-size: 10px;
}

.main-calendar-day div {
    padding: 0 4px;
}

.main-calendar-day.first {
    border-left: none;
}

.main-calendar-date {
    text-align: right;
    color: #c8c7c7;
    padding: 5px 4px;
}

.main-calendar-event div {
    float: left;
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0 3px 0 0;
    position: relative;
    top: 4px;
}

.main-calendar-event.purple {
    color: #670FAA;
}

.main-calendar-event.purple div {
    background: #670FAA;
}

.main-calendar-event.blue {
    color: #305CE1;
}

.main-calendar-event.blue div {
    background: #305CE1;
}

.main-calendar-event.green {
    color: #009F25;
}

.main-calendar-event.green div {
    background: #009F25;
}

.main-calendar-event.orange {
    color: #EDA418;
}

.main-calendar-event.orange div {
    background: #EDA418;
}

.padBot {
    padding-bottom: 5px;
}

.reRadioDiv {
    background: url(/Content/images2/calbar-box-off.png) no-repeat;
    display: inline-block;
    margin: 0 15px 0 0;
}

.reRadio {
    position: relative;
    margin: 0 0 0 5px;
    z-index:-1
}

.radioDiv {
    background: url(/Content/images2/calbar-box-off.png) no-repeat;
    display: inline-block;
    margin: 0 15px 0 0;
}

.radioInp {
    position: relative;
    margin: 0 0 0 5px;
    z-index:-1
}

#reDial img {
  clear: left;
}

a#reEvtSite {
    color: #F26522;
    text-decoration: none;
}

a#reEvtSite:hover {
    color: black;
}

#diaMemList a {
    text-decoration: none;
    color: #F26522;
}

#diaMemList a:hover {
    color: black;
}

.edit-members input[type=submit] {
    background: url(images2/btn-update.png);
    border: none;
    width: 68px;
    height: 20px;
    cursor: pointer;
}

#sites a {
    color: #F26522;
    text-decoration: none;
}

#sites a:hover {
    color: black;
}

.writeCalOn {
    background: url(/Content/images2/calbar-box-on.png) #fff no-repeat;
    z-index: 100;
    display: inline-block;
}

.writeCalOff {
    background: url(/Content/images2/calbar-box-off.png) #fff no-repeat;
    z-index: 100;
    display: inline-block;
}

.writeCalCb {
    position:relative;z-index:-1
}

.ui-widget-headerMo {
    border-bottom: 1px solid #DCDBDB;
    color: white;
}

.dowDiv
{
    display:inline-block;
    background: url(/Content/images2/calbar-box-off.png) no-repeat;
}

.dowCb {
    position:relative;
    z-index:-1
}
.msg {
    font-family: Arial;
    font-size: 11px;
}
/* End Main Calendar Page */

/* Calendar Invite Preview */

div.signup {
    margin-bottom: 10px;
}

#signup-popup-wrapper input[type=submit]:hover {
    background-position: 0 -19px;
}

#signup-popup-wrapper input[type=submit] {
    background-image: url(images2/homepage/sprint8/btn-9-signup.png);
    border: medium none;
    height: 18px;
    padding: 0;
    text-indent: -9999px;
    width: 68px;
    cursor: pointer;
    float: right;
    margin-top: 8px;
    color: #bfbfbf;
}

.calendar-public-popup {
    clear: both;
    width: 540px;
    height: 320px;
}

.calendar-public-popup .calendar-public-popup-top {
    background: url(images/calendar_public_page_popup_top.png) 1px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    padding: 15px 0 0 15px;
}

.calendar-public-popup .calendar-public-popup-middle {
    background: url(images/calendar_public_page_popup_bg.png);
    padding: 10px 20px;
}

.module-wrapper#calendar-right .calendar-public-popup h2 {
    font-size: 18px;
    color: #f71515;
    font-family: 'RockwellRegular';
    float: none;
    text-align: left;
    margin: 0 0 15px 0;
}

.calendar-public-popup .calendar-public-popup-left {
    float: left;
    width: 220px;
    height: 250px;
}

.calendar-public-popup-left {
    background: url(images/calendar_public_page_popup_divider.jpg) no-repeat scroll 206px 0 transparent
}

.calendar-public-popup .calendar-public-popup-left ul {
    font-size: 12px;
    padding: 0 0 0 15px;
}

.calendar-public-popup-right, .calendar-invite-popup-right {
    float: right;
    width: 283px;  /* was 263px */
    font-size: 12px;
    text-align: right;
}

.calendar-public-popup-right input {
    width: 200px;
    height: 20px;
    margin: 0 0 12px 0;
}

.calendar-public-popup-right .sign-in {
    float: left;
    font-size: 11px;
}

.calendar-invite-popup-right .sign-in {
    float: left;
    font-size: 11px;
}

.calendar-public-popup-right .sign-in a, .calendar-invite-popup-right .sign-in a {
    font-size: 11px;
    display: block;
    margin-top: 0px;
}

.calendar-invite-popup-right div a {
    font-size: 11px;
    display: block;
    margin: 5px 0 5px 0;
    color: #0054a5;
}

.calendar-public-popup-right .btn {
    display: block;
    float: right;
}

.calendar-invite-popup-right .btn {
    display: block;
    float: right;
}

.calendar-public-popup .calendar-public-popup-bottom {
    background: url(images/calendar_public_page_popup_bottom.png);
    height: 14px;
}

.calendar-invite-popup {
    width: 837px;
    height: 336px;
}

.calendar-invite-popup .calendar-invite-popup-top {
    background: url(images/invite_final_top.png);
    height: 24px;
}

.calendar-invite-popup .calendar-invite-popup-middle {
    background: url(images/invite_final_bg.png);
    padding: 0 30px;
}

.module-wrapper#calendar-right .calendar-invite-popup h2 {
    font-size: 18px;
    color: #f71515;
    font-family: 'RockwellRegular';
    float: none;
    text-align: left;
    margin: 0 0 15px 0;
}

.calendar-invite-popup-left h2, .calendar-invite-popup-right h2 {  /* added for SqauredOut */
    font-size: 18px;
    color: #f26522;
    font-family: 'RockwellRegular';
    float: none;
    text-align: left;
    margin: 0 0 15px 0;
}

.calendar-invite-popup .calendar-invite-popup-left {
    background: url("images/invite_final01_divider.jpg") no-repeat scroll 477px 0 transparent;
    float: left;
    padding-right: 40px;
    width: 440px;
}

.calendar-invite-popup-middle .calendar-invite-popup-left {   /* added when I removed .calendar-invite-popup */
    background: url("images/invite_final01_divider.jpg") no-repeat scroll 477px 0 transparent;
    float: left;
    padding-right: 40px;
    width: 440px;
}

.calendar-invite-popup .calendar-invite-popup-right {
    float: right;
    width: 250px;
}

.calendar-invite-popup-right form input {
    float: right;
    margin-left: 10px;
}

.calendar-invite-popup-right form {
    margin-right: 20px;
}

.calendar-invite-popup-right form label {
    clear: both;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

.calendar-invite-popup .calendar-invite-popup-bottom {
    background: url(images/invite_final_bottom.png);
    height: 17px;
}

/* End Calendar Invite Preview */

/* Footer */
.container1{
    width:960px;
    margin: 0 auto;
	background-color:transparent;
	color:#ffffff;
	position: relative;
}

.clr {
	clear:both;
	display:block;
}

footer{
	height:300px;
	clear:both;
	width:100%;
	margin:0 auto;
	background-color:#333;
	color:#fff;
	bottom:100%;
	-webkit-box-shadow: 0 -5px 0 0 #4e4e4e;
	-moz-box-shadow: 0 -5px 0 0 #4e4e4e;
	box-shadow: 0 -5px 0 0 #4e4e4e;
}

#footer-area {

color: #191919;
font-size: 100%;
padding: 20px 0;

}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

.footer-segment2 {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 175px;
}

footer aside h4 {
color: #ff932d;
font-family:'MichromaRegular', Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.2em;
}

footer ul li {
list-style: none;
text-indent:-40px;
margin-top:5px;
}

footer a:link, footer a:visited {
color: #ffffff;
font-size:14px;
}

footer a:hover { 
text-decoration: underline; 
}

footer p {
color: #ffffff;
text-align:center;
font-size:12px;
}
/* End Footer */

/* LIST  */
.list1 { }
.list1 ul { list-style:none; color:#fff; padding:0; font-size: 13px; font-weight:300px; font: Arial, san-serif; line-height:18px; }
.list1 ul li { padding:0; }
.list1 ul li a { text-decoration:none; color:#fff; }
.list1 ul li a:hover { text-decoration:underline; color:#f27635; }

.btnRegister {
        background: url(../Content/images2/homepage/sign-up.png);
        width: 98px;
        height: 28px;
        border: 0;
}

.container2Column1 {
	width:170px;
	height:100%;
	float:left;
	text-align:left;
	border-right:1px solid #333;
}

.container2Column2 {
	width:130px;
	height:100%;
	float:left;
	text-align:left;
	border-right:1px solid 333;
}
.container2Column3 {
	width:200px;
	height:100%;
	float:left;
	text-align:left;
}
.ie-note{
	color: #ac375d;
	display: none;
	font-size: 15px;
}
/* End List */

/* Dashboard */

#dashboardMenu ul, #dashboardMenu li {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}

#dashboardMenu .logo {
	background:url('images2/squared-out-logo.png') no re-peat left 5px;
	z-index:9999px;
	width:160px;
	height:33px;
	display:block;
	float:left;
	margin: 1px 20px 0px 1px;
	padding: 5px 5px 5px 7px;
	border:0;
}
#dashboardMenu input{
	width:205px;
	height:24px;
	background:#26292b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	border:0;
	padding:0;
	z-index:1;
	text-indent:10px;

	/* Rounded Corners */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	
	/* Shadow */
	-webkit-box-shadow:inset 0 1px 3px #000000;
	-moz-box-shadow:inset 0 1px 3px #000000;
	box-shadow:inset 0 1px 3px #000000;
}

#dashboardMenu input:focus {
	border:0;
	outline: none;
}

#dashboardMenu {
	list-style:none;
	width:100%;
	min-width:1024px;
	margin-top:0;
	margin-bottom:-3px;
	height:43px;
	padding:0px 0px 0px 0px;
	position:relative;
	z-index:9998;
	display:inline-block;

	/* Rounded Corners */
	
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/

	/* Background color and gradients */
	
	background:url('images2/header.png') repeat-x;
	
	/* background: #2d2f31;
	background: -moz-linear-gradient(top, #4b4d50, #2d2f31);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b4d50), to(#007fc4)); */
	
	/* Borders */
	
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;

	-moz-box-shadow:0px 2px 8px #333;
	-webkit-box-shadow:0px 2px 8px #333;
	box-shadow:0px 2px 8px #333;
}

#dashboardMenu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:30px;
	margin-top:7px;
	border:none;
	z-index:9998;
}

#dashboardMenu li:hover {
	border: 1px solid #333333;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	background: #fff;
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#dashboardMenu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #ffffff;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#dashboardMenu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#dashboardMenu li .drop {
	padding:0 21px 0 5px;
	background:url('images2/drop-blue.gif') no-repeat right 8px;
}
#dashboardMenu li:hover .drop {
	background:url('images2/drop-black.gif') no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #333333;
	border-top:none;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,224,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,224,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,224,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,224,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,224,227,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,224,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde0e3',GradientType=0 ); /* IE6-9 */

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#dashboardMenu li:hover .dropdown_1column,
#dashboardMenu li:hover .dropdown_2columns,
#dashboardMenu li:hover .dropdown_3columns,
#dashboardMenu li:hover .dropdown_4columns,
#dashboardMenu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#dashboardMenu .menu_right {
	float:right;
	margin-right:0px;
}
#dashboardMenu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#dashboardMenu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#dashboardMenu p, #dashboardMenu h2, #dashboardMenu h3, #dashboardMenu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#dashboardMenu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#dashboardMenu li:hover div a {
	font-size:12px;
	color:#006ca9;
	display:inline-block;
	padding-left:5px;
}
#dashboardMenu li:hover div a:hover {
	color:#333;
}
#dashboardMenu .fr{float:right;}
#dashboardMenu .fl{float:left;}
.mr5{margin-right:5px;}
.mtminus5{margin-top:-5px;}
.mt15 {margin-top:15px;}
.mt10 {margin-top:10px;}
.mt13 {margin-top:13px;}
.mr15 {margin-right:15px;}

#dashboardMenu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 10px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#dashboardMenu .whiteheading {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#dff3fa;
	line-height:24px;
	
}
#dashboardMenu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#dashboardMenu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:133px;
}
#dashboardMenu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#dashboardMenu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#dashboardMenu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

#dashboardMenu .searchIcon {
	background:url('images2/small-search-icon.png') 97% 50% no-repeat;
}

#dashboardMenu .inbox {
	background:url('images2/inbox-icon.png') no-repeat;
	width:18px;
	height:14px;
	float:left;
	margin-top:15px;
	margin-right:15px;
	text-indent: -9999px;
}

#dashboardMenu .activeM{
	background:url('images2/inbox-icon-active.png') no-repeat;
	width:27px;
	height:25px;
	float:left;
	margin-top:4px;
	margin-right:-10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#fff;
	padding:3px 2px 0 14px;
	text-indent:0;
}


/* End Dashboard */

/* SubMenu */

/* root element for accordion. decorated with rounded borders and gradient background image */
#subMenu {
    height:50px;
    padding:10px 0 10px 0;
    width:790px;
    margin: 0 auto;
}

/* accordion header */
#subMenu img {
    float:left;
    margin-right:15px;
    cursor:pointer;
    opacity:0.5;
    filter: alpha(opacity=50);
}

/* currently active header */
#subMenu img.current {
    cursor:default;
    opacity:1;
    filter: alpha(opacity=100);
}

/*
  accordion pane. should initially have zero width and display:none.
  the first pane should override these with inline style
  */
#subMenu div {
    width:0px;
    float:left;
    display:none;
    margin-right:10px;
	top:0;
}

/* content inside a pane should have fixed width */
#subMenu div h3 {
    color:#333;
    line-height: 21px;
    width:150px;
    font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:2px 0 0 0;
	padding:0;
}

#subMenu div p {
    font-size:9px;
    width:150px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

/* Footer */

#footer-social {
    float: right;
    margin: 25px 30px 0 0;
}

#footer-social a {
    background: url(images2/homepage/sprint8/btn-9-footer.png) no-repeat;
    display: block;
    float: left;
    margin: 0 4px 0 0;
    height: 27px;
    width: 31px;
}

#footer-social a.tw {
    background-position: -32px 0;
}

#footer-social a.yt {
    background-position: -64px 0;
}

#footer-social a.other {
    background-position: -97px 0;
}

.addEvtTog
{
    display: none;
}

.soVenue {
  color: #0072BC;
}
.fc-today .fc-day-number
{
  color: red;
  cursor: pointer;
}

.fc-border-separate td.fc-today {   /* this is to highlight current day with a red border */
  border-width: 1px;
  border-color: red;
}

.cbDiv {
 width: 100%;
}

.watermarkOn {color: #CCCCCC; font-style: italic;}

.so-button-navcal { /* jc */
    position: relative;
    display: inline-block;
    background-image: url(/Content/images2/calendar_icons_off.png);
    height: 24px;
    width: 26px;
    margin: 5px 0px 15px 0;
    background-position: -36px 0;
    cursor: pointer;
}

.so-button-navcal:hover {
    background-image: url(/Content/images2/calendar_icons_on.png);
    background-position: -36px 0;
}

.calendar-nav .fc-button-today span.fc-button-content {    /* removed default functionality of today button */
    background-position: -3px 0;
    width:11px;
    margin: 5px 10px 0 0;
    cursor: pointer;
}

.calendar-nav .fc-button-today span.fc-button-content:hover {
    background: url(/Content/images2/calendar_icons_on.png);
    background-position: -3px 0;
}

.calendar-nav span.fc-button-content {  /* added by AJ */
    width: 15px;    /* was 25px - AJ */
}

/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #666;
    height:30px;
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs li a {
    background: url(/content/fb/blue.png) no-repeat -420px 0;
    font-size:11px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 134px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
}

ul.cbtabs a, ul.addEvTabs a {
    background: url(/content/fb/blue.png) no-repeat -553px 0;
    font-size:11px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 81px;
    text-align:center;
    text-decoration:none;
    color:#fff;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
}

ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    background-position: -420px -31px;
    color:white;
}

ul.cbtabs a:hover, ul.addEvTabs a:hover {
    background-position: -553px -31px;
    color:white;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-position: -420px -62px;
    cursor:default !important;
    color:#000 !important;
}

ul.cbtabs a.current, ul.cbtabs a.current:hover, ul.cbtabs li.current a, ul.addEvTabs a.current, ul.addEvTabs a.current:hover, ul.addEvTabs li.current a {
    background-position: -553px -62px;
    cursor:default !important;
    color:#000 !important;
}

/* tab pane styling */
.main>div {
    border-top:0;
    height: auto;
    font-size:14px;
    min-height: 840px;
    background-color:#fff;
}

.nested>div {
    border-top:0;
    height: auto;
    min-height: 380px;
    font-size:14px;
    padding: 10px;
    background-color:#fff;
}

#readEvent ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.smIcon{ width: 55px;height: 55px;border: none;display: inline-block; }
#FbIcon { background: url(/Content/images2/homepage/facebook.png); }
#FbIcon:hover { background: url(/Content/images2/homepage/facebook-follow.png); }
#TwIcon { background: url(/Content/images2/homepage/twitter.png); }
#TwIcon:hover { background: url(/Content/images2/homepage/twitter-follow.png); }
#YtIcon { background: url(/Content/images2/homepage/youtube.png); }
#YtIcon:hover { background: url(/Content/images2/homepage/youtube-follow.png); }
#SoIcon { background: url(/Content/images2/homepage/squaredout.png); }
#SoIcon:hover { background: url(/Content/images2/homepage/squaredout-follow.png); }


.calendar-nav span.fc-button-content { width:11px; }
.fc-header-title { height:33px; }
.fc-header-right.calendar-nav { padding-right:13px; }
.fc-header-center .fc-button, .fc-header-right .fc-button { margin-top:-3px; }
.fc-header-right .so-button-listview { margin-top:1px; }
.fc-header-left { height: 45px; }
.so-button-navcal { margin-top:2px; }
#calbar #profile { background: url(/Content/images2/bg-profile-120.png) no-repeat !important; }
#addEvBtn { float:left; cursor:pointer; display:inline; height:19px; width:110px; margin-left:20px; margin-top:4px; border:0; position:relative; z-index:1000; background: url(/Content/images2/tabButtonsv2.png) no-repeat; background-position: 0 0; }
#addEvBtn:hover { background: url(/Content/images2/tabButtonsv2.png) no-repeat; background-position: 0 -20px; }
#addCalBtn { float:left; cursor:pointer; display:inline; height:19px; width:110px; margin-left:20px; margin-top:4px; border:0; position:relative; z-index:1000; background: url(/Content/images2/tabButtonsv2.png) repeat-y; background-position: 0 -40px; }
#addCalBtn:hover { background: url(/Content/images2/tabButtonsv2.png) no-repeat; background-position: 0 -60px; }
#impFbEvents { cursor:pointer; display:block; height:19px; width:143px; margin-left:20px; margin-top:4px; border:0; position:relative; z-index:1000; background: url(/Content/images2/tabButtonsv2.png) repeat-y; background-position: 0 -209px; }
#impFbEvents:hover { background: url(/Content/images2/tabButtonsv2.png) no-repeat; background-position: 0 -229px; }
#impIcsCal { cursor:pointer; display:block; height:19px; width:143px; margin-left:20px; margin-top:4px; border:0; position:relative; z-index:1000; background: url(/Content/images2/tabButtonsv2.png) repeat-y; background-position: 0 -249px; }
#impIcsCal:hover { background: url(/Content/images2/tabButtonsv2.png) no-repeat; background-position: 0 -269px; }
#goToFb { cursor:pointer; display:block; height:19px; width:143px; margin-left:20px; margin-top:4px; border:0; position:relative; z-index:1000; background: url(/Content/images2/tabButtonsv2.png) repeat-y; background-position: 0 -289px; }
#goToFb:hover { background: url(/Content/images2/tabButtonsv2.png) no-repeat; background-position: 0 -309px; }
#logOut { float:left; cursor:pointer; display:inline-block; height:19px; width:80px; margin-left:8px; margin-top:4px; border:0; position:relative; z-index:1000; background: url(/Content/images2/tabButtonsv2.png) repeat-y; background-position: 0 -169px; }
#logOut:hover { background: url(/Content/images2/tabButtonsv2.png) no-repeat; background-position: 0 -189px; }
#cOptions { cursor:pointer; display:block; margin:10px 0 0 6px; border:0; padding:2px; position:relative; background-color:#F26522; color:#FFFFFF; font-weight:bold; text-decoration:none; font-family:'DessauProRegular' }
#cOptions:hover { color:black; }
#optList { display:none; width: 170px; border:1px solid #FFFFFF; padding:5px 0; position:absolute; top: 180px; left: 15px; z-index:10001; background-color:#7F7F7F; }
#optList a { clear:both; text-align:left; float:left;color:white; width:163px; position:relative; z-index:1001; font-size:12px; font-weight:bold; margin:0 3px; }
#optList a:hover { background-color:white; color:#F26522; }
.calendar-nav .fc-button-today span.fc-button-content { background-image: none; color:white; font-weight:bold; width:60px; margin-top:4px; font-size:14px; }
.calendar-nav .fc-button-today span.fc-button-content:hover { background: none; color: black; }
.so-button-navcal { background-image: none; color:white; font-weight:bold; width:94px; margin-top:6px; font-size:14px;display:inline-block;cursor:pointer; }
.so-button-navcal:hover { background: none; color: black; }
#calendar-head-inner { width:265px; }
#calendar-head .so-button-navcal { margin-top:8px; }
.evTabs { display:inline-block; width:100%; padding-top:10px; border-top:1px solid #CED3D9; }
.fc-header-title h2 {text-transform:uppercase;font-size:14px;margin-top:-8px !important;}
.soFont { color:#F26522; font-family:'DessauProRegular'; font-size:16px; }
#water-cooler ul li { margin: 0; width: 192px; font-size: 11px; }
/* End Footer */