/*
 * CSS for Cambridge University Press area
 *
 *
 * In the CUP site pages all content will appear inside a single div, called "indexcontent"
 * on the index page and #cup-content" on pretty much all other pages. To play nice wth the
 * rest of the LL site CSS we make sure that any generic tag rules here are written to only
 * take effect inside the #cup-content div.
 */

#cup-content {
	border: 1px solid black;
	background-image: url('../images/CEbackground-2.gif');
	background-repeat: repeat-y;
	color: black;
	font-family: Verdana;
	font-size: 12px;
	margin: 5px;
	padding: 10px;
	width: 690px;
}
			
#cup-content h1 {
	color: black;
	font-family: inherit;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
}

#cup-content h2 {
	font-family: inherit;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 15px;
	padding-top: 15px;
}

#cup-content h3 {
	font-family: inherit;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 15px;
	padding-top: 15px;
}

#cup-content a {
	color: black;
	font-family: inherit;
	font-size: 12px;
	text-decoration: underline;
}

#cup-content p {
	padding: 10px;
}

/*
	main-menu is the column of buttons on the index page.  It is marked up
	as an unordered list containing anchors, which in turn contain images.
*/

#main-menu {
	color: black;
	font-family: inherit;
	font-size: 12px;
	list-style: none;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#main-menu li {
	display: block;
	list-style: none; /* needed for IE6 */
	padding: 10px;
}

/*
 * contentitem is the class for divs containing individual
 * pieces of content, such as an article or announcement.
 */

.contentitem {
	color: inherit;
	text-align: center;
	font-family: inherit;
	font-size: 12px;
	text-align: justify;
}

.greenbox {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	margin: 0;
	padding: 10px; 
	text-align: justify;
	width: 550px;
}

#cup-content .greenbox {
	background-color: #00823D;
	border:1px solid black;
}

/*
 * cup-footer is the footer at hte bottom of all pages.
 * Its border color depends on what page it's on.
 */

#cup-footer {
	font-size: 12px;
	margin: 0 auto;
	padding: 10px; 
	text-align: center;
	width: 550px;
}

#cup-content #cup-footer {
	border: 1px solid black;
}

#cup-main-logo {
	width: 100%;
}

#cup-main-logo img {
	height: 90px;
	width: 700px;
}

#cup-navbar {
	height: 30px;
	padding: 10px 10px 10px 0;
}

#cup-content #cup-navbar {
	color: black;
}

#cup-navbar-home {
	display: block;
	float: left;
}

#cup-navbar-links {
	list-style: none;
	width: 100%;
}

#cup-navbar-links li {
	display: block;
	float: right;
	padding: 0 10px 0 10px;
}

#cup-navbar-links a {
	color: inherit;
	text-decoration: underline;
}

#cup-content .imgfix {
	border: 2px solid black;
}

.em { 
	font-style: italic;
}

.error {
	color: red;
	font-weight: bold;
	text-align: center;
}

#cup-content .article-abstract {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}

#cup-content .article-abstract a {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	text-decoration: underline;
}

#cup-content .article-author {
	display: block;
	padding: 10px 10px 15px 10px;
	text-align: left;
}

#cup-content .article-link {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	text-decoration: underline;
}

#cup-content .article-subtitle {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	text-align: left;
	text-decoration: none;
}

#cup-content .article-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 10px 0 10px;
	text-align: left;
	text-decoration: underline;
}

.exclusive {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#cup-content .quote {
	font-style: italic;
	text-align: left;
}

#cup-content .quote-source {
	font-weight: bold;
	padding-left: 40px;
	text-align: left;
}

.strong {
	font-weight:bold;
}

.big {
	font-size: 16px;
}

.underline {
	text-decoration: underline;
}

#login-form {
	padding-left: 50px;
	margin-left: 125px;
	width: 500px;
}

#login-form td {
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#login-form th {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

#registration-form {
	padding-left: 50px;
}

#registration-form input {
	font-size: 12px;
}

#registration-form select {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	width: 450px;
}

#registration-form td {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#registration-form .disclaimer {
	font-size: 11px;
	font-weight: normal;
	padding: 15px 0 15px 0;
	text-align: justify;
}

#registration-form th {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

#registration-info {
}

#registration-info td {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

#registration-info th {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

#cup-competitions {
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

#cup-competitions td {
	padding: 20px;
}

#cup-competitions th {
	padding: 40px 20px 20px 20px;
	vertical-align: top;
}

#cup-specials {
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
}

#cup-specials img {
	border: 2px solid black;
	width: 100px;
}

#cup-specials td {
	padding: 20px;
}

#cup-specials th {
	padding: 40px 20px 20px 20px;
	vertical-align: top;
}

#cup-news {
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
}

#cup-news img {
	border: 2px solid black;
	width: 100px;
}

#cup-news td {
	padding: 20px;
}

#cup-news th {
	padding: 40px 20px 20px 20px;
	vertical-align: top;
}

/*
 * #cup-comments-form are the tables in emailcomments1.cfm and emailcomments2.cfm
 */

#cup-comments-form {
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}

#cup-comments-form th {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
}

#cup-comments-form td {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}

#cup-comments-form input,
#cup-comments-form textarea {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
}

/*
 * #cup-update-info is the table in update1.cfm
 */

#cup-update-info-form {
	margin: 20px;
	width: 640px;
}

#cup-update-info-form th {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	width: 150px;
}

#cup-update-info-form td {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#cup-update-info-form input,
#cup-update-info-form textarea {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
}

#cup-update-info-form select {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	width: 450px;
}

#cup-forgot-pass-form {
	margin: 0 auto;
	width: 300px;
}

#cup-forgot-pass-form th {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	width: 50px;
}

#cup-forgot-pass-form td {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#cup-forgot-pass-form input {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
}

#cup-admin-menu {
	list-style: numeric inside;
	margin: 20px auto 20px auto;
	width: 300px;
}

#cup-admin-menu li {
	padding-bottom: 10px;
}

#cup-admin-member-list {
	border: 1px solid black;
	border-collapse: collapse;
	margin-left: 10px;
	width: 680px;
}

#cup-admin-member-list th {
	border: 1px solid black;
	padding: 3px 5px 3px 10px;
	text-align: center;
}

#cup-admin-member-list td {
	border: 1px solid #808080;
	padding: 3px 5px 3px 10px;
}

#cup-admin-member-search {
	margin-left: 10px;
	width: 680px;
}

#cup-admin-member-search th {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	width: 250px;
}

#cup-admin-member-search td {
	color: inherit;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
