/* AJAX TAB DEFAULT */

.ajaxtab{
	padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
}

.ajaxtab ul{
  	margin:0;
  	margin-left: 0;
  	padding: 0;
  	list-style: none;
}

.ajaxtab li{
    display: inline;
    margin: 0;
}

.ajaxtab a{
    position: relative;
    z-index: 1;
    background: #400202;
    height: 30px;
    color: #999;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 2px;
    border: 1px solid #700000;
    border-bottom: none;
}

.ajaxtab a:hover{
}

.ajaxtab a.selected{
  	background-color: #1E0101;
  	border: 1px solid #700000;
  	color: #FFF;
  	border-bottom: none;
  	top: 1px;
  	z-index: 1;
  	position: relative;
}

/* AJAX TAB GRAY */

.ajaxtabmodel {
	padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
}

.ajaxtabmodel ul{
  	margin:0;
  	margin-left: 0;
  	padding: 0;
  	list-style: none;
  	background: #37184D;
  	/*width: 766px;*/
}

.ajaxtabmodel li{
    display: inline;
    margin: 0;
}

.ajaxtabmodel a{
    position: relative;
    z-index: 1;
    background: #999; /* #37184D #1E0101 */
    height: 30px;
    color: #555; /* #fff #560000 */
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 2px;
}

.ajaxtabmodel a:hover{
}

.ajaxtabmodel a.selected{
  	background-color: #C3C3C3;
  	color: #000;
}