﻿/* DEFAULTS 全局设置
----------------------------------------------------------*/
* {
	font-family: "微软雅黑", "Calibri", "Verdana", "Arial", "宋体";
	font-size: 12px;
	margin-bottom: 0px;
	margin-right: 0px;
}

html {
	
}

body {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}

.rotate {
	-o-transform: rotate(90deg); /*  Opera浏览器 */ 
	-webkit-transform : rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: block;
}

.shadow{
	box-shadow:0 0 10px black;
	-webkit-box-shadow:0 0 10px black;
	-moz-box-shadow:0 0 10px black;
	margin:10px;
}

a:link,a:visited {
	color: #034af3;
}

a:hover {
	color: #1d60ff;
	text-decoration: none;
}

a:active {
	color: #034af3;
}

.btn_active {
	background-color: #5EAEFF;
	color: #FFFFFF;
}

p {
	margin: 10px, 0px, 0px, 0px;
	line-height: 1.6em;
}

.layout .displaynone {
	margin: 0px;
	background-image: url('../Images/display.png');
	height: 100px;
	width: 8px;
	cursor: pointer;
	background-repeat: no-repeat;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5{
	font-size: 1。1em;
}
h6 {
	font-size: 1em;
}

.headerblank {
	height: 68px;
}

.main-toolbar {
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

.main-banner {
	height: 77px;
	line-height: 77px;
	color: white;
	font-size: 2.5em;
	/*每个产品（iMRO/iNet/SafetyPLC）在config_xxx.js中指定  */
	/* background-image: url('../images/banner/banner.jpg'); */
	background-repeat: repeat;
	text-align: right;
	background-position: 0px bottom;
	width: 100%;
	z-index: 2;
	/* box-shadow: 0 0 2em silver;  */
}

.topmenu-welcome div {
	*max-width: 60%;
}

.topmenu-welcome {
	float: left;
	vertical-align: middle;
}

.topmenu-welcome a {
	text-decoration: none;
	color: #FFFFFF;
}

.topmenu-welcome a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.topmenu span,.topmenu-welcome {
	margin-right: 10px;
}

.topmenu-info {
	float: left;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.layout {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.page {
	*border: 1px solid #FFFFFF;
	background-color: #fff;
	height: auto !important;
}

.loginDisplay {
	padding: 10px;
	font-size: 1.1em; /*display:  inline;*/
	text-align: right;
	color: White;
}

.header h1 {
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 2em;
	font-size: 2em;
}

.leftCol {
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.centerbody {
	padding: 0px;
	width: 100%;
	position: inherit;
	float: none;
	clear: both;
	height: auto !important;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset {
	border: 1px dotted #61B5CF;
	margin: 0em 0px;
	padding: 1em;
	/*border: 1px solid #ccc;*/
}

fieldset p {
	margin: 2px 12px 10px 10px;
}

fieldset.login label,fieldset.register label,fieldset.changePassword label
	{
	display: block;
}

fieldset label.inline {
	display: inline;
}

legend {
	font-size: 1.1em;
	font-weight: 600;
	/* padding: 2px 4px 8px 4px; */
	background-color: #FFFFFF;
}

/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
	/*border-bottom-style: solid;*/
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	width: 100%;
	height: 25px;
}

.title {
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.bold {
	font-weight: bold;
	margin-right: 10px;
}

.split {
	height: 10px;
}

.split_line {
	margin: 3px 3px 3px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	overflow: hidden;
	width: 85%;
}

.align_right {
	width: 100%;
	display: block;
	text-align: right;
	width: 340px;
}

.main-banner,.div_login_layout,foot {
	*min-width: 1000px;
	overflow: hidden;
}

/*
@media screen and (max-width:1024px)
{
    body
    {
        font-size:0.8rem;
    }
}*/