/* Normal, standard links. */

a:link {
	 color: #77B246;
	 text-decoration: none;
}

a:visited {
	 color: #77B246;
	 text-decoration: none;
}

a:hover {
	 text-decoration: underline;
}
/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	 color: #FFFFFF;
	 text-decoration: none;
	 font-size: 12px;
}

.nav:link, .nav:visited {
	 color: #77B246;
	 text-decoration: none;
	 font-size: 12px;
}

a.nav:hover {
	 color: #77B246;
	 text-decoration: underline;
}
/* Tables should show empty cells. */

table {
	 empty-cells: show;
}
/* By default (td, body..) use verdana in black. */

body, td, th, tr {
	 line-height: 150%;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	 color: #FFFFFF;
	 font-size: 12px;
}
/* The main body of the entire forum. */

/* Top padding here */
body {
	 color: #FFFFFF;
	 background: #000000;
	 padding: 0;
	 margin: 0;
}
#cover {
	background: transparent url(http://www.globalagendaaccess.com/bg.jpg) no-repeat fixed center 0 !important;
	padding: 0;
	margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */

input {
	color: #FFF;
	background: #222222;
	border: 1px solid #000000;
	font-family: verdana, sans-serif;
}

textarea, button {
	color: #FFF;
	font-family: verdana, sans-serif;
	background: #222222;	 
	border: 1px solid #000000;
	font-size: 12px;
}

textarea {
	padding: 3px;
}

input:hover, textarea:hover, input:focus, textarea:focus{
	border: 1px solid #77B246;
}

button:hover {
	cursor: pointer;
	border: 1px solid #77B246;
}



/* All input elements that are checkboxes or radio buttons. */

input.check {}
/* Selects are a bit smaller, because it makes them look even better 8). */

select {
	 font-size: 100%;
	 font-weight: normal;
	 color: #FFF;
	 background: #222222;	
	 border: 1px solid #000;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
}
select:hover, select:focus {
	border: 1px solid #77B246;
}
/* Standard horizontal rule.. ([hr], etc.) */

hr, .hrcolor {
	 height: 1px;
	 border: 0;
	 color: #666666;
	 background-color: #d4d4d4;
}
/* No image should have a border when linked */

a img {
	 border: 0;
}

/* A quote, perhaps from another post. */
.quote {
	 color: #dbdcde;
	 background: #606060;
	 border: 0;
	 border-left: 1px solid #000000;
	 margin: 0;
	 padding: 0;
	 padding-left: 4px;
	 font-size: small;
	 line-height: 1.4em;
}

/* A quote, perhaps from another post. */
.quote-wrap {
	 background: #77B246 url(./images/img/quote_header.gif) top left no-repeat;
	 border: 1px solid #000000;
	 margin: 1px 1px 15px 1px;
	 padding: 0;
	 padding-left: 20px;
	 font-size: small;
	 line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */

.code {
	 color: #B9BBC7;
	 background-color: #fbede6;
/*font-family: "courier new", "times new roman", monospace;*/
	 font-size: x-small;
	 line-height: 1.3em;
/* Put a nice border around it. */
	 border-top: 5px solid #f1ccbb;
	 border-bottom: 5px solid #f1ccbb;
	 margin: 1px auto 1px auto;
	 padding: 1px;
	 width: 99%;
/* Don't wrap its contents, and show scrollbars. */
	 white-space: nowrap;
	 overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
	 max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
	 color: #FFFFFF;
	 text-decoration: none;
	 font-style: normal;
	 font-weight: bold;
	 font-size: x-small;
	 line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help {
	 cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */

.meaction {
	 color: red;
}
/* The main post box - this makes it as wide as possible. */

.editor {
	 width: 96%;
}
/* Highlighted text - such as search results. */

.highlight {
	 background-color: yellow;
	 font-weight: bold;
	 color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */

.windowbg {
	 /*-moz-border-radius: 0.5em;*/
	 color: #FFFFFF;
	 background: #505050;
}

.windowbg2 {
	 /*-moz-border-radius: 0.5em;*/
	 color: #FFFFFF;
	 background: #303030;
}

.windowbg3 {
	 color: #FFFFFF;
	 background: #505050;
}

/* news posts */
.windowbg4 {
	 color: #FFFFFF;
	 background: #505050;
}
.windowbg5 {
	 color: #FFFFFF;
	 background: #303030;
}

/*page blocks, TPBlockLayout.template (44) */
.windowbg6 {
	color: #FFFFFF;
	background: #505050;
}

/* the today container in calendar */

.calendar_today {
	 background-color: #f5f5f5;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */

.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	 color: #FFFFFF;
	 font-style: normal;
	 background: #505050;
	 padding-left: 10px;
	 padding-right: 10px;
	 line-height: 15px;
}

/* Same as 1/2 except full border around (Recent 29) */
.titlebg3, tr.titlebg3 th, tr.titlebg3 td {
	 color: #FFFFFF;
	 font-style: normal;
	 background: #505050;
	 padding-left: 10px;
	 padding-right: 10px;
	 line-height: 15px;
}

.titlebg {
	 font-weight: bold;
	 color: #FFFFFF;
	 font-style: normal;
	 font-size: 12px;
}

.titlebg a:link, .titlebg a:visited {
	 font-weight: bold;
	 color: #77B246;
	 font-style: normal;
}

.titlebg a:hover {
	 text-decoration: underline;
}
/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited {
	 color: #FFFFFF;
	 font-style: normal;
	 text-decoration: underline;
}

.titlebg2 a:hover {
	 text-decoration: underline;
}

.memberbox {
	border-right: 1px solid #000000;
}


/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers
.catbg4 used on (Recent 37)
*/

.catbg, tr.catbg td, .catbg3, tr.catbg3 td, .catbg4, tr.catbg4 td {
	 color: #FFFFFF;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #000000 url(images/img/section-header2.gif) repeat-x;
	 height: 19px;
}

.catbg2, tr.catbg2 td {
	 color: #FFFFFF;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #000000 url(images/img/section-header2.gif) repeat-x;
}

.catbg, .catbg2, .catbg3, .catbg4 {}

.catbg, .catbg2 {
	 font-weight: bold;
	 font-size: 12px;
}

.catbg4 {
	 font-weight: bold;
	 font-size: 12px;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 95%;
	 text-decoration: none;
	 color: #FFFFFF;
}

.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited , .catbg4 a:link, .catbg4 a:visited {
	 color: #77B246;
	 text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover, .catbg4 a:hover {
	 text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.front-topic {
	font-size: 1.3em;
}

a:visited.front-topic {
	color: #77B246;
	margin-right: 20px;
}

.tp_day {
	margin-left: 30px;
}

.bordercolor {
	 background-color: #000000;
	 padding: 0px;
}
/* This is used on tables that should just have a border around them. */

.tborder {
	 background: #000000;
	 padding: 0;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext {
	 font-size: 90% !important;
	 font-family:Arial,Verdana,Helvetica;
}

.smalltext-pages {
	 color: #FFFFFF;
	 font-size: 90%;
	 font-family:  Arial,Verdana,Helvetica;
}

.middletext {
	 color: #FFFFFF;
	 line-height: 18px;
	 text-indent: 10px;
}

.middletext-pages {
	 color: #FFFFFF;
	 line-height: 18px;
	 text-indent: 10px;
}

.normaltext {
	 font-size: small;
}

.largetext {
	 font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */

.post, .personalmessage {
	 width: 100%;
	 overflow: hidden;
	 line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */

.signature {
	 width: 100%;
	 overflow: hidden;
	 padding-bottom: 3px;
	 line-height: 1.3em;
}
/* Sometimes there will be an error when you post */

.error {
	 color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */

.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	 color: #070707;
	 vertical-align: top;
	 text-transform: uppercase;
}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	 color: #FFFFFF;
	 text-decoration: none;
	 font-size: 9px;
	 font-family: tahoma, sans-serif;
	 padding: 5px 10px 5px 10px;
}

.maintab_first,.mirrortab_first {
	 display: none;
}

.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
	 display: none;
}

.maintab_active_first, .mirrortab_active_first {
	 display: none;
}

.maintab_active_back, .mirrortab_active_back {
}

.maintab_active_last, .mirrortab_active_last {
	 display: none;
}
/* how links behave in main tab. */

.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	 color: #77B246;
	 text-decoration: none;
	 font-weight: bold;
}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	 color: #77B246;
	 text-decoration: underline;
	 font-weight: bold;
}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	 text-decoration: underline;
}

.front-topic a:visited {
	font-size: 16pt;
	color: #333333;
}

/* The AJAX notifier */

#ajax_in_progress {
	 background: #32CD32;
	 color: white;
	 text-align: center;
	 font-weight: bold;
	 font-size: 18pt;
	 padding: 3px;
	 width: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
}

#body {
	 
	 min-width: 1002px;
	 margin: 0 auto;
	 padding: 0px;
}

#header {
	 position: relative;
	 height: 132px;
	 overflow: hidden;
	 background: #b9bbc7 url(./images/img/newtop_06.gif) no-repeat;
}


#userbox {	
	background: url(./images/img/userbox.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.globalagendaaccess.com/Themes/GAF1/images/img/userbox.png');
	height: 80px;
	width: 348px;
	/*position: absolute;
	top: 10px;
	right: 340px;*/
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	padding: 5px;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 1em;
}

#userarea {
	 height: 73px;
	 float: right;
	 padding: 1px 25px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 color: #FFFFFF;
	 font-family: Arial,Verdana,Helvetica; 
}

#userarea a:link, #userarea a:visited {
	 color: #FFFFFF;
	 font-weight: bold;
}

#userarea a:hover {
	 color: #3F2806;
	 text-decoration: underline;
}

#searcharea {
	 float: right;
	 padding: 8px 28px 0 0; 
	 margin: 0;
	 clear: both;
}
 
/* template menu */
#toolbar {
	height: 35px;
	font-size: 12px;
	background: #f6f6f6 url(./images/img/toolbar-bg2.gif) repeat-x;
}
#nav li.active_menu a {
	background: #C79DD8;
	height: 20px;
}
#nav {
	background: #6f6f6f url(./images/img/toolbar-bg2.gif) repeat-x;
	height: 15px;
}
#nav li {
	height: 35px;
}
#nav li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial,Verdana,Helvetica;
}
#nav {
	margin: 0;
	padding: 0;
	height: 35px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav a {
	float: left;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	background: url(./images/img/toolbar-bg-win.gif) no-repeat left top;
	background-position: 0% 0%;
}
#nav a span {
	color: #303030;
	line-height: 35px;
	float: left;
	padding-left: 17px;
	padding-right: 17px;
	display: block;
	background:url(./images/img/toolbar-bg-span2.gif) repeat-x right top;
	background-position: 100% 0%;
}
#nav a:hover {
	background-position: 0% 100%;
}
#nav a:hover span {
	background-position: 100% 100%;
}

#nav #current a { /*currently selected tab*/
	background-position: 0% 100%;
}

#nav #current a span { /*currently selected tab*/
	background-position: 100% 100%;
}
#nav ul li a:hover, #nav #active a {
	/*background: url(./images/img/toolbar-bg-active.gif) no-repeat center;*/
	color: #363636;
	text-decoration: underline;
}

#navlower
{
	background: #2b2a2b url(./images/img/navlower.gif) repeat-x;
	height: 25px;
}
#frmust {
	 padding-left: 0;
	 padding-right: 0;
	 padding-top: 0;
	 margin: 0;
	 background: #2b2a2b; /*url(./images/img/container-bg.gif) no-repeat;*/
}
#tpcenterbarHeader {
	margin-bottom: 10px;
}
#footer {
	 border-top: solid 1px #FFFFFF;
}

#foot-r {
	 height: 85px;
}

#foot-l {
}

#footerarea {
	 text-align: center;
	 padding: 10px;
	 color: #b9bbc7;
}

#footerarea a:link, #footerarea a:visited {
	 color: #b9bbc7;
}

#footerarea a:hover {
	 color: #FFFFFF;
	 text-decoration: none;
}

#userbox a {
	color: #77b246;
	font-size: 0.9em;
}

#userbox ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#userbox ul li {
	display: inline;
}

.userbox-table {
	margin: 0;
	width: 288px;	
}

.userbox-table tr td {
	line-height: 100%;
}
.userbox-table a {
	color: #77b246;
	
}

table label {
	color: #FFFFFF;
	font-size: 0.9em;
}
table .last {
padding-right:0;
}
p.last {
margin-bottom:0;
color: #FFFFFF;
}
.left {
float:left;
}
.last {
margin-right:0;
}
p {
margin:0 0 1.5em;
}
.right {
float:right;
}

.text { 
margin-top: 1px;
}
.image {
background:none;
border:0;
color:#000000;
}

/* post related */
.tp_subject2 {
	background: #000000 url(images/img/section-header2.gif) repeat-x;
	font-size:1em;
	line-height:1em;
	margin:0;
	padding-top: 8px;
	padding-bottom: 2px;
	height: 19px;
}
a:visited.subject {
	color: #FFFFFF;
}
.post-botl {
	background: #b9bbc7 url(images/img/post-cnr-l.gif) no-repeat;
	background-position: bottom left;
	margin-right: 10px;
}
.post-botr {
	background: #b9bbc7 url(images/img/post-cnr-r.gif) no-repeat;
	background-position: bottom right;
}
.title-border {
	background: #b9bbc7;
	padding: 1px;
}
.title-border-inner {
	background: #000000;
	padding: 1px;
}
.topic-border-inner {
	background: #000000;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
}
/* end post related */

.top-page {
	height: 99px;
	background: url(images/img/side-r.gif) repeat-y;
	background-position: right;
}
.top-page-l {
	height: 99px;
	background: url(images/img/top-page.gif) no-repeat;
}
.top-page-bg {
	height: 99px;
	background: url(images/img/top-page-bg.gif) repeat-x;
	margin-left: 266px;
	margin-right: 5px;
}
.top {
	height: 10px;
	line-height: 10px;
	padding: 0 0 0 5px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	/* background:  url(images/img/header-upper-bg.gif) 0 0 repeat-x; */
	text-align: center; 
}
.top a, .bluebg a:visited {
	color: #999999;
}
.top a:hover {
	color: #446644;
}
.top-l {
	background: url(images/img/newtop_03.gif) 0 0 no-repeat;
	padding-left: 868px;
	position: relative;
}
.top-r {
	background: url(images/img/side-r.gif) 100% 0 no-repeat;
	padding-right: 5px;
	position: relative;
}
.orta {
	padding: 0;
	margin: 0;
	background: #2B2A2B;
}
/*left panel outlines */
.left-bg {
	background: #b9bbc7;
	padding: 0;
	margin-left: 10px;
}
.left-bg-inner {
	background: #000000;
	padding: 1px;
}
.tp_leftblock_frame {
	margin-bottom: 10px;
}
/* general outlines */
.table-bg {
	background: #b9bbc7;
	padding: 1px;
}
.table-bg-notop {
	background: #b9bbc7;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}
.table-bg-inner {
	background: #000000;
	padding: 1px;
}
/* left side white line */
.sol {
	background: #FFFFFF url(images/img/side-l.gif) 100% 0 repeat-y;
	background-position: left;
	padding-left: 5px;
	position: relative;
}
.sag {
	background:  url(images/img/side-r.gif) 100% 0 repeat-y;
	padding-right: 5px;
	position: relative;
}
.alt {
	height: 15px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	background: #2b2a2b;
}
.alt-l {
	background:  url(images/img/side-l.gif) 0 0 repeat-y;
	padding-left: 5px;
	position: relative;
}
.alt-r {
	background:  url(images/img/side-r.gif) 100% 0 repeat-y;
	padding-right: 5px;
	position: relative;
}