/*--  filename = vietnam-pubs.css  --*/
/*--  Used by: vietnam-pubs.html  --*/

/*----------------------------------------------------*/
/*--  Publication citations & links  --*/
/*--  Use: div class="vnPubs" to invoke.  --*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0px;
	padding:0px;
	font-size: 100%;
	background: white;
	overflow-y: visible;  /*--  x-axis scrollbar  --*/
	overflow-x: visible;  /*--  y-axis scrollbar  --*/
}

div.arrows {
display: inline-block;
	text-align:center!important;
	position:absolute;
	margin-top:6px!important;
	margin-bottom:6px!important;
	left:0px;
	bottom: -40px;
	width:100%;
	color:red!important;
	font-size:18px!important;
}

div.arrowsRight {
	float:right!important;
	padding-right:16px!important;
	/*--  hover {color:#b4aa50!important;  --*/
}

div.arrowsLeft {
	float:left!important;
	padding-left:16px!important;
	/*--  hover{color:#b4aa50!important;  --*/
}

a{
	display: inline;
	border-style: none;  /*--  solid, dotted, dashed  --*/
	border-width: 0px; border-color: red;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	background-color: transparent;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);  /*-- X-offset  Y-offset  Radius  Color
	padding: 1px 3px 1px 3px;  /*--  inside border.  top right bottom left --*/
}

a:hover{  /*--  mouse hover  --*/
	color: white;
	background-color: #C70603;
	text-decoration: none;
	background:    -moz-radial-gradient(ellipse, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background:         radial-gradient(ellipse, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-border-radius: 5px;
    	border-radius: 5px;
}

a:active{  /*--  the moment of clicking  --*/
	text-decoration: none;
	background: #6d0019;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	box-shadow:         0px 1px 1px rgba(255,255,255,0.9);
}

a:visited{
	color: #8c8c8c;
	background: #6d0019;
	text-decoration: none;
}

table {
	position: relative;
	top: 100px;
	left: 5%;
}

.txt {
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: white;
	color: black;
	font-weight: 400;
	font-size: 100%;  /*--  Allows use of "em" sizes  --*/
	border: 0px solid #6d0019;
	padding: 0px 20px 20px;
	margin: 0px;
	line-height: 18px;
}

.smallFont {
	font-size: 60%;
	font-family: sans-serif;
	padding: 0px 0px 0px;
	font-variant: small-caps;
	line-height: 18px;
}


div.h1-vnPubs {    /*--  Defines div class <h1> in vietnam-pubs.html.  --*/
	position: relative;
	top: 55px;
       	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 36px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #C70603;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        padding: 0px 0px 5px 0px;
}

div.h2-vnPubs {    /*--  Defines div class <h2> in vietnam-pubs.html.  --*/
	position: relative;
	top: 15px;
	padding: 0px 0px 20px 0px;
	border:  0px solid green;
        text-align: left;
        line-height: 20px;
        text-decoration: none;
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 25px;
	font-style: italic;
	color: #C70603;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

/*----------------------------------------------------*/
/*--  Last Copyright & Modified Date  --*/
/*--  vietnam-pubs.html  --*/
/*--  Use HTML: <span class="JSHcopyright-vnPubs"> to invoke --*/

.JSHcopyright-vnPubs{
	position: fixed;
	bottom: 50px; /*--  larger # is higher from bottom of window. --*/
	left: -35px;  /*--  force to left  --*/
	width: 110px;
	height: 35px;
	border: 1px solid #6d0019;
	margin:  1px 0px 0px 3px;  /*-- Outside border top right bottom left --*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
		color: #C70603;
		background-color: transparent;
		font-size: 0.5625em;
		letter-spacing: 0px;
		line-height: 8px;
		font-weight: 100;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		padding: 3px 0px 0px 0px;  /*-- Inside Border top right bottom left --*/
	/*--  Rotate  --*/
	-ms-transform: rotate(-90deg);  /*--  IE 9  --*/
	-webkit-transform: rotate(-90deg);  /*--  Chrome, Safari, Opera  --*/
	transform: rotate(-90deg);
}
