/* CSS Document */

table {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#333333;

}

.alert {
	border: 1px dotted #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: center;


}

.tableouter{
	padding:8px;
	height:29px;
	border-left:1px solid #FFDD63;
	border-right:1px solid #FFDD63;
	border-bottom:1px solid #FFDD63;
	margin-left:10px;
	margin-right:-20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFDD63;

}


.tableouter1{
padding:8px;
height:29px;
margin-left:10px;
margin-right:-20px;
}

.tableout{
	padding:8px;
	height:29px;
	border-left:#EBEBEB solid 1px;
	border-right:#EBEBEB solid 1px;
	border-bottom:#EBEBEB solid 1px;
	border-top:#EBEBEB solid 1px;
}

.tablehead{
	font-size: 12px;
	background-image:url(images/partner_top_pix.gif);
	height:29px;
	font-weight:bold;
}
.tablehead2{
	font-size: 12px;
 
	background-image:url(images/partner_top_pix2.gif);
  font-weight:bold;
}

#title{
margin-left:14px;
font-size: 16px;
font-weight:bold;
background-image:url(images/head_bg.gif);
height:35px;
background-image:url(images/icon_page.gif);
padding-left:32px;
padding-top:6px;
background-repeat:no-repeat;
}
.cell1{
font-size: 12px;
background-color:#FDE386;
height:29px;
text-align:left;
}
.cell2{
font-size: 12px;
background-color:#FFEEB1;
height:29px;
text-align:left;
}

.cell3{
font-size: 12px;
height:29px;
text-align:left;
}

input{
font-size: 12px;
border:#CCCCCC 1px solid;
}

select{
font-size: 12px;
border:#CCCCCC 1px solid;
}


.mainhead{
	font-size: 13px;
	font-weight:bold;
	color: FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

}

.form{
	border: thin solid #CCCCCC;
}
.textcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f7f7f7;
}

.menu A:link {
	FONT-SIZE: 11px; COLOR: #454545; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold;
}
.menu A:visited {
	FONT-SIZE: 11px; COLOR: #454545; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold;
}
.menu A:hover {
	FONT-SIZE: 11px; COLOR: #FF6600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline; font-weight:bold;
}
.menu A:active {
	FONT-SIZE: 11px; COLOR: #FF6600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold;
}

.menu1 A:link {
	FONT-SIZE: 12px; COLOR: #294920; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold;
}
.menu1 A:visited {
	FONT-SIZE: 12px; COLOR: #294920; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold;
}
.menu1 A:hover {
	FONT-SIZE: 12px; COLOR: #294920; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline; font-weight:bold;
}
.menu1 A:active {
	FONT-SIZE: 12px; COLOR: #294920; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold;
}


.tabberlive .tabbertabhide {
  display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
width:500px;
}

.tabberlive {
  margin-top: 1em;
  width: 98%;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
  margin:0;
  padding: 3px 10px;
  border-bottom: 1px solid #778;
  font: bold 12px arial, sans-serif;
}

ul.tabbernav li {
  list-style: none;
  margin: 0;
  padding: 3px 0px 0px 0px;
  display: inline;
  font-family: arial, sans-serif;
}

ul.tabbernav li a {
  padding: 3px 0.5em;
  padding-top: 0.2em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
/* ul.tabbernav li a:visited { color: #667; } */

ul.tabbernav li a:hover {
  color: #fff;
  background: #00009c;
  border-color: #00009c;
}

ul.tabbernav li.tabberactive a {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover {
  color: #000;
  background: white;
  border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
  padding: .5em 2em 2em 2em;
  border:1px solid #aaa;
  border-top:0;

  /* If you don't want the tab size changing whenever a tab is changed
     you can set a fixed height */

  /* height:200px; */

  /* If you set a fix height set overflow to auto and you will get a
     scrollbar when necessary */

  /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
  display:none;
}
.tabberlive .tabbertab h3 {
  display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
/* .tabberlive#tab1 {
}
.tabberlive#tab2 {
} */
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.partner-cent-pix {
	background-image: url(images/partner_cent_pix.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.partner-left-pix {
	background-image: url(images/partner_left_pix.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.partner-rght-pix {
	background-image: url(images/partner_right_pix.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.partner-bot-pix {
	background-image: url(images/partner_bot_pix.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 333333;
	text-decoration: none;
}

