body, li, option, select{
	font-family: Arial;
	font-size: 11px;
	background-color:  #EFEFEF;
}
div#page{
	width: 600px;
	padding: 20px 60px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EFEFEF;
	border-radius: 15px;
	background-color:  #FFFFFF;
}
div#header{
	font-size: 1.1em;
	font-style: italic;
	padding: 10px 0px 20px 0px;
}
h1{font-size: 20px;}
label.textInput{
	width:200px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	vertical-align: top;
}

form div.text{min-height: 30px;}
.mandatory{
	font-weight: bold;
	color:red;
}
input#submitForm{
	font-weight: bold;
	color:red;
}
div.buttons{
	padding: 20px;
}
ul li{
	list-style: none;
	display: block;
	line-height: 25px;
	border: 1px outset white;
	background-color: #FFFFFF;
	color: #333333;
}
li.group{
	font-weight: bold;
}
label.abbr{
	display: inline-block;
	width: 80px;
	padding-left: 10px;
}
a.nc{
	display: inline-block;
	text-decoration: none;
	color: blue;
}
input:disabled, textarea:disabled {
    background: #CFCFCF;
    font-style: italic;
}
.buttonRight{
	float: right;
}
.buttonRight:hover{
	background-color: #f77f29;
}
div#regLearnValidity{

}
#regLearnValidity ul{
	list-style: none;
	padding:0;
	margin:0;
}
#regLearnValidity li{
	background-color: #666666;
	color: #FFFFFF;
	padding: 4px 10px 0px 10px;
	float:left;
	border: 0px solid red;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	cursor: pointer;
}
#validityDefinition{
	background-color: #DFDFDF;
	clear: both;
	border: 1px solid #DEDEDE;
	padding: 20px 0px;
	margin-bottom: 20px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
#regLearnValidity li#selected{
	background-color: #DFDFDF;
	color: #000000;
	font-weight: bold;
}
#regLearnValidity li:hover{
	background-color: orange;
	color: #FFFFFF;
}
.yes{
	border: 1px dashed #99FF99;	
}
.no{
	border: 1px dashed #FF9999;
}
button.x{
	float:right;
}
button, .button{
	background-color: #EEEEEE;
	border-radius: 4px;
	border: 1px outset #DDDDDD;
	padding:0px 5px;
	line-height: 18px;
	font-size: 12px
}
button:hover, .button:hover{
	background-color: #888888;
	color:white;
	border-radius: 4px;
	border: 1px inset #DDDDDD;
}
ol{
	margin: 5px 0px 0px 0px;
	padding: 10;
}
ol li{
	border: 0px;
	border-top: 1px dashed #99FF99;
	padding: 10;
	margin-bottom: 10;
	background-color: white;
	line-height: 25px;
	font-weight: bold;
}
.reqList{}
.textBlock{
	padding: 12px 25px;
	border-radius: 7px;
	margin-bottom: 5px;
	line-height: 25px;
}
h1, .h1{
	margin: 15px 0px 0px 0px;
	padding: 0;
}
h2, .h2{
	margin: 5px 0px 0px 0px;
	padding: 0;
}

ul.treeView{
	padding: 0px;
}

ul.treeView li{
	padding-left: 10px;
}
ul.treeView ul{
	display: none;
	padding-left: 10px;
}
.HandCursorStyle {
	cursor: pointer; cursor: hand;
} 
