
/* Styles for lists of attachments */

div.file_attachments {
	margin-top: 20px;
}

div.file_attachments table {
	width:100%;
	border: none;
}

div.file_attachments caption {
	color: #354D82;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #354D82;
}

div.file_attachments thead {
	font-weight: bold;
	background-color: #EEEEEE;
}

div.file_attachments th {
	border: 1px solid #D0D0D0;
}

div.file_attachments tr.odd {
	background-color: transparent;
}

div.file_attachments tr.even {
	background-color: #EEEEEE;
}

div.file_attachments td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.file_attachments table a {
	font-weight: bold;
}

div.file_attachments table img {
	vertical-align: text-bottom;
}

div.addattach img {
	padding-right: 3px;
}

div.addattach a.at_icon:link {
	text-decoration: none;
}

div.addattach a.at_icon:visited {
	text-decoration: none;
}

div.addattach a.at_icon:hover {
	text-decoration: none;
}

div.addattach a.at_icon:active {
	text-decoration: none;
}

div.file_attachments a.at_icon {
	padding-right: 10px;
}

div.file_attachments a.at_icon:link {
	text-decoration: none;
}

div.file_attachments a.at_icon:visited {
	text-decoration: none;
}

div.file_attachments a.at_icon:hover {
	text-decoration: none;
}

div.file_attachments a.at_icon:active {
	text-decoration: none;
}

div.file_attachments a.at_url:link {
	text-decoration: none;
}

div.file_attachments a.at_url:visited {
	text-decoration: none;
}

div.file_attachments a.at_url:hover {
	text-decoration: none;
}

div.file_attachments a.at_url:active {
	text-decoration: none;
}

div.file_attachments td.at_file_size {
	text-align: right;
	padding-right: 5px;
}

div.file_attachments th.at_downloads {
	text-align: center;
}

div.file_attachments td.at_downloads {
	text-align: center;
}

div.file_attachments th.at_modify {
	text-align: center;
}

div.file_attachments td.at_modify {
	text-align: center;
}

/* Style for the 'Add Attachment' link */



div.addattach {
	margin-top: 4px;
}

div.addattach a:link {
	color : red;
	text-decoration: none;
}

div.addattach a:visited {
	color : red;
	text-decoration: none;
}

div.addattach a:hover {
	color : red;
	text-decoration: underline;
}

div.addattach a:active {
	color : red;
	text-decoration: none;
}

div.addattach a img {
	vertical-align: text-bottom;
}

/* Styles for the upload page (move to attachments2.css?) */

div.uploadAttachmentsPage {
	margin-left: 15px;
	margin-top:10px;
}

/* For the link to change the article */



a.changeButton {
	padding-top: 1px;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 20px;
	font-size: 90%;
	color : #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #888888;
}

a.changeButton:link {
	color : #333333;
	text-decoration: none;
}

a.changeButton:visited {
	color : #333333;
	text-decoration: none;
}

a.changeButton:hover {
	color : #333333;
	text-decoration: none;
	background-color: #DDDDDD;
}

a.changeButton:active {
	color : #333333;
	text-decoration: none;
}

/* Styles for upload form */



input#description {
	width: 100%;
}

input#upload {
	width: 100%;
}

form.attachments {
	margin-top: 6px;
	margin-left: -2px;
}

form.attachments legend {
	font-size: 140%;
	font-weight: bold;
}

form.attachments div.formWarning {
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	line-height: 120%;
	padding: 8px;
	padding-left: 15px;
	margin-bottom: 10px;
	color: #0000CC;
	background-color: #FFFF66;
}

form.attachments input#upload_warning {
	background-color: #FFFF66;
}

div.uploadAttachmentsPage h1 {
	color: #000;
}

div.requestLogin h1 {
	color: #135cae;
	font-size: 130%;
	line-height: 130%;
}

div.requestLogin h2 {
	font-size: 115%;
	line-height: 115%;
}

div.requestLogin h2 a {
	font-size: 100%;
	font-weight: bold;
}

/* Styles for warnings */

div.warning {
	margin-left: 20px;
	margin-top: 10px;
}

div.warning h1 {
	line-height: normal;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: red;
}

div.warning h2 {
	line-height: normal;
	font-size: 150%;
	font-weight: bold;
}

/* Styles for delete warnings */

div.deleteWarning {
	margin-left: 20px;
	margin-top: 10px;
}

div.deleteWarning h1 {
	line-height: normal;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: red;
}

div.deleteWarning h2 {
	line-height: normal;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
