body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center; /*centre for ie5 */
	background: #fff;
}

body#popup {
    background: #fff;
    text-align: left;
} 

body#print {
    background: #fff;
    text-align: left;
} 

h1 {
	color: #333;
	font-size: 13pt; 
}
	
h2 {
	color: #333;
	font-size: 12pt; 
}

h3 {
	color: #333;
	font-size: 10pt; 
}

h4 {
	color: #333;
	font-size: 10pt; 
}

a:link {
	text-decoration: underline; 
	color: #00c;
}

a:visited { 
	text-decoration: underline; 
	color: #00c;
}

a:active { 
	text-decoration: underline; 
	color: #c00;
}

a:hover { 
	text-decoration: none; 
}

.clear {
	clear: both;
}

.im {
	margin: 8px;
}

/* template objects */

#background {
	text-align: left; /* centre for compliant browsers*/
}


#userbar-wrap {
	width: 940px;
	height: 24px;
	background: #369 url(/images/userbar-bg.gif) top center repeat-x;
	border-bottom: 1px solid #03C;
	color: #fff;
	margin: 8px auto 0 auto;
}

#userbar {
	width: 924px;
	margin: auto;
	color: #fff;
	height: 24px;
	font-family: verdana;
	font-size: 8pt;
}

#userbar #intro {
	margin-top: 4px;
	margin-left: 8px;
	width: 35%;
	float: left;
	font-weight: bold;
}

#userbar a {
	color: #fff;
	text-decoration: none;
}

#userbar a:hover {
	text-decoration: underline;
}

#userbar #user {
	margin-top: 6px;
	margin-left: 4px;
	width: 280px;
	float: left;
}

#userbar #user a {
	text-decoration: none;
}

#userbar #tools {
	margin-top: 6px;
	margin-right: 4px;
	width: 600px;
	float: right;
	text-align: right;
}


#userbar-video-wrap {
	width: 940px;
	height: 24px;
	background: #ffc000 url(/images/userbar-video-bg.gif) top center repeat-x;
	color: #000;
	margin: 8px auto 0 auto;
}


#userbar-video {
	width: 924px;
	margin: auto;
	color: #000;
	height: 24px;
	font-family: verdana;
	font-size: 8pt;
}

#userbar-video #intro {
	margin-top: 4px;
	margin-left: 8px;
	width: 35%;
	float: left;
	font-weight: bold;
}

#userbar-video a {
	color: #000;
	text-decoration: none;
}

#userbar-video a:hover {
	text-decoration: underline;
}

#userbar-video #user {
	margin-top: 6px;
	margin-left: 4px;
	width: 400px;
	float: left;
}

#userbar-video #user a {
	text-decoration: none;
}

#userbar-video #tools {
	margin-top: 6px;
	margin-right: 8px;
	width: 500px;
	float: right;
	text-align: right;
}

#masthead {
	margin: 8px auto 0 auto;
	width: 940px;
	height: 90px;
}

#masthead #banner {
	float: right;
	width: 468px;
	height: 60px;
	margin: 16px 16px 0 0;
	display: inline;
}

#masthead h1 {
	display: inline;
}

#masthead #logo a {
	display: block;
	width: 360px;
	height: 90px;
	margin-left: 8px;
	background-image: url(/images/thinkgp-logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#masthead #logo a#thinkgp-news-logo {
	display: block;
	width: 360px;
	height: 90px;
	margin-left: 8px;
	background-image: url(/images/thinkgp-news-logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#masthead span {
	display: none;
}

/* menubar */

#menubarbox {
	text-align: center;
	margin: auto;
	width: 940px; 
	padding-top: 1px;
}

#popup #menubarbox {
	width: 100%; 
}

#menubarbox #skip {
	display: none;
}

#menu {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #036;
	clear: both;
}

#menu ul {
	padding: 0;
	margin: 0;
	display: inline;
} 

#menu ul li {
	list-style: none;
	display: inline;
	padding: 0;	
	margin: 0;
}
			
#menu ul li.active {
	display: inline;
}

#menu a {
	background: #eee; 
	height: 12px;
	padding: 1px 20px;
	margin: 0;
	margin-bottom: 0;
	text-decoration: none;
	color: #333;
	border: 1px solid #666;
	width: 100px;
}

#menu li.active a {
	background: #fff; 
	border: 1px solid #036;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#menu li a:hover {
	background: #ffe;
	color: #666;
}

#menu li.active a:hover {
	background: #fff;
	color: #666;
}

#menu a span {
}

#menu ul li.active a {
	color: #000;
}

#submenu {
	margin: 0 auto 0 auto;
	padding: 4px 0;
	text-align: center; 
	border-bottom: 1px solid #666;
}

#submenu a {
}

#submenu a:link, #submenu a:visited, #submenu a:active {
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu a.selected {
}

#sidemenu {
	margin: 0 0 8px 0;
	padding: 4px;
	background: #eee;
	color: #000;
	border: 1px solid #0187FF; 
	-moz-border-radius: 5px; 
}

#sidemenu p {
	margin: 0;
}	

#sidemenu a {
	color: #000;
}	

#sidemenu a.active {
	font-weight: bold;
}	

#sidemenu h2 {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	margin: 0 4px 8px 4px;
}	

#sidemenu h2 a:link, #sidemenu h2 a:visited {
	text-decoration: none;
	color: #000;
}	

#sidemenu h2 a:hover {
	text-decoration: underline;
	color: #fff;
}

#sidemenu h3 {
	background: #0187FF url(/images/userbar-bg.gif) top center repeat-x;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 4px;
	margin: 0 0 8px 0;
}	

#sidemenu ul {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
	list-style-type: none;
} 

#sidemenu li {
	margin: 0;
	padding: 0;
}

#sidemenu li a {
	color: #000;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 5px;
	margin-right: 2px;
    position:relative; 
}

#sidemenu li a:link, #sidemenu li a:visited {
	color: #000;
	text-decoration: none;
}

#sidemenu li a:hover {
	background: #fff;
	color: #000;
}

#sidemenu li a.static:hover {
	background: #eee;
	color: #fff;
}

.loginbox {
	padding: 0 0 4px 0;
	background: #eee;
}

.loginbox p {
	margin: 0;
}

.loginbox-inner {
	padding: 0 8px 0 8px;
	background: #eee;
}

.loginbox h3 {
	background: #369 url(/images/userbar-bg.gif) top center repeat-x;
	color: #fff;
	padding: 4px;
	padding-bottom: 4px;
	margin: 0;
	position: relative; /* IE6 */
}

.loginbox h3#loginbox-video-h3 {
	background: #0cf url(/images/userbar-video-bg.gif) top center repeat-x;
	color: #000;
	border-bottom: none;
	padding: 4px;
	margin: 0;
}

.loginbox ul {
	margin: 8px 0;
}

.loginbox p.form span {
	display: block;
	float: left;
	width: 60px;
	padding: 2px 0 0 0;
	margin: 4px;
	font-weight: bold;
}

#loginbox-video p.form span {
	display: block;
	float: left;
	width: 60px;
	padding: 2px 0 0 0;
	margin: 0;
	color: #FF9800;
	font-weight: bold;
}

.loginbox p.form input {
	float: right;
	padding: 2px;
	width: 80px;
	border: 1px solid black;
	margin: 4px 0 0 0;
}

.loginbox p input.submit {
	float: right;
	padding: 2px;
	border: 1px solid black;
	margin: 6px 4px 0 0;
	border: none;
}

.loginbox p.hook {
	width: 80px;
	font-size: 8pt;
	margin-top: 2px;
	float: left;
}

#loginbox-video p.hook a {
	color: #000;
	text-decoration: none;
}

.loginbox p.loginbox-join {
	margin: 4px auto;
	text-align: center;
}

.loginbox p.loginbox-join a {
	font-size: 12px;
	font-weight: bold;
}

#loginbox-video p.loginbox-join a {	
	font-weight: bold;
	color: #FF9800;
}

#container {
	margin: auto; 
	width: 940px;
}

/* usuable content width is 924px */
#content {
	margin: 8px;
	border-bottom: 1px solid #fff; /* moz clear float bug */
	min-height: 300px;
}

#home {
}

#home #sign-up {
	margin-top: 8px;
}

#home #sign-up a {
	display: block;
	width: 180px;
	height: 60px;
	background: #ffd;
	border: 1px solid #ccd;
}

#home #sign-up a span {
	margin-top: 12px;
	display: block;
	text-align: center;
}

#home #links {
	border-top: 1px solid white;
	margin-top: 1px;
	width: 180px;
}

#home #links p {
	margin: 8px 0;
	padding: 0;
}

#home #links span {
	display: block;
	padding: 2px 0 0 2px;
}

#home #links p span a:hover {
	text-decoration: underline;
}

#home #links p a#links-about {
	display: block;
	height: 20px;
	color: #555;
	padding-left: 20px;
	background-image: url(/images/links-about.gif);
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#home #links p a#links-contact {
	display: block;
	height: 20px;
	color: #555;
	padding-left: 20px;
	background-image: url(/images/links-contact.gif);
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#home #links p a#links-tech {
	display: block;
	height: 20px;
	color: #555;
	padding-left: 20px;
	background-image: url(/images/links-tech.gif);
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#home #links p a#links-rss {
	display: block;
	height: 20px;
	color: #555;
	padding-left: 20px;
	background-image: url(/images/links-rss.gif);
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#home #right #hero {
	margin-bottom: 4px;
}

#home #right #hero a {
	display: block;
	width: 736px;
	height: 90px;
	background:	#386CA3;
	background-image: url(/images/hero.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#home #right #hero a span {
	display: none;
}

#index {
}

#video {
}

#video-main {
	width: 736px;
	float: left;
}


#video-sidepanel {
	width: 180px;
	float: right;
}

#page {
}

.page-index {
}

.page-index-item {
	margin-top: 16px;
}

.page-index-image {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 16px;
}

.page-index-detail {
}

.page-index-item h3 {
	margin: 0;
}

.page-index-item h3 a {
	color: #000;
}

.page-index-item p {
	margin-top: 4px;
}

#left {
	width: 200px;
	float: left;
}	

#left h2 {
	margin-bottom: 0;
}	

#left h2 a {
	color: #000;
}	

#left ul li .active {
	font-weight: bold;
}

#right {
	width: 716px;
	float: right;
}

#right h1 {
}

#right h1 a {
	color: #666;
}

#contact #left {
	width: 300px;
}

#contact #right {
	width: 612px;
}

.hilite {
	background: #ff6;
}


#questions {
	background: #ddd url(/images/any-questions-bg.gif) top left repeat-y;
}

#questions h1 {
	color: #369;
	border-bottom: 1px solid #369;
}

#questions-sidebar {
	width: 184px;
	float: left;
}

#questions #questions-sidebar div {
	padding: 8px;
}

#questions-sidebar h3 {
	margin: 0 0 4px 0;
}

#questions-sidebar h3 a {
	display: block;
	width: 176px;
	height: 64px;
	background: #fff url(/images/any-questions-head.gif) no-repeat;
}

#questions-sidebar h3 a span {
	display: none;
}

#questions-sidebar p {
	margin: 4px 0 0 0;
	padding: 0;
}

#questions-sidebar a.any-questions-image {
	width: 80px;
	float: right;
	margin: 0;
	text-align: right;
}

#questions-sidebar a.any-questions-image img {
	border: 1px solid #036;
}

#questions-sidebar a {
	color: #333;
}

#questions-sidebar h4 {
	font-size: 10pt;
	margin: 8px 0 0 0;
}

#any-questions-more {
	text-align: center;
}

#any-questions-more a {
	font-weight: bold;
}

#questions #questions-main {
	float: right;
	width: 728px;
}

#questions #questions-main #questions-main-inner {
	padding: 8px;
}

/* gallery */

#gallery {
}

#gallery .item {
	width: 200px;
	float: left;
	text-align: center;
}

#gallery .item .im {
	border: 0;
	width: 180px;
	height: 190px;
	margin: auto;
}

#gallery .item .i {
	border: 1px solid #000;
}

#gallery p {
	text-align: left;
}

#gallery #thumbs {
	width: 220px;
	float: left;
}

#gallery #thumbs .im {
	width: 80px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	margin: 4px;
	float: left;
}

#gallery #thumbs .i {
	border: 1px solid #000;
	margin: auto;
}


#gallery #zoom {
	margin: 4px;
	width: 480px;
	float: left;
	text-align: left;
}

#gallery #zoom .im {
	text-align: center;
}

#gallery #zoom .i {
	border: 1px solid #000;
}

#gallery #zoom h3 {
	text-align: left;
}

#gallery #zoom p {
	text-align: left;
}

/* footer */
#footer {
	width: 940px;
	height: 55px;
	margin: 8px auto 0 auto;
	background: #FFC000 url(/images/footer-bg.gif) top left repeat-x;
	color: #fff;
	text-align: center;
	font-size: 9pt;
}

#footer p {
	padding: 6px 0;
	margin: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

/* footer */
#footer-video {
	width: 940px;
	height: 55px;
	margin: 8px auto 0 auto;
	background: #FFC000 url(/images/footer-video-bg.gif) top left repeat-x;
	color: #000;
	text-align: center;
	font-size: 9pt;
}

#footer-video p {
	padding: 6px 0;
	margin: 0;
}

#footer-video a {
	color: #000;
	text-decoration: none;
}


/* Core Styles */
 
#controller {
	margin: 0 auto 4px auto;
	background: #fff url(/images/nav/controller.gif) center repeat-x;
	color: #000;
	border: 1px solid #dde;
}

#controller table {
	margin: auto;
	width: 868px;
}

#controller td {
	vertical-align: top;
}

#controller h1 {
	color: #000;
	margin: 0;
	font-size: 11pt;
}

#controller a {
	color: #000;
}

a.buttonitem {
	float: right;
	display: block;
	text-align: center;
	padding: 0;
	width: 110px;
	height: 22px; 
	background: url(/images/nav/button0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.buttonitem {
	background: url(/images/nav/button1.gif) right no-repeat;
}

a.additem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/additem0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additem {
	background: url(/images/nav/additem1.gif) right no-repeat;
}

a.additemsm {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 0 0 0;
	width: 20px;
	height: 21px; 
	background: url(/images/nav/additemsm0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additemsm {
	background: url(/images/nav/additemsm1.gif) right no-repeat;
}

a.printitem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/print0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.printitem {
	background: url(/images/nav/print1.gif) right no-repeat;
}

#controller #print span {
	display: none;
}

#controller select {
}

#selector {
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
}

#selector h1 {
	font-size: 10pt;
}

#selector a {
}

#selector table {
	border-collapse: collapse;
	width: 100%;
}

#selector table td {
	padding: 0;
}


#selector td.action {
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

#selector td.action input.close {
	font-size: 8pt;
	width: 60px;      
	font-weight: bold;
}

#navleft {
	margin: 0;
	width: 200px;
	float: left;
}	

#navleft h2 {
	margin-bottom: 0px;
}	

#navleft h2 a {
	color: #000;
}	

#navleft ul li .active {
	font-weight: bold;
}

#contentright {
	width: 676px;
	float: right;
}


#contentright h1 {
}

#contentright h1 a {
	color: #666;
}

table#title {
	width: 100%;
	background: #f0f0f0 url(/images/userbar-bg.gif) top center repeat-x;
	margin-bottom: 4px;
}

table#title td {
	vertical-align: middle;
	color: #fff;
}

table#title td a {
	color: #fff;
}

#title td.action {
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

#title td.action input.close {
	font-size: 8pt;
	width: 60px;
	font-weight: bold;
}

table#title td form {
	margin-top: 3px;
}

table#title td h1 {
	font-size: 10pt;
	background: none;
	color: #fff;
	margin: 0 0 0 4px;
}

.summary {
	margin-top: 4px;
	border: 1px solid #ddc; 
	background: #ffe;
	padding: 4px;
}	

.summary table {
	width: 100%;
}

.summary table td {
	vertical-align: top;
}

#heirachy {
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc; 
	background: #ffe;
	padding: 2px;
	font-size: 9pt;
}	

#toc {
	background: #F9F9F9;
	padding: 2px;
}	

#toc ul {
	margin-top: 0;
	margin-bottom: 0;
}	

.tip {
	color: #69f;
	font-size: 8pt;
	border: 1px dotted #69f;
	margin: 8px;
	padding: 8px;
}

.tip h1, .tip h2, .tip h3 {
	margin-top: 0;
	color: #69f;
}

.tip a {
	color: #69f;
}

ul.outline {
	list-style-image: none;
	list-style: none;
	color: #666;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-left: 8px;
}

ul.outline li {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
}	

.outline ul li .active {
	font-weight: bold;
}

ul.outline li.root {
	background: url(/images/nav/folder.gif) no-repeat 0 3px;
}	

ul.outline li.folder {
	margin-left: 4px;
	background: url(/images/nav/folder.gif) no-repeat 0 3px;
}	

ul.outline li.file {
	margin-left: 4px;
	background: url(/images/icon/generic.gif) no-repeat 0 3px;
}	

ul.outline ul {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
	list-style: none;
} 

.outline li {
	margin: 0;
	padding: 0;
}

.outline li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 5px;
	margin-right: 4px;
}

.outline li a:visited {
	text-decoration: none;
}

.outline li a:hover {
	background: #fff;
}

.outline li a.static:hover {
	background: #eee;
	color: #333;
}

.outline li a.static#active {
	background: #fff;
}

.posts {
	margin-top: 4px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #eee;
}

.posts #audit {
	float: right;
}

.posts p {
	margin-top: 2px;
	margin-bottom: 4px;
}

/* name of user posting comment */
.posts .user {
	color: #666;
}

.posts table {
	width: 100%;
}

.posts table td {
	vertical-align: top;
}

#content .printlink {
	float: right; 
	margin: 8px;
}

.controller thead, .controller tfoot {
	clear: both;
	background: #eee;	
}

#content .localtools {
	background: #eee;	
	margin: 0;
	padding: 4px;
	border: 1px solid #999;
}

#content .localtools ul {
	margin: 0;
}

#content .localtools ul li {
	margin-left: 8px;
	display: inline;
}

#content .printlink {
	float: right; 
	margin: 8px;
}

code {
  font-family: courier, monospace;
  background: #ccc;
}

table.markup {
	border-collapse: collapse;
}

table.markup caption {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 2px;
}

table.markup thead {
	background: #ffe;
	border: 1px solid #000;
	padding: 2px;
}

table.markup td {
	border: 1px solid #333;
	padding: 2px;
	vertical-align: top;
}

/* dataset */

.dataset {
	margin-top: 4px;
}

.dataset table {
	width: 100%;
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc;
	border-collapse: collapse;
}

.dataset table td {
	vertical-align: top;
	padding: 2px;
}

.dataset thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.odd {
	background: #fff;
}

.dataset td.even {
	background: #f6f6f6;
}

.dataset tfoot td {
	border-top: 1px solid #ddc; 
	background: #ffe;
}

.dataset tfoot td {
	padding: 2px;
}

/* forms */

.formbox {
	border: 1px solid #0187FF; 
	-moz-border-radius: 5px; 
	background: #eee;
	color: #000;
	padding: 4px;
}

.formbox a {
}	

.formbox h3 {
	color: #fff;
}	

.formbox h2 {
	background: #0187FF url(/images/userbar-bg.gif) top center repeat-x;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 4px;
	margin-top: 0;
}	

.formbox h3 {
	margin-top: 4px;
}	

.formbox table {
	border-collapse: collapse;
	width: 100%;
}

.formbox td {
	vertical-align: top;
	padding: 4px;
}

.formbox thead {
	background: #369;
}

.formbox thead td {
	background: #369;
}

.formbox thead td {
}

.formbox tfoot {
	background: #ffe;
}

.formbox tfoot td {
	background: #ffe;
}

.formbox tfoot td {
	border-top: 1px solid #ddc; 
}

form {
	margin: 0;
	padding: 0;
}

.formbox textarea {
	font-size: 10pt;
}

.formtable {
	background: #f6f6f6;
	border: 1px solid #369;
}

.formkey {
	padding-top: 4px;
}

.formerror {
	color: #c00;
	padding-top: 4px;
}

.formvalue {
	margin-top: 4px;
	color: #036;
}

.htmlformerror {
	width: 200px;
}

.formbox .alert {
	color: #c00; 
}

.alert {
	color: #c00; 
}

.extra {
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#trail {
	text-align: center;	
	margin: 8px;
}
