/* buttons.css */
/* This file is included on page
   that contains a button. */

/* Textbox Font*/
input {
	font-size:0.81em;
}
/* Main search textbox */
input.search {
	font-size:12px;
	width: 111px;
}
/* Publications search textbox */
input.searchPub {
	width: 85px;
}
/* Define table button begin */
table.button {
    padding: 0px;
    border: 0px;
}
table.button td {
    padding: 4px 6px 3px;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #999999;
}
table.button td a {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
}
table.button td.search {
    background-color: #6B6B6B;
    border-color: #C1BEAD;
}
/* Go to the country button color */
table.button td.country {
    background-color: #D0904A;
    border-color: #ADCCDF;
}
/* Publications search button color */
table.button td.searchPub {
    background-color: #9089A1;
    border-color: #C1BEAD;
}
/* Define table button end */

/* Define button text color */
a.button:link {
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
}
a.button:visited {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.button:active {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.button:hover {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}


/* Custom button */
table.button1 {
	padding: 0px;
	border: 0px;
	font-size: 10px;
}
table.button1 td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #999999;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}
table.button1 td a {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
}
table.button1 td.watch {
	background-color: #906F2F;
	font-size: 9px;
}

a.button1:link {
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
}
a.button1:visited {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.button1:active {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.button1:hover {
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
