
/*
* CSS for INSG - International Nickel Study Group Website (http://www.insg.org/)
*
* By: Ricardo Ferreira, INSG
*
*/


html,body
{
    height:           100%;
}


body
{
    color: #000000;
    padding: 0px;
    margin: 0px;
    font-family: arial, Helvetica, 'Bitstream Vera Sans' , 'Luxi Sans' , Verdana, Sans-Serif;
    font-size: 12px;
    background-color: #FFFFFF;
}


a:link, a:visited
{
    color:            #000088;
    text-decoration:  none;
}


a:hover
{
    color: #000088;
    text-decoration: underline;
}


p 
{
    text-align:       justify;
    font-size:        12px;
    line-height:      1.2pc;
}



h1
{
    color:            #000088;
    font-size:        18px;
    font-weight:      bold;
}


h2 
{
    text-align:       justify;
    color:            #000088;
    font-size:        12px;
    font-weight:      bold;
}


table 
{
    margin-left:      auto;
    margin-right:     auto;
    clear:            none;
    border-collapse:  collapse;
    font-size:        12px;
}


td 
{
    padding:          5px;
    vertical-align:   top;
}





/* MASTER TABLE */


.mastertable
{
    border: 1px #C0C0C0;
    border-style: solid;
    top: 20px;
    padding: 10px;
    position: relative;
    width: 860px;
    background-color: #FFFFFF;
    bottom: 20px;
}

.mastertr
{
    height: 40px;
}

.tdlogo
{
    height: 120px;
    vertical-align: bottom;
    background: url(topbar11.jpg) repeat-x left top;
}

.tdlogotxt
{
    font-size: 30px;
    font-weight: bold;
    color: #000088;
    vertical-align: bottom;
    background: url(topbar11.jpg) repeat-x left top;
}





/* MENU */

.tdmenu
{
    padding: 2px 0px 0px 2px;
    vertical-align: bottom;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #3399FF;
}


#menu a:link, a:visited, a:hover
{
    color: #000088;
    text-decoration: none;
}

.hovertxt
{
    color: #FFFFFF;
}





/* MENU 2 */

#top-menu, #top-menu li ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#top-menu > li {
  width: 140px;
  float: left;
  position: relative;
}

#top-menu li ul {
  display: none;
  z-index: 100;
  width: 140px;
  position: absolute;
}

#top-menu li a {
	display: block;
}

#top-menu li:hover ul {
  display: block
}

#top-menu > li {
  background-color: #CCFFFF;
	margin: 0 1px 0 0;
}

#top-menu li:hover {
  background-color: #F8E5B5;
}

#top-menu > li > a {
  color: #000088;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
	line-height: 30px;
	padding: 3 10px;
  border: 0px solid #CCCCCC;
}

#top-menu li ul {
  background-color: #ffffff;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

#top-menu li ul li {
  border-bottom: 1px solid #CCCCCC;
}

#top-menu li ul li a {
  color: #000088;
  text-decoration: none;
  line-height: 30px;
	padding: 0 10px;
}

#top-menu li ul li a:hover {
  text-decoration: none;
}






/* OTHER */

.tdindex
{
    width: 285px;
    border-right-style: solid;
    border-width: 2px;
    border-color: #000080;
}

.pnews
{
    text-align: left;
    font-size:  11px;
}

.pform
{
    text-align: right;
}

.pdbdate
{
    text-align: right;
    font-style: italic;
}

.pdbnote
{
    text-align: left;
    font-style: italic;
}

.tdall
{
    width: 200px;
    border-right-style: solid;
    border-width: 2px;
    border-color: #000080;
}

.tdall2
{
    width: 660px;
}


.qmheader
{
    background-color: #6699FF;
    height: 25px;
    text-align: left;
    color: #000088;
    font-size: 12px;
    font-weight: bold;
}

.dataheader
{
    background-color: #CCFFFF;
}

.emptydata
{
    font-weight: bold;
}





/* MEMBER COUNTRIES */

#tablemember table
{
    border:           0px;
}

#tablemember tr
{
    height:           40px;
}

#tablemember td
{
    width:            165px;
    text-align:       left;
}

.flag
{
    height:           14px;
    width:            21px;
}







/* LOGIN */

.tdlogin
{
    padding: 0px;
    width: 250px;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}

.login {
	font: 12px;
	width: 247px;
}

.loginview
{
    color: #a83930;
    text-align: center;
    font: 0.9em/1.4em verdana, arial, helvetica, sans-serif;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 10px;
    padding-top: 10px;
}
