/* nestedListSort CSS */

body {
	font-family:Arial, Helvetica, sans-serif;
}

#masterList a:link {text-decoration:none;color:#0000FF;font-weight:normal !important;font-size:90%;}
#masterList a:active {text-decoration:none;color:#0000FF;font-weight:normal !important;font-size:90%;}
#masterList a:visited {text-decoration:none;color:#0000FF;font-weight:normal !important;font-size:90%;}
#masterList a:hover {text-decoration:underline;color:#0000FF;font-weight:normal !important;font-size:90%;}

#masterList li {list-style-type:none;}
ul {padding-left:1em;margin-left:0em;}

.success_text {color:green;font-weight:bold;}
.error_text {color:red;font-weight:bold;}


.containerTitle {font-weight:bold;font-size:105%;}
.unmovable {list-style-type:none;font-size:1px;padding:0px;margin:0px;}


