/* Menu CSS */#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Capriola', sans-serif;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: '';
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu {
  zoom: 1;
  height: 69px;
  background: url(images/menu/bottom-bg.png) repeat-x center bottom;
  border-radius: 2px;
  width: auto;
}
#cssmenu ul {
  background: url(images/menu/nav-bg.png) repeat-x 0px 4px;
  height: 69px;
}
#cssmenu ul li {
  float: left;
  list-style: none;
}
#cssmenu ul li a {
  display: block;
  height: 37px;
  padding: 22px 30px 0;
  margin: 4px 2px 0;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
  font-size: 15px;
  color: gray;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  font-weight: 400;  
  opacity: .9;
}
#cssmenu ul li:first-child a {
  margin: 4px 2px 0 0;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  background: url(images/menu/color.png) center bottom;
  display: block;
  height: 37px;
  margin-top: 0px;
  padding-top: 26px;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  //font-weight:bold;
  opacity: 1;
}




a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:link:hover { color: #ff7f00; text-decoration: none;}



h1 {
  //font-style: normal;
  font-family: 'Capriola', sans-serif; 
  text-decoration: none;
  font-size: 35px;
  color: #333;
  text-shadow: 1px 2px 2px rgba(128, 128, 128, 0.95);
  font-weight: 400;  
  opacity: .9;
}

h2 {
  //font-style: normal;
  font-family: 'Capriola', sans-serif; 
  text-decoration: none;
  font-size: 20px;
  color: #333;
  text-shadow: 1px 2px 2px rgba(128, 128, 128, 0.95);
  font-weight: 400;  
  opacity: .9;
}

h3 {
  //font-style: normal;
  font-family: 'Capriola', sans-serif; 
  text-decoration: none;
  font-size: 15px;
  color: #333;
  text-shadow: 1px 2px 2px rgba(128, 128, 128, 0.95);
  font-weight: 300;  
  opacity: .9;
}

h4 {
  //font-style: normal;
  font-family: 'Capriola', sans-serif; 
  text-decoration: none;
  font-size: 14px;
  color: gray;
  text-shadow: 1px 2px 2px rgba(194, 194, 194, 0.95);
  font-weight: 300;  
  opacity: .9;
}



.Table {
	margin:0px; padding:0px;
	width:100%;
	box-shadow: 2px 2px 1px #888888;
	border:0px solid #000000;
	
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
	
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
	
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
	
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.Table table{
    border-collapse: collapse;
        border-spacing: 4;
	width:100%;
	height:100%;
	margin:0px; padding:0px;
}
.Table tr:last-child td:last-child {
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
}
.Table table tr:first-child td:first-child {
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.Table table tr:first-child td:last-child {
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
}
.Table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:1px;
}
.Table tr:hover td{
	background-color:#777;
  color:#FFF;	
}
.Table tr:nth-child(odd){ background-color:#E7E7E7; }
.Table tr:nth-child(even){ background-color:#ffffff; }
.Table td{
	vertical-align:middle;	
	border:0px solid #000000;
	border-width:0px 0px 0px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.Table tr:last-child td{
	border-width:0px 0px 0px 0px;
}.Table tr td:last-child{
	border-width:0px 0px 0px 0px;
}.Table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table tr:first-child td{
		background:-o-linear-gradient(bottom, #A0A0A0 5%, #333333 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #A0A0A0 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.Table tr:first-child:hover td{
		background:-o-linear-gradient(bottom, #A0A0A0 5%, #333333 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #A0A0A0 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.Table tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.Table tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}

select{
    padding: 3px 3px 0px 3px;
    background-color: #FFFFFF;
    border: 1px solid #c0c0c0;
    color: #0F0F0F;
    border-radius: 5px;
}

select:hover{
  outline: none;
  box-shadow: 0px 0px 2px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius:0;
}

select:focus:hover{
  outline: none;
  box-shadow: 0px 0px 2px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius:0;
}


input[type="text"]:focus{
  outline: none;
  box-shadow: 0px 0px 2px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius: 5px;
}

input[type="text"]:hover{
  border: 1px solid #999;
  border-radius: 5px;
}


input[type="text"]{
  border: 1px solid #999;
  border-radius: 5px;
  background: #FFFFFF;
}

input[type="text"]:focus:hover{
  outline: none;
  box-shadow: 0px 0px 2px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius:5;
}

input[type="password"]:focus{
  outline: none;
  box-shadow: 0px 0px 2px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius: 5px;
}

input[type="password"]:hover{
  border: 1px solid #999;
  border-radius: 5px;
}


input[type="password"]{
  border: 1px solid #999;
  border-radius: 5px;
  background: #FFFFFF;
}

input[type="password"]:focus:hover{
  outline: none;
  box-shadow: 0px 0px 2px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius:5;
}


textarea:focus{
  outline: none;
  box-shadow: 0px 0px 5px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius: 5px;
}

textarea:hover{
  border: 1px solid #999;
  border-radius: 2px;
}


textarea{
  border: 1px solid #999;
  border-radius: 2px;
  background: #FFFFFF;
  height: 25px;
}

textarea:focus:hover{
  outline: none;
  box-shadow: 0px 0px 2px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius:5;
}

input[type="submit"]:focus{
  outline: none;
  box-shadow: 0px 0px 2px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius: 5px;
}

input[type="submit"]:hover{
  border: 1px solid #999;
  border-radius: 5px;
}


input[type="submit"]{
  border: 1px solid #999;
  border-radius: 5px;
  background: #FFFFFF;
}

input[type="submit"]:focus:hover{
  outline: none;
  box-shadow: 0px 0px 2px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius:5;
}

input[type="button"]{      
  -moz-box-shadow:inset 0px 2px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 2px 0px 0px #ffffff;
  box-shadow:inset 0px 2px 0px 0px #ffffff;
  // background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  // background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#FFFFFF;
  -webkit-border-top-left-radius:20px;
  -moz-border-radius-topleft:20px;
  border-top-left-radius:20px;
  -webkit-border-top-right-radius:20px;
  -moz-border-radius-topright:20px;
  border-top-right-radius:20px;
  -webkit-border-bottom-right-radius:20px;
  -moz-border-radius-bottomright:20px;
  border-bottom-right-radius:20px;
  -webkit-border-bottom-left-radius:20px;
  -moz-border-radius-bottomleft:20px;
  border-bottom-left-radius:20px;
  text-indent:0;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#777777;
  font-family:Arial;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #ffffff;
}

input[type="button"]:hover{      

  text-shadow:0px 1px 0px rgb(128,128,128);
  box-shadow: 0px 0px 2px #A7A7A7;
  border:1px solid #A7A7A7;
  border-radius: 20px;
  outline: none;  
}

input[type="button"]:active{
  position:relative;
  top:1px;
}          

.List {
	margin:0px; padding:0px;
	width:100%;
	box-shadow: 2px 2px 2px #888888;
	border:0px solid #000000;
	
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
	
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
	
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
	
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.List table{
    border-collapse: collapse;
        border-spacing: 8;
	width:100%;
	height:100%;
	margin:0px; padding:0px;
}
.List tr:last-child td:last-child {
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
}
.List table tr:first-child td:first-child {
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.List table tr:first-child td:last-child {
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
}
.List tr:last-child td:first-child{
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
}
.List tr:hover td{
	background-color:#777;
  color:#FFF;		
}
.List tr:nth-child(odd){ background-color:#EEE; }
.List tr:nth-child(even){ background-color:#FFF; }

.List tr:last-child td{
	border-width:0px 0px 0px 0px;
}
.List tr td:last-child{
	border-width:0px 0px 0px 0px;
}
.List tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.List tr:first-child td{
		background:-o-linear-gradient(bottom, #A0A0A0 5%, #333333 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #A0A0A0 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.List tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.List tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}


.BaseList {
	margin:0px; padding:0px;
	width:100%;
	box-shadow: 2px 2px 2px #888888;
	border:0px solid #000000;
	
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
	
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
	
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
	
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.BaseList table{
    border-collapse: collapse;
        border-spacing: 8;
	width:100%;
	height:100%;
	margin:0px; padding:0px;
}

fieldset {
  
  box-shadow: 0px 0px 2px #c2c2c2;
  border:1px solid #c2c2c2;
  border-radius: 4px;
  //outline: none; 
  
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}

legend {
  color:gray;
  //background:#FFFFFF;   
  text-shadow:0px 1px 0px rgb(128,128,128);
  padding: 0.5em 0.5em;  
  //border:1px solid green;
  //border-radius: 5px;  
  //box-shadow: 0 0 0 1px #ddd;
  font-size:90%;               
}

// TAB class
.demo_wrapper {
	-webkit-right-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

 .wrapperskin.top .tabs_header {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 .wrapperskin.top .tab_header_item {
	float: left;
	margin: 0px;
}
 .wrapperskin.top .tab_content {
	clear: left;
	display: none;
	padding: 5px 30px;
}

/* skin */

 .wrapperskin.top.tabs_wrapper {
/*	border: 1px solid #ccc; */
}

 .wrapperskin.top .tabs_header {
	overflow: hidden;
	padding-top: 0px;
	padding-left: 20px;
	position: relative;
	top: 1px;
}
 .wrapperskin.top .tab_header_item {
	background: url(images/tabs_header_top.png) repeat-x;
	margin-right: 2px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	border: 1px solid #ddd;
	height: 30px;
}
 .wrapperskin.top .tab_header_item.tab_selected {
	//background: #333;  
    border-bottom: none;
    height: 31px;
    background:-o-linear-gradient(bottom, #A0A0A0 5%, #333333 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #333333) );
    background:-moz-linear-gradient( center top, #A0A0A0 5%, #333333 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);
  
}
 .wrapperskin.top .tab_header_item.tab_selected a {
	color: #FFF;
}
 .wrapperskin.top .tab_header_item.first_tab {
	border-left: 1px solid #ccc;
}
 .wrapperskin.top .tab_header_item a {
	padding: 0px 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #828282;
	text-decoration: none;
	outline: 0;
}
 .wrapperskin.top .content_holder {
//	font: 12px/24px Arial, Helvetica, sans-serif;
//	color: #777;
	padding: 5px;
	border: 1px solid #ddd;
}



/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
