html {
    overflow-y: scroll;
}

body {
	background: #ebebeb url("/images/3/pinstripe.gif") top center repeat;
}

h1 {
	font-size: 2.8em;
}

h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans","Helvetica Neue", Arial, Helvetica, sans-serif;
}
div.container {
	background: white url("/images/3/pinstripe_shadow.gif") top center repeat-y;
	margin-top:  15px;
	margin-bottom: 15px;
}

 

div.mainbanner {
	height: 148px; 
	background: url('/images/3/pinstripe_top.gif') top center no-repeat; 
	margin-bottom: 25px;
	position: relative;
}

div.mainbanner p.tourcmslogo {
	width: 213px; height: 107px; 
	margin: 0; padding: 0;
	position: absolute; top: 22px; left: 24px; 
	background: url(/images/3/logo_purple_grad3.gif) top left no-repeat; 
}

div.mainbanner p.tourcmslogo a {
	display: block; width: 213px; height: 107px;
}

div.mainbanner p.tourcmslogo a span {
	display: none;
}

div#side_bar {
	text-align: right;
}
div#side_bar strong {
	background: #3b2868 url(/images/3/sidebar_purple_grad.gif) top right repeat-x;
	color: white;
	display: block;
	padding: 1px 5px 2px 0;
	border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-top-left-radius: 4px;
}
div#side_bar ul {
	list-style-type: none;
	padding-left: 0;
	margin-right: 0;
}
div#side_bar ul li {
	//border-bottom: 1px dotted #ccc;
}
div#side_bar ul li a {
	background: white;
	padding: 0 2px 0 2px;
	color: #583e96;
	display: block;
	border-bottom: 1px dotted #ccc;
	//border-bottom: 1px dotted #0000DD;
}
div#side_bar ul li a:hover, div#side_bar ul li a.active{
	text-decoration: none;
	background: #eef;
	//border-bottom: 1px dotted #0000DD;
}
div#side_bar p.tweet {
	color: #333;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0;
}
div#side_bar p.tweetname {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
div#side_bar p.tweet a, div#side_bar p.tweetname a {
	color: #583e96;
}
.toggler {
	color: #0000DD;
	cursor: pointer;
}
.toggler:hover {
	text-decoration: underline;
}
code {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin: 8px 0px 8px 0px;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: 11px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
		white-space: pre-line;      /* CSS 3.0 */
		white-space: -pre-wrap;     /* Opera 4-6 */
		white-space: -o-pre-wrap;   /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap;  /* HP Printers */
		word-wrap: break-word;      /* IE 5+ */
}

blockquote {
	margin-left: 0;
	padding-left: 18px;
	border-left: 3px solid #ccc;
}
.notice, .error, .success {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.screenshot {
	padding-bottom: 10px;
	text-align: center;
}

div.supfloat {
	  /*margin: 0 0 5 40px; */
	  margin: 0;
	  width: 250px;
}

div.feedburnerFeedBlock ul {list-style-image: none; line-height:18px; margin: 0; padding-left: 0;}
div.feedburnerFeedBlock li {list-style: none;list-style-type: none; margin: 0 0 10px 0;}


a:link, a:active, a:visited {
			color: #4272DB;
			color: #009;
			 font-weight: normal;
			 text-decoration: none;
			}

			/*

			a:link, a:active, a:visited {
			color: #6363c3;
		   	font-weight: normal;
			}

			a:visited {
				color: #885ab1;
			}
			*/


			a:hover {
				text-decoration: underline;
			}
			span.tooltip {
							border-bottom: 1px #888 dotted;
							cursor: help;
						}
			.mainSection ul {
				list-style-image: url("https://www.tourcms.com/images/tourcms_bullet.gif");
			}
			
			#crumbtrail {
							color: #aaa;
							font-size: 11px;
							text-transform: lowercase;
						}
			
						#crumbtrail a {
							color: #aaa;
						}
			
						#crumbtrail a:hover {
							color: #434343;
						}
/* Search box */

#searchbox {
    width: 162px;
    height: 25px;
    background: url(/images/3/bg_search_box.gif);
    position: absolute;
    top: 20px;
    right: 20px;
}
#searchbox #q {
    float: left;
    padding: 0;
    margin: 5px 0 0 6px;
    border: 0;
    width: 120px;
    background: none;
    font-size: 1.1em;
    font-style: italic;
    color: #667;
}
#searchbox #go {
    float: right;
    margin: 3px 4px 0 0;
}

			
			/* info tables */
			
			
					table.infotable{
						width: 100%;
						padding: 0;
						margin: 0 0 18px 0;
						border-collapse: collapse;
						font-size: 16px;
					}
			
					table.narrow {
						width: 570px;
						margin-left: 0;
					}
			
					caption {
						padding: 0 0 5px 0;
						width: 100%;
						font: italic 0.7em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
						text-align: right;
						background: none;
					}
			
					table.narrow caption {
						width: 550px;
					}
			
					.infotable th {
						font: bold 0.75em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
						color: #4f6b72;
						border: 1px solid #C1DAD7;
						letter-spacing: 2px;
						text-transform: uppercase;
						text-align: left;
						padding: 7px 10px 6px 10px;
					}
			
					.infotable tbody tr.subhead th {
			
						background: #c8e7e8 url(/images/tables/blue_header_bg.gif) no-repeat;
					}
			
					.infotable th {
						background: #ebdcca url(/images/tables/brown_header_bg.gif) no-repeat;
					}
			
					.infotable th.nobg {
						border-top: 0;
						border-left: 0;
						border-right: 1px solid #C1DAD7;
						background: none;
					}
			
					.infotable td, .infotable tr td .infotable tr.odd td {
						font-size: .8em;
						border: 1px solid #C1DAD7;
						background: #fff;
						padding: 7px 12px 6px 12px;
						color: #4f6b72;
						vertical-align: top;
					}
			
			
					.infotable tr.even td, .infotable tr td .infotable tr.odd {
						background: #F5FAFA;
						/*color: #797268;*/
					}
			
			/* Support levels */
				td.support {
					padding: 5px 6px 6px 6px;
				}
				
				.support span {
					display: inline-block;
					font-size: .8em;
					background: red;
					color: white;
					font-weight: bold;
					-moz-border-radius: 3px !important;
					-webkit-border-radius: 3px !important;
					padding: 2px 0 2px 0;
					text-transform: uppercase;
					width: 76px;
				}
				
				.evaluation span {
					background: #a5a7c5;
				}
				
				.basic span {
					background: #85869d;
				}
				
				.mentor span {
					
				}
				
				.fullservice span {
					background: #666677;
				}
				
				.bespoke span {
					background: black;
				}
				
				p.support {
					padding: 0;
					margin-bottom: 9px;
					font-weight: bold;
				}
				
				p.support span {
					text-align: center;
					font-size: .9em;
					width: 80px;
					padding: 2px 10px 2px 10px;
					font-weight: normal;
					
				}
			
			/* End Support levels */
			
			/* Green buttons */
			
			p.gbutton {
				float: left; line-height: 100%; cursor: pointer; background: #bbec93 url(/images/3/button_green_grad.gif) top left repeat-x; 
				border: 1px solid #8bcd57; margin-top: 15px; margin-right: 15px;	
			}
			
			p.gbutton a {
				display: block; text-decoration: none; cursor: pointer;
			}
			
			p.gbutton a span {
				display: block; padding: 11px 0 11px 0; text-align: center; font-size: 14px; color: #4b8918; cursor: pointer; border-bottom: 0;
			}
			/* Qtip tooltips */
			
			.qtip {
				font-family: arial, helvetica, sans-serif;
				font-size: 12px;
			}
			
			/* Text selection */
			
			::selection {
			    background: #523B88; /* Safari */
			color: white;
			}
			
			::-moz-selection {
			    background: #523B88; /* Firefox */
			color: white;
			}
			
			/* Links with icons */
			/*
			Icons based on the excellent Silk iconset:
			http://www.famfamfam.com/
			*/
			a.pdf { 
			   padding-right: 16px;
			   background: transparent url(/images/page_white_acrobat_sm.png) no-repeat center right;
			}
			a.zip { 
			   padding-right: 16px;
			   background: transparent url(/images/page_white_compressed_sm.png) no-repeat center right;
			}
			a.doc { 
			   padding-right: 16px;
			   background: transparent url(/images/page_white_word_sm.png) no-repeat center right;
			}
			a.xls { 
			   padding-right: 16px;
			   background: transparent url(/images/page_white_excel_sm.png) no-repeat center right;
			}
			a.ppt { 
			   padding-right: 16px;
			   background: transparent url(/images/page_white_powerpoint_sm.png) no-repeat center right;
			}
			a.txt { 
			   padding-right: 16px;
			   background: transparent url(/images/page_white_text_sm.png) no-repeat center right;
			}
			
			/*
			Directory list
			*/
			div.directory {
				padding: 8px;
				border: 1px solid #ccc;
				margin-bottom: 18px;
			}
			div.directory ul {
				padding-left: 30px;
				margin-bottom: 0;
			}
			
			div.directory ul li {
				list-style-image: url(/images/page_white.png);
			}
			
			div.directory ul li.dir {
				list-style-image: url(/images/folder.png);
			}
			
			
			/* Navigation */
			
			#navigation {
			overflow: auto;
			display: block;
			float: left;
			width: 100%;
			position: absolute; bottom: 0; right: 0px;
			}
			#navigation * {
			padding:0;
			margin:0;
			font-size: 105%;
			}
			#navigation ul {
			display: block;
			float: left;
			padding: 0 0 0 0;
			margin-left: 233px;
			}
			#navigation ul li {
			list-style: none;
			float: left;
			margin: 0;
			}
			/* Navigation links */
			#navigation ul li a {
			display: block;
			padding: 0 14px 0 0;
			color: #e0ebf3;
			text-decoration: none;
			outline:none;
			}
			#navigation ul li a span {
			display: block;
			padding: 5px 0 5px 14px;
			}
			/* Navigation hover and current */
			#navigation ul li a:hover {
			color: #FFF;
			text-decoration: underline
			}
			#navigation ul li a:hover span {
			}
			
			#navigation ul li#active a {
			background: url(/images/3/onselected.png) top right no-repeat;
			color: #3e2b6e;
			}
			#navigation ul li#active a:hover {
			text-decoration: none;
			}
			#navigation ul li#active a span {
			background: url(/images/3/onselected.png) top left no-repeat;
			}
			
			/* Buttons */
			
			a:hover {
				text-decoration: none;
			}
			a.bt, button.bt, input.bt {
			 /* Reset button and link defaults */
			 font-size: 1.1em;
			 /* end resets */
			 
			 cursor: pointer;
			  border-radius:            4px;
			  -moz-border-radius:       4px;
			  -webkit-border-radius:    4px; 
			  padding:                  4px 6px 4px;
			  .padding-bottom:          4px; /* IE hack to fix spacing */
			  display:                  inline-block;
			  
			  
			  
			  text-decoration:          none;
			  text-align:               center;
			  
			  background:               #f9f9f9 url(/images/3/btn_stretch.png) center left repeat-x;
			  color:                    #333;
			  
			  border:                   1px solid #ccc;
			   border-top-color:       #eee;
			    border-left-color:      #eee;
			    border-right-color:     #aaa;
			    border-bottom-color:    #aaa;
			    
			    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
			    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
			    text-shadow:0 1px 0 rgba(255,255,255,0.75);
			}
			a.bt:hover, button.bt:hover, input.bt:hover, a.bt:focus { 
				border-color:           #99ccff;  
				outline: none;
			}
			
			a.bt:active, button.bt:active, input.bt:active {
				background-image: url(/images/3/btn_stretch2.png);	
				-moz-box-shadow: none;
				-webkit-box-shadow: none;		
			}
			
			a.green_bt, button.green_bt, input.green_bt {
				background-color: #98ba40;
				border-top-color:       #98ba40;
				 border-left-color:      #98ba40;
				 border-right-color:    #8cac77;
				 border-bottom-color:    #8cac77;
				
				
				color: white;
				text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
				
			}
			
			a.green_bt:hover, button.green_bt:hover, input.green_bt:hover, a.green_bt:focus {
				border-color:           #8cac77;  
				outline: none;
			}
			
			a.large_bt, button.large_bt, input.large_bt {
				font-size: 18px;
				padding: 10px 15px 12px 15px;
				-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
				-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
			}
			
			/* End buttons */
			
			
/* Multi part forms */
			#mytabs ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}
			
			#mytabs li {
				float: left;
				border: 1px solid #ddd;
				border-bottom-width: 0;
				margin: 0;
				-moz-border-radius: 5px 5px 0 0;
				border-radius:  5px 5px 0 0;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;	
			}
			
			#mytabs a {
				text-decoration: none;
				display: block;
				background: white;
				padding: 0.24em 1em;
				color: #00c;
				width: 20em;
				text-align: center;
				-moz-border-radius: 5px 5px 0 0;
				border-radius:  5px 5px 0 0;
				-webkit-border-top-left-radius: 5px;
					-webkit-border-top-right-radius: 5px;	
			}
			
			#mytabs a:hover {
				text-decoration: underline;
				background: #fdfdfd;
			}
			
			#mytabs #selected a:hover {
				text-decoration: none;
			}
			
			#mytabs #selected a {
				position: relative;
				top: 1px;
				background: #fdfdfd;
				color: black;
				font-weight: bold;
			}
			
			#multiform {
				-moz-border-radius: 0 5px 5px 5px;
				border-radius: 0 5px 5px 5px;
				-webkit-border-top-right-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				-webkit-border-bottom-left-radius: 5px;
				border: 1px solid #ddd;
				background: #fdfdfd;
				clear: both;
				padding: 0;
			}
			
			#multiform p.infotext {
				padding: 0 1em;
			}
			
			#multiform fieldset {
				background: #fdfdfd;
				border-style: none;
				border-top: 1px solid #ddd;
				margin-bottom: 0px;
				margin-top: -16px;
				padding-bottom: 35px;
				padding-top:  10px;
			}
			#multiform legend {
				color: #999;
				font-size: 1.5em;
				font-weight: normal;
			}
			
			#multiform label {
				font-weight: normal;
				display: block;
				margin-top: 1em;
				
			}
/* End multi-part form */	
			
/* Slideshow */

ul.slideshow {
	list-style:none;
	width:550px;
	height:325px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul.slideshow img {
	border:none;	
}


#slideshowcaption {
	width:550px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#222;
	z-index:500;
}

#slideshowcaption .slideshowcaptioncontainer {
	padding: 8px 10px 5px 10px;		
	z-index:1000;
}

#slideshowcaption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
	color: white;
}

#slideshowcaption p {
	margin:5px 0 0 0;
	padding:0;
}

/* End slideshow */

#fpleft div {
	height: 181px; margin-bottom: 25px; margin-top: -15px; text-align: justify;
}

#fpleft div h2 {
	text-align: center !important; margin-bottom: 8px; text-align: left; font-size: 1.9em;
}

#fpright {
	margin-top: -15px;
}

/* Tabbed boxes */
UL.tabNavigation {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }

                UL.tabNavigation LI {
                    display: inline;
                }

                UL.tabNavigation LI A {
                    padding: 3px 5px;
                    background-color: #ccc;
                    color: #000;
                    text-decoration: none;
                }

                UL.tabNavigation LI A.selected,
                UL.tabNavigation LI A:hover {
                    background-color: #333;
                    color: #fff;
                    padding-top: 7px;
                }
                
                UL.tabNavigation LI A:focus {
                        outline: 0;
                }

                
                div.tabs > div {
                        padding: 5px;
                        margin-top: 3px;
                        border: 1px solid #CCCCCC;
                        margin-bottom: 0;
                }
                

               	div.tabs > pre, div.tabs2 > pre {
                        margin-top: 0;
                }          
				div.tabs > pre > code, div.tabs2 > pre > code {
				        margin-top: 2px;
				}                

                div.tabs > div h2, div.tabs2 > div h2 {
                        margin-top: 0;
                }
                
                table.topinfo th {
                	width: 80px;
                }
                
                
                /*
                Calendar entry 
                */
                .calendar-entry {
                	float: none;
                	clear: left;
                	position: relative;
                	margin-bottom: 28px;
                	padding: 18px;
                	border: 1px solid #EEE;
                	-moz-border-radius: 4px;
                	-webkit-border-radius: 4px;
                	border-radius: 4px 4px 4px 4px;
                	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
                	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
                }
                .calendar-entry br.clear {
                	clear: left;
                }
                .calendar-date-time {
                	float: left;
                	width: 100px;
                }
                .calendar-date {
                	text-align: center;
                	width: 100px;
                	-moz-border-radius-topleft: 4px;
                	border-top-left-radius: 4px;
                	-moz-border-radius-topright: 4px;
                	border-top-right-radius: 4px;
                	
                	-moz-border-radius-bottomleft: 4px;
                	border-bottom-left-radius: 4px;
                	-moz-border-radius-bottomright: 4px;
                	border-bottom-right-radius: 4px;
                	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
                	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
                }
                .calendar-date .month {
                	font-size: 20px;
                	background: #583f97; /* old browsers */
                	background: -moz-linear-gradient(top, #583f97 0%, #583f97 40%, #3a2867 100%); /* firefox */
                	
                	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#583f97), color-stop(40%,#583f97), color-stop(100%,#3a2867)); /* webkit */
                	
                	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#583f97', endColorstr='#3a2867',GradientType=0 ); /* ie */
                	color: white;
                	
                	-moz-border-radius-topleft: 4px;
                	border-top-left-radius: 4px;
                	-moz-border-radius-topright: 4px;
                	border-top-right-radius: 4px;
                	margin: 0;
                }
                .calendar-date .day {
                	font-size: 35px;
                	background: white;
                	border-right: 1px solid #c2c2c2;
                	border-left: 1px solid #c2c2c2;
                	border-bottom: 1px solid #c2c2c2;
                	-moz-border-radius-bottomleft: 4px;
                	border-bottom-left-radius: 4px;
                	-moz-border-radius-bottomright: 4px;
                	border-bottom-right-radius: 4px;
                	margin: 0;
                	
                }
                .time {
                	padding-top: 18px;
                	margin-bottom: 0;
                	text-align: center;
                }
                
                .calendar-description {
                	margin-left: 18px;
                	width: 514px;
                	float: left;
                }
                
                .calendar-description h3 a {
                	color: #222;
                }
                
                p.calendar-link {
                	text-align: right;
                	margin: 0;
                	position: absolute;
                	bottom: 18px;
                	right: 18px;
                }
