/* CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img { 
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 font-size:100%;
 font-weight:normal;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;
}

/*END CSS RESET */
/* CSS Document */
body
	{
	margin:0px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	}
p
	{
 	margin: 15px 0 0  0;
	font-size: 0.9em;
	line-height:20px;
	color: #6e6e6e;
        }
em 
	{
	font-weight:bold;
	font-size: 1.1em;
 	margin: 0 0 5px 0;
	}
h1 
	{
	font-size:1.5em;
	font-weight:normal;
 	margin: 0 0 5px 0;
	}
h2
	{
	font-size: 	1.2em;
	font-weight:normal;
        line-height:1.25em;
 	margin: 5px 0 10px 0;
	}
h3 
	{
	font-size: 	1.3em;
	font-weight:normal;
 	margin: 15px 0 5px 0;
	}
h4
        {
	color: #6e6e6e;
        font-size:1.2em; 
        line-height:115%;
        }
h5 
	{
	font-size: 	1.1em;
        font-style:italic;
 	margin: 15px 0 5px 0;
	}
em,h1,h2,h3,h5,#copyrights
        {
	color: #71431B;
        }
a, a:visited
	{
	color: #6e6e6e;
	border-bottom:#E3E1DB dashed 1px;
        text-decoration: none;
	}
a:hover
	{
	color: #71431B;
	border-bottom:#71431B solid 1px;
        text-decoration: none;
	}
#wrapper
	{
	float:left;
	width:100%;
	padding:0px;
	margin:0px auto;
	}
#header{   
	text-align: left; /* this plus margin and padding will center div within outer div */
	width:1100px;
	overflow:hidden; /* necessary for header image to expand in Firefox so that a specific height is not required - since height : auto doesn't work in Firefox, but does in IE */
	position:relative; /* necessary for divs that are below header to push down when content expands */
	margin: 0 auto; /* auto needed on right-left margin for box to center */
	padding: 0; 
	background-image:url(images/ui/header_large_bg.jpg);
	background-repeat:no-repeat;
	}
#headerContainer
        {
        width:1004px;
	height:160px; /* needed for IE7 layout to push scrollable down to correct position*/
	margin: 0 auto; /* auto needed on right-left margin for box to center */
	}
#logoBox
        {
	float:left;
	margin:30px 0 0 -27px;
	}
#logo
	{
	display: block;
	width: 350px;
	height: 80px;
	background: url(http://www.catalyst-church.com/images/ui/catalyst-logo.png) no-repeat 0 0;
	}
#logo:hover
	{ 
	background-position: 0 -80px;
	}
#logo span
	{
	display: none;
	}
#logoBox a#logo, #logoBox a#logo:visited
	{
	border-bottom:0px;
        text-decoration: none;
	}
#logoBox a:hover
	{
	border-bottom:0px;
        text-decoration: none;
	}
/* START STRUCTURE SITEMAP MENU USING SUPERFISH JS MAIN NAV */
#sitemapBox{
	float:left;
        clear:left;
width:800px;
        z-index:99; /*necessary to make main nav open down over scrollbox in IE7*/
        position:relative;  /*necessary to make main nav open down over scrollbox in IE7*/
	}
#sitemap{
	margin: 10px 0 0 45px; 
	line-height: 1em;
        font-size:.9em;
	}

/*** ESSENTIAL STYLES ***/

#sitemap ul {
	position:		absolute;
	top:			-999em;
	width:		11em; /* left offset of submenus need to match (see below) */
	margin: 0 auto; /* auto needed on right-left margin for box to center */
	float:right;

}
#sitemap ul li {
	width:			100%;
	margin: 0 auto; /* auto needed on right-left margin for box to center */

}
#sitemap li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#sitemap li {
	float:			left;
	position:		relative;
}
#sitemap a {
	display:		block;
	position:		relative;
	border-bottom:0px;
}
#sitemap li:hover ul,
#sitemap li.sfHover ul {
	left:			0;
	top:			1.9em; /* makes submenu boxes slam up to top menu box */
	z-index:		99;
}
ul#sitemap li:hover li ul,
ul#sitemap li.sfHover li ul {
	top:			-999em;
}
ul#sitemap li li:hover ul,
ul#sitemap li li.sfHover ul {
	left:			11em; /* match offset ul width */
	top:			0;
}
ul#sitemap li li:hover li ul,
ul#sitemap li li.sfHover li ul {
	top:			-999em;
}
ul#sitemap li li li:hover ul,
ul#sitemap li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#sitemap {
	float:	 left;
}
#sitemap a {
	padding: .6em .6em .5em .6em;
	text-decoration:none;
	text-transform: uppercase;
}
#sitemap a, #sitemap a:visited   /* visited pseudo selector so IE6 applies text color*/
        { 
	color: #979797;    /* font color of list items in menu */
	font-size:.9em;
	}
#sitemap li   /* style top level menu boxes*/
	{    
        margin:0;
        border-right: .2em dotted #d3d4b6;
	}
#sitemap li li {     /* style dropdown level 1 menu boxes*/
	background: #d3d4b6;
        border-right: none;
        margin:0;
	}
#sitemap li li:hover {     /* style dropdown level 1 hover menu boxes*/
	background: #e3e4cf;

	}
#sitemap li li li {     /* style dropdown level 2 menu boxes*/
	background: #d3d4b6;
	}
#sitemap li li li:hover {     /* style dropdown level 2 menu boxes*/
	background: #e3e4cf;
	}
#sitemap li:hover, #nav li.sfHover,
#sitemap a:focus, #nav a:hover, #nav a:active 
	{
	background: #d3d4b6;
	outline: 0;
	}
/*** arrows **/
#sitemap a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
#sitemap .sf-sub-indicator {    /* dropdown arrow indicator */
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(http://www.catalyst-church.com/images/ui/arrows-grey.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
#sitemap a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em;   /* dropdown arrow position from top of box */
	background-position: 0px -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
#sitemap a:focus > .sf-sub-indicator,
#sitemap a:hover > .sf-sub-indicator,
#sitemap a:active > .sf-sub-indicator,
#sitemap li:hover > a > .sf-sub-indicator,
#sitemap li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right arrow indicator for level 2 menus */
#sitemap ul .sf-sub-indicator { background-position:  -10px 0; }
#sitemap ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#sitemap ul a:focus > .sf-sub-indicator,
#sitemap ul a:hover > .sf-sub-indicator,
#sitemap ul a:active > .sf-sub-indicator,
#sitemap ul li:hover > a > .sf-sub-indicator,
#sitemap ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/* END STRUCTURE SITEMAP MENU USING SUPERFISH JS MAIN NAV */

/* START SCROLLABLE */
/* root element for the whole scrollable setup */
#scrollable {  
	position:relative;
	overflow:hidden;
	width:900px; /*match #scrollBox width*/
	height:355px;
        margin:0;
	}

/* root element for scrollable items. It is absolutely positioned with large width to accommodate font size increases. */
#allScroll {	
	position:absolute;
	width:20000em;	
	clear:both;
	}
/* single item */
#allScroll div {
	float:left;
	height:326px; /*must be same as .leftScroll img height for border to work*/
	padding:0;
	margin:5px 40px 0 0; /*margin around leftScroll box*/
	}
#scrollBox{ 
	float:left;
	width:900px; /*match #scrollable width*/
	padding:0;
	margin:10px 0 0 130px;
	}

.leftScroll  /* left picture in scrollable */
	{ 
	float:left; 
	width:580px; 
	height:326px; /*must be same as #allScroll height for border to work*/
	position:relative; 
	margin: 0;
	border:#e4e4e4 solid 5px;
	}
.rightScroll   /* right text in scrollable */
	{ 

	float:left; 
	width:260px;
	height:347px; 
	position:relative; 
	padding: 0; 
	}
.rightScroll ul
	{
	display:block;
	padding:0;
	margin:0px;
	}
.rightScroll ul li
	{
	font-size:.9em;
	color: #6e6e6e;
	display:block;
        padding: 0;
	margin:10px 0 0 12px;
	background-image:url(http://www.catalyst-church.com/images/ui/bullet.png);
	background-repeat:no-repeat;
	background-position: 0 4px; /*move icon up or down */
	padding-left: 15px; /*spacing between icon and list item text */
	}

/* START NAVIGATOR this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
	}

/* NAVIGATOR LEFT-RIGHT NEXT PG, PREVIOUS PG */
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(http://www.catalyst-church.com/images/ui/bulletcheckmark.gif) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
	}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
	}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
	}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(http://www.catalyst-church.com/images/ui/bulletcheckmark.gif);
	clear:right;	
	}

/* END NAVIGATOR LEFT-RIGHT */

/* START NAVIGATOR TOP ROUND BUTTONS */

/* position and dimensions of the navigator */
div.navi {
	margin:0 0 30px 265px;
	width:auto;
	height:20px;
	}

/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:5px;
	background:url(http://www.catalyst-church.com/images/ui/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	border-bottom:0px;
	}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
	border-bottom:0px;
	}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;  
	border:0px;   
	} 	
/* END NAVIGATOR TOP BUTTONS */

/* END SCROLLABLE */


/* INTERNAL PAGES */
#bigBoxContainer
	{
	margin: 10px 0 0px 130px;
	width:890px;
        clear:both;
position:relative;
	}
#bigBoxContainer h2
	{
	font-size: 	1.5em;
	}
#bigBoxContainer h3
	{
	font-size: 	1.2em;
	margin: 0;
	}
#bigBoxContainer ul
	{
	float:left;
	display:block;
	padding:0px;
	margin:10px 0;
	}
#bigBoxContainer ul li
	{
	float:left;
	display:block;
        padding: 0;
	margin:0 0 10px 12px;
	background-image:url(http://www.catalyst-church.com/images/ui/bullet.png);
	background-repeat:no-repeat;
	background-position: 0 5px; /*move icon up or down */
	padding-left: 15px; /*spacing between icon and list item text */
	width:400px;
	font-size:0.9em;
	line-height:1.3em;
	color: #6e6e6e;
	}
#bigBox
	{
	float:left;
	text-align: left; 
	width:425px;
	margin: 0;
	padding: 0;
        clear:both;
	}
#bigBox a, a:visited
	{
	color: #6e6e6e;
	border-bottom:#E3E1DB dashed 1px;
        text-decoration: none;
	}
#bigBox a:hover
	{
	color: #71431B;
	border-bottom:#71431B solid 1px;
        text-decoration: none;
	}
.messages
	{
 	margin: 0;
	line-height:20px;
	color: #6e6e6e;
	font-size:0.9em;
	}
.messages p
	{
	margin:0;
	font-size:1em;
	}
.audio-right
	{
	float:right;
	border:none;
	line-height:20px;
	color: #6e6e6e;
	font-size:0.9em;
        margin:0 75px 0 0;
        padding: 0;
	}
.img
	{
	float:right;
	border:#e4e4e4 solid 10px;
        margin:0;
        padding: 0;
	}
.img a, a:hover, a:visited 
	{
	border-bottom:none;
        text-decoration: none;
	}
.caption
        {
 	margin: 5px 0 -5px 0;
        font-size:.9em; 
        text-align:right;
        font-style:italic;
        clear:right;
        }
.contactus p
	{
	font-size:1.3em;
	line-height:1.1em;
	margin:0 0 15px 0;
	}
.contactus h2
	{
	margin:20px 0 5px 0;
	}
#podcast
	{
	float:left;
margin:0 0 10px 40px;
	}
#podcast a, a:visited
	{
	border-bottom:none;
	}
#podcast a:hover
	{
	color: #71431B;
	}

/* START BOTTOM COLUMNS */

#leftBox
	{
	float:left;
	padding:0 0 15px 0;
	width:586px;
	margin:0;
        border-right: .2em dotted #d3d4b6;
	}
#leftBox a
	{
	border-bottom:0px;
	}
#leftBox h2
	{
	font-size: 	1.5em;
	line-height:100%;

 	margin: 5px 0 10px 0;
	}
#rightBox
	{
	float:left;
	padding:0;
	width:250px;
	margin:-5px 0 0 38px;
	}
#googlemap
	{
	float:left;
	background: url(http://www.catalyst-church.com/images/uploads/catalyst-map-new.jpg) no-repeat 0 0;
	width:280px;
	height:158px;
	margin:0px 30px 10px 0;
	padding:5px 0 0 5px;
	}
.fullsize
	{
	font-size: 	.8em;
	padding:0;
	line-height:90%;
	margin:-10px 0 5px 3px;
	}
#worshipAddress 
	{
	float:left; 
	margin:0;
	}
/* END BOTTOM COLUMNS */

/* START FOOTER */
#footerblank
	{
	float:left;
	width:100%;
	}
#footer
	{
	width:1100px;
	height:169px;
	text-align: left; /* this plus margin and padding will center div within outer div */;
	margin: 0 auto; /* auto needed on right-left margin for box to center */
	padding: 40px 0 0 0; 
	background-image:url(images/ui/footer_large_bg.jpg);
	background-repeat:no-repeat;
	clear:both;
	}
#footer p
	{
        padding:0 80px 0 0 ;
	text-align:right;
        }
#footer a, a:visited
	{
	color: #6e6e6e;
	border-bottom:#E3E1DB dashed 1px;
        text-decoration: none;
	}
#footer a:hover
	{
	color: #71431B;
	border-bottom:#71431B solid 1px;
        text-decoration: none;
	}
#footernav
	{
	float:left;
	width:875px;
	padding:0 129px 0 0;
	margin:49px 0 0 0;
	text-align:right;
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	color: #5c5c5c;
	}
#copyrights
	{
	text-align:right;
	padding:0 80px 0 0 ;
	margin:7px 0 0 0;
	font-family:Tahoma;
	font-weight:normal;
	font-size:10px;
	}
/* END FOOTER */

/*RESTYLE GOOGLE CALENDAR*/
/* Copyright 2009 Google Inc. All Rights Reserved. */
html>body .goog-inline-block {
	display:-moz-inline-box;
	display:inline-block;
}

.goog-inline-block {
	position:relative;
	display:inline-block;
}

* html .goog-inline-block {
	display:inline;
}

*:first-child+html .goog-inline-block {
	display:inline;
}

.t1 {
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0 2px;
	overflow:hidden;
}

.t2 {
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0 1px;
	overflow:hidden;
}

.calendar-list input {
	display:inline;
	padding:0;
	margin-bottom:1px;
}

.calendar-list span {
	color:#0f0;
	font-weight:bold;
}

.calendar-list label {
	cursor:pointer;
}

.chip {
	position:absolute;
	overflow:hidden;
	cursor:default;
	color:#fff;
	-moz-user-select:none;
}

.chip dl {
	margin:0;
	padding-bottom:1px;
	border-left:1px solid;
	border-right:1px solid;
	overflow:hidden;
}

.chip dt {
	margin-top:-1px;
	font:bold 80%/normal Verdana, Sans-serif;
	white-space:nowrap;
	overflow:hidden;
	padding-left:1px;
	text-align:left;
}

.ie6 .chip dl {
	zoom:1;
}

.ie6 .chip dt {
	width:100%;
	margin-right:-1px;
}

.chip dd {
	margin:0;
	overflow:hidden;
	padding:0 1px;
	font:100%/1.3em Verdana, Sans-serif;
	text-align:left;
	word-wrap:break-word;
}

.cbrd {
	border:1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.cbrd dt {
	margin-top:0;
}

.ct {
	height:0;
	overflow:hidden;
	border-style:solid;
	border-width:0 2px 2px;
	border-color:transparent;
}

.ie6 .ct {
	border-style:solid dotted;
}

.cb1, .cb2 {
	border-style:solid;
	overflow:hidden;
}

.cb1 {
	height:1px;
	margin:0 1px;
	border-width:0 1px;
}

.cb2 {
	height:0;
	margin:0 2px;
	border-width:0 0 1px;
}

.cro dl {
	padding-left:1px;
}

.cro dt {
	margin-top:1px;
}

.chip a:link, .chip a:visited, .chip a:active {
	text-decoration:none;
	color:#fff;
}

.cic {
	background-repeat:no-repeat;
	display:inline-block;
	margin-left:2px;
	width:9px;
	height:7px;
	line-height:7px;
	background-image:url(images/restylegc_images/combined_v9.gif);

}

.ff2 .cic {
	display:-moz-inline-box;
	vertical-align:bottom;
	position:relative;
	top:-2px;
}

.cic-ques {
	margin-left:0;
	margin-right:2px;
	width:9px;
	height:9px;
	line-height:9px;
	background-position:-56px -50px;
}

.cic-prsn {
	background-position:-28px -50px;
}

.cic-noprs {
	background-position:-46px -50px;
}

.cic-tmr {
	background-position:-28px -57px;
}

.cic-rcr {
	background-position:-37px -50px;
}

.cic-spcl {
	background-position:-37px -57px;
}

.cic-priv {
	background-position:-11px -64px;
}

.chip .location {
	display:block;
	font-style:normal;
}

.resizer {
	position:absolute;
	height:7px;
	line-height:7px;
	width:100%;
	bottom:0;
	cursor:ns-resize;
	*cursor:s-resize;
}

.rszr_icon {
	border-top:3px double white;
	font-size:0;
	line-height:0;
	height:0;
	width:10px;
	margin-left:auto;
	margin-right:auto;
}

.cwci {
	height:16px;
	width:16px;
	margin:-1px 0;
	vertical-align:top;
}

.calendar-container {
	margin:0;
	padding:0;
	font-size-adjust:none;
	position:relative;
}

.view-cap, .view-container-border, .view-tab-selected, .drag-lasso, .wk-weektop, .agenda-scrollboxBoundary, .wk-dummyth, .tg-times-sec, .mv-daynames-table  {
	background-color:#DBDCC4;
}

.view-container {
	overflow:hidden;
	position:relative;
}

.view-container-border {
	padding:0 8px;
	position:relative;
	zoom:1;
margin:0;
}

.loading {
	background-color:#505050;
	color:white;
	padding:2px;
	position:absolute;
	top:0;
	right:2px;
	z-index:25000001;
	display:none;
	white-space:nowrap;
}

.detail-item {
	padding:0;
	margin:0;
}

.event-details-label {
	display:block;
	clear:left;
	float:left;
	font-size:100%;
	font-weight:bold;
	padding:3px 0;
	margin:0;
	width:7.0em;
	color:#4e4e4e;
}

.event-when, .event-where, .event-description, .event-who, .event-going {
	display:block;
	margin-left:7em;
	padding:3px 0;
}

.detail-content {
	padding:1em 0;
}

.bubble .details .title {
	font-weight:bold;
	font-size:medium;
}

.bubble .detail-content {
	padding-bottom:0;
}

.bubble .separator {
	height:1px;
	line-height:0;
	font-size:0;
	width:100%;
	margin-top:10px;
	margin-bottom:5px;
}

* html .event-detail-item {
	margin-right:-3px;
}

* html .event-when, * html .event-where, * html .event-description, * html .event-who, * html .event-going {
	height:1%;
	margin:0;
}

.cc {
	position:absolute;
	font:11px/normal Arial, sans-serif;
	border:1px solid gray;
	background-color:white;
	visibility:hidden;
}

.cc-titlebar {
	background-color:#e8eef7;
}

.cc-close {
	margin:2px 2px 0 0;
	position:absolute;
	right:0;
	cursor:pointer;
	width:14px;
	height:13px;
	background:url(images/restylegc_images/combined_v9.gif); 0 -50px;
}

.cc-title {
	padding:2px;
	font-weight:bold;
}

.wc-root {
	border:0 none;
	width:100%;
	height:100%;
}

.calendar-container {
	font-family:Arial, sans-serif;
	font-size:small;
}

.footer {
	padding:4px 0 2px 0;
	font-size:85%;
	text-decoration:none;
height:2px;
}



.menu-arrow {
	vertical-align:bottom;
	cursor:pointer;
}

.header {
	padding:0 2px;
}

.header img {
	border:0 none;
	vertical-align:middle;
}

.nav-table {
	white-space:nowrap;
	cursor:pointer;
}

.nav-table tr {
	padding:0;
	margin:0;
}

.nav-table td {
	vertical-align:middle;
}

.navSpacer {
	width:100%;
	cursor:default;
}

.legend-bullet {
	margin:0.2em;
	border:0.05em solid grey;
	padding:0;
	vertical-align:text-bottom;
	width:0.9em;
	height:0.9em;
	overflow:hidden;
}

.date-buttons img {
	vertical-align:middle;
}

.arrowImg {
	margin-left:5px;
	margin-right:5px;
}



.date-picker-off {
	padding:1px;
}

.date-picker-arrow-on {
	background-color:transparent;
}

.date-top, .date-top-on, .date-top-over {
	font-weight:bold;
	padding-top:1px;
	padding-left:.3em;
	padding-right:.3em;
	white-space:nowrap;
}

.date-top-over {
	text-decoration:underline;
}

.cal-menu {
	position:absolute;
	left:11px;
	top:37px;
	z-index:100001;
	border:1px solid #808080;
}

.calendar-list {
	font-family:Arial, sans-serif;
	padding:2px;
	font-size:9pt;
	border:1px solid gray;
	background-color:white;
	width:14em;
}

.calendar-nav img {
	width:15px;
	height:14px;
}

.calendar-list .subscribeButton {
	width:100%;
	margin:2px 0 0;
}

.calendar-list img {
	cursor:pointer;
	margin-left:3px;
}

.today-button {
	font-size:85%;
	padding:0 1px;
	vertical-align:middle;
}

.navbutton {
	cursor:pointer;
	border:0 none;
	height:17px;
	padding:0 2px;
	vertical-align:middle;
	width:29px;
}

.navBack {
	background-position:-148px -17px;
	background-image:url(images/restylegc_images/combined_v9.gif);
}

.navForward {
	background-position:-148px 0;
	background-image:url(images/restylegc_images/combined_v9.gif);
}

.rtl .navBack {
	background-position:-148px 0;
}

.rtl .navForward {
	background-position:-148px -17px;
}

.view-tab {
	vertical-align:bottom;
	padding-left:4px;
}

.view-tab-unselected {
	background-color:#e8eef7;
	color:#112abb;
	cursor:pointer;
}

.view-tab-selected {
	font-weight:bold;
}

.tab-name {
	padding:4px 5px 3px;
	white-space:nowrap;
}

.tab-spacer {
	width:3px;
	cursor:default;
}

.link-tab-selected, .link-tab-unselected {
	cursor:pointer;
}

.link-tab-selected {
	color:#000;
	font-weight:bold;
}

.link-tab-unselected {
	font-weight:normal;
	color:#112abb;
	text-decoration:underline;
}

.link-tab-unselected:hover {
	color:#cc0000;
}

.bubble {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	font-size:9pt;
	width:50%;
}

.bubble-table {
	table-layout:fixed;
	width:100%;
}

.bubble-cell-side {
	width:25px;
}

.bubble-cell-main {
	width:100%;
}

.bubble-sprite {
	width:148px;
	height:96px;
	position:absolute;
	background-image:url(images/restylegc_images/bubble_combined.png);
}

.ie6 .bubble-sprite {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="crop", src="url(images/restylegc_images/bubble_combined.png");
}

.bubble-corner {
	width:25px;
	height:25px;
	position:relative;
	overflow:hidden;
}

.bubble-tl {
	left:0;
}

.bubble-tr {
	left:-25px;
}

.bubble-bl {
	left:0;
	top:-25px;
}

.bubble-br {
	left:-25px;
	top:-25px;
}

.bubble-closebutton {
	right:10px;
	top:10px;
	width:14px;
	height:13px;
	cursor:pointer;
	position:absolute;
	background:url(images/restylegc_images/combined_v9.gif) 0 -50px;
}

.bubble-top, .bubble-bottom {
	height:24px;
	background:#fff;
}

.bubble-top {
	border-top:1px solid #ababab;
}

.bubble-bottom {
	border-bottom:1px solid #ababab;
}

.bubble-mid {
	background:#fff;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	padding:0 20px;
}

.prong {
	width:98px;
	height:72px;
	margin-bottom:-72px;
	position:relative;
	top:-1px;
	overflow:hidden;
}

.prong .bubble-sprite {
	left:-50px;
	top:-24px;
}

.te {
	padding:1px;
	overflow:hidden;
	white-space:nowrap;
	zoom:1;
}

.te-t {
	font-size:91%;
	font-family:Arial, sans-serif;
	font-weight:bold;
	white-space:nowrap;
	line-height:1.2;
	vertical-align:bottom;
}

.te-rev {
	width:100%;
}

.te-rev-s {
	width:100%;
	white-space:nowrap;
	vertical-align:bottom;
}

.te-rev-spos {
	position:relative;
	zoom:1;
}

.te-rev-scont {
	text-align:left;
	position:absolute;
	left:0;
	width:100%;
	top:0;
	overflow:hidden;
}

.rb-n {
	padding:1px 1px 1px 3px;
	overflow:hidden;
	white-space:nowrap;
	color:white;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.rb-o {
	margin:0 1px;
	border-width:1px 0;
	border-style:solid;
}

.rb-m {
	padding-left:3px;
	margin:0 -1px;
	border-width:0 1px;
	border-style:solid;
	zoom:1;
}

.rb-i {
	overflow:hidden;
	color:white;
	white-space:nowrap;
	width:100%;
}

.st-bg-table {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	table-layout:fixed;
}

.st-bg {
	border-left:1px solid #8d6f47;
}

.st-bg-today {
	background-color:#ffc;   /*background color of today's block*/
}

.bg-exists .st-bg-today {
	background-color:#eee;
	border:1px solid #777;
	opacity:0.8;
}

.st-grid {
	position:relative;
	table-layout:fixed;
	width:100%;
}

.st-c {
	padding:1px 1px 0 2px;
	vertical-align:top;
	font-family:Verdana, sans-serif;
	cursor:pointer;
}

.st-s {
	padding-bottom:2px;
	cursor:default;
}

.st-dtitle {
	border-left:1px solid #8d6f47;
	border-top:1px solid #8d6f47;
	background-color:#e8eef7;  /*color of date number boxes - not today*/
	color:#444;
	padding-right:2px;
	text-align:right;
	line-height:16px;
	overflow:hidden;
}

.bg-exists .st-dtitle {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.st-dtitle-nonmonth {
	background-color:#eee;   /*color of date number boxes - not this month*/
	color:#777;
}

.st-dtitle-today {
	background-color:#bcd;  /*color of today's date number box*/
}

.st-wc {
	vertical-align:bottom;
	float:left;
	height:16px;
	width:16px;
	padding:0;
}

.st-wc-click {
	cursor:pointer;
}

.st-c .te {
	cursor:pointer;
}

.bg-exists .te {
	background-color:white;
	padding-left:2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.st-ad-ml, .st-ad-mr {
	position:relative;
	top:2px;
	margin-bottom:-8px;
	height:0;
	width:0;
	line-height:0;
	font-size:0;
	border-top:4px dotted;
	border-top:4px solid transparent;
	border-bottom:4px dotted;
	border-bottom:4px solid transparent;
}

.st-ad-mpad {
	padding-left:10px;
}

.st-ad-ml {
	border-right:4px solid white;
	margin-left:-7px;
	margin-right:auto;
}

.st-ad-mr {
	border-left:4px solid white;
	margin-left:auto;
	margin-right:3px;
}

.st-more {
	color:#112abb;
	text-align:center;
	cursor:pointer;
	font-family:Arial, sans-serif;
}

.st-moreul {
	text-decoration:underline;
}

.st-moreicon {
	background-color:#d0d6de;
	color:#627487;
	margin:1px;
	padding-right:5px;
	text-align:right;
	font-size:85%;
}

.drag-lasso-container {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
}

.drag-lasso {
	font-size:0;
	line-height:0;
	position:absolute;
	opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(opacity=50);
}

.drag-event {
	font-family:Verdana, sans-serif;
	z-index:1000;
	position:absolute;
	cursor:pointer;
}

.drag-chip-wrapper {
	z-index:1;
	position:absolute;
	left:0;
	width:100%;
}

.drag-chip {
	cursor:pointer;
	opacity:.8;
	-khtml-opacity:.8;
	filter:alpha(opacity=80);
}

.drag-halo {
	margin:-3px;
	border:1px solid #fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	position:relative;
	padding:1px;
	zoom:1;
	overflow:hidden;
}

.drag-halo-inner {
	border:1px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.ants-top {
	font-size:0;
	line-height:0;
	border-top:1px dashed #12a;
	position:absolute;
	width:10000px;
	top:0;
}

.ants-left {
	font-size:0;
	line-height:0;
	border-left:1px dashed #12a;
	position:absolute;
	height:10000px;
	top:0;
	margin-left:-1px;
}

.ants-right {
	font-size:0;
	line-height:0;
	border-right:1px dashed #12a;
	position:absolute;
	height:10000px;
	right:0;
	top:0;
}

.ants-bottom {
	font-size:0;
	line-height:0;
	border-bottom:1px dashed #12a;
	position:absolute;
	width:10000px;
}

.agenda {
	background:white;
}

.agenda-padding {
	font-size:1px;
	line-height:1px;
	height:6px;
}

.agenda .scrollbox {
	overflow:auto;
	overflow-x:hidden;
	overflow-y:visible;
	border-top:1px solid #DBDCC4;
	border-left:1px solid #DBDCC4;
	border-bottom:1px solid #fff;
	background-color:white;
	margin-top:6px;
}



.agenda .event {
	clear:both;
	cursor:pointer;
	border-top:1px solid #e4e4e4;
	margin:0;
}

.agenda .day {
	border-bottom:1px solid #e4e4e4;
}

.agenda .event-summary, .agenda .event-summary-expanded {
	white-space:nowrap;
}

.agenda .event-details {
	display:block;
	float:none;
	clear:both;
	cursor:default;
	padding:0;
}

.agenda .event-details-inner {
	padding:0 0 .3em 0;
}

.agenda .event-details, .agenda .event-summary, .agenda .event-summary-expanded {
	margin:.3em 1em;
}

.agenda .add-icon {
	float:right;
	padding-left:1em;
	display:block;
}

.agenda .event-time {
	display:block;
	width:2.5em;
	margin:0;
	padding:0;
	float:left;
}

.agenda .all-day .event-time {
	display:none;
}

.agenda .event-title {
	display:block;
	clear:none;
	white-space:nowrap;
	margin:0;
	overflow:hidden;
}

.agenda .title-wrapper {
	margin:0 0 0 2.5em;
	display:block;
	padding:0;
}

.agenda .all-day .title-wrapper {
	margin-left:0;
}

.agenda .event-reply-status {
	display:block;
	margin:0;
	width:2em;
	float:left;
	border:0;
	padding:0;
}

.agenda .event-reply-status img {
	border:0;
}

.agenda .all-day .event-reply-status {
	width:0;
}

.agenda .event-summary-expanded {
	font-weight:bold;
}

.agenda .attendee-no {
	color:gray;
}

.agenda .attendee-maybe {
	color:gray;
}

.agenda .attendee-yes {
	color:black;
}

.agenda .date-label {
	font-weight:bold;
	background:#e4e4e4;
	position:relative;
}

.agenda .date-label, .agenda .underflow-bot, .agenda .underflow-top {
	padding:0.2em 1em;
}

.agenda .underflow-top {
	border-bottom:1px solid #cde;
}

img.agenda-web-content {
	cursor:pointer;
	height:16px;
	width:16px;
	border:0 none;
	vertical-align:top;
}

.agenda-wc {
	margin-bottom:-3px;
}

.agenda-more {
	color:#112abb;
	cursor:pointer;
	text-decoration:underline;
	white-space:nowrap;
}

.agenda .underflow-bot, .agenda .underflow-top {
	color:#666;
	font-style:italic;
}

.ie6 .agenda .event-time {
	margin-right:-3px;
}

.ie6 .agenda .event-title {
	height:1%;
	margin:0;
	overflow:inherit;
	overflow-x:hidden;
	overflow-y:visible;
}

.agenda .event-links {
	margin-left:7em;
}

.wk-table {
	margin:0;
	padding:0;
}

.wk-weektop {
	table-layout:fixed;
	width:100%;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
}

.wk-dayname {
	font-weight:normal;
	color:#112abb;
	padding:2px 4px;
	margin-left:4px;
	white-space:nowrap;
}

.wk-today {
	color:#fff;
	font-weight:bold;
	background-color:#8ac;
	padding:1px 3px;
	border-top:1px solid #6786a7;
	border-left:1px solid #6786a7;
	border-bottom:1px solid #ace;
	border-right:1px solid #ace;
}

.wk-dummyth {
	vertical-align:top;
	padding:0;
}

.wk-allday {
	background-color:#e8eef7;
	font-size:11px;
	line-height:14px;
	border-color:#a2bbdd #fff #fff #a2bbdd;
	border-style:solid;
	border-width:1px;
}

.wk-allday .st-c {
	padding-left:0;
	padding-right:0;
	border-left:3px double #ddd;
}

.wk-webcontent-td {
	font-size:0;
	padding-left:2px;
	height:5px;
}

.wk-scrolltimedevents {
	position:relative;
	overflow-y:scroll;
	overflow-x:hidden;
	border-top:1px solid #a2bbdd;
	border-left:1px solid #a2bbdd;
	border-bottom:1px solid #fff;
	padding:0;
	font-size:11px;
	line-height:normal;
}

.tg-timedevents {
	background-color:#fff;
	table-layout:fixed;
	width:100%;
	margin-top:-1px;
}

.bg-exists .tg-timedevents {
	background:transparent;
}

.bg-exists .tg-times-pri, .bg-exists .tg-times-sec, .bg-exists .chip {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.tg-times-pri, .tg-times-sec {
	padding:0;
	background-color:#e8eef7;
	color:#468;
	text-align:right;
	vertical-align:top;
	padding-right:1px;
	padding-top:1px;
}

.tg-times-sec {
	color:#999cab;
}

.tg-time-pri, .tg-time-sec {
	border-bottom:1px solid #ddd;
	padding-right:2px;
}

.tg-time-sec {
	border-bottom:1px solid #8d6f47;
}

.tg-timesnotlast {
	border-right:1px solid #ddd;
}

.tg-col {
	border-left:3px double #ddd;
	vertical-align:top;
}

.tg-col-overlaywrapper {
	position:relative;
	height:0;
}

.tg-col-eventwrapper {
	position:relative;
	cursor:default;
}

.tg-today {
	background-color:#ffc;
}

.bg-exists .tg-today {
	background-color:#eee;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.tg-spanningwrapper {
	position:relative;
	margin-left:3px;
	top:1px;
}

.tg-chipspanningwrapper {
	margin-right:10px;
	z-index:1;
}

.tg-hourmarkers {
	position:absolute;
	width:100%;
}

.tg-dualmarker {
	border-top:1px solid #ddd;
	height:1em;
	line-height:1em;
	border-bottom:1px dotted #ddd;
	margin-bottom:1em;
}

.tg-nowmarker {
	position:absolute;
	left:0;
	width:100%;
	top:0;
	height:0;
	border-top:2px solid red;
	overflow:hidden;
	opacity:0.4;
	filter:alpha(opacity=40);
}

.tg-nowptr {
	position:absolute;
	background-position:-60px -68px;
	width:5px;
	height:9px;
	background-image:url(images/restylegc_images/combined_v9.gif);
}

.rtl .tg-nowptr {
	background-position:-67px -68px;
}

.wk-tzlabel {
	color:#446688;
	vertical-align:bottom;
	text-align:center;
	overflow:hidden;
	padding-bottom:2px;
}

.wk-moreevents {
	padding:8px 8px 8px 8px;
}

.wk-moreevents .st-c {
	padding:1px 2px 0 2px;
	border:none;
}

.wk-sideevents {
	width:20%;
	font-family:Verdana, sans-serif;
	vertical-align:top;
	padding-top:1px;
}

.wk-more-prealign {
	text-align:right;
}

.wk-sarr {
	float:right;
	cursor:pointer;
	width:15px;
	height:13px;
	vertical-align:center;
	background:url(images/restylegc_images/combined_v9.gif) no-repeat;
}

.wk-sarr-no {
	visibility:hidden;
}

.wk-sarr-u {
	background-position:-182px 0;
}

.wk-sarr-d {
	background-position:-182px -11px;
}

.wk-sarr-ud {
	background-position:-182px -22px;
}

.today .wk-sarr-u {
	background-position:-199px 0;
}

.today .wk-sarr-d {
	background-position:-199px -11px;
}

.today .wk-sarr-ud {
	background-position:-199px -22px;
}

.wk-disclose {
	position:absolute;
	top:2em;
}

.wk-zip {
	cursor:pointer;
	width:11px;
	height:11px;
	overflow:hidden;
	background-image:url(images/restylegc_images/combined_v9.gif);
	background-position:-37px -64px;
}

.goog-zippy-collapsed .wk-zip {
	background-position:-15px -103px;
}

.rtl .goog-zippy-collapsed .wk-zip {
	background-position:-49px -67px;
}

.mv-container {
	height:100%;
	position:relative;
	white-space:nowrap;
}

.bg-exists .mv-container {
	background-color:transparent;
}

.st-contents, .mv-container {
	font-size:11px;
	line-height:14px;
}

.mv-daynames-table {
	position:absolute;
	table-layout:fixed;
	top:0;
	left:0;
	width:100%;
	color:#8d6f47;
}

.mv-dayname {
	font-weight:normal;
text-align:center;
}

.mv-event-container {
	overflow:hidden;
	position:absolute;
	left:0;
	width:100%;
	top:14px;
	bottom:0;
	background:white;
}

.month-row {
	position:absolute;
	left:0;
	width:100%;
	overflow:hidden;
}

.bg-exists .month-row {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.extraevents {
	padding:1px 1px 2px 0;
}

.dp-popup {
	position:absolute;
	border:1px solid black;
	background:#8d6f47;
	font-size:9pt;
	line-height:1em;
	width:170px;
	z-index:25000003;
}

.dp-dayh {
	font-size:78%;
}

.dp-monthtable {
	width:100%;
	padding:0;
	border-bottom:1px #a2bbdd solid;
	-webkit-user-select:none;
	-khtml-user-select:none;
}

.ie .dp-monthtable {
	table-layout:fixed;
}

.dp-cell {
	text-align:center;
	padding:2px;
	font-family:Verdana, sans-serif;
	font-size:85%;
}

.dp-heading {
	color:#112abb;
	font-weight:bold;
	vertical-align:middle;
}

.dp-cur {
	font-weight:bold;
	padding-bottom:4px;
	text-align:center;
	white-space:nowrap;
	font-size:100%;
}

.dp-prev, .dp-next {
	font-size:100%;
	padding-bottom:6px;
	cursor:pointer;
}

.dp-prev {
	text-align:right;
}

.dp-next {
	text-align:left;
}

.dp-weekday {
	background:#fff;
}

.dp-weekday-selected {
	background:#ace;
}

.dp-weekend {
	background:#eee;
}

.dp-weekend-selected {
	background:#9bd;
}

.dp-with-events {
	font-weight:bold!important;
}

.dp-offmonth {
	color:#888;
}

.dp-day-left {
	border-left:1px #a2bbdd solid;
}

.dp-day-right {
	border-right:1px #a2bbdd solid;
}

.dp-dayh {
	border-bottom:1px #a2bbdd solid;
}

.dp-today, .dp-today-selected {
	padding:1px;
	color:#fff;
	border:1px solid;
}

.dp-today {
	background:#9ab;
	border-color:#567 #abc #abc #567;
}

.dp-today-selected {
	background:#579;
	border-color:#246 #9bd #9bd #246;
}

.dp-onhover {
	background-color:#def;
	color:black;
}

/*END RESTYLE GOOGLE CALENDAR*/