/* border for images with class = border_img  */
.border_img{ 
	float: left;
	margin: 5px 10px 5px 5px; padding: 0;
	border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	}

/* 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: #eff3e4;
    color: #687b00;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}
	
p.blue {
	display: block;
    background: #d3dbe7;
    color: #3e5987;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}

p.red {
	display: block;
    background: #e8d4d6;
    color: #672d38;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}
	
p.yellow {
	display: block;
    background: #f7f5ce;
    color: #b8b120;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}

p.grey {
	display: block;
    background: #dedede;
    color: #5a5a5a;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}
	
p.dark1 {
	display: block;
    background: #506267;
    color: #ffffff;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}
	
p.dark2 {
	display: block;
    background: #182123;
    color: #a0acaf;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
	}

p { margin: 5px 0; padding: 0; }
	
.quote {
	color: #bbc4c6;
	margin-bottom: 12px;
	padding: 10px 60px 15px 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: normal;
	text-align: justify;
	display: block;
	background: url('../images/quota_bottom.gif') 0 bottom no-repeat;
	}
	
/*TABLE ARTICLE*/

table.table { 
	margin: 5px 0; 
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
td.table, .table td {
	padding: 10px 10px;
	color: #fff;
	border-bottom: 1px solid #86989b;
	}
th.table, .table th { 
	background: #506267;
	border-top: 1px solid #bbc4c6;
	border-bottom: 1px solid #86989b;
	color: #fff; 
	font-weight: bold;
	padding: 10px 10px;
	}
	
/*LINKED LIST ITEM*/
ul.linked { 
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	}
ul.linked li { background: none; padding: 0px; }
ul.linked li a:link, ul.linked li a:visited {
	color:#bbc4c6; 
	text-decoration: underline; 
	background: url('../images/linked_normal.gif') 0 5px no-repeat;
	padding-left: 20px;
	}
ul.linked li a:hover {
	color:#bbc4c6;
	background: url('../images/linked_hover.gif') 0 5px no-repeat; 
	text-decoration: underline; 
	padding-left: 26px;
	}

h1, h2, h3 { margin: 18px 0px; }
h4, h5, h6 { margin: 8px 0px; }
h1, h2, h3 {font-family: Georgia, "Times New Roman", Times, serif;}
h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;}
h1, h2, h3, h4 { font-weight: normal; }
h5, h6 { font-weight: bold; }

h1 { font-size: 30px; }
#main_content h1:first-letter { font-size: 45px; }

h2 { font-size: 25px; }
#main_content h2:first-letter { font-size: 36px; }

h3 { font-size: 20px; }
#main_content h3:first-letter { font-size: 30px; }

h4{ font-size: 18px; color: #d5afac; }
h5{ font-size: 14px; }
h6{ font-size: 12px; }


.small_text{
	color: #BBC4C6;
	text-align: justify;
	font-size: 11px;
}
.more{}
a.more:link, a.more:visited{ 
	text-align: left;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
	margin: 10px 0 10px 0;
	line-height:12px;
	float: right;
	font-family: Verdana, Geneva, sans-serif; font-size: 10px; font-weight: bold;
	text-transform: lowercase;
	background: url('../images/readmore_bg.gif') 100% 4px no-repeat;
	}
/* 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 {
	color: #fff; 
	background: #506267; 
	border: 1px solid #fff;
	}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {}
#system-message dd.error ul { 
	color: #ff1b00; 
	background: #fff;
	border: 4px solid #ff1b00;
	margin: 0;
	}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice { }
#system-message dd.notice ul { 
	color: #fff; 
	background: #506267; 
	border: 1px solid #fff;
	}

#system-message ul li{ 
	font-size: 14px;
	background: none; 
	text-align: center; 
	padding: 20px 0; 
	}