
* {
	font-style: normal;  
   	outline: none;
	padding:0;
	margin:0;
    text-decoration: none;
	line-height:1.5em;
}
body, html {
	text-align:left;

}


.hide {
	display:none;
}
.break {
	clear:both;
}

fieldset {
	border:none;
}

/*************** GENERAL *****************/

img {
  	border: none;
}
a {
	color:#8acd5a;
	//color: #df700d;
	/*#FF9900*/

}
a:hover {
	color:#BFBFBF;
}

/* lists */
ul {
	margin: 0 0 0 20px;
	padding-right:0px;
	
}
li {
	padding:0;
	margin:0;
	list-style: disc;
   // list-style: disc url("/images/common/bullet.png") inside !important;

}

h1, .h1 {
	font-size:2em;
	padding-bottom:10px;
}
h1 a, .h1 {
	color:#000;
}
h2, .h2 {
	font-size:118%;
	font-weight:bold;	
	border-bottom:1px solid silver;	
	margin: 1em 0 .5em 0;
}
h2, .h2, h2 a, .h2 a {
	color:#8b2;	
}
h3, .h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:1em 0 .3em 0;
}
h3, .h3, h3 a, .h3 a {
	color:#382d66;
}
h4, .h4 {
	font-size:1.1em;
	font-weight:bold;	
}
h4, .h4, h4 a, .h4 a {
	color:#000;
}
hr {
	border-color: #ccc;
  	border-style: solid;
  	border-width: 1px 0 0;
  	clear: both;
  	margin: 0 0 20px;
  	height: 0;
}
p {
	margin-bottom:10px;
}
em {
	font-style:italic ! important;
}
strong {
	font-weight:bold ! important;
}
small {
	font-size: 88%;  
	color:grey;
}

.back {
	text-align:left;
	font-weight:bold;	
}
.back a {
	
}
.empty {
	font-weight:bold;
	margin-top:20px;
	text-align:center;
}
.pager {
	clear:both;
	text-align:center;
	font-weight:bold;	
}
.pager a {
	color:silver;
}

/*************** DEFINITION LIST *************/
dl.definition {
	clear:both;
	margin-left:20px;
}
dl.definition dt {
	font-weight:bold;
	float:left;
	margin-right:5px;
}

dl.definition dd {
	
}

/************ CRUMBS *****************/

.crumb {
	height: 15px; /* This is the height we wan't on our crumb */
	padding: 0 0 10px 0;
	color: black;
	margin:0;
}
.crumb li {
	float: left;
	display: inline;
	margin-right: 2px;
	font-size:10px;
}
.crumb a {
	color: #ccc; /* Our crumb links are going to be white */
	font-weight: bold; /* And bold */
	background: url('/images/common/breadcrumb.gif') center right no-repeat;
	padding-right: 15px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
	text-decoration: none;
}
.crumb a:hover {
	color: #333;
}

/************* MESSAGE BOXES **************/
/* comment box */
div.comment {
	width:90%;
	border:1px dotted silver;
	background-color:#FBFBFB;
	padding:2px  5px 2px 5px;
	margin:0px 0 10px 40px;
	position:relative;	
	border-left: 4px solid #B4F717;
	float:left;	
}

div.comment strong {
	font-size:108%;
	font-weight:bold;
	font-style:italic;
}
div.comment.warn {
	border-left: 4px solid #F5FECB;
}
div.message {
	margin: 15px 5px 15px 0px;
	padding: 0;
	background: #F5F5F5 url('/images/common/cbr.gif') bottom right no-repeat;
}
div.message .inner {
	padding: 5px 10px 5px 10px;
	background: transparent   url('/images/common/ctl.gif') top left no-repeat;
}
.message ul {
	list-style: disc inside;
}
.message .title {
	font-weight:bold;

}
div.message.warn {
	background-color:#F5FECB;

}
