@charset "utf-8";
/* CSS Document */

button {
    background-color: #6d9aad; /* Grey Blue */
    border: none;
	border-radius: 4px;
    color: white;
    padding: 3px;
    text-align: center;
    text-decoration: none;
	float: right;
    display: inline-block;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 10px;
	cursor:pointer;
}

button:hover {
    background-color:#94D082; /* Grey Blue */
    /*border: 2px;*/
}

button:focus {
    background-color:#94D082; /* Grey Blue */
    border: 2px;
}

/*.asidejws {
	width: 21%;
	margin: 19px 0 20px 2%;
	padding: 0;
	display: inline;
	float: left;
}*/


.asidejws2 {
	position:relative;
	top: -70px;
	float: right;
	padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
	background-color: #c0d1d8;
	border-bottom: 2px solid #CCC;
	clear: left;
	overflow: hidden;
}

.article asidejws {
	float: left;
	width: 46%;
	margin: .3em 20px 1.3em;
	padding: 0;
	background-color: #EEE;
	border-bottom: 2px solid #CCC;
	clear: right;
	/*overflow: hidden;*/
}
.expJWS {
	visibility:hidden;
	width:720px;
	height: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	/*float: right;*/
	/*margin-top: 1em;*/
/*	margin-right: 20px;*/
	margin-left: 20px;
	margin-bottom: 2px;
	/*padding-top: 5px;*/
	padding-right: 5px;
	padding-left: 5px;
	/*padding-bottom: 5px;*/
	background-color: #c0d1d8;
	border-bottom: 2px solid #CCC;
	/*clear: both;*/
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 2px 0px #CACED4;
	box-shadow: 2px 2px 2px 0px #CACED4;
}
.textBoxPosition {
	/*opacity: 0;*/
	width: 100%;
	height: 100px;
	position: relative;
	left: 240px;
	top: -410px;
	/*font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;*/
	float: right;
}


.p_jws1 {
	position:relative;
	width: 400px;
	top:6px;
}

.p_jws2 {
	clear:both;
	float:left;
}

.HtagCenter {text-align:center;
}
