.tabs1 {
	margin-bottom: 15px;
	background: url("../images/tabs/tab-line.gif") bottom repeat-x;
	width: 100%;
}
* html .tabs1 {
	height: 1px; overflow: visible;
}
.tabs1 br {
	clear: both;
	margin:0;
	padding:0;
}
.tabs1 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
	list-style: none;
}
.tabs1 ul {
	padding-top: 2px;
}
.tabs1 li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url("../images/tabs/tab-back.png") 100% -100px;
	float: left;
	border-bottom: 1px solid #bbb;
	color: #900;
	cursor: pointer; cursor:hand;
	float: left;
}
.tabs1 li span {
	display: block;
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	white-space: nowrap;
	background: url("../images/tabs/tab-back.png") 0 -100px;
	min-height: 17px;
	color: #900;
}
.tabs1 li.active {
	border-bottom: 1px solid #fff;
	background: url("../images/tabs/tab-back.png") 100% 0;
}
.tabs1 li.active span {
	background: url("../images/tabs/tab-back.png") 0 0;
	color: #000;
	cursor:default;
}
.tabs1 li img {
	vertical-align: middle;
}
.tabs1 li:hover {
	background-position: 100% -200px;
}
.tabs1 li:hover span {
	background-position: 0 -200px;
	text-decoration: underline;
}
.tabs1 li.active:hover {
	background-position: 100% 0;
}
.tabs1 li.active:hover span {
	background-position: 0 0;
	text-decoration:none;
}

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-left-color: #DCDCDC;
	height: 18px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	background-image: url(../images/bg_bot01.jpg);
	background-repeat: repeat-x;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/bg_bot02.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #43698E;
	border-right-color: #43698E;
	border-left-color: #43698E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	position:relative;
	top: 1px;
}

.shadetabs li.selected a:visited{ /*selected main tab style */
	background-image: url(../images/bg_bot02.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #43698E;
	border-right-color: #43698E;
	border-left-color: #43698E;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	position:relative;
	top: 1px;	
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/*ticket tabs*/
.tickettabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tickettabs li{
	display: inline;
	margin: 0;
}

.tickettabs li a{
	text-decoration: none;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-left-color: #DCDCDC;
	height: 18px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	background-image: url(../images/bg_bot01.jpg);
	background-repeat: repeat-x;
}

.tickettabs li a:hover{ /*selected main tab style */
	color: #000000;
	font: bold;
}

.tickettabs li.selected{
	position: relative;
	top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.tickettabs li.selected a{ /*selected main tab style */
	background-image: url(../images/bg_bot02.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #43698E;
	border-right-color: #43698E;
	border-left-color: #43698E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	position:relative;
}

.tickettabs li.selected a:visited{ /*selected main tab style */
	background-image: url(../images/bg_bot02.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #43698E;
	border-right-color: #43698E;
	border-left-color: #43698E;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	position:relative;	
}

.tickettabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}
