/* ----------------------------------------------------

	UBA Journals
	Stylesheet: textclass-specific.css

---------------------------------------------------- */
.special01 {
    background-color: #bcbcbc;
    color: white;
    padding: 0 6px 0 6px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
.collnavcontainer {
	background-color: #FF6600;
}

.navbanner img {
	/* compensate for whitespace surrounding image */
	margin: -4px 0 0 -7px;
}

.floatgeneralmenu a {
	color: #FF6600;
}

#header .collnavcontainer ul li:hover {
	background: #FF8533;
}

#header .collnavcontainer ul li{
	border-right: 1px solid #E1E1E1;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	markup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
a {
	color: #BF0000;
}

a:visited {
	color: #AA3300;
}

h2 {
	color: #FF6633;
}

h1.article {
	color: #FF6633;
}

h2.article {
	margin: 0 0 0 0;
    min-height: 1em;
    padding: 0;
	color: black;
    background: none;
	font-style: normal;
	font-weight:normal;
	font-size:1.5em;
	line-height:3em;
}

h3.article {
	font-size:1.0 em;
	font-style: normal;
	font-weight:bold;
}

h4.article  {
	font-style: normal;
	font-weight:normal;
	font-size:1.0em;
}

/* HOMEPAGE
*/

center.home{
	background-color: white;
}

#mainbodyhome  {
margin: 0;
padding: 0;
width: 1000px;
}

#mainbodyhome  h2.homeTopHead{
	margin: 0 0 0 0;
    min-height: 1em;
    padding: 0;
	color: black;
    background: none;
	font-style: italic;
	font-weight:normal;
	font-size:1.1em;
}

ul.homelist {
    list-style-type: none;
    margin-left: 40px;
    margin-top: 0;
    padding-left: 0;
}

ul.homelist  li{
	margin-top: 5px;
}

ul#archiveList{
    list-style-type: none;
    margin-left: 40px;
    margin-top: 0;
    padding-left: 0;
}

ul#archiveList li{
    list-style: none;
	margin-top: 2px;
}


table.hometable {
    margin-top: 30px;
    padding-top: 0;
}

h2.homeheader{
    font-family: serif;
    font-size: 2.0em;
    font-weight: normal;
    text-align: center;
	background-color:white;
	color:black;
	margin:0;
	padding:0;
	margin-top:20px;
}

h4.homeHead{
	line-height:3em;
}

h3.homeTopHead{
	line-height:3em;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
}

#instruct li {
	margin-left:30px;
    list-style: none outside none;
}

.authorg {
	font-size:0.9em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	tooltip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 
.mini-tooltip table td.mtt-content{
	background-color: #999; /*override*/
}