
/* Panel Tab/button */
.tab {
  	background: url(../img/tab_b.png) repeat-x 0 0;
	height: 42px;
    top: 0;
    z-index: 999;
}

.tab ul.tab_panel {
	display: block;
  	float: left;
	padding-left:30px;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
}


.tab ul.tab_panel li.left {
  	background: url(../img/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
	z-index:1;
}

.tab ul.tab_panel li.right {
  	background: url(../img/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.tab_panel li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../img/tab_m.png) repeat-x 0 0;
	z-index:1;
}

.tab ul.tab_panel li a {
	color:#fff;
	font-size:12px;
}

.tab ul.tab_panel li a:hover {
	color:#ccc;
}

.tab .sep {color:#414141}

.open , .close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 130px;
	z-index:10;
	margin-top: 11px;
	font-family:Arial, sans-serif;
	font-size:12px;
	text-decoration:none;


}


.tab a.open, .tab a.close {
text-decoration:none;
}

.tab a.open {background: url(../img/bt_open.png) no-repeat left 0; z-index:1;}
.tab a.close {background: url(../img/bt_close.png) no-repeat left 0;  z-index:1;}
.tab a:hover.open {background: url(../img/bt_open.png) no-repeat left -19px;  z-index:1;}
.tab a:hover.close {background: url(../img/bt_close.png) no-repeat left -19px;  z-index:1;}

/* sliding panel */
#toppanel {
   /*position: absolute;   /*Panel will overlap  content */
    /*position: relative;   /*Panel will "push" the content down */
    top: 0px;
    width: 1001px;
    z-index: 1;
    text-align: center;
	margin-left:12px;
}

#panel {
	width: 100%;
	height: 340px;
	color: #999999;
	background: #74706F;
	overflow: hidden;
	z-index: 3;
	display: none;
}

#panel input , select {
background:#fff;
}


#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 0px solid #333;
}



/*Form */

#extra-content .indent {
				padding:5px 18px 24px 12px;
				width:950px;
				margin-left:auto;
				margin-right:auto;
				color:#909090;
}
#extra-content .indent .indent {padding:20px 0 0px 0;}
#extra-content .col-1 {
				width:900px;
				margin-right:auto;
				margin-left:auto;
				float:left;
}
#extra-content .col-2 {
				width:228px;
				float:right;
				border-left:1px solid #434343;
}
#extra-content .col-2 dl {padding-left:20px;width:180px;
}
#extra-content .col-2 dl dd a {
				text-decoration:none;
				color:#909090;
				padding:0 0 0 10px;
				
}

#extra-content h4 {
				color:#fff;
				padding-left:40px;
				font-size:1.1em;
}

#extra-content dl {
				float:left;
				width:180px;
				font-size:14px;
				margin-right:22px;
				
}
#extra-content dl.last {margin-right:0;}
#extra-content dl dt {
				font-size:14px;
				width:180px;
				color:#fff;
				background:url(../img/dash1.gif) left bottom repeat-x;
				padding:0 0 16px 9px;
				margin-bottom:15px;
				
}
#extra-content dl dd {
				font-family:Arial, sans-serif;
				
				padding:0 0 5px 4px;
				margin-bottom:5px;
				margin-left:0px;
				font-size:12px;
				font-weight:normal;
				color:#fff;
				
				
}
.border_bottom {
border-bottom:1px dashed #434343;
}
#extra-content dl dd a {
				text-decoration:none;
				color:#fff;
				background:url(../img/bull-1.gif) no-repeat 0px 8px;
				padding:0 0 0 10px;
}
#extra-content dl dd a:hover {color:#fff;}
#extra-content  dl dd input {border:1px solid #434343; background:#fff;}

.seperator_form {
clear:left;
border-top:1px solid #4D4D4D;
}
