﻿body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;

	background-color: #f9f9f9;
}

/* Tabs container */
.r-tabs {
	position: relative;

	/*background-color: #00c5ad;*/
    /*background-color: #D7BD83;*/
	border-top: 4px solid #D7BD83;
	border-right: 1px solid #D7BD83;
	border-left: 1px solid #D7BD83;
	border-bottom: 4px solid #D7BD83;
	border-radius: 8px;

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	/*background-color: #00c5ad;*/
    /*background-color:#486b91;*/
    background-color:#D7BD83;
    
}
.r-tabs .r-tabs-nav .r-tabs-tab:hover
{ background-color:#BF8E26;

}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
    /*font-family:Corbel;*/
    /*font-family:'Leelawadee UI';*/
    /*font-family:'Levenim MT';*/
    /*font-family:'Nirmala UI';*/
    font-family: Estrangelo Edessa,Helvetica,Arial,sans-serif !important;
    font-size:15px;
	text-decoration: none;
	/*text-shadow: 0 1px rgba(0, 0, 0, 0.4);*/
	/*font-weight: bold;*/
	color: #000000;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	/*color: #00c5ad;*/
	text-shadow: none;
    color:  #31698A;
	background-color: white;
   /*font-family:Corbel;*/
    /*font-family:'Leelawadee UI';*/
    /*font-family:'Levenim MT';*/
    /*font-family:'Nirmala UI';*/
      font-family: Estrangelo Edessa,Helvetica,Arial,sans-serif !important;
    font-size:15px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
    background-color:rosybrown;
	/*background-color: #00c5ad;*/
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00c5ad;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display:inline-block;
	/*margin-top: 10px;*/
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	/*font-weight: bold;*/
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	/*box-shadow: 0px 3px 0px 0px #00ab94;*/
	
	cursor: pointer;
}

/* Info bar */
.info {
    background-color: #fff;
    border-radius: 3px;
    color: #00c5ad;
    cursor: pointer;
    display: inline-block;
    font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    font-size: 14px;
    line-height: 100%;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    width: 200px;
}
