input {
	background-repeat: no-repeat;
}
input[type="text"], input[type="password"], input[type="email"]{
	padding: 4px 4px;
	width: 350px;
	border-radius: 4px;
	height: 30px;
	border: 1px solid rgba(138, 138, 138, 0.98);
}
select {
	width: 350px;
	padding: 4px 4px;
}

form label {
	/*color: brown;*
	font-weight: bold;
	font-size: 16px;*/
	width: 150px;
	display: block;
	float: left;
	text-align: left;
	line-height: 36px;
	padding-left: 33px;
	font-weight: bold;
}

input[type="submit"], button {
	outline: none;
	border: none;
}
input[type="submit"]:hover, button{
	cursor: pointer;
}
textarea:focus, input:focus{
    outline: 0;
}
a[class="button-style"] {
	outline: none;
}
button[disabled]:hover {
	cursor: default;
}

.viewButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
	box-shadow: inset 0px 1px 0px 0px #7ea684;
	background-color: #048c60;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #801212;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #367b23;
	/* font-size: 10px; */
	font-size: 16px;
}
.viewButton:hover {
	background-color:#42df4b;
}
.viewButton:active {
	position:relative;
	top:1px;
}
.table {
	background-image: url(/template/images/table-bg.jpg);
	font-size: 14px;
	border-spacing: 10px;
	width: 100%;
	border: 1px solid black;
	padding: 5px;
	box-shadow:0px 0px 1px 1px black;
}

.myOwnBox {
	background-image: url(/template/images/table-bg.jpg);
	font-size: 11px;
	width: 100%;
	border: 1px solid black;
	padding: 5px;
}

.manabar {
	background-color: #2876FF;
	color: white;
	text-align: center;
	padding: 3px 0px;
	border: 1px solid black;
	width: 100%;
}
.healthbar {
	background-color: #dd514c;
	color: white;
	text-align: center;
	padding: 3px 0px;
	border: 1px solid black;
	width: 100%;
}

.rebirth {
	background-color:white;
	width: 100%;
	color: white;
	box-shadow: 1px 2px 3px rgb(51, 0, 0);
	text-align: center;
}

.separator {
	clear: both;
}
.box1 {
	padding: 30px 50px 0px 50px;
}

.separator-img {
	background: url(images/box-content-shadow.png) no-repeat left top;
	padding: 30px 50px 0px 50px;
	clear: both;
}

.errorbox {
	background-color: #fef6f3;
	border: 1px solid red;
	border-radius: 4px;
	padding: 10px;
	margin: 5px 10px 20px;
}

#loader {
	display: none;
}

.information {
    border: 1px solid rgb(99, 190, 30);
    background-color: rgb(250, 250, 246);
	font-weight:bold;
    margin: 1ex 0px;
    padding: 1ex 1em;
    color: rgb(99, 190, 30);
}

.showpoints {
	background-color: rgb(51,51,51);
	border-radius: 3px;
	font-weight: bold;
	padding: 1px 4px 2px;
	color: rgb(255,255,255);
	font-size: 10px;
	float: right;
	text-align: center;
	text-shadow: none;
	float: right;
}
.showpoints  key{
	background-color: rgb(118, 13, 13);
	border-radius: 3px;
	padding: 1px 4px 2px;
	color: rgb(255,255,255);
	width: 70%;
	float: left;
	text-align: center;
	margin: 10px 120px 10px;
}

.alert
{
	display:block;
	clear:both;
	border:1px solid rgb(220, 147, 147);
	background-color:rgb(252, 232, 232);
	color:red;
	border-radius:2px;
	padding:7px;
}

.successbox
{
	background-color:#BCFEB0;
	border:1px solid rgb(69, 121, 67);
	border-radius:4px;
	padding:10px;
	margin:5px 10px 20px;
}


.infobox
{
	background-color:#FDFEB0;
	border:1px solid rgb(121, 95, 67);
	border-radius:4px;
	padding:10px;
	margin:5px 10px 20px;
}


.icon
{
	background-image:url('images/success.png');
	width:32px;
	height:32px;
}
.red {
	color: red;
	font-weight: bold;
}
.green {
	color: green;
	font-weight: bold;
}
.center {
	text-align: center;
}

.itemimage {
	padding: 3px;
	border: 1px solid black;
	border-radius: 4px 4px 4px 4px;
	box-shadow:0px 0px 1px 1px black;
}

.itemimage:hover
{
box-shadow:0px 0px 4px 3px rgba(255, 61, 61, 1);
border:1px solid red;
}

#createAccount .error {
	display: block;
	color: red;
	margin-left: 182px;
}

#scroll { 
	background: url(images/scroll.png) no-repeat; 
	background-position: 0 -51px;
	position: fixed;
	display: none;
	right: 20px;
	bottom: 20px;
	height: 50px;
	width: 50px;
	min-width: 50px;
	min-height: 50px;
	/* opacity: 0; */
	z-index: 100;
}
#scroll:hover { width: 50px; height: 50px; background-position: 0 0;}

.image-style5 {
	position: relative;
	float: left;
	width: 186px;
	height: 239px;
	margin: 0px 15px 0px 0px;
	top: -3px;
	left: -10px;
	padding: 30px;
}
.image-style5 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.process-button {
	-moz-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	-webkit-box-shadow:inset 0px 34px 0px -15px #b54b3a;
	box-shadow:inset 0px 34px 0px -15px #b54b3a;
	background-color:#a73f2d;
	border:1px solid #241d13;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	padding:16px 76px;
	text-decoration:none;
	text-shadow:0px -1px 0px #7a2a1d;
}
.process-button:hover {
	background-color:#b34332;
}
.process-button:active {
	position:relative;
	top:1px;
}





#ddmenu
{
    display:block;
    text-align:center; /* Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
	text-shadow: none;
}

/*workable with bootstrap*/
#ddmenu, #ddmenu div {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing:content-box;
}

#ddmenu ul
{ 
    /*text-align:right;*/  /* Here you can further customize the alignment of its LIs */
    width:100%;
    margin:0; 
    padding:0;
    font-size:0;
    background-color:#242323 ;
    border:1px solid #2D2F30;
    /*border-bottom:none;*/
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:99;
    visibility:hidden;  
    border-radius:4px;
    
}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:13px;
    display:inline-block;
    position:relative;
    color:#EEF4FB;
}

#ddmenu a
{
    color:#EEF4FB;
    padding:0 22px;
    line-height:50px;
    font-weight:normal;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
}

/* links without sub-menu */
#ddmenu li.over a
{
    background-color: #eee;
	color: black;
}

/* links with sub-menu */
#ddmenu a.arrow
{
    background-image:url(arrow2.gif);
    background-repeat:no-repeat;
    background-position:right center;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
#ddmenu li.over a.arrow
{
    background-color:#FFFFFF;
    color:#003366;
    border-left:1px solid #BBBBBB;
    border-right:1px solid #BBBBBB;
    /*text-decoration:underline;*/
} 

#ddmenu li > div 
{
    padding:0;
    margin:0;
    display:none;
}             
        
/* sub-menu layout
----------------------------*/

#ddmenu div.drop
{
    position:absolute;
    text-align:left;
    border:1px solid #BBBBBB;
    background:#FFFFFF;
    padding:20px;
    color:#000000;
    line-height:30px;
    font-size:13px;
    font-weight:bold; 
    border-radius:0 0 6px 6px;
    
}
/* sub-menu offset
----------------------------*/

#ddmenu div.drop
{
    left:0px;/*Use this property to change offset of the sub-menu*/
}
#ddmenu div.dropToLeft
{
    left:auto; right:0px;
}
#ddmenu div.dropToLeft2
{
    left:auto; right:-120px;
}
  
/* links in sub menu
----------------------------*/

#ddmenu div.drop a
{
    line-height:20px;
    font-size:12px;
    font-weight:normal; 
    color:#003399;
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
}

#ddmenu div.drop a:hover
{
    text-decoration:underline;
    color:#0099FF;
}

/* blocks within the sub-menu
----------------------------*/

#ddmenu div.drop div
{
    background:none;    
}  

#ddmenu div.column
{
    width:auto;
    float:left; /*align each column in one row*/
    padding:0 10px; /*padding of each column*/
}

#ddmenu div.column div
{
   padding:0px 10px; /*sub-div within div.column. 10px for indent.*/
}
----------------------------*/
#ddmenuLink {display:none;}

.points {
	background-color: rgb(51,51,51);
	border-radius: 3px;
	font-weight: bold;
	padding: 1px 4px 2px;
	color: rgb(255,255,255);
}

.submenu {
	position: absolute;
    display: none;
    list-style: none;
    padding: 0px 10px;
    min-width: 160px;
    /*top: 70px;*/
    left: 0px;
    z-index: 9999;
    background-color: #194f4f;
    border: 1px solid #2a534f;
    border-radius: 4px;
    text-align: left;
}
.submenu li {
	/*display: inline-block;*/
	white-space: nowrap;
	/*min-width: 150px;*/
}
.submenu > li > a {
	line-height: 26px;
	padding: 0px 5px;
}

.submenu a:hover {
	cursor: pointer;
	color: #ff5722 !important;
	transition: color 200ms linear;

}

.submenu a::after {
	content: "";
    width: 0%;
    height: 2px;
    background: #ff5722;
    display: block;
}
.submenu a:hover::after {
	width: 100%;
	transition: width 200ms linear;
}

#bannerNav { 
	position:absolute;
	z-index:999;
	right:32px;
	top:26px;
}

#bannerNav a { 
	color: white;
	background: #8D2626;
	text-decoration: none;
	display:block;
	float:left;
	/*width:12px;
	height:12px;*/
	text-align:center;
	margin:1px 3px;
	font-size:10px;
	font-weight:bold;
	padding: 7px;
	border-radius:40px;
}

#bannerNav a.activeSlide { 
	background:#FF0000;
}

#bannerNav a:focus {
	outline: none;
}


	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 

		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(/lay/modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		border:3px solid rgb(53, 163, 13);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 

#forum_body                                                             { margin-left: 30px }

#forum_body h3                                                          { background: url(/lay/shield.png) left no-repeat; font-size: 20px;  padding: 0px 0 2px 30px; margin: 0 0 10px 0; }

#forum_body ul.forum_list                                               { overflow: hidden; margin: 0 0 20px 0; }

#forum_body ul.forum_list li                                            { float: left; padding: 0px 20px }

#forum_body ul.forum_list a,

#forum_body ul.forum_list a:visited                                     { display: block; width: 250px; height: 80px; background: url(/template/images/account/forum_sprite_btn.png) 0 0 no-repeat; }

#forum_body ul.forum_list a:hover                                       {  }



#forum_body ul.forum_list .forum_list_info                              { float: right; width: 168px; padding: 16px 10px 0 0; line-height:125% }

#forum_body ul.forum_list .forum_list_info h4                           { color: white; font-size: 16px; font-weight: 100; margin: 0px}

#forum_body ul.forum_list .forum_list_info h4:hover                           { color: #CFFF3D;
text-decoration:none;
 }

#forum_body ul.forum_list .forum_list_info span                         { font-size: 10px; color: #333333; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }

#forum_body ul.forum_list .forum_list_image                             { float: left; width: 55px; padding: 16px 0 0 10px; }

#forum_body ul.forum_list .forum_list_image img                         {  }

#forum_body ul.forum_list .forum_list_image .users_viewing              { font-size: 8px; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; width: 53px; display: block; text-align: center; padding: 5px 0 0 0;
color:#333;
 }
ul {
	list-style-type: none;
}

/* Resets */

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

#forum_body > * { margin:0; padding:0 }

#element_to_pop_up {
background-color: #fff;
border-radius: 10px 10px 10px 10px;
box-shadow: 0 0 25px 5px #999;
color: #111;
display: none;
min-width: 450px;
padding: 25px;
}

.b-close {
border-radius: 7px 7px 7px 7px;
box-shadow: none;
font: bold 131% sans-serif;
padding: 0 6px 2px;
position: absolute;
right: -7px;
top: -7px;
background-color: #2b91af;
}

#feedbacka { 
	position: fixed;
	right: 100px;
	bottom: 0px;
	opacity: 1;
	z-index: 100;
	background-color: rgb(53, 11, 11);
	padding: 5px 20px;
	color: white;
	border-radius: 4px;
	text-decoration: none;
}

.down {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.submenu-secondary {
	padding: 0;
	display: none;
}
.submenu-secondary a {
	padding: 8px 10px !important;
	min-width: 150px;
}