/* border for images with class = border_img  */
.border_img{ 
	margin: 4px 20px 5px 0; padding: 0;
	border: 4px solid #706c4d;
	float: left;
	}
.module .border_img{ 
	float: none;
	margin: 0;
	border: 4px solid #706c4d; 
	}
.more{}
a.more:link, 
a.more:visited {
	text-align: right;
	padding: 0px 9px;
	margin: 5px 0px 0 0;
	line-height: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; 
	font-weight: normal;
	background: url('../images/button_bg.gif') repeat-x;
	text-decoration: none;
	float: right;
}
/* design of paragraph with class = error */
p.error {
    display: block;
    background: #fae8e8 url('../images/error.gif') 8px 3px no-repeat;
    color: #cd3301;
	font-weight: normal;
    border-top: 2px solid #cd3301;
    border-bottom: 2px solid #cd3301;
	border-left: none;
	border-right: none;
    padding: 5px 15px 5px 45px; margin: 0 0 5px 0;
    text-align: justify;
	}

/* design of paragraph with class = tips */
p.tips {
    display: block;
    background: #ecf2fe url('../images/tips.gif') 10px 3px no-repeat;
    color: #63a5ff;
	font-weight: normal;
    border-top: 2px solid #63a5ff;
    border-bottom: 2px solid #63a5ff;
	border-left: none;
	border-right: none;
    padding: 5px 15px 5px 45px; margin: 0 0 5px 0;
    text-align: justify;
	}

/* design of paragraph with class = info */
p.info {
    display: block;
    background: #fdf6e4 url('../images/info.gif') 10px 3px no-repeat;
    color: #e4804a;
    border-top: 2px solid #e48049;
    border-bottom: 2px solid #e48049;
	border-left: none;
	border-right: none;
    padding: 5px 15px 5px 45px; margin: 0 0 5px 0;
    text-align: justify;
	}
	
p.green {
	display: block;
    background: #f0f1e6;
    color: #697908;
    border-top: 1px solid #677605;
	border-bottom: 1px solid #677605;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}
	
p.blue {
	display: block;
    background: #c5d9f8;
    color: #064cb6;
    border-top: 1px solid #2a7cf8;
	border-bottom: 1px solid #2a7cf8;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}

p.red {
	display: block;
    background: #f8c5ca;
    color: #900613;
    border-top: 1px solid #f82a3e;
	border-bottom: 1px solid #f82a3e;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}
	
p.yellow {
	display: block;
    background: #f8e6c5;
    color: #c28107;
    border-top: 1px solid #f8b02a;
	border-bottom: 1px solid #f8b02a;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}

p.grey {
	display: block;
    background: #dedede;
    color: #575252;
    border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}
	
p.dark1 {
	display: block;
    background: #9a9a9a;
    color: #fdfdfd;
    border-top: 1px solid #2d2f14;
	border-bottom: 1px solid #2d2f14;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}
	
p.dark2 {
	display: block;
    background: #193354;
    color: #fdfdfd;
    border-top: 1px solid #7cbad9;
	border-bottom: 1px solid #7cbad9;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}

p { padding: 0 0 5px 0px; margin: 0; }
	
.quote {
	color: #706c4d;
	margin: 12px 0;
	padding: 11px 65px 11px 11px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	display: block;
	background: #eeecd2 url('../images/quota.gif') right 10px no-repeat;
	border: 2px solid #706c4d;
	}
	
/*TABLE ARTICLE*/
table.table { 
	margin: 5px 0; 
	border-collapse: separate;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: none;
	}
td.table, .table td {
	padding: 3px 15px;
	color: #eeecd2;
	font-size: 12px;
	background: #8b8765;
	border-bottom: 1px solid #ada986;
	}
th.table, .table th { 
	background: #706c4d;
	border-bottom: 1px solid #ada986;
	color: #eeecd2; 
	font-weight: bold;
	font-size: 14px;
	padding: 3px 15px;
	}
	
/*LINKED LIST ITEM*/
ul.linked { margin: 0; padding: 5px 0; list-style: none; }
ul.linked li { background: none; padding: 1px 0px; }
ul.linked li a:link, ul.linked li a:visited {
	color: #e7c331; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline; 
	padding: 0 0 0 0px; margin: 0;
	background: none;
	}
ul.linked li a:hover {
	color: #e7c331;
	text-decoration: none; 
	padding: 0 0 0 0px;
	background: none;
	}

/*HEADERS*/
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; color: #ffffff;}
h1, h2, h3 { font-weight: normal; }
h4, h5, h6 { font-weight: bold; }
h1, h2 { margin: 18px 0; }
h3, h4 { margin: 14px 0; }
h5, h6 { margin: 8px 0; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 19px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/* Unpublished */
.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
	}

/* System Messages */
#system-message { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 0px; }
#system-message dd ul { 
	color: #0055BB; 
	margin-bottom: 10px; 
	list-style: none; 
	padding: 10px; 
	border-top: 3px solid #84A7DB; 
	border-bottom: 3px solid #84A7DB;
	}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message { }
#system-message dd.message ul {
	background:#C3D2E5 url(../../system/images/notice-info.png) no-repeat scroll 4px center;
	border-bottom:2px solid #63A5FF;
	border-top:2px solid #63A5FF;
	color:#0055BB;
	}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error { }
#system-message dd.error ul { 
	color: #CD3301; 
	background: url(../../system/images/notice-alert.png) 4px center no-repeat #FAE8E8 ;
	border-top: 2px solid #CD3301; border-bottom: 2px solid #CD3301;
	margin:0
	}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice { }
#system-message dd.notice ul { color: #E48049; background: #FDF6E4; border-top: 2px solid #E48049; border-bottom: 2px solid #E48049;}
#system-message ul li{ background: none; margin-left: 30px;}
