/*Make the scroll bar always on the right */
#login {
	position: relative;
	width: 120px;
	height: 130px;
	float: left;
}

#loginfrm {
	position: relative;
	font-size: 12px;
	top: 2px;
	left: 2px;
}

/* To display system message */
.sysMsg_Fail {
	padding: 4px;
	font-size: 12px;
	line-height: 20px;
	color: white;
	background-color: red;
	border: white 1px dotted;
}

.sysMsg_Success {
	padding: 4px;
	font-size: 12px;
	line-height: 20px;
	color: white;
	background-color: green;
	border: white 1px dotted;
}

/*
    General item includes link/img/text
*/
a {
	font-size: 13px;
	font-family: Arial, 'Microsoft Jhenghei', PMingLiu, sans-serif;
	text-align: left;
	color: #0066ff;
	z-index: 1000;
	text-decoration: none;
}

a:link {
	font-size: 13px;
	font-family: Arial, 'Microsoft Jhenghei', PMingLiu, sans-serif;
	text-align: left;
	color: #0066ff;
	z-index: 1000;
	text-decoration: none;
}

a:visited {
	font-size: 13px;
	font-family: Arial, 'Microsoft Jhenghei', PMingLiu, sans-serif;
	text-align: left;
	color: #0066ff;
	z-index: 1000;
	text-decoration: none;
}

a:hover {
	font-size: 13px;
	font-family: Arial, 'Microsoft Jhenghei', PMingLiu, sans-serif;
	text-align: left;
	color: #00a8ff;
	z-index: 1000;
	text-decoration: none;
}

.searchEngineTitle a {
	font-size: 16px;
	font-family: Arial, 'Microsoft Jhenghei', PMingLiu, sans-serif;
	text-align: left;
	color: #0066ff;
	z-index: 1000;
	text-decoration: none;
}

.searchEngineDescription {
	font-size: 13px;
	font-family: Arial, 'Microsoft Jhenghei', PMingLiu, sans-serif;
	text-align: left;
	color: #333;
}

img {
	border: 0px;
	border-style: none;
	vertical-align: middle;
}

.centerText {
	font-size: 12px;
	text-align: center;
}

.leftText {
	text-align: left;
}

.rightText {
	text-align: right;
}

.left {
	position: absolute;
	left: 0px;
}

.right {
	position: absolute;
	right: 0px;
}

p {
	font-size: 12px;
	font-family: Arial, 'Microsoft Jhenghei', PMingLiu, sans-serif;
	text-align: left;
	display: inline;
}

.arrow {
	float: right;
}

/* No linkage title*/
.title {
	font-size: 16px;
	font-weight: bold;
	color: #0066ff;
}

/* Top Line over the header */
#topLine {
	width: 100%;
	height: 2px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #EEEEEE;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                          GENERAL LAYOUT                                       */
/*-----------------------------------------------------------------------------------------------*/

/*tTip fix with the information icon, so it's width onl 30px*/
.tTip {
	width: 30px;
	position: absolute;
	cursor: pointer;
	color: #666;
	font-weight: bold;
	padding-left: 5px;
}

.tip {
	color: #333;
}

#cloud1 {
	top: 93px;
	left: 230px;
}

#cloud2 {
	top: 168px;
	left: 440px;
}

#cloud3 {
	top: 228px;
	left: 100px;
}

#cloud4 {
	top: 350px;
	left: 370px;
}

#cloud5 {
	top: 370px;
	left: 60px;
}
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/
.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tips/tipTop.png) no-repeat top;
}

.tipMid {
	background: transparent url(images/tips/tipMid.png) repeat-y;
	padding: 0 25px 20px 25px;
}

.tipBtm {
	background: transparent url(images/tips/tipBtm.png) no-repeat bottom;
	height: 32px;
}

.mandatory {
	position:relative;
	left:-4px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	border-left:4px solid #c30f29;
	padding-left:4px;
}


.shareForm {
	
	margin-left:50px;
	margin-right:50px;
}

.shareField {
	background-color: #fff;
	display: inline-block;
    padding: 8px;
    vertical-align: middle;
    background: none;
    border: 1px solid #DEDEDE;
    font-family: arial,sans-serif;
    font-size: 13px;
    height: 16px;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    resize: none;
}

.multipleInput-container {
	border: 1px #ccc solid;
	padding: 1px;
	padding-bottom: 0;
	cursor: text;
	font-size: 13px;
	width: 100%;
}

.multipleInput-container input {
	font-size: 13px;
	clear: both;
	width: 200px;
	height: 24px;
	border: 0;
	margin-left:5px;
	margin-bottom: 15px;
}

.multipleInput-container ul {
	list-style-type: none;
	padding-left:0;
}

li.multipleInput-email {
	float: left;
	margin-right: 2px;
	margin-bottom: 1px;
	border: 1px #BBD8FB solid;
	padding: 2px;
	background: #F3F7FD;
}

.multipleInput-close {
	width: 16px;
	height: 16px;
	background: url(../img/closeIcon.png);
	display: block;
	float: right;
	margin: 0 3px 0 5px;
}

.chartView {
	float:right;
	font-size:9px;
	position:relative;
	top:-5px;
}

.eventItem {
	text-align:center;
	float:right;
	width:78px;
	line-height:14px;
}


.statusTable{
	width:100%; 
	border-collapse:collapse; 
}

.statusTable th{ 
	padding:7px; border:#EEE 1px solid;
}

.statusTable td{ 
	padding:7px; border:#EEE 1px solid;
}
/*  Define the background color for all the ODD background rows  */
.statusTable tr:nth-child(odd){ 
	background: #DDD;
}
/*  Define the background color for all the EVEN background rows  */
.statusTable tr:nth-child(even){
	background: #FFFFFF
}

.remark {
	position:relative;
	top:10px;
	color:#333;	
}

.login-form-wrapper {
	width:246px;
	margin:auto;
}

.login-form-wrapper-MGL {
	width:246px;
}



/**
 * Sub Menu
 */  

/* Add a black background color to the top navigation */
.topnav {
  background-color: #2f4050;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 9px 11px;
  text-decoration: none;
  font-size: 12px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}