a
{
	border:0px;
	text-decoration: none;
}

a.white
{
	border:0px;
	font-weight:bold;
	color:white;
}

img
{
	border:0px;
}

table{
	border-collapse: collapse;
	border-spacing: 0px;
}

.border
{
	border-width:1px;
	border-style:solid;
	border-color:#808080;
	height:24px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('/img/background.jpg');
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}

.style_white {
	color: #FFFFFF;
}

.title {
	color: #4040A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.left_menu
{
	color:#404040;
	font-family: Arial;
	font-size: 12px;
}

.board_header
{
	/* background-color: #C96263; */
	font-family: Arial;
	font-size: 10px;
	height: 26px;
	color: white;
	border-width:1px;
	border-style:solid;
	border-color:#808080;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.board_header2
{
	background-color: #6262C9;
	font-family: Arial;
	font-size: 10px;
	height: 24px;
	color: white;
}

#warning{
	width:600px;
	font-family: Verdana;
	font-size: 11pt;
	height: 60px;
	color:#F00;
}

#license_warning{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:200%;
	text-align:center;
	z-index: 1000;
	background-image:url('img/overlay_bg.png');
}

#ovr_box {
     width:700px;
     height:350px;
     margin: 120px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:30px 50px; 30px 50px;
     text-align:left;
 	 color:#E00;
	 font-size:13pt;
	 font-family:Calibri;
}

#ovr_close_area{
	color:#000;
}

#ovr_button_area{
	color:#000;
	text-align:right;
}

table.white_bg{
	margin:15px;
}

#stock_detail {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius:13px;
}

input.small_btn {
	width: 50px;
	height: 22px;
}

.menu_red_bg {
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}