/*
	This is a CSS document
	@author:	Muhammad Ibrahim
	@date:		March 26, 2008
	@updated:	March 31, 2008
*/


h1, h2 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: verdana, arial, times;
	font-size: 16px;
	color: #000000;
	border: 1px solid #9fc;
	background-color: #9fc; /* #dddddd; */
}

h2 a {
	color: #000000;
	border-bottom: 1px dotted #999999;
}

h2 a:visited {
	color: #000000;
}

h2 a:hover {
	color: #996600;
	border-bottom: 1px dotted #996600;
}

/* Below is the style for the lecture list */
.lectures-description {
	border: 1px solid #9fc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.lectures-description a {
	border-bottom: 1px dotted #999999;
	color: #009966;
/*	text-decoration: none;
	color: green;
	background-color: #dddddd;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	display: block;	
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: verdana, arial, courier;
	font-weight: bold;
	font-size: 12px;
*/
}

.lectures-description a:visited {
	color: green;
}

.lectures-description a:hover {
	text-decoration: none;
	color: red;
	border-bottom: 1px dotted red;
}

#plain-links a {
/*
	color: green;
	background: #eeeeee;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
*/	
}

#plain-links a:visited {
	color: green;
	background: #eeeeee;	
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	/* padding-left: 20px; */
}

#plain-links a:hover {
	color: green;
	background: #ffffcc;
}

hr {
	border: none 0;
	border-top: 1px dotted #cccccc;
	height: 1px;
}

#pagenumbers {
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;

}

#pagenumbers a {
	border: 1px solid #cccccc;
	padding: 6px 6px 6px 6px;
}

#pagenumbers a:hover {
	border: 1px solid green;
	background: #ffc;
}

/* Below is the style for the input boxes */

input {
	color: black;
	height: 16pt;
	font-family: verdana, arial, times;
	font-size: 14px;
	border: 1px solid #66cc99;
}

input:focus {
	border: 1px solid #003300;
	/* background: #ffc; */
}
recaptcha_response_field {
	color: black;
	height: 16pt;
	font-family: verdana, arial, times;
	font-size: 14px;
	border: 1px solid #66cc99;
}

recaptcha_response_field:focus {
	border: 1px solid #003300;
}

div#custom_theme_widget {
	display: none;
}
	
textarea {
	color: black;
	font-family: verdana, arial, times;
	font-size: 14px;
}

textarea {
	border: 1px solid #66cc99;	
}
	
textarea:focus {
	border: 1px solid #003300;
}

.dropcap {
  float: left;
  font: normal 48pt/0.8em Georgia, Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: white;
  background: #063;
  margin-right: 8px;
  padding: 3px 5px 7px 5px;
}