body {
	font-family : arial;
	font-size : 12px;
}
td {
	font-family : arial;
	font-size : 14px;
	color : #000000;
}
input, select, textarea {
	font-family : arial;
	font-size : 12px;
}
hr {
	height : 1px;
	color : #EF6C62;
	width : 100%;
	text-align : left;
}
a:link {
	color : #14633B;
}
a:active {
	color : #14633B;
}
a:visited {
	color : #14633B;
}
a:hover {
	color : #EF6C62;
}

.chromestyle {
	width: 99%;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.chromestyle:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	border: 1px solid #BBB;
	width: 100%;
	background: url(chrome/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 2px 0;
	margin: 0;
	text-align: center;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #494949;
	padding: 4px 2px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #E8BEBE;
}

.chromestyle ul li a:hover {
	background: url(chrome/chromebg-over.gif) center center repeat-x;
}

.chromestyle ul li a[rel]:after {
	content: " v";
}

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #E8BEBE;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:12px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid #E8BEBE;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

.dropmenudiv a:hover{
	background-color: #FFECEC;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 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: #000;
 background: #AAE;
 border-color: #227;
}

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:5px;
 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;
}