BODY	 { 
	background: #FFFFFF; 
	font-family: "Arial", "Calibri", "Tahoma";
	color: #333333;
	font-size:13px;
	margin:0;
}

.header { background: #c6b3cf; }
h1 { width:100%; color: #333; text-shadow: 0px 1px 1px #FFF; text-align: left; margin: 0px}
h2 { color: #006699; text-shadow: 0px 1px 1px #FFF;}
h3 { color: #11416D; border-bottom: 1px solid #E8E8E8; text-shadow: 0px 1px 1px #FFF;}

td {font-size:13px }

a {
	color: #11416D;
	text-decoration: None;
	text-shadow: 0px 1px 1px #FFF;
}

a:link   {color: #11416D;text-decoration: None;}
a:active {color: #11416D;text-decoration: None;}
a:visited{color: #11416D;text-decoration: None;}
a:hover  {color: #FF9900;text-decoration: None;}

button {
	cursor: pointer;
}

.topmenu a {
	margin-left: 3px;
	padding: 4px 6px;
	background: rgba(0,0,0,0.1);
	border-radius:3px;
}

.topmenu a:hover {
	background: #bf9ecf;
	color: rgba(0,0,0,0.8);
}

.topmenu .active {
	background: #c6b3cf;
	color: rgba(0,0,0,0.8);
}

.filemenu a {
	padding: 6px 9px;
}

.titlebox {background: #E0E0E0; border-bottom:  1px solid #CCC; border-top:  1px solid #E6E6E6;}
.title { color: #11416D; font-size: 18px; font-weight: bold; text-shadow: 0px 1px 1px #FFF;}

.leftnav {
	overflow: hidden;
	float: left;
	width: 160px;
	padding-top: 5px;
	border-right: 0;
	min-height: 95%;
}

.leftnav a {
	width: 134px;
	display: block;
	padding: 7px 12px;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	margin-bottom:1px;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
}

.leftnav a:hover {
	color: rgba(0,0,0,0.8);
	background-color: #bf9ecf;
}

.leftnav .active {
	background: #c6b3cf;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFF;
}

.leftnav .addnew {
	background: rgba(0,0,0,0.1);
}

.tags {
	background: rgba(0,0,0,0.1);
	border-radius: 15px;
	padding: 2px 5px;
}

.small {
	font-size: 90%;
}

.content {
	margin-left: 170px; 
	padding: 10px;
	min-height: 600px;
}

.content_in {
	background: #F6F6F6;
	border-radius: 5px;
	padding: 1px 10px;
	margin: 10px 0;
}


.thebox, .thesub	 {
	border: 1px solid #CCC;
	padding: 5px;
	width: 120px;
	border-radius: 5px;
	margin: 3px;
}

.thesub	 {
	width: 80px;
	font-weight: bold;
}


.menutitle {
	font-size:16px; 
	font-weight: bold;
	padding: 5px 8px;
}

.footer {
	clear: both;
	font-size:12px;
	color: #555555;
	background: #F6F6F6;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #E6E6E6;
	
}

#search			{float:right; padding:3px}
#search form	{margin:0px;padding:0px}
#search fieldset{margin:0px; padding:0px;white-space: nowrap; border:0; width:230px; max-width:50%;}
#search .text {border: 0; background: rgba(255,255,255,0.3); border-radius: 3px; width:200px; height:25px; margin:2px; padding:5px; }
#search .button-search {border: 0; background:transparent; margin:0; padding:0; color:rgba(0,0,0,0.6)}

.stocktbl, 
.nc {
	 border-collapse: collapse;
	 width: 100%;
}

.stocktbl .tblhead, 
.nc th {
	background: rgba(0,0,0,0.2);
	font-weight: bold;
	text-align:center !important;
}

.stocktbl td, 
.nc td,
.nc th {
	padding:5px 8px;
	border: 1px solid rgba(0,0,0,0.3);
	font-size: 12px;
}

.stocktbl .tblfoot {
	background: rgba(0,0,0,0.1);
	font-weight: bold;
}

.stocktbl .current {
	background: rgba(255,255,0,0.3);
	font-weight: bold;
}

.stocktbl .target {
	background: rgba(0,255,255,0.3);
}

.stocklink button {
	padding: 3px 7px;
	margin: 2px;
	font-size:12px;
}

.research {
	overflow:auto;
	margin: 5px;
}

.research span {
	line-height: 22px;
	white-space: nowrap;
	border-radius: 5px;
	font-weight: bold;
	padding: 3px 5px;
}

.highlight {
	background: rgba(255,200,0,0.1); 
	padding: 3px 8px; 
	border-radius:5px;
}

.up {
	color: green;
}

.down {
	color: red;
}

.tup {
	color:#33B; 
	font-weight:bold;
}

.nc .center {
	text-align: center;
}

.nc .right {
	text-align: right;
}

.notices {
	background: rgba(255,200,0,0.3); 
	display: block;
	border: 1px solid rgba(255,200,0,0.6);
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.black_overlay {
	display: none;
}

.black_overlay, 
#tipsOverlay,
#confirm_img,
#confirm_oimg,
#bigimg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.7);
    z-index : 1001;
}

#tipsOverlay img,
#bigimg img {
    margin-top: 3%;
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-height: 600px;
}

#confirm_img img {
    margin-top: 50px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 200px;
	max-height: 200px;
}

#confirm_oimg img {
    margin-top: 50px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 200px;
	max-height: 200px;
}

.white_content {
	display: none;
	position: fixed;
	top: 300px;
	left: 30%;
	width: 40%;
	padding: 16px;
	border: 5px solid #CCC;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.white_content img {
	float: right;
	width: 32px;
	height: 32px;
	border: 0;
}

.imglist {
	color: #888888;
	position: relative;
	width:174px; 
	height:170px; 
	float: left; 
	margin: 5px;
	padding: 5px;
	white-space: nowrap;
  	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.1); 
}

.imgname {
	background:rgba(255,255,255,0.7);
	padding: 2px 5px;
	border-radius: 3px;
}

#dropfile {
	border: dashed 3px rgba(0,0,0,0.3); 
	border-radius: 10px; 
	margin-top: 4px; 
	margin-left: 10px; 
	margin-bottom: 20px; 
	background:rgba(0,0,0,0.05);
}

.link1, .link2 {
	white-space: nowrap;
  	text-overflow: ellipsis;
	overflow: hidden;	
	float:left;
	display: inline-block;
}

.link1 {
	width:30%;
}

.link2 {
	width:60%;
}

.link1 a, .link2 a {
	margin:5px;
}	

.link3 {
	width:10%;
	float:right;
	text-align:right;
	padding-bottom: 5px;
}

a.link3 {
	color: rgba(0,0,50,0.9);
}

a.link3:hover {
	color: rgba(100,0,0,0.8);
}

.bold {
	font-weight: bold;
}

.dash_80p {
	width: 80%;
	float: left;
	margin-bottom: 10px;
}

.dash_70p {
	width: 70%;
	float: left;
	margin-bottom: 10px;
}

.dash_60p {
	width: 60%;
	float: left;
	margin-bottom: 10px;
}
.dash_50p {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.dash_40p {
	width: 40%;
	float: left;
	margin-bottom: 10px;
}

.dash_30p {
	width: 30%;
	float: left;
	margin-bottom: 10px;
}

.dash_20p {
	width: 20%;
	float: left;
	margin-bottom: 10px;
}

.dash_in {
	margin:8px;
	margin-left: 2;
}


@media only screen and (max-width: 900px) {
	body {
		font-size: 11px;
	}

	h1, h2, .title {font-size: 15px;}

		
	.leftnav {
		width: 110px;	
	}
	
	.leftnav a {
		font-size: 11px;
		width: 100px;
		display: block;
		padding: 5px;
	}

	.content {
		margin-left: 115px; 
		padding: 5px;
	}
	
	.link1, .link2 {
		width:90%;
	}
	
	.dash_80p,
	.dash_70p,
	.dash_60p,
	.dash_50p, 
	.dash_40p,
	.dash_30p,
	.dash_20p {
		width: 100%;
		float: none;
	}
}

