/* richardlawley.com
 * Screen Stylesheet
 */
@import url(structure.css);
@import url(nav.css);
@import url(forms.css);
@import url(photos.css);
@import url(tables.css);
 
/*-------------------------------------
 * Page Structure
 *-----------------------------------*/
html body {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	voice-family: "\"}\""; voice-family: inherit;
	font-size: small;
	text-align: left;
}
html>body {
	font-size: small;
}
td {
	font-size: 11px;
	padding: 1px;
	line-height: 1.1em;
}

#skiplinks {
	display: none;
}


/*-------------------------------------
 * Generic Styling
 *-----------------------------------*/
html body, input, textarea {
	 font-family: Verdana, Tahoma, Arial, Sans-serif, Helvetica;
	 font-size: small;
}
a:link, a:visited {
	color: #36c;
	text-decoration: none;
}
a:visited {
	color: #939;
}
a:hover {
	color: red;
}
a img {
	border: 0;
}

/*-------------------------------------
 * Header section
 *-----------------------------------*/
#header {
	border-top: solid 1px white;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	margin-top: 0;
}
#header h1 {
	float: left;
	margin: 0;
	font-size: 140%;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 25px;
}
#header h1 a {
	color: Black;
	text-decoration: none;
	border-bottom: none;
}
#header h1 .titleword1 {
	font-weight: bold;
}

div.divLoggedIn {
	display: none;
}
div.divNotLoggedIn {
	display: none;
}

/*-------------------------------------
 * Main Bar
 *-----------------------------------*/
#contentmain, #contentmainfull, #contentmainwide {
	background-color: #FAFAFA;
	border: solid 1px #E0E0E0;
	margin-left: 5px;
	padding-top: 0px;
}
img.ArticlePictureOdd {
	float: right;
	margin-left: 4px;
}
#contentmain h2, #contentmainfull h2, #contentmainwide h2, .NewsHeader {
	padding-top: 10px;
	margin-top: 0;
	font-size: 150%;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	
}
div.ArticleFooter {
	clear: both;
}

/*-------------------------------------
 * Side Bar
 *-----------------------------------*/
#contentextra {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
}
#contentextra address {
	font-style: normal;
	line-height: 1.5em;
	padding-bottom: 1em;
}
#contentextra h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 130%;
}

/*-------------------------------------
 * Footer
 *-----------------------------------*/
#footer {
	background: #DAE0D2 url("../images/bg_bottom.gif") repeat-x top;
	padding: 10px;
	padding-left: 15px;
	margin-top: 10px;
	clear: both;
}
#footer p {
	font-size: 80%;
	margin: 0px;
	color: #808080;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted green;
}

h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h3 {
	padding-top: 1em;
}

form p, form td, form input, form textarea, form span {
	font-size: 11px;
}

.highlight {
	font-family: Verdana, sans-serif;
	border: red 1px solid;
	padding: 5px;
	background-color: #ffeeee;
	margin-bottom: 10px;
	margin-right: 10px;
}

/*-------------------------------------
 * Publications
 *-----------------------------------*/
.publication {

}
.publication .bibkey {

}
.publication .authors {}
.publication .title {
	font-weight: bold;
}
.publication .booktitle {
	font-style: italic;
}
.publication .downloads {
	display: block;
	text-align: right;
}

.NewsItem .NewsDate {
	text-align: right;
	color: Gray;
	font-size: 0.9em;
}
.photoright {
	float: right;
	margin: 3px;
	margin-top: 10px;
}
.NewsControls {
	text-align: right;
