div.authorinfo {background-color: #dee6f0;}
.article {}
div.archivecalendar {width: 60%; float: left;}
div.archivesearch {width: 39%; float: left;}

#articleexternallinks {
}

.articleexternallinks-header {
	color			 : #444444;
}

.articleexternallinks-item {
	padding				: 5px;
}

.articleexternallinks-item-name input {
	width				: 200px;
}


.articleexternallinks-item-url input {
	width				: 400px;
}

.articleexternallinks-item-opennew {
	text-align : center;
}

.articleexternallinks-item-opennew input {
	border				: none;
}

.articleexternallinks-item-delete {
	text-align			: center;
}

div.tab-content {
	display: none;	
}

div.tab-content.selected {
	display: blue;
	display: block;
}

div.tab-content th {
	background: #012f47;
	padding: 7px 10px;
}

a.tab {
	border				: solid 1px #656565;
	border-bottom		: 0;
	margin				: 0px 1px -1px 1px;
	padding				: 5px 7px;
	text-decoration		: none;
	color				: #6b6b6b;
	font-size			: 12px;
	display				: inline-block;
}

a.tab:hover {
	background-color	: #012f47;
	color				: #ffffff;
}

a.tab.selected {
	background-color	: #012f47;
	border-color		: #012f47;
	color				: #ffffff;
}

.editPublishdate {
	background-color	: white;
	position 			: absolute;
	width				: 260px;
	border				: 2px solid #A4C7FA;
}

.editPublishdateClose {
	margin				: 3px;
	cursor				: pointer;
	float				: left;
	width				: 18px;
	height				: 18px;
	background-image	: url(/modules/simpson/images/iconclose.gif);
}

.editPublishdateContent {
	margin				: 1px;
	cursor				: pointer;
	padding-top			: 1px;
	float				: left;
	width				: 230px;
	font-size			: 10px;
	
}

.archive .article{
	width				: 600px;
	border				: 1px solid #898989;
	padding				: 10px;
	font-family			: arial;
	float				: left;
	margin-right		: 20px;
}

.archive .info {
	float				: left;
	width				: 500px;
	font-family			: arial; 	
}

.archive .article .title {
	margin-bottom		: 20px;
	font-size			: 15px;
	font-weight			: bold;
}
.archive .article .author {
	margin-bottom		: 20px;
}
.archive .article .date {
	margin-bottom		: 20px;
}
.archive .article .content {
	line-height			: 18px;
}

.archive .info .box {
	border				: 1px solid #898989;
	padding				: 10px;
	margin-bottom		: 15px;
}

.archive .search {
	margin-bottom		: 15px;	
}

.archive .search .col {
	float				: left;
	margin-right		: 15px;
}

.archive .navigation {
	margin				: 15px 0;
}


/*
 * Keywords on edit article
 */

div.keywordBox {
	float				: left;
	margin-right		: 20px;
	margin-bottom		: 20px;
}

div.keywordBox div.headline {
	font-size			: 14px;
	margin-bottom		: 5px;
	font-weight			: bold;
	
}

div.divAddKeyword input {
	margin-top			: 5px;
	margin-right		: 5px;
	width				: 220px;
}

a.addKeywordLink {
	font-size			: 10px !important;
	margin-top			: 3px;
}

div.divAddKeyword a {
	float				: right;
	margin-top			: 5px;
}

span.showKeywordExplanation {
	font-size			: 14px;
	color				: #24478d;
	cursor				: pointer;
	text-shadow			: 2px 2px 2px #dbd8d8;
}

div.keywordExplanation {
	margin				: 10px;
	padding				: 10px 20px 10px 10px;
	border				: 1px solid #a8eb60;
	background-color	: #bbfa78;
	position			: relative;
	display				: none;
	font-size			: 11px;
	width				: 410px;
}

div.keywordExplanation div.close {
	position			: absolute;
	top					: 5px;
	right				: 10px;
	font-size			: 10px;
	color				: #63a021;
	font-weight			: bold;
	cursor				: pointer;
}


.fbdata:nth-child(2) {
	padding-left: 10px;
}

/* */
table#formtable p.adWarning {
	display: none;
	color: red;
	margin: 0 0 10px 0;
	font-size: 11px;
	font-weight: bold;
}

/* paragraphs */
table#formtable tr.paragraph span.pageTitleInfo {
	font-size: 11px;
	color: #7A7A7A;
}

div.simpson-article-form input[type="submit"] {
	padding: 6px 5px;
	cursor: pointer;
}

div.simpson-article-form input[type="submit"]:hover {
	background: #d4d0c9;
	color: #000000;