﻿@charset "utf-8";
/* CSS Document */
.backBG{
width:960px;
background-color:#000000;
}
.headerBG{
padding-left:2px;
height:259px;
}
.h_img{
border-top-width:1px;
border-top-style:solid;
border-top-color:#CC0000;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#CC0000;
}
.full_border_no_r{
border-top-width: 1px;

	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;

	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;

	border-bottom-color: #CC0000;
	border-left-color: #CC0000;

}
.menu{
	text-align:center;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#000000;
}
.menuStyle{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}

.search_btn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;

	
}
#menu a:link,a:visited {

text-decoration: none;
color: #FFFFFF;
}

.body_side{
background-color:#999999;
}

/*Vertical tabs */
/* $Id: vertical_tabs.garland.css,v 1.1.2.3 2009/05/19 01:39:33 quicksketch Exp $ */

/**
 * @file
 *   Color module support for Vertical Tabs. Do not change the contents of this
 *   file! This file is automatically copied to the files directory when the
 *   theme settings are changed for Garland. It is not compatible with other
 *   color-module enhanced themes.
 */

/* Keep the background position at 0 for filters and vertical tabs. */
*:first-child+html fieldset.vertical-tabs-pane {
  background-position: 0 0;
}

/**
 * Vertical tabs.
 */
.selected{
	position:relative;
	background-color:#C0C0C0;
	white-space:nowrap;
}
