/*
 * MAIN.CSS OVERRIDES
 */

#content-main h1 {
	font: 18px georgia,times,serif;		
	font-weight: bold;
	margin-bottom: 10px;
}

#content-main h2 {
	font: 16px georgia,times,serif;		
	font-weight: bold;
	margin-bottom: 10px;
}

#content-main h3 {
	font: 12px georgia,times,serif;		
	font-weight: bold;
}

#content-main .topic-intro {
	margin-bottom: 20px;
	font: 13px georgia,times,serif;
	line-height: 19px;
}

/*
 * NEWS
 */

#news {
	margin-bottom: 10px;
}

#news .news-entry {
	padding-bottom: 10px;
}

#news .date {
	font-style: italic;
	color: rgb(185,187,188);
}

#news h3 {
	padding-bottom: 15px;
	text-transform: uppercase;
	font: 15px arial,helvetica,sans-serif;
}

#news h4 {
	font-style: italic;
	font-weight: bold;
}

#news .data {
	font-size: 11px;
	line-height: 15px;
}

#news .link {
	margin-top: 3px;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	background: url(../_images/systemspecific/raquo.gif) no-repeat 0 50%;
}

#news-separator {
	border-bottom: 1px solid rgb(185,187,188);
	margin-bottom: 10px; 
}

.archive-links a {
	margin-top: 3px;
	font-style: italic;
	padding-left: 10px;
	background: url(../_images/systemspecific/raquo.gif) no-repeat 0 50%;
	margin-right: 10px;
}

/*
 * DOCUMENTS
 */

#topic-document-anchors ul li {
	padding-left: 10px;
	background: url(../_images/systemspecific/raquo.gif) no-repeat 0 50%;
	margin-bottom: 5px;
}

#documents h2, .article h2 {
	font: 15px georgia,times,serif;		
	font-weight: bold;
	margin-bottom: 10px;
}

#documents h3, .article h3 {
	font: 12px georgia,times,serif;		
	font-weight: bold;
}

.article .date {
	font-style: italic;
	color: rgb(185,187,188);
	margin-bottom: 10px;
}

.article {
	margin-bottom: 10px;
}

.article .link {
	margin-top: 3px;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	background: url(../_images/systemspecific/raquo.gif) no-repeat 0 50%;
}

.archive-links a {
	margin-top: 3px;
	font-style: italic;
	padding-left: 10px;
	background: url(../_images/systemspecific/raquo.gif) no-repeat 0 50%;
	margin-right: 10px;
}

.document-content {
	font: 13px georgia,times,serif;
	line-height: 19px;	
}

.document-content p {
	margin-bottom: 10px;	
}

.document-content strong {
	font-weight: bold;
}

.document-content em {
	font-style: italic;
}

.document-content ul {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: square;
	list-style-position: outside;
}

.document-content ol {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: decimal;
	list-style-position: outside;
}

.document-content img {
	padding: 10px;
}

.document-content img[align=left]{
	padding: 9px 9px 9px 0;
}

.document-content img[align=right]{
	padding: 9px 0 9px 9px;
}

.document-content table {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.document-content table td {
	vertical-align: top;
	padding: 5px;
}

.document-content table td img {
	padding: 0;
}

.document .document-single {
	margin-left: 15px;
}

#article-intro {
	font-style: italic;
	padding-bottom: 10px;
}

#login-form {
	position: relative;
}

#login-form fieldset {
	padding: 5px 10px 10px 10px;
	display: block;
}

#login-form h3 {
	margin-left: 5px;
	margin-right: 5px;
	font-size: .9em;
	font-weight: normal;
	color: #ffffff;
	background-color: black;
	padding: 1px;
}

#login-form h3 span {
	padding: 5px;
	display: block;
	border: 1px solid white;
}

#login-form label {
	margin-bottom: 5px;
	display: block;
}

#login-form input {
	display: block;
	margin-bottom: 10px;
}

#addthis-wrap {
	float: right;
}