html {
    height: 100%;
}

body {
    font-family: verdana;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.header {
    background: #2a588a;
    -webkit-background-size: 1px 44px;
    -moz-background-size: 1px 44px;
    -ms-background-size: 1px 44px;
    -o-background-size: 1px 44px;
    background-size: 1px 44px;
    height: 44px;
    line-height: 44px;
    width: 100%;
    color: #fff;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    border-bottom: solid 1px #eee;
}
.logo {
	padding:10px;
	align: center;
}

.header h1 {
    padding: 0;
    text-align: center;
    font-family: verdana;
    font-size: 20px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

.content {
	padding: 10px;
    text-align: center;
}

.links {
	position: relative;
    margin-left: auto;
    margin-right: auto;
	width:300px;
}

.links a{
	text-decoration:none;
}
.links a:hover {
	background-color:#00F;
}

.mblk1 {
	width:100px;
	height:100px;
	display:table-cell; 
	vertical-align:middle;
    font-family: verdana;
    font-size: 14px;
	color: #fff;
	border: 2px solid;
    border-radius: 15px;
	background-color:#F90;
}
.mblk2 {
	width:100px;
	height:100px;
	display:table-cell; 
	vertical-align:middle;
    font-family: verdana;
    font-size: 14px;
	color: #fff;
	border: 2px solid;
    border-radius: 15px;
	background-color:#10a211;
}
.mblk3 {
	width:100px;
	height:100px;
	display:table-cell; 
	vertical-align:middle;
    font-family: verdana;
    font-size: 14px;
	color: #fff;
	border: 2px solid;
    border-radius: 15px;
	background-color:#d4d532;
}

.mblk4 {
	width:100px;
	height:100px;
	display:table-cell; 
	vertical-align:middle;
    font-family: verdana;
    font-size: 14px;
	color: #fff;
	border: 2px solid;
    border-radius: 15px;
	background-color:#699;
}

.mblk5 {
	width:100px;
	height:100px;
	display:table-cell; 
	vertical-align:middle;
    font-family: verdana;
    font-size: 14px;
	color: #fff;
	border: 2px solid;
    border-radius: 15px;
	background-color:#6CF;
}

.mblk6 {
	width:100px;
	height:100px;
	display:table-cell; 
	vertical-align:middle;
    font-family: verdana;
    font-size: 14px;
	color: #fff;
	border: 2px solid;
    border-radius: 15px;
	background-color:#F60;
}

.bakBtn {
	position: relative;
    margin-left: auto;
    margin-right: auto;
	width:100px;
    font-family: verdana;
    font-size: 12px;
	color: #000;
    border-radius: 3px;
	background-color:#d4d532;
	text-decoration:none;
	padding:10px;
}

h1 {
	font-size:12px;
	font-weight: bold;
}
h2 {
	font-size:12px;
	font-weight: bold;
	color:#3C0;
}
p {
	font-size:12px;
	text-align:justify;
}

#marketResearch {
	display:none;
}
#mediaResearch {
	display:none;
}
#sindiResearch {
	display:none;
}
#parcNewslog {
	display:none;
}
#mysticShopping {
	display:none;
}
#onlineSurvey {
	display:none;
}

#newslog_success {
	display:none;
}
#newslog_view {
	display:none;
	width:100%;
	text-align:center;
}

li {
	list-style:none;
	font-size: 12px;
}
.website {
	padding: 30px;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}

.loginBox {
	position: relative;
    margin-left: auto;
    margin-right: auto;
	width:80%;
	max-width: 300px;
	height:120px;
	padding:20px;
	vertical-align:middle;
    font-family: verdana;
    font-size: 14px;
	color: #fff;
	border: 2px solid;
    border-radius: 15px;
	background-color:#999;
}

input[type="text"] {
    width:100%;
	border: none;
	border-radius: 4px;
	padding: 4px 0px 2px 2px;
	margin-top: 0px;
	font-size: 14px;
	box-shadow: inset 0 2px 2px rgba(0,0,0,.5), 0 1px #fff;
	background: #eee;
    -webkit-appearance:none;
}

input[type="text"]:focus {
	outline: none;
	box-shadow: inset 0 4px 8px rgba(0,0,0,.5), 0 1px #fff;
}

input[type="password"] {
    width:100%;
	border: none;
	border-radius: 4px;
	padding: 4px 0px 2px 2px;
	margin-top: 0px;
	font-size: 14px;
	box-shadow: inset 0 2px 2px rgba(0,0,0,.5), 0 1px #fff;
	background: #eee;
    -webkit-appearance:none;
}

input[type="password"]:focus {
	outline: none;
	box-shadow: inset 0 4px 8px rgba(0,0,0,.5), 0 1px #fff;
}

#login_status {
	font-size:12px;
	color:#F00;
}

.graph_view {
	display: inline-block;
	width:300px;
	height:300px;
	border: 1px solid;
    border-radius: 10px;
	background-color:#369;
	border-color:#999;
}