/* Main.css

This is CSS contains the main definitions for the basic HOME application.
Any definition may by overriden or extended using a separate stylesheet
defined on the configuration xml for each homepage

				** DO NOT CHANGE THIS FILE **
*/

/*********** CSS Styles for default appearance of HTML tags ********/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
}
th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A:link, A:visited,  A:active, A.highlighted {
	text-decoration: none;
	font-size: 11px;
	color:#333;
}
A:hover {
	color: black;
	text-decoration: underline;
}
h2 {
	margin:0px;
	padding:0px;
}

/*********** CSS Styles for default appearance of all modules and sections ********/
.Section {
	border:0px;
}
.SectionTitle {
	text-align: left;
	padding:0px;
	white-space:nowrap;
	display:block;
}
.SectionTitleLabel {
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	margin-left:5px;
}
.SectionBody {
	display:block;
}
.SectionBodyRegion {
	padding: 15px;
}
.SectionToolbar {
	border:1px solid silver;
	background-color:#fefcd8;
	margin:0px;
	color:#993300;
	margin-top:8px;
	padding:2px;
	font-size:11px;
}
.SectionToolbar a {
	color:#333333 !important;
	font-weight:bold;
	font-size:10px;
}
.SectionSettings {
	background-color:#f5f5f5;
	color:#000;
	font-size:11px;
	padding:8px;
	border:1px solid silver;
}
.SectionSettings input {
	border:1px solid black;
	font-size:11px;
	padding:1px;
}	
#h_loading {
	position:absolute;
	border:1px solid silver;
	background-color:#FFFFFF;
	color:#000000;
	width:70px;
	height:15px;
	z-index:100000;
	text-align:center;
	padding-top:6px;
    margin:4px;
}


/***************** CSS Styles for popup module window ******************/
#h_moduleWindow {
	position:absolute;
	border:1px solid black;
	padding:2px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	width:500px;
	height:500px;
	z-index:99999;
	top:100px;
	overflow:auto;
}
#h_moduleWindowClose {
	position:absolute;
	top:2px;
	right:2px;
}
.h_actionOutputMessage {
	margin:5px;
	background-color:#FFFFCC;
	color:#990000;
	font-weight:bold;
	text-align:center;
}




