/* css for analyze and search_input */

div#atcastOutline {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
/*
div#btn {
	width: 798px;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
}
*/
div#analyzeoutline {
	width: 800px;
	margin-left: 50px;
	border-top: 2px solid #666666;
}

div.contents {
	clear: both;
	margin-left: 20px;
	font-size: 14px;
}

div#comment {
	padding-bottom: 20px;
}

div#manual {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

div#analyzebtn {
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #696969;
	text-align: center;
	font-size: 18px;
}

div#analyzebtn a {
	text-decoration: none;
	color: #F8F8FF;
	display: block;
	font-weight: bold;
}

div#analyzebtn a:hover {
	background-color: #DCDCDC;
	color: #00008B;
}

div.conttitle {
	clear: both;
	margin-top: 15px;
	margin-left: 2px;
	margin-bottom: 5px;
}

div.contimg {
	margin-left: 2px;
	margin-bottom: 10px;
}

div.image {
	margin-top: 4px;
	margin-left: 5px;
	margin-bottom: 30px;
}

div#smartbtn {
	margin-top: 12px;
	margin-left: 15px;
	margin-bottom: 12px;
}

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

div#buttonwrapper a.ovalbutton{
background: transparent url('/images/network/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;
}

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

div#buttonwrapper a.ovalbutton span{
background: transparent url('/images/network/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*/
}

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

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

div#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%;
}

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

/*\*/
* html div#buttonwrapper {
	height: 1em;
	overflow: visible;
}
div#footer {
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 20px;
	border-top: 2px solid #666666;
}

div#footerL {
	width: 392px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

div#footerL a {
	color: #DC143C;
}

div#footerR {
	width: 392px;
	float: left;
	text-align: right;
	font-size: 11px;
}
