/*--------------------------------------------------------*/
/*                      YaBB 2010                         */
/*--------------------------------------------------------*/
/*      Created by: XIMinc http://www.ximinc.com          */
/*            YaBB http://www.yabbforum.com               */
/*--------------------------------------------------------*/
/*    You may adapt elements of this CSS in your own      */
/*   projects, but please give credit to yabbforum.com.   */
/*--------------------------------------------------------*/
/*  This is the css file for YaBB 2.5 AE default Template */
/*--------------------------------------------------------*/
/* $Revision: 1.26 $ */


/* General layout */
a:focus {
	outline: black dotted 0px;
}
a {
	font-weight: normal;
	color: #FECFA3;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
	outline: 0;
}
a:visited  {
	font-weight: normal;
	color: #CC6600;
	font-family: Verdana, Arial, Sans-Serif;
 }
body {
	padding: 0;
	background-color: #eeeeee;
	background: url(http://arizonatrailtalk.com/elements/test2.jpg) fixed top;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	min-width: 770px;
}
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.button {
	background-color: #999999;
	background-image: url(./default/inputbutton.png);
                   border-color: #6B6B6B #252525 #252525 #999999;
                   border-style: outset;
                   border-top-width: 1px;  
                   border-right-width: 1px;  
                   border-bottom-width: 1px;  
                   border-left-width: 1px;
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
}
.tabtitle {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color : #ffffff;
	background-color: transparent;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-titlebac.jpg);
}
.tabtitle a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color : #ffffff;
	text-decoration: none;
}
.tabtitle a:hover {
	color: #990000;
	text-decoration: none;
}
#maincontainer{
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-top: 0px;
	margin-bottom: 10px;
}
#container{
	width: 100%;
	background-color: transparent;
	padding: 0px;
	border: 0px;
	margin: 0px;
	padding-left: 1px;
	padding-right: 1px;
	color: #ffffff;
}


/* Advanced Tabs start */
.menutop {
	height: 25px;
	background-color: #4f4f4f;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-catbac.jpg);
	text-align: left;
}
.mainbottom {
	height: 25px;
	width: 92%;
	background-color: #444444;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-titlebac.jpg);
	text-align: left;
}
.tabmenuleft {
	height: 24px;
	text-align: left;
	background-color: #4f4f4f;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-titlebac.jpg);
	background-repeat: no-repeat;
}
.tabmenuright {
	height: 24px;
	text-align: left;
	background-color: #4f4f4f;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-titlebac.jpg);
	background-repeat: no-repeat;
}
.tabmenu {
	height: 24px;
	background-color: #4f4f4f;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-titlebac.jpg);
	text-align: left;
}
.tabmenu span {
	float: left;
	height: 24px;
	background-color: #4f4f4f;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-titlebac.jpg);
	background-repeat: repeat-x;
	margin: 0;
	border: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.tabmenu span a {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #c0c0c0;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}
.tabmenu span a:hover {
	color: #444444;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-titlebac.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}
.tabmenu span.selected {
	font-weight: bold;
	background-color: #4c4c4c;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-titlebac.jpg);
	background-repeat: repeat-x;
}
.rightbox {
	height: 23px;
	text-align: center;
	background-color: #4f4f4f;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-titlebac.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #ffffff;
}
/* Advanced Tabs end */


.usermenu {
	width: 100%;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #000000 outset;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}
.usercontainer{
	width: 92%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2px;
	padding-bottom: 20px;
	background-color: #444444;
	border: 1px #88A8E0 outset;
	border-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.containerbg {
	background-color: #4f4f4f;
}
input {
	background-color: #A6A6A6;
	border: 1px solid #6B6B6B #252525 #252525 #999999;
                   border-style: outset;
                   border-top-width: 1px;  
                   border-right-width: 1px;  
                   border-bottom-width: 1px;  
                   border-left-width: 1px;
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
textarea {
	background-color: #999999;
	border: 1px solid #6B6B6B #252525 #252525 #999999;
                   border-style: outset;
                   border-top-width: 1px;  
                   border-right-width: 1px;  
                   border-bottom-width: 1px;  
                   border-left-width: 1px;
	color: #ffffff;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
select {
	background-color: #A6A6A6;
	   border: 1px solid #6B6B6B #252525 #252525 #999999;
                   border-style: outset;
                   border-top-width: 1px;  
                   border-right-width: 1px;  
                   border-bottom-width: 1px;  
                   border-left-width: 1px;
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
}
select optgroup {
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
}
.copyright {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #FECFA3;
}
.copyright a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #FECFA3;
}


/* News fader fore- and background colors */
.newsfader {
	color: #0000ff;
	background-color: #FEFEFE;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
}
#fscroller {
	line-height: 1.3;
}


/* users/members on-off-away line status */
.useronline {
	font-weight: bold;
	color: #138a03;
}
.useroffline {
	font-weight: bold;
	color: #818281;
}
.useraway {
	font-weight: bold;
	color: #6078B0;
}


/* YaBB navigation links */
.nav {
	font-weight: bold;
	font-size: 10px;
	color : #FECFA3;
	text-decoration: none;
}
.nav a {
	font-weight: bold;
	font-size: 10px;
	color : #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* Quick-Profile-Links */
.QuickLinks {
	background-color: #DDDDDD;
	position: absolute;
	display: none;
	margin-top: 15px;
	margin-left: 0px;
	padding: 0px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	list-style: none;
	text-indent: 0px;
}
.QuickLinks li {
	background-color: #EEEEEE;
	white-space: nowrap;
	font-size: 10px;
	margin-left: 0px;
	padding: 3px;
	list-style: none;
	text-indent: 0px;
}
.QuickLinks li:hover {
	background-color:#FFFFFF;
}
.QuickLinks a:hover {
	text-decoration:none;
}


/* BoardIndex*/
.shadow {
	background-color: #4f4f4f;
	background-image:;
	background-repeat:repeat-x;
	background-position:top;
                  border-color: #858585 #595959 #595959 #999999; 
                  border-style: outset;
                  border-top-width: 1px;  
                  border-right-width: 1px;  
                  border-bottom-width: 1px;  
                  border-left-width: 1px;;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #ffffff;
}


/* YaBB alternating bgcolors */
.userinfo {
	background-color: #4f4f4f;
	background-image:;
	background-repeat:repeat-x;
	background-position:top;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #fffffff;
                  border-color: #737373 #414141 #414141 #737373;
                  border-style: outset;
                  border-top-width: 1px;  
                  border-right-width: 1px;  
                  border-bottom-width: 1px;  
                  border-left-width: 1px;
}
.windowbg {
	background-color: #4f4f4f;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #ffffff;
                  border-color: #737373 #414141 #414141 #737373;
                  border-style: outset;
                  border-top-width: 1px;  
                  border-right-width: 1px;  
                  border-bottom-width: 1px;  
                  border-left-width: 1px;
}
.windowbg2 {
	background-color: #444444;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #ffffff;
                  border-color: #858585 #252525 #252525 #999999; 
                  border-style: outset;
                  border-top-width: 1px;  
                  border-right-width: 1px;  
                  border-bottom-width: 1px;  
                  border-left-width: 1px;
}


/* Misc/title/category colors */
.dividerbot {
	border-bottom: 1px #A7B8CC solid;
}
.dividertop {
	border-top: 1px #A7B8CC solid;
}
.hr {
	height: 1px;
	color: #6078B0;
	background-color: #6078B0;
	border: 0px solid #6078B0;
	border-top: 0px solid #6078B0;
}
.bordercolor {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: ;
               border-color: #858585 #595959 #595959 #999999; 
               border-style: outset;
               border-top-width: 1px;  
               border-right-width: 1px;  
               border-bottom-width: 1px;  
               border-left-width: 1px;;
}
.small {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
.top {
	font-style: normal;
	font-size: 11px;
	color: #475F79;
}
.titlebg {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	background-color: #444444;
	   background-image: url(http://www.arizonatrailtalk.com/elements/aztt-catbac.jpg);
                  border-color: #6B6B6B #252525 #252525 #999999;
                  border-style: outset;
                  border-top-width: 1px;  
                  border-right-width: 1px;  
                  border-bottom-width: 1px;  
                  border-left-width: 1px;
}
.titlebg a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}
.titlebg a:hover {
	text-decoration: underline;
}
.catbg {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	background-color: #444444;
	background-image: url(http://www.arizonatrailtalk.com/elements/aztt-titlebac.jpg);
                  border-color: #6B6B6B #252525 #252525 #999999;
                  border-style: outset;
                  border-top-width: 1px;  
                  border-right-width: 1px;  
                  border-bottom-width: 1px;  
                  border-left-width: 1px;
}
.catbg a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
}
.catbg a:hover {
	text-decoration: underline;
}
.message {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #E6E6E6;
}
.message a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #FECFA3;
	background-color: transparent;
}
.message a:hover {
	text-decoration: underline;
	color: #f2f2f2;
	background-color: transparent;
}
.droppageindex {
	float: left;
	font-family: Verdana, Sans-Serif;
	background-color: #A6A6A6;
	color: #ffffff;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
	border: 2px inset;
}
.droppages {
	height: 14px;
	padding-left: 1px;
	padding-right: 1px;
}
.droppages a {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}
.highlight {
	font-size: inherit;
	font-family: inherit;
	font-weight: bold;
	font-style: inherit;
	background-color: #FFFF33;
	color: #000000;
}


/* Image fonts */
.imgbg {
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
}
.imgcatbg {
	font-style: normal;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.imgtitlebg {
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.imgwindowbg {
	font-style: normal;
	font-size: 9px;
	color: #005177;
}
.imgmenu {
	font-style: normal;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}


/* Post quote/code colors */
.quote {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #000000;
	background-color: #ADADAD;
	   border-color: #6B6B6B #252525 #252525 #999999;
                   border-style: outset;
                   border-top-width: 1px;  
                   border-right-width: 1px;  
                   border-bottom-width: 1px;  
                   border-left-width: 1px;
	width: 90%;
	padding: 4px;
}
.code {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: Courier, Courier New, Sans-Serif;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px #34689A solid;
	width: 90%;
	padding: 4px;
}
.editbg {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #FFFEDF;
	border: 1px #cc0000 solid;
	   border-color: #6B6B6B #252525 #252525 #999999;
                   border-style: outset;
                   border-top-width: 1px;  
                   border-right-width: 1px;  
                   border-bottom-width: 1px;  
                   border-left-width: 1px;
	width: 90%;
	padding: 4px;
}
.forumjump {
	color: #000000;
	background-color: #a6a6a6;
	border-bottom: 1px dashed #D6B2FF;
	border-top: 1px dashed #D6B2FF;
	font-weight: bold;
}
.forumjumpcat {
	color: #fecf96;
	background-color: #8c8c8c;
	border-bottom: 1px dashed #D6B2FF;
	border-top: 1px dashed #D6B2FF;
}
.forumjumpcatm {
	color: #000000;
	background-color: #C0C0C0;
	font-style: italic;
}
.forumjumpcatmf {
	color: #000000;
	background-color: #C0C0C0;
	font-style: italic;
	border-bottom: 1px dashed #C5AAEE;
}
.forumcurrentboard{
	color: #000000;
	background-color: #F0FFF0;
	font-weight: bold;
}


/* Anything below here is just for the template */
#PMcontainer {
	float: left;
	background-color: transparent;
	width: 100%;
	padding: 0px;
	border: 0px;
	margin-bottom: 10px;
}
.topline {
	border-top: 1px solid #34689A;
}
.topheader {
	background: #4981B8;
	margin-bottom: 10px;
}
.boardcontainer {
               border-color: #6b6b6b #252525 #252525 #444444;
               border-style: outset;
               border-top-width: 0px;  
               border-right-width: 0px;  
               border-bottom-width: 0px;  
               border-left-width: 0px;
}
.displaycontainer {
	width: 100%;
	padding: 1px;
	background-color: #696969;
  	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	-border-radius: 10px;

}
.navbarcontainer{
	margin: 0px;
}


