.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow: 
    inset 0 0 0 0 rgba(200,95,66, 0.4),
    inset 0 0 0 16px rgba(255,255,255,0.6),
    0 1px 2px rgba(0,0,0,0.1);
    
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
  background-image: url(https://tympanus.net/Tutorials/CircleHoverEffects/images/4.jpg);
}

.ch-img-2 { 
  background-image: url(https://tympanus.net/Tutorials/CircleHoverEffects/images/5.jpg);
}

.ch-img-3 { 
  background-image: url(https://tympanus.net/Tutorials/CircleHoverEffects/images/6.jpg);
}

.ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  
  -webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 65px 0 0 0;
  height: 110px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: 
    0 0 1px #fff, 
    0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255,255,255,0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
  color: #fff222;
  color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
  box-shadow: 
    inset 0 0 0 110px rgba(200,95,66, 0.4),
    inset 0 0 0 16px rgba(255,255,255,0.8),
    0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
  opacity: 1;
  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);  
}




#colorbox{ 
/*height:auto !important;*/ }


/*shoro
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css');

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}
*/



/*
@media screen and (max-width: 980px) {
  #content {
    width: 65%;
  }
}


@media screen and (max-width: 700px) {
  #content {
    width: auto;
	float: auto;
  }
}

@media screen and (max-width: 480px) {
  #header {
    height: auto;
  }
  #content {
    width: auto;
	float: auto;
  }
  h1{
	  font-size: 24px;
  }
  #sidebar{
	  display: none;
  }
}
*/








/*start*/

@media all and (min-width: 768px) {
  /*
   * Use 5 grid columns for larger screens.
   */
  /*
   * The layout when there is only one sidebar, the left one.
   */
  /* line 225, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-first #content {
    /* Span 4 columns, starting in 2nd column from left. */
    float: left;
    width: 33.33333%;
    margin-left: 8.33333%;
    margin-right: -41.66667%;
  }
  /* line 229, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-first .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
    float: left;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: -8.33333%;
  }

  /*
   * The layout when there is only one sidebar, the right one.
   */
  /* line 239, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-second #content {
    /* Span 4 columns, starting in 1st column from left. */
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
    padding-right: 24px;
  }
  /* line 244, ../../sass/layouts/responsive-sidebars.scss */
  .sidebar-second .region-sidebar-second {
    /* Span 1 column, starting in 5th column from left. */
    padding-top: 20px;
    padding-left: 16px;
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /*
   * The layout when there are two sidebars.
   */
  /* line 258, ../../sass/layouts/responsive-sidebars.scss */
  .two-sidebars #content {
    /* Span 3 columns, starting in 2nd column from left. */
    float: left;
    width: 25%;
    margin-left: 8.33333%;
    margin-right: -33.33333%;
  }
  /* line 262, ../../sass/layouts/responsive-sidebars.scss */
  .two-sidebars .region-sidebar-first {
    /* Span 1 column, starting in 1st column from left. */
    float: left;
    width: 8.33333%;
    margin-left: 0%;
    margin-right: -8.33333%;
  }
  /* line 266, ../../sass/layouts/responsive-sidebars.scss */
  .two-sidebars .region-sidebar-second {
    /* Span 1 column, starting in 5th column from left. */
    float: left;
    width: 8.33333%;
    margin-left: 33.33333%;
    margin-right: -41.66667%;
  }

  /* line 271, ../../sass/layouts/responsive-sidebars.scss */
  body #header {
    padding: 0;
  }

  /* line 275, ../../sass/layouts/responsive-sidebars.scss */
  #header .wrapper {
    padding-top: 20px;
    background-size: 187px, 34px;
    padding-bottom: 15px;
  }

}

@media all and (min-width: 768px) and (max-width: 959px) {
  #header .wrapper {
    padding-top: 20px;
    background-size: 187px, 34px;
    padding-bottom: 15px;
    padding-left: 20px;
    box-sizing: border-box;
    background-position: 240px 30px;

  }
}

/*end*/

.region-sidebar-second .block {
    float: none !important;
}


body { 
    /*margin: 0; 
    padding: 0; */
}
		
#container { 
    width: 100%; 
    margin: 0; }
		
table { 
    border-collapse: collapse; 
    width: 100% 
}		

@media screen and (max-width: 480px){
	#container { 
        width: auto; 
        margin: 0; 
        padding:25px;
    }
    table { 
        display: block;
    }
    td { 
        display: block; 
        /*padding: 5px;  
        border: none;*/
        margin-bottom: 160px;		
    }
    td img { 
        display: block;
        margin: 0; 
        width: 100%;
        max-width: none; 
    }
}

img { 
    max-width: 100%; 
    height: auto; 
    width: auto\9; /* ie8 */
}

/*end of new style*/

/*.............*/
.responsive-image{
    /*height: auto !important;
    width: auto !important;
    max-width: 100%;
	overflow: hidden;
	float: left;
	margin: 0 auto 30px;*/
	width:100%;
    height:20em; // your height 100%, or fixed
    display:block;
    }
	
  td.style {
    display: block;
	padding: 5px 0; 
	border: none;
	margin: 0 auto;
	overflow: hidden;
	vertical-align: top;
  } 	


.flex-newest-slider {
float: left;
position: relative;
width: 721px;
margin-bottom: 50px;
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Common division block */
.holder
{
    border: 6px solid #FFFFFF;
    float: left;
    margin: 20px;
    position: relative;    
    overflow: hidden;
    box-shadow: 0px 0px 5px #333333;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;    
	color: #E5FFFF !important;
}

/* Caption and Light */
.caption
{
    color: rgba(0,0,0,0);
    line-height: 100px;
    
}
.caption:hover
{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;    
}
.caption>div
{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}

/* Start of onload pop up box */
/* style untuk link popup */
a.popup-link {
padding:17px 0;
text-align: center;
margin:10% auto;
position: relative;
width: 300px;
color: #fff;
text-decoration: none;
background-color: #FFBA00;
border-radius: 3px;
box-shadow: 0 5px 0px 0px #eea900;
display: block;
}
a.popup-link:hover {
background-color: #ff9900;
box-shadow: 0 3px 0px 0px #eea900;
-webkit-transition:all 10s;
transition:all 10s;
}
/* end link popup*/
/* animasi popup */@-webkit-keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
@-moz-keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
@keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
/* end animasi popup */
/*style untuk popup */
#popup {
background-color: rgba(0,0,0,0.7);
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
margin:0;
-webkit-animation:autopopup 2s;
-moz-animation:autopopup 20s;
animation:autopopup 120s;
}
#popup:target {
-webkit-transition:all 6s;
-moz-transition:all 6s;
transition:all 6s;
opacity: 0;
visibility: hidden;
}@media (min-width: 768px){
.popup-container {
width:600px;
}
}
@media (max-width: 767px){
.popup-container {
width:100%;
}
}
.popup-container {
position: relative;
margin:15% auto;
padding:30px 50px;
background-color: #fafafa;
color:#333;
border-radius: 3px;
}
a.popup-close {
position: absolute;
top:3px;
right:3px;
background-color: #333;
padding:7px 10px;
font-size: 20px;
text-decoration: none;
line-height: 1;
color:#fff;
}
/* end style popup *//* style untuk isi popup */
.popup-form {
margin:10px auto;
}
.popup-form h2 {
margin-bottom: 5px;
font-size: 37px;
text-transform: uppercase;
}
.popup-form .input-group {
margin:10px auto;
}
.popup-form .input-group input {
padding:17px;
text-align: center;
margin-bottom: 10px;
border-radius:3px;
font-size: 16px;
display: block;
width: 100%;
}
.popup-form .input-group input:focus {
outline-color:#FB8833;
}
.popup-form .input-group input[type="email"] {
border:0px;
position: relative;
}
.popup-form .input-group input[type="submit"] {
background-color: #FB8833;
color: #fff;
border: 0;
cursor: pointer;
}
.popup-form .input-group input[type="submit"]:focus {
box-shadow: inset 0 3px 7px 3px #ea7722;
}
/* end style is popup */
/* End of onload pop up box */


/* Sart of hover over image and a text pop up */
#mainwrapper {
  font: 10pt normal Arial, sans-serif;
  height: auto;
  margin: 80px auto 0 auto;
  text-align: center;
  width: 660px;
}
#mainwrapper .bx {
    border: 5px solid #fff;
    cursor: pointer;
    height: 182px;
    float: left;
    margin: 5px;
    position: relative;
    overflow: hidden;
    width: 200px;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}
 
#mainwrapper .bx img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#mainwrapper .bx .caption {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}
#mainwrapper .bx .simple-caption {
    height: 30px;
    width: 200px;
    display: block;
    bottom: -30px;
    line-height: 25pt;
    text-align: center;
}
#mainwrapper .bx:hover .simple-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
/* End of hover over image and a text pop up */


/* Sart of hover over image and and orange box pop up */
.ht {
    width: 300px;
    height: 200px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.ht .mask, .ht .content {
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.ht img {
    display: block;
    position: relative
}
.ht h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.ht p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.ht a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.ht a.info:hover {
    box-shadow: 0 0 5px #000
}

.ht-first img { 
    transition: all 0.2s linear;
}
.ht-first .mask {
    opacity: 0;
    background-color: rgba(219,127,8, 0.7); 
    transition: all 0.4s ease-in-out;
}
.ht-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.ht-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.ht-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}


.ht-first:hover img { 
	transform: scale(1.1);
} 
.ht-first:hover .mask { 
	opacity: 1;
}
.ht-first:hover h2,
.ht-first:hover p,
.ht-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.ht-first:hover p {
    transition-delay: 0.1s;
}
.ht-first:hover a.info {
    transition-delay: 0.2s;
}
/* End of hover over image and and orange box pop up */


/* Sart of hover over image and and orange box pop up */
.ht-second img { 	
	transition: all 0.2s ease-in;
}
.ht-second .mask { 
	background-color: rgba(115,146,184, 0.7); 
	width: 300px;
    padding: 60px;
	height: 300px;
	opacity: 0;
	transform: translate(265px, 145px) rotate(45deg);
	transition: all 0.2s ease-in-out;
}
.ht-second h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transform: translate(200px, -200px);
	transition: all 0.2s ease-in-out;
}
.ht-second p { 
	transform: translate(-200px, 200px);
	transition: all 0.2s ease-in-out;
}
.ht-second a.info { 
    transform: translate(0px, 100px);
	transition: all 0.2s 0.1s ease-in-out;
} 

.ht-second:hover .mask { 
	opacity:1; 
	transform: translate(-80px, -125px) rotate(45deg);
}							  
.ht-second:hover h2 { 
	transform: translate(0px,0px);
	transition-delay: 0.3s; 
}
.ht-second:hover p { 
    transform: translate(0px,0px); 
	transition-delay: 0.4s;
}
.ht-second:hover a.info { 
	transform: translate(0px,0px); 
	transition-delay: 0.5s;
}

.bg {background-color: #f00;}
.CSSTableElearning {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #d9b53b;
	
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
	
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
	
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
	
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
}.CSSTableElearning table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableElearning tr:last-child td:last-child {
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
}
.CSSTableElearning table tr:first-child td:first-child {
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
}
.CSSTableElearning table tr:first-child td:last-child {
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
}.CSSTableElearning tr:last-child td:first-child{
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
}.CSSTableElearning tr:hover td{
	
}
.CSSTableElearning tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableElearning tr:nth-child(even)    { background-color:#ffffff; }.CSSTableElearning td{
	vertical-align:middle;
	
	
	border:1px solid #d9b53b;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Helvetica;
	font-weight:normal;
	color:#000000;
}.CSSTableElearning tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableElearning tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableElearning tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableElearning tr:first-child td{
		background:-o-linear-gradient(bottom, #33597b 5%, #262a36 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #33597b), color-stop(1, #262a36) );
	background:-moz-linear-gradient( center top, #33597b 5%, #262a36 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#33597b", endColorstr="#262a36");	background: -o-linear-gradient(top,#33597b,262a36);

	background-color:#33597b;
	border:0px solid #d9b53b;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:18px;
	font-family:Times New Roman;
	font-weight:bold;
	color:#d2b339;
}
.CSSTableElearning tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #33597b 5%, #262a36 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #33597b), color-stop(1, #262a36) );
	background:-moz-linear-gradient( center top, #33597b 5%, #262a36 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#33597b", endColorstr="#262a36");	background: -o-linear-gradient(top,#33597b,262a36);

	background-color:#33597b;
}
.CSSTableElearning tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableElearning tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.CSSTableCream {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #d9b53b;
	
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
	
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
	
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
	
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
}.CSSTableCream table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableCream tr:last-child td:last-child {
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
}
.CSSTableCream table tr:first-child td:first-child {
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
}
.CSSTableCream table tr:first-child td:last-child {
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
}.CSSTableCream tr:last-child td:first-child{
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
}.CSSTableCream tr:hover td{
	
}
.CSSTableCream tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableCream tr:nth-child(even)    { background-color:#ffffff; }.CSSTableCream td{
	vertical-align:middle;
	
	
	border:1px solid #d9b53b;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Helvetica;
	font-weight:normal;
	color:#000000;
}.CSSTableCream tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableCream tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableCream tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableCream tr:first-child td{
		background:-o-linear-gradient(bottom, #f3ebcb 5%, #f2e098 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3ebcb), color-stop(1, #f2e098) );
	background:-moz-linear-gradient( center top, #f3ebcb 5%, #f2e098 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3ebcb", endColorstr="#f2e098");	background: -o-linear-gradient(top,#f3ebcb,f2e098);

	background-color:#f3ebcb;
	border:0px solid #d9b53b;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:18px;
	font-family:Times New Roman;
	font-weight:bold;
	color:#d2b339;
}
.CSSTableCream tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #f3ebcb 5%, #f2e098 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3ebcb), color-stop(1, #f2e098) );
	background:-moz-linear-gradient( center top, #f3ebcb 5%, #f2e098 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3ebcb", endColorstr="#f2e098");	background: -o-linear-gradient(top,#f3ebcb,f2e098);

	background-color:#f3ebcb;
}
.CSSTableCream tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableCream tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



.CSSTableGray {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #d9b53b;
	
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
	
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
	
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
	
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
}.CSSTableGray table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGray tr:last-child td:last-child {
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	border-bottom-right-radius:2px;
}
.CSSTableGray table tr:first-child td:first-child {
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-top-left-radius:2px;
}
.CSSTableGray table tr:first-child td:last-child {
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	border-top-right-radius:2px;
}.CSSTableGray tr:last-child td:first-child{
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-left-radius:2px;
}.CSSTableGray tr:hover td{
	
}
.CSSTableGray tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGray tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGray td{
	vertical-align:middle;
	
	
	border:1px solid #d9b53b;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Helvetica;
	font-weight:normal;
	color:#000000;
}.CSSTableGray tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGray tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGray tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGray tr:first-child td{
		background:-o-linear-gradient(bottom, #a09f9b 5%, #6b6a65 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a09f9b), color-stop(1, #6b6a65) );
	background:-moz-linear-gradient( center top, #a09f9b 5%, #6b6a65 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a09f9b", endColorstr="#6b6a65");	background: -o-linear-gradient(top,#a09f9b,6b6a65);

	background-color:#a09f9b;
	border:0px solid #d9b53b;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:18px;
	font-family:Times New Roman;
	font-weight:bold;
	color:#d2b339;
}
.CSSTableGray tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #a09f9b 5%, #6b6a65 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a09f9b), color-stop(1, #6b6a65) );
	background:-moz-linear-gradient( center top, #a09f9b 5%, #6b6a65 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a09f9b", endColorstr="#6b6a65");	background: -o-linear-gradient(top,#a09f9b,6b6a65);

	background-color:#a09f9b;
}
.CSSTableGray tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGray tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


/*UC4 quotes page*/
.scrollit {
    overflow:scroll;
    height:300px;
	overflow-x:hidden;
	background-color: rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
	border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.title-float{
	float: center;
	font-weight: bold;
}

.views-field-counter {
	float:left !important;
	margin-left: 15px !important;
}
.active .views-content-counter {font-weight:bold !important;}

/* Accordion Layout Styles */
.accordion {
	width: 290px;
	padding: 1px 5px 5px 5px;
	background: #141517;

	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255, .05);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255, .05);
	box-shadow: 0px 1px 0px rgba(255,255,255, .05);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.accordion .tab {
	display: block;
	height: 35px;
	margin-top: 4px;
	padding-left: 20px;
	font: bold 12px/35px Arial, sans-serif;
	text-decoration: none;
	color: #eee;
	text-shadow: 1px 1px 0px rgba(0,0,0, .2);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #6c6e74; /* Old browsers */
background: -webkit-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);

	background: -moz-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
	background: -o-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
	background: -ms-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
	background: linear-gradient(top, #6c6e74 0%, #4b4d51 100%); /* W3C */

-webkit-box-shadow: 0px 1px 0px rgba(0,0,0, .1), inset 0px 1px 0px rgba(255,255,255, .1);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0, .1), inset 0px 1px 0px rgba(255,255,255, .1);
	box-shadow: 0px 1px 0px rgba(0,0,0, .1), inset 0px 1px 0px rgba(255,255,255, .1);
}

.accordion .tab:hover,.accordion div:target .tab {
	color: #2b3b06;
	text-shadow: 0px 1px 0px rgba(255,255,255, .15);
	background: #a5cd4e; /* Old browsers */
background: -webkit-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);

	background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -o-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -ms-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%); /* W3C */

-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
	box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
}

.accordion div .content {
	display: none;
	margin: 5px 0;
}

.accordion div:target .content {
	display: block;
}

.accordion > div {
	height: 40px;
	overflow: hidden;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.accordion > div:target {
	height: 360px;
}

/* Accordion Content Styles */
.accordion .content h1 {
	color: white;
	font: 18px/32px Arial, sans-serif;
}

.accordion .content p {
	margin: 10px 0;
	color: white;
	font: 11px/16px Arial, sans-serif;
}

.accordion .content span {
	font: italic 11px/12px Georgia, Arial, sans-serif;
	color: #4f4f4f;
}

.accordion .content em.bullet {
	width: 5px;
	height: 5px;
	margin: 0 5px;
	background: #6b8f1a;
	display: inline-block;

	-webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255, 0.4);
	-moz-box-shadow: inset 1px 1px 1px rgba(255,255,255, 0.4);
	box-shadow: inset 1px 1px 1px rgba(255,255,255, 0.4);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.accordion .content ul li {
	list-style: none;
	float: left;
	margin: 5px 10px 5px 0;
}

.accordion .content img {
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0, .5);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0, .5);
	box-shadow: 2px 2px 6px rgba(0,0,0, .5);
}

/*Orange one Menu*/
#menu12 {
width: 230px;
padding: 0 0 0 0;
margin-bottom: 1em;
font-size: 11px;
font-weight: normal;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #6898d0;
color: #333;
}
#menu12 ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}		
#menu12 li {
border-bottom: 1px solid #90bade;
margin: 0;
width: auto;
}
#menu12 li a {
display: block;
padding: 3px 0px 3px 0.5em;
border-left: 5px solid #8AA1B6;
border-right: 5px solid #8AA1B6;
background-color: #6898d0;
color: #fff;
text-decoration: none;
width: auto;
}
#menu12 li a:hover {
border-left: 5px solid #800000;
border-right: 5px solid #800000;
background-color: #FF7C3E;
color: #fff;
}
.bt1 {
width : auto;
font-family : Verdana, Arial, Helvetica, sans-serif;  
font-size : 10px; 
text-align : left; 
font-weight : bold; 
color : #ffffff; 
background-color : #8AA1B6; 
padding-top : 3px; 
padding-bottom : 4px; 
padding-left : 4px; 
border-left: 5px solid #FF7C3E;
display : block; 
}
.ht11 {
font-size : 10px; 
font-weight: bold;
color : #000;  
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none; 
} 	
.hw12 {
font-size : 11px; 
font-weight : bold; 
color : #ffffff; 
font-family : verdana, arial, helvetica, sans-serif;
text-decoration : none; 
}



/*Learn Now*/
.minplayer-default player-ui{
right:160px !important;
}
.learn-now #content .top h2 {
font-family: "Oswald",Verdana,Tahoma,"DejaVu Sans",sans-serif;
font-weight: 300;
font-size: 2.16em;
line-height: 1em;
margin-top: 16px;
color: #33739d;
margin-bottom: 0;
padding-bottom: 17px;
border-bottom: 3px solid #d2b339;
}

/*Some changes toward the space between blocks in Learn Now page*/
.page-member-area .panel-separator {
display: block;
float: left;
height: 50px;
width: 3%;
}

/*Blocks width in Learn Now top*/
.block-test {
width: 100%;
}

/*Blocks margin in Learn Now page*/
.block-custom {
margin-right: 5.2px;
}

.mcpage-boxes .box {
	clear: none;
	float: left;
	margin-right: 2%;
	width: 32% !important;
	max-width: 310px !important;
 }

 .mcpage-boxes .views-row-odd.views-row-last {
	margin-right: 0 !important;
}

.page-user-reset .messages.error {
  display: none;
}

.sidebar-app-style {
background-color: #D7DEEB;
padding-left: 20px;
position: relative;
border: 2px solid;
}

/*Show minipanel in mobile ver.*/
.section-military-culture .training-and-news { display: block; }

/*Button Class*/
.push_button {
	position: relative;
	width:170px;
	height:30px;
	text-align:center;
	color:#FFF !important;
	text-decoration:none;
	line-height:28px;
	font-family:'Oswald', Helvetica;
	display: block;
	margin: 30px;
}
.push_button:before {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF !important; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF !important; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF !important;
	
	position: absolute;
	content: "";
	left: -6px; right: -6px;
	top: -6px; bottom: -6px;
	z-index: -1;
}

.push_button:active {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
}
.push_button:active:before{
	top: -11px;
	bottom: -5px;
	content: "";
}

.red {
	text-shadow:-1px -1px 0 #A84155;
	background: #D25068;
	border:1px solid #D25068;
	
	background-image:-webkit-linear-gradient(top, #F66C7B, #D25068);
	background-image:-moz-linear-gradient(top, #F66C7B, #D25068);
	background-image:-ms-linear-gradient(top, #F66C7B, #D25068);
	background-image:-o-linear-gradient(top, #F66C7B, #D25068);
	background-image:linear-gradient(to bottom, #F66C7B, #D25068);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

.red:hover {
	background: #F66C7B;
	background-image:-webkit-linear-gradient(top, #D25068, #F66C7B);
	background-image:-moz-linear-gradient(top, #D25068, #F66C7B);
	background-image:-ms-linear-gradient(top, #D25068, #F66C7B);
	background-image:-o-linear-gradient(top, #D25068, #F66C7B);
	background-image:linear-gradient(top, #D25068, #F66C7B);
}

.blue {
	text-shadow:-1px -1px 0 #2C7982;
	background: #3EACBA;
	border:1px solid #05213d;
	background-image:-webkit-linear-gradient(top, #416B92, #05213d);
	background-image:-moz-linear-gradient(top, #416B92, #05213d);
	background-image:-ms-linear-gradient(top, #416B92, #05213d);
	background-image:-o-linear-gradient(top, #416B92, #05213d);
	background-image:linear-gradient(top, #416B92, #05213d);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.blue:hover {
	background: #5777af;
	background-image:-webkit-linear-gradient(top, #5777af, #5777af);
	background-image:-moz-linear-gradient(top, #5777af, #5777af);
	background-image:-ms-linear-gradient(top, #5777af, #5777af);
	background-image:-o-linear-gradient(top, #5777af, #5777af);
	background-image:linear-gradient(top, #5777af, #5777af);
}

.block h2.block-title {
font-weight: 300;
color: #262a36;
font-family: "Oswald",Verdana,Tahoma,"DejaVu Sans",sans-serif;
font-size: 1.9em;
padding-left: 0.9em !important;
}

/*Table CSS style in EBP page*/
.CSSTable{
	margin:0px;padding:0px;
	width:970px;
	border:1px solid #d1b138;
	
	-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;
}.CSSTable table{
	width:970px;
	height:100%;
	margin:0px;padding:0px;
}.CSSTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
.CSSTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.CSSTable table tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}.CSSTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}.CSSTable tr:hover td{
	
}
.CSSTable tr:nth-child(odd){ background-color:#5777af; }
.CSSTable tr:nth-child(even)    { background-color:#ffffff; }.CSSTable td{
	vertical-align:middle;
	border:1px solid #d1b138;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:12.77px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTable tr:first-child td{
	background:-o-linear-gradient(bottom, #0d2c49 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0d2c49), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #0d2c49 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d2c49", endColorstr="#003f7f");	background: -o-linear-gradient(top,#0d2c49,003f7f);

	background-color:#0d2c49;
	border:0px solid #d1b138;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0d2c49 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0d2c49), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #0d2c49 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d2c49", endColorstr="#003f7f");	background: -o-linear-gradient(top,#0d2c49,003f7f);

	background-color:#0d2c49;
}
.CSSTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/*video in military culture page style*/
.slide-title {
bottom: 50.5px;
text-align: center;
color:#3180E4;
-moz-box-shadow: 0 3px 3px 0 rgba(140,140,140,0.3);
display: inline-block;
font-size: 0.80em;
padding: 6px 0 6px 6px;
position: relative;
text-overflow: ellipsis;
text-shadow: 0 0 1px rgba(0,0,0,0.8);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
vertical-align: baseline;
white-space: nowrap;
width: 154px !important;
}

/*Small Changes in om-maximenu CSS Style*/
.om-maximenu-bubble.om-maximenu-block.om-maximenu-block-right .om-maximenu-content {
padding: 0;
}
.om-maximenu ul.om-menu {
display: block;
padding: 0;
margin: 0;
height: 30px;
position: relative;
z-index: 20;
padding-top: 25px;
}
.om-maximenu.om-maximenu-block.om-maximenu-column ul.om-menu {
float: none;
height: auto;
background-color: rgb(139, 179, 211);
border: 2px solid rgb(236, 171, 51);
}
.om-maximenu ul.om-menu li.backLava {
position: absolute;
top: 15px;
height: 20px;
background: #F0F1F5;
z-index: 10;
z-index: 3;
}
.om-maximenu.om-maximenu-block.om-maximenu-column ul.om-menu li.om-leaf .om-link {
float: none;
height: 52px;
}
.om-maximenu ul.om-menu li.om-leaf .om-link {
display: block;
padding: 0 25px;
margin: 0;
height: 30px;
line-height: 3px;
}
.om-maximenu.om-maximenu-block.om-maximenu-column ul.om-menu li.om-leaf .om-link {
float: none;
height: 30px;
padding-top: 23px;
}
/*Self-assassment font size*/
.ui-helper-reset {
line-height: 2;
font-size: 82%;
list-style: none;
}
/*Occupational Codes CSS Style*/
.CSSTableGenerator {
	margin:0px;padding:0px;
	height: 250px;
	width: 580px;
	overflow-y: scroll;
	border:1px solid #f4b30e;
	
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
	
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
	
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
	
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-right-radius:7px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:7px;
	-webkit-border-top-left-radius:7px;
	border-top-left-radius:7px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:7px;
	-webkit-border-top-right-radius:7px;
	border-top-right-radius:7px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:7px;
	-webkit-border-bottom-left-radius:7px;
	border-bottom-left-radius:7px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #f4b30e;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #e5e5e5 5%, #e5e5e5 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #e5e5e5) );
	background:-moz-linear-gradient( center top, #e5e5e5 5%, #e5e5e5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#e5e5e5");	background: -o-linear-gradient(top,#e5e5e5,e5e5e5);

	background-color:#e5e5e5;
	border:0px solid #f4b30e;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #e5e5e5 5%, #e5e5e5 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #e5e5e5) );
	background:-moz-linear-gradient( center top, #e5e5e5 5%, #e5e5e5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#e5e5e5");	background: -o-linear-gradient(top,#e5e5e5,e5e5e5);

	background-color:#e5e5e5;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}