/* AtCAST Base CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	/*text-align: center;*/
	font-family: "Arial";
	font-size: 16px;
	color: #333333;
}

h1 {
	margin-top: 20px;
	margin-left: 50px;
}

h3 {
	margin-left: 50px;
	font-weight: bold;
}

th, td {
	white-space : nowrap;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

div#header {
	width: 100%;
	height: 20px;
	background-color : #d3ffce;
}

div#footer {
	margin: 20px 10px 40px 10px;
}

div#footer1 {
	width: 800px;
	margin: 20px 0px 0px 0px;
	padding: 4px 0px 20px 2px;
	border-top: 2px solid #666666;
}

div#footer1L {
	float: left;
	width: 400px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

div#footer1R {
	float: left;
	width: 398px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 12px;
}

div#footer1L2 {
	float: left;
	width: 50%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

div#footer1R2 {
	float: right;
	width: 50%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 12px;
}

div#footer1U {
	clear: both;
	width: 398px;
	padding: 0px;
	margin: 3px 0px 0px 62px;
	text-align: left;
	font-size: 12px;
}

div#footer1U2 {
	clear: both;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12px;
}

span#thispage {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

div#topmidashi {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

div#message {
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

div#testmessage {
	margin-left: 55px;
	font-size: 25px;
	color: Red;
	font-weight: bold;
}

div#btn {
	width: 800px;
	margin-right: 20px;
	margin-bottom: 5px;
	border-bottom: 2px solid #666666;
	text-align: right;
}

div#btn a:link, a:visited {
	color: #1e90ff;
}

div#btn a:hover {
	color: #003300;
}

div#btnn {
	width: 1000px;
	margin-right: 20px;
	margin-bottom: 5px;
	border-bottom: 2px solid #666666;
	text-align: right;
}

div#btnn a:link, a:visited {
	color: #1e90ff;
}

div#btnn a:hover {
	color: #003300;
}

div#tablename {
	padding-top : 5px;
	padding-left : 20px;
	padding-bottom : 5px;
	border-style : double none;
	border-color : #FF9999;
	color : #333333;
	font-weight : bold;
	font-size : medium;
	line-height : 2;
	text-decoration : underline;
}

div#section {
	padding-top : 5px;
	padding-left : 40px;
	font-weight : bold;
}

div#section a:link {
	text-decoration : none;
	color : #993333;
}

div#section a:visited {
	text-decoration : none;
	color : #993333;
}

div#section a:hover {
	text-decoration : underline;
	color : #FF3333;
}

div#abbreviation li {
	padding-left : 35px;
	list-style : none;
}

div#abbreviation a:link {
	text-decoration : none;
}

div#abbreviation a:visited {
	text-decoration : none;
}

div#abbreviation a:hover {
	text-decoration : underline;
}

div#outline {
	width: 560px;
	margin: 0px 0px 20px 0px;
}

div#menu {
	margin-top: 20px;
	margin-left: 100px;
}

div#menu a:link, div#menu a:visited {
	text-decoration: none;
	color: #FF3333;
}

div#menu a:hover {
	text-decoration : underline;
	color: #FF3333;
}

div#closelink {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}

div#toplink {
	width: 900px;
	margin: 10px auto;
	padding-bottom: 10px;
	text-align: left;
}

p#searchtop {
	margin-top: 15px;
	margin-bottom: 0px;
}

p.title {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-indent: 1em;
	color: #333333;
}

p.input {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}

p.select {
	margin: 10px 0px 0px 0px;
	padding-top: 10px;
	padding-left: 15px;
	border-top: 2px dotted #708090;
}

p.sel_log {
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
}

div.mtblmlink {
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 15px;
	padding: 0px;
}

div.a {
	text-decoration: none;
}

div#centerbox {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonwrapper a.ovalbutton{
background: transparent url('/images/atcast/button-left_blue.gif') no-repeat top left;
display: block;
float: left;
font: normal 18px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

.buttonwrapper a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

.buttonwrapper a.ovalbutton span{
background: transparent url('/images/atcast/button-right_blue.gif') no-repeat top right;
display: block;
padding: 4px 21px 4px 10px; /*Set 11px below to match value of 'padding-left' value above*/
}

.buttonwrapper a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

.buttonwrapper a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #003300;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.buttonwrapper:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .buttonwrapper {
	height: 1em;
	overflow: visible;
}

div#news {
	margin: 15px 0px;
	text-align: left;
	font-weight: bold;
	color: red;
}


.go {
	vertical-align: middle;
}