/* Styles for lists of attachments */

div.attachmentsList table {
    background-color: transparent;
    border: 0px solid #CCCCCC;
}

div.attachmentsList caption {
    font-size: 110%;
    font-weight: bold;
    text-align: left; 
    margin-top: 4px;
}

div.attachmentsList thead {
    font-size: 90%;
    font-weight: bold;
    background-color: #F9F9F9;
}

div.attachmentsList th {
    border: 1px solid #DDDDDD;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;  
}

div.attachmentsList td {
    vertical-align:middle;
    padding-left: 3px;
    padding-right: 3px;
}
/*
div.attachmentsList table a { 
    font-weight: bold; 
}
*/
div.attachmentsList table img {
    vertical-align:middle;
	margin-right:3px;
	margin-top:1px;
	border:none;
}

div.attachmentsList td.at_file_size {
    text-align: right;
}

div.attachmentsList a.at_icon:hover {
    text-decoration: none;
}

/*
div.attachmentsList td.at_delete a         { color: red; }
div.attachmentsList td.at_delete a:link    { color: red; text-decoration: none; }
div.attachmentsList td.at_delete a:visited { color: red; text-decoration: none; }
div.attachmentsList td.at_delete a:hover   { color: red; text-decoration: underline; }
div.attachmentsList td.at_delete a:active  { color: red; text-decoration: none; }
*/
div.attachmentsList a         { color: #0b2c55; }
div.attachmentsList a:link    { color: #0b2c55; text-decoration: none; }
div.attachmentsList a:visited { color: #0b2c55; text-decoration: none; }
div.attachmentsList a:hover   { color: #0b2c55; text-decoration: underline; }
div.attachmentsList a:active  { color: #0b2c55; text-decoration: none; }

/* Style for the 'Add Attachment' link */
/*
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B2C55;
	text-decoration:none;
	font-weight:normal;
	line-height: 18px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B2C55;
	text-decoration:underline;
	font-weight:normal;
	line-height: 18px;
}


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 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;
}

.addattach img {
border:none;
}
