﻿/* CSS Document */


/*------------- general formatting ------------------------*/

td{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	line-height:16px;
	text-decoration:none;
	color:navy;
	font-weight: normal;
	margin:0;
	}

td a{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	text-decoration:underline;
	color:purple;
	font-weight: normal;
	}
	
td a:hover{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	text-decoration:underline;
	color:purple;
	font-weight: normal;
	}

th{
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	color:#1075C3;
	margin:0;
	padding:0;
}

h1{
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	color:navy;
	margin:2;
	padding-bottom:5;
}

h2{
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	color:navy;
	margin:0;
	padding:0;
}

h3{
	font: 12px Arial, Verdana, Arial, Helvetica, sans-serif;
	color:navy;
	margin:0;
	padding:0;
}

p{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	line-height:16px;
	text-decoration:none;
	color:navy;
	font-weight: normal;
	}	

li{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	line-height:16px;
	text-decoration:none;
	color:navy;
	font-weight: normal;
	}	


p a{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	text-decoration:underline;
	color:purple;
	font-weight: normal;
	}

	
p a:hover{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	text-decoration:underline;
	color:purple;
	font-weight: normal;
	}

/*------------- article classes ------------------------*/

td.article_list{
	vertical-align:top;
	horizontal-align:left;
	background-image:url(pics/vitc_40pct.jpg);
	border-top:1px dashed #666; 
	border-bottom:1px  dashed #666;
}

td.article{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	line-height:16px;
	text-decoration:none;
	font-weight: bold;
	color:white;
	background-color:#293592;
	padding:2px;
	margin:0;
	text-align:left;
	width: 530px;
}

td.authors{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	font-style:italic;
	font-weight: normal;
	color:navy;
	padding:2px;
	margin:0;
	text-align:left;
}

td.publisher{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	font-style:italic;
	font-weight: bold;
	color:navy;
	padding:2px;
	margin:0;
	text-align:left;
}


td.credit{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	font-style:italic;
	font-weight: normal;
	color:navy;
	padding:2px;
	margin:0;
	text-align:right;
}

td{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	line-height:16px;
	text-decoration:none;
	color:navy;
	font-weight: normal;
	margin:0;
	}

.bkgrnd {
border-top:1px dashed #666; 
border-bottom:1px  dashed #666;
border-right:0px  dashed #666;
clear:left; 
background-image:url(pics/vitc_40pct.jpg);
}


/*------------- button classes ------------------------*/

a.btn_abstract{
	background-image:url(images/btn_abstract_up.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 20px;
	width: 66px;
}

a.btn_abstract:hover {
	background-image:url(images/btn_abstract_down.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 20px;
	width: 67px;
}

a.btn_website{
	background-image:url(images/btn_website_up.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 20px;
	width: 67px;
}

a.btn_website:hover {
	background-image:url(images/btn_website_down.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 20px;
	width: 67px;
}

a.btn_fulltext{
	background-image:url(images/btn_fulltext_up.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 20px;
	width: 67px;
}

a.btn_fulltext:hover {
	background-image:url(images/btn_fulltext_down.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 20px;
	width: 67px;
}

a.btn_textpdf{
	background-image:url(images/btn_textpdf_up.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 20px;
	width: 67px;
}

a.btn_textpdf:hover {
	background-image:url(images/btn_textpdf_down.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 20px;
	width: 67px;
}


a.private {
	color:#fbfcfd;
}

a.private:hover{
	color:#fbfcfd;
}




