/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/11/09, 11:01:02
    Author     : ooshima
*/

#maincontent div.leftPanel {
	float: left;
	/*width: 30%;*/
}

#maincontent div.rightPanel {
	float: right;
}

#maincontent .dataTitle {
	padding-left: 8px;
}

#maincontent table.gridTargetTable tr td {
	white-space: normal;
}

#maincontent .valueAlignedRight {
	text-align: right;
	padding-right: 1em;
}

/*===================================================*/
/*リンクの色の基本設定*/
/*===================================================*/
#maincontent a:link   {text-decoration:NONE; color:#7DA452 }
#maincontent a:visited{text-decoration:NONE; color:#7DA452 }
#maincontent a:active {text-decoration:NONE }
#maincontent a:hover  {text-decoration:UNDERLINE; color:#FF6600 }
#maincontent a        {text-decoration:NONE }

#helpWrapper {
	width:90%;
	min-width:400px;
	max-width:500px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	text-align:left;
}

#maincontent div.subitems {
	font-size: small;
}

span.ui-icon {
	float: left;
	margin-right: 5px;
}