body {
-x-system-font : none;
background : #B8AC84 url(/forums/images/ca_misc/newbackground2.jpg) no-repeat scroll 0 0;
color: #060900;
background-attachment:fixed;
}



#mainbody {
font-size:11px;
font-family:verdana,arial,sans-serif;
}

.font1
{
	color:#B5AE82;
	font-size : 12px;
	font-family: Verdana,Arial;
	text-transform: upercase;
	font-weight: bold;
}

#mainbody img {

   padding: 6px;
   background-color:#B8AC84;
   border-top: 1px solid #3D3716;
   border-left: 1px solid #3D3716;
   border-bottom: 1px solid #3D3716;
   border-right: 1px solid #3D3716;

   max-width:900px;
   width: expression(this.width > 900 ? 900: true);

}

table.form {

   border-top: 1px solid #fff;
   border-left: 1px solid #fff;
   border-bottom: 1px solid #fff;
   border-right: 1px solid #fff;
}

input.button {
background-color: #9593B8;
font-weight: bold;
font-size: 12px;
color: black;
border: 1px solid #000;
}

input.fields {
width: 200px;
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #C4C2DD;
color: #102132;
border: 1px solid #284279;
}

input.image {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #C4C2DD;
color: #102132;
border: 1px solid #284279;
}

textarea.fields {
font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #C4C2DD;
color: #102132;
border: 1px solid #284279;
}

.nav:link, .nav:active, .nav:link.active, .nav:visited
{
	color: #B5AE82;
	font-size:11px;
	text-decoration : none;
}
 .nav:hover.active,  .nav:hover
{
	color: #FFFFFF;
	font-size:11px;
	text-decoration : none;
}


#pgnav a, #nav a:link {
  border: 1px solid #B5AE82;
  color: #B5AE82;
  display: inline;
  line-height: 22px;
  text-decoration: none;

  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  font-size:13px;
  font-family:verdana,sans-serif,arial;

  margin-left:2px;
  margin-right:0;
  margin-top:0;
  margin-bottom:0;

  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px
}

#pgnav a:hover {
background: #D9D8EC;
border: 1px solid #B5AE82;
color: #93A1BD;
font-size:13px;
}

#pgnav a.active, .nav a:link.active, .nav a:hover.active {
background: #B9AFA1;
border: 1px solid #B5AE82;
border-left: 5px solid #520;
color: #A52B2B;
font-size:13px; }

#nav a, #nav a:link {
  background: #93A1BD;
  border: 1px solid #B5AE82;
  color: #000000;
  display: inline;
  line-height: 22px;
  text-decoration: none;

  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  font-size:10px;
  font-family:arial,verdana,sans-serif;

  margin-left:2px;
  margin-right:0;
  margin-top:0;
  margin-bottom:0;

  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px
}

#nav a:hover {
background: #D9D8EC;
border: 1px solid #9696A8;
color: #93A1BD;
}

#nav a.active, .nav a:link.active, .nav a:hover.active {
background: #B9AFA1;
border: 1px solid #605446;
border-left: 5px solid #520;
color: #A52B2B; }

#nav a:visited {
background: #707B90;
border: 1px solid #1E1D33;
color: #000000;
}


.firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

/*.firebugHighlightGroup .firebugLayoutBox {
    background-color: transparent;
}

.firebugHighlightBox {
    background-color: Blue !important;
}*/

.firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}


.buttons.bak {
	background-color:black;
	color:#C5C2B1;
	font-size:9px;
	font-weight:normal;
}

.buttons{
background-color: #363219;
font-weight: bold;
font-size: 11px;
color: #B5AE82;
border: 1px solid #000;
}

.box{
	background-color: #363219;
	font-weight: bold;
	font-size: 11px;
	color: #B5AE82;
	border: 1px solid #B5AE82;
}


#searchartist
{
	 background-color:#B6AD85;
	 color:#363219;
	 text-align:center;
	 border: 1px solid #363219 ;
}
#searchartist legend
{
	 color:#363219;
	 font-size:9px;
	 font-weight:bold;
}

.searchlabel
{
	background-color:#B6AD85;
	color:#363219;
	font-size:10px;
	font-weight:normal;
}

.button2 {
	-x-system-font:none;
	background:#060900 none repeat scroll 0 0;
	color:#CCC4AE;
	font-family:georgia,verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

.menu_option
{
	font-size:8px;
	font-family:verdana;
}
.menu_thead
{
	font-size:9px;
	font-family:georgia;
	font-weight:bold;
}


#thumbgrid_wrap_search {
	width: 100%;
	padding-top: 2px;
    padding-bottom: 2px;

	}
		
#thumbgrid _search{
	width: 1024px;
	text-align: center;
	background-color: red;
	padding-top: 4px;
	margin-right: auto;
	margin-left: auto;	
	}

