
.latest-twitter-tweett{
	font-style: italic;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
	padding: 0px 0px 10px 0px;
}

#sw_db_sys_left {
	position: fixed;
	top: 0;
	left: 0;
	z-index:9999;
}

#sw_db_sys_right {
	position: fixed;
	top: 0;
	right: 0;
	z-index:9999;
}

#msg_cs_event {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:9999;
}

#msg_event_post_one {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:9999;
}

#msg_event_post_two {
	position: fixed;
	bottom: 80px;
	right: 0;
	z-index:9999;
}

#msg_event_post_tri {
	position: fixed;
	bottom: 160px;
	right: 0;
	z-index:9999;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.msg_stu_bg {
  position: fixed;
  margin-top:-9px;
  width:100%;
  height:100%;
  background-color:#2E2E2E;
  opacity:0.9;
  z-index:100;
  left: 0;
  right: 0;
}

.msg_sent_to_user {
  position: fixed;
  color:#FAFAFA;
  font-size:15px;
  z-index:200;
  left: 0;
  right: 0;
}

/* =========================================================================== */
/* GAME PANEL STYLING V1 */

.mvcore-gp-container {
	margin-left:0px;
	float: left;
}

.mvcore-gp-container .mvcore-gp-item {
	width: 50%;
	float: left;
}

.mvcore-gp-style2 {
	background-color:rgba(76, 94, 168, 1.0);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:0px solid rgb(107, 107, 107);
	cursor:pointer;
	margin-top:10px !important;
	margin-bottom:10px !important;
	color:rgb(255, 255, 255);
	font-size:14px;
	text-decoration:none;
	height:65px !important;
	width:504px;
}

.mvcore-gp-style2 p {
	font-size:;
	color:;
}

.mvcore-gp-style2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #32333b), color-stop(1, #32333b));
	background:-moz-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:-webkit-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:-o-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:-ms-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:linear-gradient(to bottom, #32333b 5%, #32333b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#32333b', endColorstr='#32333b',GradientType=0);
	background-color:#32333b;
	color:rgb(255, 255, 255);
}

.mvcore-gp-style2:active {
	position:relative;
	top:1px;
}

.mvcore-gp-style {
	background-color:rgba(76, 94, 168, 1.0);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:0px solid rgb(107, 107, 107);
	cursor:pointer;
	margin:10px !important;
	color:rgb(255, 255, 255);
	font-size:14px;
	text-decoration:none;
	width:168px;
	height:65px;
}

.mvcore-gp-style p {
	font-size:;
	color:;
}

.mvcore-gp-style:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #32333b), color-stop(1, #32333b));
	background:-moz-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:-webkit-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:-o-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:-ms-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:linear-gradient(to bottom, #32333b 5%, #32333b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#32333b', endColorstr='#32333b',GradientType=0);
	background-color:#32333b;
	color:rgb(255, 255, 255);
}

.mvcore-gp-style:active {
	position:relative;
	top:1px;
}

/* =========================================================================== */
/* TABLE STYLING V1 */

.mvcore-table-disabled-td td {
	background-color:rgba(199, 199, 199, 0.3) !important;
	font-weight: normal !important;
	font-size:15px !important;
	font-family: initial !important;
	color:rgb(0, 0, 0) !important;
}

.mvcore-table-disabled-td:hover td{
	background-color:rgba(76, 94, 168, 0.1) !important;
	color:rgb(0, 0, 0) !important;
}

.mvcore-table {
	margin:0px;padding:0px;
	width:100%;
	border:0px solid rgb(199, 193, 199);
	border-width:1px 1px 0px 0px;
}

.mvcore-table table{

	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.mvcore-table td{
	vertical-align:middle;
	border:0px solid rgb(199, 193, 199);
	border-width:0px 0px 1px 1px;
	background-color:rgba(199, 199, 199, 0.3);
	text-align:center;
	padding:5px;
	font-size:12px;
	font-family:Helvetica;
	font-weight:bold;
	color:rgb(0, 0, 0);
}

.mvcore-table tr:hover td{
	background-color:rgba(76, 94, 168, 0.1);
}

.mvcore-table tr:first-child td{
	background-color:rgb(64, 67, 78);
	border:0px solid rgb(199, 193, 199);
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Times New Roman;
	font-weight:bold;
	color:rgb(5, 0, 0);
}

.mvcore-table a{
	color:000;
}

.mvcore-table a:hover{
	color:999;
}

.mvcore-tablestat {
	margin:0px;padding:0px;
	width:100%;
	border:0px solid rgb(199, 193, 199);
	border-width:1px 1px 1px 1px;
}

.mvcore-tablestat table{

	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.mvcore-tablestat td{
	vertical-align:middle;
	border:0px solid rgb(199, 193, 199);
	border-width:0px 0px 0px 0px;
	background-color:rgba(199, 199, 199, 0.3);
	text-align:center;
	padding:5px;
	font-size:12px;
	font-family:Helvetica;
	font-weight:bold;
	color:rgb(0, 0, 0);
}

.mvcore-tablestat tr:hover td{
	background-color:rgba(76, 94, 168, 0.1);
}

.mvcore-tablestat tr:first-child td{
	background-color:rgb(64, 67, 78);
	border:0px solid rgb(199, 193, 199);
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:15px;
	font-family:Times New Roman;
	font-weight:bold;
	color:rgb(5, 0, 0);
}

.mvcore-tablestat a{
	color:000;
}

.mvcore-tablestat a:hover{
	color:999;
}

/* =========================================================================== */
/* Input Style */

.mvcore-input-main {
	background: rgba(0, 0, 0, 1.0) !important;
	border:1px solid rgb(97, 97, 97) !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	margin:4px !important;
	display:inline-block;
	cursor:pointer;
	font-family:Arial ;
	font-size:13px ;
	color: rgb(255, 255, 255);
	padding:8px !important;
	width: 197px !important;
	height: 12px !important;
	-webkit-width: 197px !important;
	-webkit-height: 12px !important;
	-moz-width: 197px !important;
	-moz-height: 12px !important;
}

.mvcore-input-main:focus {
	border:1px solid rgb(97, 97, 97);
	background: rgba(255, 255, 255, 1.0);
	color: rgb(0, 0, 0);
}

.mvcore-select-main {
	background: rgba(0, 0, 0, 1.0) !important;
	border:1px solid rgb(97, 97, 97) !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	margin:4px !important;
	cursor:pointer;
	font-family:Arial ;
	font-size:13px;
	color: rgb(255, 255, 255);
	padding:5px;
	width: 215px !important;
	height: 30px !important;
	-webkit-width: 215px !important;
	-webkit-height: 30px !important;
	-moz-width: 215px !important;
	-moz-height: 30px !important;
}

.mvcore-select-main option {
	background-color: rgb(255, 255, 255);
}

.mvcore-select-main:focus {
	border:1px solid rgb(97, 97, 97);
	background: rgba(255, 255, 255, 1.0);
	color: rgb(0, 0, 0);
}

.mvcore-input-main-FTM {
	background: rgba(0, 0, 0, 1.0);
	border:1px solid rgb(97, 97, 97);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:8px;
	display:inline-block;
	cursor:pointer;
	font-family:Arial ;
	font-size:13px ;
	color: rgb(255, 255, 255);
	padding:8px;
	width: 197px;
	height: 12px;
	-webkit-width: 197px;
	-webkit-height: 12px;
	-moz-width: 197px;
	-moz-height: 12px;
}

.mvcore-select-main-FTM {
	background: rgba(0, 0, 0, 1.0);
	border:1px solid rgb(97, 97, 97);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:2px;
	margin-bottom:10px !important;
	cursor:pointer;
	font-family:Arial ;
	font-size:13px;
	color: rgb(255, 255, 255);
	padding:5px;
	width: 215px;
	height: 30px;
	-webkit-width: 215px;
	-webkit-height: 30px;
	-moz-width: 215px;
	-moz-height: 30px;
}

/* =========================================================================== */
/* Button Style */

input[type="button"], input[type="submit"], .mvcore-button-style
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c5ea8), color-stop(1, #4c5ea8));
	background:-moz-linear-gradient(top, #4c5ea8 5%, #4c5ea8 100%);
	background:-webkit-linear-gradient(top, #4c5ea8 5%, #4c5ea8 100%);
	background:-o-linear-gradient(top, #4c5ea8 5%, #4c5ea8 100%);
	background:-ms-linear-gradient(top, #4c5ea8 5%, #4c5ea8 100%);
	background:linear-gradient(to bottom, #4c5ea8 5%, #4c5ea8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c5ea8', endColorstr='#4c5ea8',GradientType=0);
	background-color:#4c5ea8;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:0px solid #363636;
	display:inline-block;
	cursor:pointer;
	margin:2px;
	text-transform: uppercase;
	color:rgb(255, 255, 255);
	font-weight:bold;
	font-family:Courier New;
	font-size:12px;
	padding:7px 12px;
	text-decoration:none;
}

input[type="button"]:hover, input[type="submit"]:hover, .mvcore-button-style:hover
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #32333b), color-stop(1, #32333b));
	background:-moz-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:-webkit-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:-o-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:-ms-linear-gradient(top, #32333b 5%, #32333b 100%);
	background:linear-gradient(to bottom, #32333b 5%, #32333b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#32333b', endColorstr='#32333b',GradientType=0);
	background-color:#32333b;
	color:rgb(255, 255, 255);
}

input[type="button"]:active, input[type="submit"]:active, .mvcore-button-style:active
{
	position:relative;
	top:1px;
}



/* =========================================================================== */
/* Items */

.mvcore-item-top {
	background: rgba(64, 67, 78, 1.0);

	-webkit-border-top-left-radius: 40px;
	-moz-border-top-left-radius: 40px;
	border-top-left-radius: 40px;

	-webkit-border-top-right-radius: 40px;
	-moz-border-top-right-radius: 40px;
	border-top-right-radius: 40px;

	padding-top:5px;
	cursor:pointer;
	font-family:Arial ;
	font-size:12px ;
	color: #ff5b5b;
	width:136px;
	height:28px;
}

.mvcore-item-mid {
	background: rgba(88, 92, 105, 1.0);

	-webkit-border-bottom-left-radius: 40px;
	-moz-border-bottom-left-radius: 40px;
	border-bottom-left-radius: 40px;

	-webkit-border-bottom-right-radius: 40px;
	-moz-border-bottom-right-radius: 40px;
	border-bottom-right-radius: 40px;

	padding:5px;
	cursor:pointer;
	font-family:Arial ;
	font-size:12px ;
	color: #ff5b5b;
	width:136px;
	height:28px;
}

.mvcore-item-top a {
	color: #ff5b5b;
}

.mvcore-item-mid a {
	color: #ff5b5b;
}

.mvcore-items a{
	color:#FFFFFF;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	padding-bottom:5px;
}

.mvcore-items a:hover{
	color:#FFFFFF;
}

.mvcore-itemnclass {
	padding-right:1px;
	padding-left:1px;
}

.mvcore-ucp-info{
	width:100%;
	font-family:Arial ;
	font-size:12px ;
	color:#ff5b5b;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	background: rgba(64, 67, 78, 0.9);
}

.mvcore-ucp-info a {
	color:#ff5b5b;
}

.mvcore-ucp-info div a {
	color:#ff5b5b;
}

#mvcore-helm{
	position:absolute;
	left:73px;
	top:58px;
	width:56px;
	height:66px;
}

#mvcore-wings{
	position:absolute;
	left:272px;
	top:59px;
	width:127px;
	height:110px;
}

#mvcore-pendant{
	position:absolute;
	left:233px;
	top:80px;
	width:29px;
	height:29px;
}

#mvcore-sword{
	position:absolute;
	left:6px;
	top:242px;
	width:69px;
	height:129px;
}

#mvcore-armor{
	position:absolute;
	left:40px;
	top:138px;
	width:82px;
	height:98px;
}

#mvcore-shield{
	position:absolute;
	left:330px;
	top:242px;
	width:69px;
	height:129px;
}

#mvcore-gloves{
	position:absolute;
	left:271px;
	top:178px;
	width:85px;
	height:55px;
}
#mvcore-pants{
	position:absolute;
	left:89px;
	top:297px;
	width:58px;
	height:74px;
}
#mvcore-ring_left{
	position:absolute;
	left:102px;
	top:252px;
	width:29px;
	height:29px;
}
#mvcore-ring_right{
	position:absolute;
	left:272px;
	top:252px;
	width:29px;
	height:29px;
}

#mvcore-boots{
	position:absolute;
	left:258px;
	top:297px;
	width:58px;
	height:74px;
}


/* =========================================================================== */
/* News Styling */

.mvcore-box-style1 {
	width:100%;
	overflow:hidden;
	background-color:rgba(56, 88, 143, 0.5); /* News Background Color */
	margin:0px 0px 20px 0px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	border: 1px solid rgb(0, 0, 0);
}

.mvcore-titles{
	color:rgb(255, 91, 91); /* Title Color */
	font-family:arial;
	font-size:18px; /* Title Size */
	text-align:center;
	padding:12px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgba(128, 128, 128, 0.0)), color-stop(1, rgba(255, 255, 255, 0.0)));
	background:-moz-linear-gradient(top, rgba(128, 128, 128, 0.0) 5%, rgba(255, 255, 255, 0.0) 100%);
	background:-webkit-linear-gradient(top, rgba(128, 128, 128, 0.0) 5%, rgba(255, 255, 255, 0.0) 100%);
	background:-o-linear-gradient(top, rgba(128, 128, 128, 0.0) 5%, rgba(255, 255, 255, 0.0) 100%);
	background:-ms-linear-gradient(top, rgba(128, 128, 128, 0.0) 5%, rgba(255, 255, 255, 0.0) 100%);
	background:linear-gradient(to bottom, rgba(128, 128, 128, 0.0) 5%, rgba(255, 255, 255, 0.0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(128, 128, 128, 0.0)', endColorstr='rgba(255, 255, 255, 0.0)',GradientType=0);
	background-color:rgba(128, 128, 128, 0.0);
}

.mvcore-div-entry {
	padding: 5px 5px 5px 5px;
	color:rgb(0, 0, 0); /* Text Default Color */
}

.mvcore-meta-bga {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 50px;
	padding: 10px 45px 0px 35px;
	left: -10px;
}

.mvcore-meta-bga div {
	text-transform: uppercase;
	font-family: serif;
	width:100%;
}

.mvcore-meta-bga div p {
	color: rgb(255, 91, 91);
	float: right;
	padding: 10px 45px 0px 35px;
	margin-top:-15px;
}

/* =========================================================================== */
/* Warning Output */

.mvcore-nNote {
	padding: 10px 10px 10px 40px;
	margin:10px 0px;
}

.mvcore-nSuccess {
	color:#FFFFFF;
	background: #00CC00 url('system/engine_images/success.png') left center no-repeat;
	border:1px solid #233415;
	text-align:left !important;
	font-size:13px;
}

.mvcore-nFailure {
	color:#FFFFFF;
	background: #BC2119 url('system/engine_images/error.png') left center no-repeat;
	border:1px solid #C11B26;
	text-align:left !important;
	font-size:13px;
}

.mvcore-nInformation {
    color:#FFFFFF;
	background: #6FC2E9 url('system/engine_images/info.png') left center no-repeat;
	border:1px solid #048BC9;
	text-align:left !important;
	font-size:13px;
}

.mvcore-nAnnouncement {
	padding: 10px 10px 10px 10px;
    color:rgb(255, 91, 91);
	border:0px solid rgb(97, 97, 97);
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	text-align:left !important;
	font-size:13px;

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, rgba(64, 67, 78, 0.8)), color-stop(1, rgba(64, 67, 78, 0.8)));
	background:-moz-linear-gradient(top, rgba(64, 67, 78, 0.8) 5%, rgba(64, 67, 78, 0.8) 100%);
	background:-webkit-linear-gradient(top, rgba(64, 67, 78, 0.8) 5%, rgba(64, 67, 78, 0.8) 100%);
	background:-o-linear-gradient(top, rgba(64, 67, 78, 0.8) 5%, rgba(64, 67, 78, 0.8) 100%);
	background:-ms-linear-gradient(top, rgba(64, 67, 78, 0.8) 5%, rgba(64, 67, 78, 0.8) 100%);
	background:linear-gradient(to bottom, rgba(64, 67, 78, 0.8) 5%, rgba(64, 67, 78, 0.8) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(64, 67, 78, 0.8)', endColorstr='rgba(64, 67, 78, 0.8)',GradientType=0);
	background-color:rgba(64, 67, 78, 0.8);
}