/* CSS Document */

@import url("media.css");


@font-face {
    font-family: 'psl242pro';
    src: url('resource/psl242pro-webfont.eot');
    src: url('resource/psl242pro-webfont.eot?#iefix') format('embedded-opentype'),
url('resource/psl242pro-webfont.woff') format('woff'),
url('resource/psl242pro-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'BangnaNew';
    src: url('resource/BangnaNew.eot');
    src: url('resource/BangnaNew.eot?#iefix') format('embedded-opentype'),
url('resource/BangnaNew.woff') format('woff'),
url('resource/BangnaNew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0098DA;
	color: #111;
 





	/*background: url(img/D160120_W3VQ.jpg) fixed 50% 0%;
	 background-size:100%;
	
	 	 




  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 */
	
}


body,td,th {
	font-family:psl242pro;
	font-size:1.22em;
	margin:0px;


}


a {

	color: #FFF;
	text-decoration:none;
	


}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F66;
	text-decoration: none;
}
a:active {
	color: #F66;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.miniCaption {
	font-weight: bold;
}
.remark {
	color: #F00;
	font-size:small;
}






.ylo{
	color:#FF0;
	}
.mini-link{color:#F90; cursor:pointer}



#main{
	padding-top:10px;
	max-width:1000px;
	width:100%;
	margin: 0 auto;
	margin-top:10px;

	}



.boxShadow{
  -webkit-box-shadow: 1px 1px 2px #333;
  -moz-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
  background-color:#444;
  margin:12px;
  /*
	animation: wowin 0.3s;
	-moz-animation: wowin 0.3s; 
	-webkit-animation: wowin 0.3s;
	-o-animation: wowin 0.3s; 
  */
}
	
	
	
p {
  animation: fade-in 0.5s;
  -moz-animation: fade-in 0.5s;
  -webkit-animation: fade-in 0.5s; 
  -o-animation: fade-in 0.5s; 	
  

  
}


h1 {
	/*

          display:block;
          -webkit-mask-image: -webkit-linear-gradient(top, rgba(193,107,42,1), rgba(213,160,30,.7) 20%, rgba(254,224,141,1));
          -webkit-mask-image: linear-gradient(top, rgba(193,107,42,1), rgba(213,160,30,.7) 20%, rgba(254,224,141,1));
          font-size: 30px;
          color: #FDE08D;
          padding-bottom:0px;
		  padding-top:30px;
		
		  margin-left:35px;
		  margin-bottom:10px;
		 */
		 

          display:block;
          -webkit-mask-image: -webkit-linear-gradient(top, rgba(193,107,42,1), rgba(213,160,30,.7) 40%, rgba(254,224,141,1));
          -webkit-mask-image: linear-gradient(top, rgba(193,107,42,1), rgba(213,160,30,.7) 40%, rgba(254,224,141,1));
          font-size: 38px;
          text-align: left;
		  color:#29F;
		  
              
          padding-bottom:5px;
		  font-weight:100;
		  width:80%;
		  
		  
}

h2 {
  animation: fade-in-down 0.5s;
  -moz-animation: fade-in-down 0.5s;
  -webkit-animation: fade-in-down 0.5s; 
  -o-animation: fade-in-down 0.5s; 	
      line-height: 40px;
}

	
h3, h4{
	

		
  animation: fade-in-down 0.5s;
  -moz-animation: fade-in-down 0.5s;
  -webkit-animation: fade-in-down 0.5s; 
  -o-animation: fade-in-down 0.5s;


          display:block;
          -webkit-mask-image: -webkit-linear-gradient(top, rgba(193,107,42,1), rgba(213,160,30,.7) 40%, rgba(254,224,141,1));
          -webkit-mask-image: linear-gradient(top, rgba(193,107,42,1), rgba(213,160,30,.7) 40%, rgba(254,224,141,1));
          font-size: 1.1em;
          text-align: left;
           color:#28F;
          padding-left:20px;          
          padding-bottom:5px;
		  font-weight:100;
		  width:80%;
		  margin-left:0px;
  
		
}	


@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

#navbar{
	position:fixed;
	top:0px;
	left:1px;
	width:100%;
    background: linear-gradient(174deg,#333 100%,rgba(40, 45, 49, 0.34) 100%);
	border-bottom: solid 1px #000;
	padding:2px;
	border:0px;
	z-index:2;
	height:36px;
	
	box-shadow: 0px 1px 5px #000;

	
	

	
	
	}
	
	.hideme{
	-webkit-animation: cssAnimation 5s forwards; 
    animation: cssAnimation 5s forwards;	
		
		}
		
	.showme{
opacity: 1;
		
		}
			
	
	
	
	


	
	
	
.logobar{width:60%; display:block; float:left; background-color:#111; height:50px; display:none}
.userbar{width:40%; display:block; float:left; background-color:#666; height:50px; display:none}


/**/
/*------------------*/
	

#navbar ul {

	display:block; float:left; width:75%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
/*    background-color: #333;*/

}

#navbar li {
	 float: left;	
	min-width:120px;
	cursor:pointer;
	font-weight:300;
}

#navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 9px 20px;
    text-decoration: none;
	background-color:#039;
}

#navbar li a:hover:not(.active) {
    background-color: #0F3F9F;
	


	
	
	
	 color: white;
}

#navbar li a:active {
	   background-color: #0F3F9F;

	
 
	 color: white;
}












.l-menu{
	margin-top:-1px;
}
	
.l-menu a{height:65px; width:100px; display: table-cell; vertical-align:middle; text-align:center; color:#FFF}	









#slide-panel{
	background-color:#222;
	height:100%;
	overflow: auto;
	 width: 200px;
	 position:fixed;

	 font-weight:100;
	 
	 background: -webkit-linear-gradient(left, #222 , #1a1a1a); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #222, #1a1a1a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #222, #1a1a1a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #222 , #1a1a1a); /* Standard syntax */
  
  opacity:0.7;
  border-right: solid 1px #333;
	 
	 

	}
	
	
	
	
	
#slide-panel h3{
		margin:0px;
		margin-top:20px;
		padding:10px;		
		padding-top:15px;
		padding-left:15px;
		color: #F90;






   
}
	
	
	
#slide-panel ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #222;
	background: -webkit-linear-gradient(left, #222 , #1a1a1a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #222, #1a1a1a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #222, #1a1a1a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #222 , #1a1a1a); /* Standard syntax */

   
}

#slide-panel li a{
	text-align:left;
    display: block;
    color: #CCC;
    padding: 12px 0 12px 16px;
    text-decoration: none;
}

#slide-panel li a.active{
    background-color: #C50;
    color: white;
}

#slide-panel li a:hover:not(.active) {
    background-color: #555;
    color: white;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	






.hideme{
    opacity:0;
}









/* ข้างๆ  */



.cd-panel-container {
 position:fixed;
  width: 100%;
  height: 100%;
  top: 0;
  box-shadow: 1px 1px 35px #111;
  background-color:#666;

}






.Hide{display:none}

.Hide-out{
	 z-index:3;
	
-webkit-animation:fade-out ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fade-out ease-in 1;
  animation:fade-out ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:.2s;
  -moz-animation-duration:.2s;
  animation-duration:.2s;
	
	
	
	
	
}
.Show{
	z-index:5;

	
	position: relative;

  /* make things invisible upon start */
  
  -webkit-animation:fade-in ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fade-in ease-in 1;
  animation:fade-in ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:.2s;
  -moz-animation-duration:.2s;
  animation-duration:.2s;
  background-color:#333;
  
  




	
	}
	
	
	
	
	

.section{
	/*
    min-height:300px;
	position:relative;
    padding:0px;
	 width:100%;
	 background-color:#FFF;
	-webkit-box-shadow: 1px 1px 4px #333;
  	-moz-box-shadow: 1px 1px 4px #333;
  	box-shadow: 1px 1px 4px #333;
	
	border: solid 0px #DDD;

	color:#333;
	margin-top:5px;
*/



    position: relative;
    padding: 0px;
    width: 100%;
	background:none;

/*
    -webkit-box-shadow: 0px 0px 5px #111;
    -moz-box-shadow: 0px 0px 5px #111;
    box-shadow: 0px 0px 5px #111;
*/	
	
    border: solid 0px #DDD;
    color: #aaa;
	margin:0px;
    margin-top: 0px;
	

	}


.container{
	overflow: visible;
	min-height: 50px;
	height: auto;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 2px #33;
	-moz-box-shadow: 0px 0px 2px #333;
	box-shadow: 0px 0px 2px #333;


}

	


	/*
	.livetable tr:nth-child(even) {
		background-color:#333;
		}
		*/
	
/*-Article-*/	
.article-column{ 


width:99%;
margin: 0 auto;
position:relative;


}
.article-column .item{
	position:relative;
	width:32%;
	min-width:310px;
	float:left;
	background-color:#FFF;
	margin:5px;
	height:480px;
	border:solid 1px #DDD;
	padding:0px;
	-webkit-box-shadow: 0px 0px 2px #EEE;
  	-moz-box-shadow: 0px 0px 2px #EEE;
  	box-shadow: 0px 0px 2px #EEE;
}	
	
.article-column .item:hover{
	border:solid 1px #FA0;
	-webkit-box-shadow: 1px 1px 4px #EEE;
    -moz-box-shadow: 1px 1px 4px #EEE;
    box-shadow: 1px 1px 4px #EEE;
}	
.article-column .item .descirption{
	margin:5px;
	text-align:left;
	word-spacing:-2px;
	text-justify: inter-cluster;
	display:block;

}	
.article-column .item p{
	margin-left:20px;
	height:30px;
	color:#610;
	font-weight:600;
}		

.article-column .item img{
	position: relative;
	width:99%;
	height:auto;
    top: 50%;
    left: 50%;
	/*max-height:250px;*/
	
    transform: translate(-50%, -50%);	
}

.article-column .item .img-corp{
	height:240px; overflow:hidden;
}	
/*-----------------------------------------------------*/

.article-table{  

width:95%;
margin: 0 auto;
position:relative;


 }
.article-table .item{
	
	position:relative;
	width:97%;
	min-width:320px;
	min-height:30px;
	background-color:#FFF;
	margin:5px;
	border:solid 1px #DDD;
	padding:10px;
	padding-top:1px;
	-webkit-box-shadow: 0px 0px 2px #DDD;
  	-moz-box-shadow: 0px 0px 0px #DDD;
  	box-shadow: 0px 0px 2px #DDD;
	display:table;

}	
	
.article-table .item:hover{
	border:solid 1px #FA0;
	-webkit-box-shadow: 0px 0px 3px #BBB;
    -moz-box-shadow: 0px 0px 3px #BBB;
    box-shadow: 0px 0px 3px #BBB;
}	
.article-table .item .descirption{
	color:#333;
	margin:10px;
	margin-top:5px;
	text-align:justify;
	word-spacing:-1px;
	text-justify: inter-cluster;

	display:block;
	font-size:0.975em;
	width:80%;
	float:left;
}	
.article-table .item .status{
	margin:10px;
	text-align:justify;
	word-spacing:-1px;
	text-justify: inter-cluster;

	display:block;
	font-size:0.875em;
	width:80%;
	float:left;
	bottom:0;

}	


.article-table .item p{
	margin:8px;
	margin-left:6px;
	padding:0px;
	color:#610;
	font-weight:500;



}		

.article-table .item img{
	position: relative;
	width:100%;
	height:auto;

}

.article-table .item .img-corp{
	height:120px; overflow:hidden;
	width:180px;
	float:left;
	margin-left:5px;
	border:solid 1px #CCC;
	border-bottom:solid 1px #CCC;

	
}





.paper{

max-width:990px; 
padding:0px; width:95%; margin: 5px;
padding-top:10px;
padding-bottom:10px;

color:#222;
text-align:left;

text-justify:auto;



}
.paper h4{padding-bottom:1px; margin-left:0px;}
.paper p{padding:0px; margin:0px}


.paper a{
color:#339;
	text-decoration:none;
}
.paper a:hover{
	text-decoration:underline;
}

.paper h3{
	
	

 
  color:#F00;

  
  
  
 /*   
  padding: 0px 20px;
  background-color:#D60;
  overflow:visible;
  white-space:nowrap;
  
  

  -webkit-box-shadow: 0px 0px 12px #aaa;
  -moz-box-shadow: 0px 0px 12px #aaa;
  box-shadow: 0px 0px 12px #aaa;
    border-radius: 10px 30px;
  border: solid 1px #FFF;
*/  

 
	}


/*
.paper ol {
    list-style-type: none;
    list-style-type: decimal !ie; 
     
    margin: 0;
    margin-left: 1em;
    padding: 0;
     
    counter-reset: li-counter;
}
.paper ol > li{
    position: relative;
    margin-bottom: 1.5em;
    padding: 1.5em;
    background-color: #eaeaea;
}
.paper ol > li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;
     

    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #464646;
    background-color: #d0d0d0;
     
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 99;
    overflow: hidden;
     
    content: counter(li-counter);
    counter-increment: li-counter;
}

*/











/*******************-Forum-*************************/	
.forum-table{ 

width:100%;
margin: 0 auto;
position:relative;
color:#666;
background-color:#EEE;
padding-bottom:10pxl

 }
 
 .forum-table a{ 


color:#666;


 }
 
.forum-table .item{
	
	position:relative;
	width:99%;
	min-width:320px;
	min-height:30px;
	background-color:#EEE;
	margin:5px;
	border:solid 1px #DDD;

}	
	
.forum-table .item:hover{
	border:solid 1px #eee;
	-webkit-box-shadow: 0px 0px 2px #888;
    -moz-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;

}	
.forum-table .item .descirption{
	margin:10px;
	text-align:justify;
	word-spacing:-1px;
	text-justify: inter-cluster;

	display:block;
	font-size:0.975em;
}	
.forum-table .item p{
	margin-left:10px;
	height:15px;
}		

.forum-table .item img{
	position: relative;
	width:100%;
	height:auto;

}

.forum-table .item .img-corp{
	height:100px; overflow:hidden;
	width:140px;
	
}





/*Slides*/


/* Slideshow container */
.slideshow-container {

width:100%;
margin: 0 auto;
position:relative;
height:420px;
overflow:hidden;


 
}


.slideshow-container img{
	position: relative;
	width:100%;
	height:auto;

}


.slideshow-container .img-corp{
	height:380px; 
	overflow:hidden;
	position: absolute;
	
	width:100%;
	min-width:320px;



	border:solid 0px #FFF;
	padding:0px;
	-webkit-box-shadow: 1px 0px 2px #CCC;
  	-moz-box-shadow: 1px 0px 2px #CCC;
  	box-shadow: 1px 1px 0px #CCC;
}




/* Caption text */
.text {
  color: #222;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;

  padding: 8px 12px;
  position: absolute;
  top: 0;
  position:absolute;
}

/* The dots/bullets/indicators */
.dot {
	  height: 13px;
	  width: 13px;
	  margin: 0 2px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */

.aSlides{

	  -webkit-animation-name: slideInRight;
	  -webkit-animation-duration: .4s;
	  animation-name: slideInRight;
	  animation-duration: .4s;
	  display:block;
}


.hSlides{


	  display:none;
	
}









.map iframe{
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
 /*
	filter: url(filters.svg#grayscale); 
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);*/

.map{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 700px;
}
.map:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid #222;
	border-left: 3000px solid transparent;
}
.map:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 50px solid  #222;
	border-right: 3000px solid transparent;

}

















.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;

  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.cd-panel-content p {
  font-size: 14px;

  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}









.item-view{
	width:100%;
	position: fixed;
	z-index:4;
	border:0px ;
	padding:0px;
	top:0px;
	margin:0px;
	height:100%;
	overflow-y:scroll;
	color:#CCC;



}



.tb-item-view h1{
	
	padding:3px;
	margin:0px;
	margin-top:10px;
	margin-left:20px;
	
	display: block; text-decoration: none;
	color: #CCC; text-shadow: 0px 3px 8px #BBB;
	font-size:28px;


}


.tb-item-view{
	width:80%;

	padding:10px;
	border:0px;
	margin-left:auto; 
	margin-right:auto;
	-webkit-box-shadow: 1px 1px 30px #000;
	-moz-box-shadow: 1px 1px 30px #000; 
	box-shadow: 1px 1px 30px #000;
	height:100%;
		background-image:url(img/bg.png);
}


.tb-item-view th{
height:30px;
text-align:left;
}






.btn {
	position: absolute;
	color: #FFF;
	border: none;
	padding: 6px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	cursor: pointer;
/*	border-radius: 4px; */
	bottom: 0;
	right: 0;
/*	background-color:#888;*/
    background: #0079ff;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#0096ff),to(#005dff));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#0096ff),to(#005dff));
    background: -moz-linear-gradient(center top,#0096ff,#005dff);
    background: linear-gradient(#0096ff,#005dff);		
	
	
	
}


.btn:hover {

    background: #0079ff;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#0096ff),to(#0088ff));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#0096ff),to(#0088ff));
    background: -moz-linear-gradient(center top,#0096ff,#0088ff);
    background: linear-gradient(#0096ff,#0088ff);		
	
	
	
}









@keyframes blinker {  
  40% { opacity: 0.4; }
}




.btn-dplay {
     /*background-color: #0CF; Green */
	 

	
    background: #444;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#555),to(#222));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#555),to(#222));
    background: -moz-linear-gradient(center top,#555,#222);
    background: linear-gradient(#555,#222);	
	
	
	

    border: solid 1px #222;
    padding: 2px 15px;
    text-align: center;
	vertical-align:middle;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
	border-radius: 8px; 
	color:#DDD;
	margin-right:10px;
}

.btn-play {
     /*background-color: #0CF; Green */
	 
	 animation: blinker .9s linear infinite;
	
    background: #444;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#555),to(#222));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#555),to(#222));
    background: -moz-linear-gradient(center top,#555,#222);
    background: linear-gradient(#555,#222);	
	
	
    border: solid 1px #222;
    padding: 2px 15px;
    text-align: center;
	vertical-align:middle;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
	border-radius: 8px; 
	color:#eee;
	margin-right:10px;

}

.btn-play a{

	color:#666;


}


.btn-play:hover {

 


    background: #444;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#E00),to(#b00));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#E00),to(#b00));
    background: -moz-linear-gradient(center top,#E00,#b00);
    background: linear-gradient(#E00,#222);	
	
	color:#FFF;


}

.btn-dplay:hover {

 


    background: #444;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#E00),to(#d00));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#E00),to(#d00));
    background: -moz-linear-gradient(center top,#E00,#d00);
    background: linear-gradient(#E00,#d00);	
	
	color:#FFF;


}







.team{
	color:#ddd; 
	font-weight:100;
}



.league{

	font-size: 20px;
	color:#777;
	padding:3px;

}



	.trlive{background-color:#332323}
	.trlive:hover{background-color:#352525}















.btn-item {
     /*background-color: #0CF; Green */
	
    background: #0079ff;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#0096ff),to(#005dff));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#0096ff),to(#005dff));
    background: -moz-linear-gradient(center top,#0096ff,#005dff);
    background: linear-gradient(#0096ff,#005dff);	
	
	
    border: none;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-size:0.75em;

    margin: 4px 2px;
    cursor: pointer;
	/*	border-radius: 4px; */
	color:#eee;

}

.btn-item a{

	color:#666;


}


.btn-item:hover {

 


    background: #005dff;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#005dff),to(#0096ff));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#005dff),to(#0096ff));
    background: -moz-linear-gradient(center top,#005dff,#0096ff);
    background: linear-gradient(#005dff,#0096ff);
	
	color:#FFF;


}


.date-label {
   
       background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
   
   
	border-top:solid 1px #222;
    padding: 7px 18px;
    text-decoration: none;
    display: inline-block;

	font-weight:200;
    margin: 10px 15px;
	border-radius:0px 0px 9px 9px; 
	color:#321;
	text-align:center;



}


.btn-edit {
    background-color: #FC0; /* Green */
    border: none;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
	/*	border-radius: 4px; */
	color:#666;
	float:right;
	z-index:3;

}

.btn-edit a{
	color:#666;
}
.btn-edit:hover {
    background-color: #0F0; /* Green */

}




.btn-menu-img {

    border: none;
	display:block;
    cursor: pointer;
	/*	border-radius: 4px; */
	float:left;
	padding:4px;
	font-size:0.75em;
	background-color: #a00; 
	
}


.btn-menu-img img{

	padding:0px;
	margin:0px;

}

.btn-menu-img:hover {
    background-color: #0F0; /* Green */

}




.btn-menu {
    background-color: #D00; 
    border: none;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
	display:block;

    margin: 5px 2px;
    cursor: pointer;
	/*	border-radius: 4px; */
	color:#DDD;
	float:right;
	height:18px;
	font-size:0.85em;

}

.btn-menu a{
	color:#666;
}
.btn-menu:hover {
    background-color: #E00; /* Green */

}





.topmenubar{
	background: #0079ff;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#0086Ef),to(#004dDf));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#0086Ef),to(#004dDf));
    background: -moz-linear-gradient(center top,#0086Ef,#004dDf);
    background: linear-gradient(#0086Ef,#004dDf);
	height:36px;
	font-size:0.82em;
	
	
	

	
	}





.redbar{

	color:#f6f7cf;
	
	font-size:0.86em;
	white-space:nowrap;
	

	border-right: 1px #F90;
	vertical-align:middle;
	text-align:center;
	padding:0px;
	
	
	
	
	
	
	

	
	}
	
	
	.redbar a{
		text-align:center;
			vertical-align:middle;
		display:block;
		padding: 3px 15px;

		height:24px;
		border-right: solid 1px #f1f2ca;
		color:#f6f7cf; 
		
		
		}
	
.redbar a:hover{
color:#FFF;
	}	


.Find{
	display:block;
  animation: fade-in-down 0.5s;
  -moz-animation: fade-in-down 0.5s;
  -webkit-animation: fade-in-down 0.5s; 
  -o-animation: fade-in-down 0.5s;
	
	
}









inputs:-webkit-input-placeholder {
    color: #b5b5b5;
}

inputs-moz-placeholder {
    color: #b5b5b5;
}

.inputs {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 5px 5px;
    width: 270px;

    box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
    clear: both;
}

.inputs:focus {
    background: #fff;

}







.btn-find {
    background-color: #FC0; /* Green */
    border: none;
    padding: 4px 10px;
	padding-top:0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	height:20px;
	font-size:0.75em;
    margin: 2px 8px;
    cursor: pointer;
	/*	border-radius: 4px; */
	color:#666;
	float:left;
	

}

.btn-find a{
	color:#666;
}
.btn-find:hover {
    background-color: #0F0; /* Green */

}

















#story{ 

position:relative; 
display:table;  
width:50%;



	padding:10px;
	min-width:370px;
	max-width:1000px;
	float:left;
	margin:5px;




}
#reply{

	 position:relative;
	 display:table;
	 max-width:800px; 
	 width:40%; 
	 margin:3px;
	 float:right;
	 
	 
	 
	  }




#reply .comment{

    background-color: #292929;
	border: solid 1px #1B1B1B;
	width:98%;

    padding: 4px 8px;

    text-decoration: none;
    display: inline-block;

    margin: 2px 1px;

	
	color:#AAA;	
	
	
	}
	
#reply .comment-post{

    background-color: #292929;
	border: solid 1px #1B1B1B;
	width:98%;	
	
    padding: 4px 8px;

    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 2px 1px;

	color:#AAA;	
	
	}	
	
	
.btn-comment {
    background-color: #0CF; 
    border: none;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 1px;
	color:#666;
	float:right;

} 	


.btn-comment:hover {

    background-color: #0F0; /* Green */



}



.Usertext{
	min-width:200px;
	height:25px;
	border: solid 1px #666;
	padding:5px 15px;
	
	
	
	
	}

.Bigtxt{
	min-width:80px;
	height:18px;
	border: solid 1px #666;
	padding:3px 5px;

	text-align:right;

	
	
	}
	
	
.Bigselect{
	
	min-width:81px;
	height:25px;
	padding:3px 5px;	
	
	}	


.fConnect{
    background: #0079ff;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#0096ff),to(#005dff));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#0096ff),to(#005dff));
    background: -moz-linear-gradient(center top,#0096ff,#005dff);
    background: linear-gradient(#0096ff,#005dff);
	border:solid 1px;
    border-color: #0071e0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	width:250px;
	font-size:0.85em;



	padding:10px;
	text-align:center;

	
	
}
.fConnect a{

	font-size:0.85em;

	
}



.fConnect:hover{

    border-color: #FFF;

}



.gConnect{
    background: #0079ff;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#DD4B39),to(#BB3B29));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#DD4B39),to(#BB3B29));
    background: -moz-linear-gradient(center top,#DD4B39,#BB3B29);
    background: linear-gradient(#DD4B39,#BB3B29);
	border:solid 1px;
    border-color: #DD4B39;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	width:300px;


	padding:10px;
	text-align:center;	

	
}

.gConnect:hover{

    border-color: #FFF;

}




.oConnect{
    background: #0079ff;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#ff9600),to(#ff5d00));
    background: -webkit-linear-gradient(0% 0%,0% 100%,from(#ff9600),to(#ff5d00));
    background: -moz-linear-gradient(center top,#ff9600,#ff5d00);
    background: linear-gradient(#ff9600,#ff5d00);
	border:solid 1px;	
    border-color: #e07100;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	width:300px;


	padding:10px;
	text-align:center;	
	
}




@media only screen and (min-width:270px){
	
	

	#item-description{
	bottom: 300;
	margin-top:0px;
	position:absolute;
	}
	
	#story img{ max-width:99%;height:auto;}
	.paper img{ max-width:99%;height:auto; }
#story iframe{ max-width:480px;height:282px;}

#story {width:95%;}
	
	
	
	
	
	
/* styles for mobile browsers smaller than 270px; (3310) */
  .cd-panel-container {
    width: 100%;
  }
  #logo, #left-td, #slide-panel,#navbar ul{
	  display: none;	  
	  }
	  


#navbar ul{
	width:100%;
	white-space: nowrap;

	
	
} 
		  
  #navbar ul li{
		 float:none;
		 z-index:5;
		 text-align:left;
		 border-top:solid 1px #06c;
		
 }  
	  
.article-column .item{

	width:99%;
}


.article-column .item img{
	position: relative;
	width:99%;
	height:auto;
    top: 50%;
    left: 50%;
	/*max-height:250px;*/
	
    transform: translate(-50%, -50%);	
}

.tb-item-view{
	width:98%;
	padding:0px;
}



	.slideshow-container {
		height:180px; 
	}

	  
	  

	  
	  
}

 #menu{ padding:4px; padding-left:10px; width:30%; float:left}

@media only screen and (min-width:480px){
/* styles for mobile browsers smaller than 480px; (iPhone) */



#story img { max-width:95%; height:auto;}
.paper img{ max-width:95%;height:auto; }
#story iframe{ max-width:853px;height:480px;}

#story {width:97%;}

  .cd-panel-container {
    width: 95%;
  }
  #left-td, #slide-panel,#navbar{

	  }
  #menu{display:block}
	
.article-column .item{

	width:48%;
}	

.article-column .item img{
	position: relative;
	width:99%;
	height:auto;
    top: 50%;
    left: 50%;
	/*max-height:250px;*/
	
    transform: translate(-50%, -50%);	
}

.tb-item-view{
	width:100%;
	padding:5px;
}  


	.slideshow-container {
		height:200px; 
	}

	
}


@media only screen and (min-width:600px){
	.slideshow-container {
		height:260px;
	 }
}

@media only screen and (min-width:700px){
	.slideshow-container {
		height:320px;
	 }
}

@media only screen and (min-width:800px){
	.slideshow-container {
		height:320px;
	 }
}

@media only screen and (min-width:960px){
/* styles for browsers larger than 960px; */

#item-description{
	bottom: 0;
	margin-top:0px;
	position:fixed;
	}
#story img{ max-width:94%;}
.paper img{ max-width:95%;height:auto; }

#story {width:99%;}




  .cd-panel-container {
    width: 90%;
  }

#logo{
	display:block;
	}

#navbar ul{
 display: block;
	width:75%;	
	
	}  
#navbar ul li{
	display: block;
	min-width:90px;
	float:left;	  
	}
#menu{display:none}
	 
#left-td, #slide-panel{display:table-cell;  min-width:200px; }	 

.article-column .item{
	width:33%;
}



.tb-item-view{
	width:100%;
	padding:10px;
}

	.slideshow-container {
		height:400px;
	 }

}

@media only screen and (min-width:1440px){
/* styles for browsers larger than 1440px; */

#story {width:48%;}
  .cd-panel-container {
    width: 80%;
  }
  #navbar ul li{
	  display: block;	  
	  min-width:150px;	  
	  float: left;
	  }
  #menu{display:none}	  
#left-td, #slide-panel{ display:table-cell; min-width:200px;}		
.article-column .item{
	width:32%;
}
.tb-item-view{
	width:90%;
}

	.slideshow-container {
		height:400px;
	 }

  

  
  
  
}




.itemlist{
	padding:2px;
	background-color:#FFF;
	border: solid 1px #333;

	font-size:12px;
	cursor:pointer;
	
	
	
	}



.itemlist:hover{
	padding:2px;
	background-color:#FFF;
		border: solid 1px #666;
	
	
	}









@media only screen and (min-width:2000px){
/* for sumo sized (mac) screens */

#story {width:48%;}
  .cd-panel-container {
    width: 80%;
  }
  #navbar ul li{
	  display: block;	
	  min-width:200px;	  
	      float: left;  
	  } 
  #menu{display:none}	  
#left-td, #slide-panel{display:table-cell;  min-width:200px;}		
.article-column .item{
	width:24%;
}  
.tb-item-view{
	width:90%;
}


}





@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#story img { max-width: 100%; height:auto;}
	.paper img{ max-width:99%; height:auto; }
	
	


	

	
}

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#story img { max-width: 100%; height:auto; }
	.paper img{ max-width:99%; height:auto; }
	
	
	


}






#manage{
	

		


	
}		
		
#manage iframe{
	background-color:#666;
	border: 0px;
	width:100%;
	height:99%;
	
	
}


#manage input[type=text],textarea{
	

		width:220px;
		border:0px;	
		margin:0px;
		padding:3px;		
}

.m-head{
	  padding:5px;
	  padding-top:15px;
	  background-color: #222;
	  height:30px;
	  box-shadow: 0px 2px 2px #000;
	  vertical-align:middle;
	  position:relative;
	
}






.m-head span{
	min-width:30px;

	

	 
	}
















/*  AION ITEM ONLY*/

	
#item-description{
	z-index:10;
	width:97%;
	max-width:500px;
	max-height:95%;
	height:auto;

	resize: both;
	background-color:#222;
	display:none;	
	padding:0px;
	
	position:fixed;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border:solid 1px #2b2b2b;	
  -webkit-box-shadow: 1px 1px 15px #000;
  -moz-box-shadow: 1px 1px 15px #000;
  box-shadow: 1px 1px 15px #000;	
  
	
	}
	
	
.item-option{overflow:visible; background-color:#191919; display:block; width:99%; padding:5px; color:#FF0}
	
	
#goods-desc{
	
	width:96%;
	height:65%;
	
	
	overflow-y: auto;
	 overflow-x: hidden;
	 
	display:block;
	border-top:solid 2px #666;	
	
	}
#goods-sale{
	 font-size:12px;
	width:96%;
	height:238px;
	display:block;


	
}			
	
	
.desc-title{
	
	width:100%; text-align:right; height:20px; display:block; background-color:#151515; cursor:pointer;
	
	}	
	
	
	

table {
	text-align:left
}


img {
	border:0
}
#itemRowsf,#itemRowsb {
	margin:10px
}
.item {
	border-style:solid;
	border-width:18px;

}


.topalign {
	text-align:center;
	vertical-align:top
}

.item_frame_table {
	border:0;
	width:440px;
	padding:0;
	border-collapse:collapse;
	color:#ddd
}
.item_frame_table_full {

	border:0;
	width:450px;
	padding:0;
	border-collapse:collapse;
	color:#ddd
}
.common_info_table {
	border:0;
	width:450px;
	padding:0;
	border-collapse:collapse;
	color:#ddd
}
.smallertext {
	font-size:12px !important
}
.smallertext2 {
	font-size:14px !important
}
.item_frame_table_common_info {
	width:200px
}
.item_table {
	color:#ddd;
	border:0;
	width:100%;
	padding:0;
	border-collapse:collapse;
	font-size:12px
}
.item_stats_table {
	color:#ddd;
	border:0;
	width:100%;
	padding:0;
	border-collapse:collapse;
	font-size:12px
}
.quest_stats_table {
	color:#ddd;
	border:0;
	width:100%;
	padding:0;
	border-collapse:collapse;
	font-size:12px
}
.item_title {
	font-size:14px
}
.item-1 {
	height:11px;
	width:11px;


	padding:0;
	border-collapse:collapse
}
.item-2 {

	padding:0
}
.item-3 {
	height:11px;
	width:11px;

	padding:0
}
.item-4 {
	padding:0;
	border-collapse:collapse;

}
.item-5 {

	text-align:center;
	padding:0
}
.item-6 {

	padding:0
}
.item-7 {
	height:11px;
	width:11px;

	padding:0;
	border-collapse:collapse
}
.item-8 {

	padding:0
}
.item-9 {
	height:11px;
	width:11px;

	padding:0
}
.item-icon {
	vertical-align:top;
	width:45px
}
.image-text {
	vertical-align:middle
}

.globalsearch {
	width:240px;
	height:18px;
	background:0;
	border:0;
	color:#ddd;
	margin-top:3px;
	margin-left:5px;
	text-align:center
}
.levelfilter {
	width:50px
}
.globalsearch_old {
	width:226px;
	height:22px;
	background:0;
	background-color:#0c6;
	border:0;
	color:#ddd;
	margin-top:3px;
	margin-left:12px;
	text-align:center
}
.centerdiv {
	display:inline-block
}
input[type=checkbox].css-checkbox {
	position:absolute;
	overflow:hidden;
	clip:rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0
}
input[type=checkbox].css-checkbox+label.css-label {
	padding-left:20px;
	height:15px;
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer
}
input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position:0 -15px
}
input[type=checkbox].css-checkbox-race-light {
	position:absolute;
	overflow:hidden;
	clip:rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0
}
input[type=checkbox].css-checkbox-race-light+label.css-label-light {
	height:40px;
	width:40px;
	display:inline-block;
	line-height:40px;
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer
}
input[type=checkbox].css-checkbox-race-light:checked+label.css-label-light {
	background-position:0 -40px
}
input[type=checkbox].css-checkbox-race-dark {
	position:absolute;
	overflow:hidden;
	clip:rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0
}
input[type=checkbox].css-checkbox-race-dark+label.css-label-dark {
	height:40px;
	width:40px;
	display:inline-block;
	line-height:40px;
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer
}
input[type=checkbox].css-checkbox-race-dark:checked+label.css-label-dark {
	background-position:0 -40px
}

.quality-junk {
	color:#ddd
}
.quality-common {
	color:#ddd
}
.quality-rare {
	color:#69e15e
}
.quality-legend {
	color:#4ccfff
}
.quality-unique {
	color:#f0b71c
}
.quality-epic {
	color:#f08033
}
.quality-mythic {
	color:#8f39ce
}
.race-dark {


	display:table-cell;
	vertical-align:middle;
	height:40px;
	width:800px
}
.race-light {

	display:table-cell;
	vertical-align:middle;
	height:40px;
	width:800px
}
.common-row {
	display:table-cell;
	vertical-align:middle;
	height:40px;
	width:800px
}
.inline {
	float:left;
	margin-left:5px;
	font-size:12px
}
.inline_icons {
	float:left;
	margin-right:1px;
	font-size:12px
}
.nobreak {
	white-space:nowrap
}
.middletext {
	text-align:center
}
.diclink {
	color:#54ade7
}
.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	text-align:center
}
.vertalign {
	vertical-align:top
}
.maptabs {
	margin-left:auto;
	margin-right:auto;
	background-color:#453754
}
.activetab {
	border-radius:6px;
	margin-bottom:5px
}
.passivetab {
	background-color:#2f1719
}
.tablink {
	background-color:#634255
}
.redbg {

}
.left-column-ad {
	padding-top:85px;
	height:600px;
	width:160px
}
.left-column-ad-title {
	padding-top:85px
}
.left-column {
	width:160px;
	text-align:center;
	vertical-align:top
}
.middle-column {
	width:100%;
	text-align:center;
	vertical-align:top
}
.item-info-right {
	width:100%;
	text-align:center;
	vertical-align:top
}
.content {
	display:none;
	margin:2px;
	padding:2px
}
.toggle {
	padding-bottom:2px
}
.toggle-image {
	height:20px;
	width:20px;
	display:inline-block;
	line-height:20px;

	vertical-align:middle;
	cursor:pointer
}
.invisible {
	height:20px;
	width:20px;
	display:inline-block;
	line-height:20px;

	vertical-align:middle
}
.toggle-open {
	background-position:0 -20px
}
.inline-content {
	display:inline-block
}
.subtabs {
	width:100%
}
.bigtitle {
	font-size:16px
}
.hide_me {
	display:none
}


.nocircle {
	list-style-type:none
}
.dt-icon {
	width:40px !important;
	text-align:center;
	max-width:40px
}
.dt-title {
	width:100%
}
.dt-title-short {
	width:300px
}
.dt-title-normal {
	min-width:350px
}
.dt-level {
	width:50px !important;
	text-align:center
}
.dt-hp {
	width:80px;
	text-align:center
}
.dt-zone {
	width:150px !important;
	text-align:center
}
.dt-reward {
	width:300px !important;
	text-align:center
}
.dt-hidden {
	width:1px
}
.dt-id {
	width:40px
}
.dt-description {
	width:300px;
	text-align:justify
}
.dt-petdescription {
	width:420px;
	text-align:left
}
.dt-recipe-materials {
	width:380px;
	text-align:center
}
.dt-recipe-product {
	width:50px;
	text-align:center
}
.dt-recipe-crit-products {
	width:100px;
	text-align:center
}
.links {
	font-size:12px;
	width:270px
}
.halfline {
	font-size:5px
}
.defcolor {
	display:inline-block;
	border:1px solid #fff;
	height:15px;
	width:50px
}
.tmp {
	vertical-align:middle
}
.afilter {
	margin:0 auto
}
.abg {
	background-color:#0a44e7;
	color:#ddd
}


.small_logo_cell {
	text-align:left;
	vertical-align:top;
	width:980px
}
.test {
	position:relative;
	display:block;
	width:100%;
	height:800px;
	text-decoration:none
}
.random_bonus_table {
	display:none
}
.show_random_bonus {
	cursor:pointer;
	color:#54ade7
}
.random_bonus_line {
	width:200px;
	margin:0 auto
}
.comments {
	width:99%;
	margin:0 auto
}
.comment_block {
	width:100%;
	margin-bottom:10px;
	text-align:left;
	display:table
}
.comment_body {
	text-align:left;
	color:#ddd;
	margin-top:8px
}
.comment_header {
	text-align:left;
	color:#ddd
}
.comment_actions {
	text-align:left;
	color:#ddd;
	margin-top:8px
}
.comment_text {
	width:98%;
	height:200px;
	color:#ddd
}
.comment_replies {
	color:#ddd;
	margin-top:10px;
	margin-left:30px
}
#error_box {
	display:none;
	color:#ddd
}
.edit_comment {
	display:inline-block;
	cursor:pointer;
	padding-right:10px;
	font-size:13px
}
.edit_comment:hover {
	color:#54ade7
}
.reply_to_comment {
	display:inline-block;
	cursor:pointer;
	padding-right:10px;
	font-size:13px
}
.reply_to_comment:hover {
	color:#54ade7
}
.delete_comment {
	display:inline-block;
	cursor:pointer;
	padding-right:10px;
	font-size:13px
}
.delete_comment:hover {
	color:#54ade7
}
.form_holder {
	width:100%
}


.nick_link {
	color:#54ade7
}
.nick_link:hover {
	color:#54ade7
}



.skill_level {
	position:absolute;
	bottom:0;
	left:2px;
	width:30px;
	height:15px;
	margin-bottom:0;
	margin-right:3px;
	color:#ddd;
	text-shadow:2px 1px 2px rgba(7,13,26,1),-2px 1px 2px rgba(7,13,26,1),1px 2px 2px rgba(7,13,26,1),1px -2px 2px rgba(7,13,26,1);
	font-size:12px;
	vertical-align:middle;
	text-align:left
}
.iconset_wrapper {
	position:relative;
	padding-top:2px;
	height:22px;
	width:22px;
	text-align:center;
	vertical-align:middle;
	margin:auto
}
.iconset_wrapper_medium {
	position:relative;
	padding-top:2px;
	height:32px;
	width:32px;
	text-align:center;
	vertical-align:middle;
	margin:auto
}
.iconset_wrapper_big {
	position:relative;
	width:42px;
	height:42px;
	text-align:center;
	vertical-align:middle
}
.icon_wrapper {
	position:absolute;
	width:20px;
	height:20px
}
.icon_wrapper_medium {
	position:absolute;
	width:30px;
	height:30px
}
.icon_wrapper_big {
	position:absolute;
	width:40px;
	height:40px
}
.list_icon {
	position:relative;
	top:0;
	left:0;
	width:20px;
	height:20px;
	vertical-align:middle
}
.list_grade_icon {
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	vertical-align:middle
}
.list_icon_medium {
	position:relative;
	top:0;
	left:0;
	width:30px;
	height:30px;
	vertical-align:middle
}
.list_grade_icon_medium {
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	vertical-align:middle
}
.list_icon_big {
	position:relative;
	top:0;
	left:0;
	width:40px;
	height:40px;
	vertical-align:middle
}
.list_grade_icon_big {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	vertical-align:middle
}
.right_column {
	width:300px;
	vertical-align:top;
	text-align:center
}
.layout_table {
	min-width:1250px;
	max-width:1550px;
	width:100%
}
.topad {
	width:950px;
	margin:0 auto
}
.adcontainer {
	width:100%;
	text-align:center
}
.rightad {
	width:300px;
	margin:0 auto
}
.bbcode_image {
	max-width:400px;
	max-height:300px
}
.noselect {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.gray_text {
	color:#79736b
}
.tad {
	width:300px;
	height:600px
}
.topad {
	width:100%;
	margin:0 auto
}
.adcontainer {
	width:100%;
	text-align:center
}
.inner {
	position:absolute;
	left:50%;
	margin-left:-930px;
	top:150px;
	width:300px;
	height:600px
}
.outer2 {
	width:100%;
	margin:auto
}
.inner2 {
	position:absolute;
	height:600px;
	width:300px;
	right:50%;
	margin-right:-930px;
	top:150px
}
.right_column {
	width:300px;
	vertical-align:top;
	text-align:center
}
.layout_table {
	min-width:1250px;
	max-width:1550px;
	width:100%
}
.rightad {
	width:300px;
	margin:0 auto
}
.item_info {
	display:inline-block;
	min-width:300px;
	max-width:400px;
	margin-right:20px;
	vertical-align:top
}
.addon_info {
	display:inline-block;
	max-width:400px;
	vertical-align:top
}


.vert_banner {
	width:300px
}
.tables {
	text-align:left
}
.typeahead {
	width:300px
}
.typeahead:focus {
	border:2px solid #0097cf
}
.tt-query {
	box-shadow:0 1px 1px rgba(0,0,0,0.075) inset
}
.tt-hint {
	color:#999
}
.tt-open {
	background-color:#32383e;
	border:1px solid #000;
	border-radius:8px;
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	margin-top:12px;
	padding-top:10px;
	width:400px;
	left:auto !important;
	right:-75px !important
}
.tt-suggestion {
	font-size:15px;
	line-height:15px;
	padding-left:20px
}
.tt-cursor {
	background-color:#272b2e;
	color:#ddd
}
.tt-suggestion:hover {
	cursor:pointer;
	color:#ddd;
	background-color:#272b2e
}
.tt-suggestion:hover a {
	cursor:pointer;
	color:#ddd;
	background-color:#272b2e
}
.tt-menu {
	max-height:420px;
	overflow-y:auto
}
.common_box {
	box-shadow:0 0 1px 1px #060b14,inset 0 0 0 1px #0d1420;
	background:#152034;
	background:#152034;
	border:1px solid #1e2f4c
}
.typeahead .tt-menu {
	left:auto !important;
	right:0 !important
}
.outer {
	box-shadow:0 0 1px 1px #060b14,inset 0 0 0 1px #0d1420;
	background:#1b252e;
	border:1px solid #232d33;
	padding:5px
}
.insider {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	text-align:left;
	font-size:12px;
	background:#0d161c;
	width:100%;
	margin-top:0;
	color:#ddd
}

.splitter {
	color:#1e3425
}
.hr_short {
	width:90%;
	border:0;
	height:1px;
	background-image:-webkit-linear-gradient(left,#1e2b33,#1e2933 9%,#1e2a33 91%,#1e2c33);
	background-image:-moz-linear-gradient(left,#1e2b33,#1e2933 9%,#1e2a33 91%,#1e2c33);
	background-image:-ms-linear-gradient(left,#1e2b33,#1e2933 9%,#1e2a33 91%,#1e2c33);
	background-image:-o-linear-gradient(left,#1e2b33,#1e2933 9%,#1e2a33 91%,#1e2c33);
	margin-bottom:10px;
	margin-top:10px
}
.hr_long {
	width:100%;
	border:0;
	height:1px;
	background-image:-webkit-linear-gradient(left,#1e2b33,#1e2933 9%,#1e2a33 91%,#1e2c33);
	background-image:-moz-linear-gradient(left,#1e2b33,#1e2933 9%,#1e2a33 91%,#1e2c33);
	background-image:-ms-linear-gradient(left,#1e2b33,#1e2933 9%,#1e2a33 91%,#1e2c33);
	background-image:-o-linear-gradient(left,#1e2b33,#1e2933 9%,#1e2a33 91%,#1e2c33);
	margin-bottom:10px;
	margin-top:10px
}
.nowrap {
	white-space:nowrap !important
}



.news_table {
	background-color:transparent;
	text-align:left
}
.tabbed_content {
	margin-top:20px
}
.align_center {
	text-align:center
}
.equipment_filters {
	margin-top:10px
}
.quick_filters {
	margin-bottom:10px
}
.line_shift {
	margin-top:20px
}
.half_line_shift {
	margin-top:10px
}
.column_shift {
	margin-right:20px
}
.stretch {
	width:100%
}
#permalink_warning {
	margin-top:20px;
	margin-bottom:20px
}
.predefined_classes {
	width:100%;
	text-align:center;
	vertical-align:top;
	margin-bottom:20px
}
.skill_calc_holder {
	text-align:center
}
.skill_specs {
	text-align:center;
	vertical-align:top
}
.spec_column {
	text-align:center;
	vertical-align:top;
	margin-left:10px;
	margin-right:10px
}
.class_button {
	width:150px
}
.classes_holder {
	margin:20px
}
.reset_buttons {
	margin-top:20px
}
.column_select_button {
	margin-right:20px
}

.inlinediv {
	display:inline-block
}
.wide {
	width:100%
}
.center_text {
	text-align:center
}
.map_container {
	height:550px
}
.stat_value {
	width:70px;
	padding-left:10px
}















/*--------Store----------*/


.tab{
	background-color:#2D2D2D;
	cursor:pointer;
	}
	

.tab:hover{
	background-color:#950;
	
	cursor:pointer;
	}	
	
.tab-active{
	background-color:#535353;
	}	
	
	
	


.dropbtn {
    background-color: #444;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	white-space:nowrap;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #222;
}
#myInput {
    border-box: box-sizing;
    background-image: url('../yellowcar/searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
	
}

.dropdown {
    position: relative;
    display: inline-block;
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;



}




.dropdown-content img {
	text-align:left;
	vertical-align: baseline;



}



.dropdown-content a span {



	padding: 5px 10px;





}

.dropdown a:hover {background-color: #ddd}
.showx{ display:block}



.player-frame-wrapper {  position: relative;
  width: 100%;
}
.player-frame-wrapper-ratio {  /* same as player ratio */
  padding-top: 41.67%;
}









.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding-top: 35px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {

  background-color:#333;
  margin: auto;
  padding: 0px;
  border: 0px;
  width: 98%;
  height:90%;
  	-webkit-box-shadow: 1px 1px 15px #000;
  	-moz-box-shadow: 1px 1px 15px #000;
  	box-shadow: 1px 1px 15px #000;

}


.modal-content img {
	
	
	margin-top:0px; padding:0px;



}


/* The Close Button */
.close {
	padding-right:15px;
  color: #AAA;
  float: right;
  font-size:1.875em;
  font-weight: 500;
}

.close:hover,
.close:focus {
  color: #F00;
  text-decoration: none;
  cursor: pointer;
}




 .bluecaption{
	 padding:10px;
	 margin:2px 20px;
	 background-color:#00A2E9;
	 color:#FFF;
	 border-radius: 3px 3px;
	 width:380px;
	 display:block;
	 font-size:28px;
	 border:solid 1px #0092D9;
	 
	 
	 
	 }





