/* border for images with class = border_img  */
.border_img{ 
	margin: 0 10px 5px 0; padding: 0;
	border: 2px solid #267CB3;
	float: left;
	}
.module .border_img{ 
float:none;
	margin: 0;
	border: 2px solid #7CBAD9; }
.more{}
a.more:link, 
a.more:visited {
	float:right;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	margin:10px 0 0;
	padding:0 20px 0 0;
	text-align:left;
	text-decoration:none;
}
/* design of paragraph with class = error */
p.error {
    display: block;
    background: #ffeaea url('../images/error.gif') 10px 8px no-repeat;
    color: #e56363;
	font-weight: bold;
    border-top: 1px solid #e56363;
    border-bottom: 1px solid #e56363;
	border-left: 1px solid #ef9090;
	border-right: 1px solid #ef9090;
    padding: 10px 15px 10px 40px;
    text-align: justify;
	}

/* design of paragraph with class = tips */
p.tips {
    display: block;
    background: #f4fdff url('../images/tips.gif') 15px 8px no-repeat;
    color: #63A5FF;
	font-weight: bold;
    border-top: 1px solid #8bd4ea;
    border-bottom: 1px solid #8bd4ea;
	border-left: 1px solid #b5e1ec;
	border-right: 1px solid #b5e1ec;
    padding: 10px 15px 10px 40px;
    text-align: justify;
	}

/* design of paragraph with class = info */
p.info {
    display: block;
    background: #fffcd8 url('../images/info.gif') 11px 8px no-repeat;
    color: #E48049;
    border-top: 1px solid #eae333;
    border-bottom: 1px solid #eae333;
	border-left: 1px solid #f3ee7a;
	border-right: 1px solid #f3ee7a;
    padding: 10px 15px 10px 40px;
    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;
	}


	
.quote {
	color: #fff;
	margin-bottom: 12px;
	padding: 7px 55px 7px 10px;
	font-size: 12px;
	font-style:italic;
	font-weight: normal;
	text-align: justify;
	display: block;
	background: #257cb3 url('../images/quota.gif') 99% 4px no-repeat;
	border: 1px solid #0f5f90;
	}
	
	
/*TABLE ARTICLE*/

table.table { 
	margin: 5px 0; 
	border-collapse: separate;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #7cbad9;
	border-bottom: none;
	}
td.table, .table td {
	padding: 2px 15px;
	color: #000;
	background: #fff;
	border-bottom: 1px solid #7cbad9;
	}
th.table, .table th { 
	background: #193354;
	border-bottom: 1px solid #7cbad9;
	color: #fff; 
	font-weight: bold;
	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: #000; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline; 
	padding: 0 0 0 20px; margin: 0;
	background: url('../images/linked_list_marker.gif') 0 5px no-repeat;
	}
ul.linked li a:hover {
	color: #000;
	text-decoration: underline; 
	padding: 0 0 0 20px;
	background: url('../images/linked_list_marker.gif') 6px 5px no-repeat;
	}

h1, h2 { margin: 18px 0; }
h3, h4 { margin: 14px 0; }
h5, h6 { margin: 8px 0; }
h1, h2, h3, h4, h5, h6 { font-family: Tahoma, Geneva, sans-serif; color: #257cb3; font-weight: bold;}

h1, h2 { font-size: 24px; font-weight: normal; }
h3 { font-size: 18px; font-weight: normal; }
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;}
