/* CSS Document */

/* border for images with class = border_img  */
.border_img{ border: solid 1px #74811f; margin: 5px;}
/* CSS Document */

/* design of paragraph with class = quote */

.quote {
	color: #3f4901;
	background: url(../images/quote.gif) top right no-repeat #f0f1e6;
	font-style:italic;
	padding: 5px 45px 5px 10px;
	border-top: solid 1px #677605;
	border-bottom: solid 1px #677605;
	display: block;
}
span.highlight {
	font-weight: bold;
	padding: 2px 3px;
	color: #999;
	background: #eee;
}

/* special readon button in modules */
span.readon{ 
}

p.green {
	color: #3f4901;
	border-top: solid 1px #677605;
	border-bottom: solid 1px #677605;
	padding: 10px;
	background: #f0f1e6;
}
p.blue {
	color: #064cb6;
	border-top: solid 1px #2a7cf8;
	border-bottom: solid 1px #2a7cf8;
	padding: 10px;
	background: #c5d9f8;
}
p.red {
	color: #900613;
	border-top: solid 1px #f82a3e;
	border-bottom: solid 1px #f82a3e;
	padding: 10px;
	background: #f8c5ca;
}
p.yellow {
	color: #c28107;
	border-top: solid 1px #c28107;
	border-bottom: solid 1px #c28107;
	padding: 10px;
	background: #f8e6c5;
}
p.grey {
	color: #919191;
	border-top: solid 1px #919191;
	border-bottom: solid 1px #919191;
	padding: 10px;
	background: #dedede;
}
p.dark1 {
	color: #fdfdfd;
	border-top: solid 1px #1f1f1f;
	border-bottom: solid 1px #1f1f1f;
	padding: 10px;
	background: #9a9a9a;
}
p.dark2 {
	color: #fdfdfd;
	border-top: solid 1px #3f4901;
	border-bottom: solid 1px #3f4901;
	padding: 10px;
	background: #717b30;
}

table.table { 
	margin: 10px 0; 
	border-collapse: collapse;
	border-spacing: 0px;}
td.table, .table td {
	padding: 1px 15px;
	border: solid 1px #3f4901;
/*	border-right: solid 1px #b9c858;
	border-bottom: solid 1px #b9c858;*/}
th.table, .table th { 
	background: #f0f1e6; 
	color: #677605; 
	font-weight: bold;
	padding: 3px 15px;
	border: solid 1px #3f4901;
/*	border-right: solid 1px #b9c858;
	border-bottom: solid 1px #b9c858; */
}
.linked {}
li.linked { background: none; padding: 0px 0 0px 0px; }
li.linked a:link,li.linked a:visited {color:#677605; text-decoration:underline; background: url(../images/list_link.png) left no-repeat;background-position:0px 7px;  padding-left: 20px;}
li.linked a:hover {color:#677605;background: url(../images/list_link.png) left no-repeat;background-position:5px 7px;   text-decoration: underline; }

.square {}
li.square{
	padding: 0px 0 0px 20px;
	margin-left: 10px;
	background: url(../images/list_square.gif) left no-repeat;
	background-position:0px 5px;
	text-align: left;
}
li.square li, li.square li.square {
	background: url(../images/list.png) left no-repeat;
	background-position:0px 7px;
}

