﻿/* CSS Definistion for WiseTrend.com 2010
====== This is ths link:     
<link rel="stylesheet" type="text/css" href="mystyles.css">

====== Can be added to HEAD: 
<style type="text/css">
    p {font-weight: normal; color: gray; }
    h1 {color: black; }
</style>

====== Can be done in-line:
<p style="color: blue; font-family: Arial; ">
*/
body {
	margin: 0;
	padding: 0;
}

html { 
min-height: 100%; 
margin-bottom: 1px;
overflow: -moz-scrollbars-vertical;
}

/*====================================================
Text format
======================================================*/
p {
	font-size: 10pt;
	color: #000000;
	line-height: 1.2;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.title_11_white {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.title_11_black {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	line-height: 1.2;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.body_10 {
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 1.2;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.body_10_bold_black {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	line-height: 1.2;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.small_8 {
	font-size: 8pt;
	color: #000000;
	line-height: 1.2;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.small_8_black {
	font-size: 8pt;
	color: #000000;
	line-height: 1.2;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.small_9_black {
	font-size: 9pt;
	color: #000000;
	line-height: 1.2;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.small_9_black_bold {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	line-height: 1.2;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.column_11_orange {
	font-size: 11pt;
	color: #FF9803;
	line-height: 1.2;
	font-family: Arial Bold, Verdana, Tahoma, sans-serif;
}
.column_10_orange {
	font-size: 10pt;
	color: #FF9803;
	line-height: 1.2;
	font-family: Arial Bold, Verdana, Tahoma, sans-serif;

}
.four_dots_orange_12pt {
	font-size: 12pt;
	color: #FF9803;
	line-height: 1.2;
	font-family: Arial Black, Verdana, Tahoma, sans-serif;
}

.nav {
	colspan: 3;
	background-color: #FFFFFF;
	height: 30;
	width: 140;
}
hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
}
li.body {
	background: url(images/arrow.png) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
/*====================================================
Link fonts
======================================================*/
a {
	font-size: 10pt;
	color: #000000;
	line-height: 1.2;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF9803;
	text-decoration: none;
}
.crums {
	font-size: 8pt;
	color: #999999;
	line-height: 1;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
}
.crums:hover {
	color: #FF9803;
	text-decoration: none;
}
.email {
	font-size: 10pt;
	color: #0033cc;
	line-height: 1;
	font-family: Arial, Tahoma, sans-serif;
}
.email:hover {
	color: #0033cc;
	font-weight: bold;
	text-decoration: none;
}
.section {
	font-size: 11pt;
	color: #000000;
	line-height: 1.2;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
}
.section:hover {
	color: #FF9803;
	text-decoration: none;
}
.section_small {
	font-size: 8pt;
	color: #ffffff;
	line-height: 1.2;
	font-family: Arial, Tahoma, sans-serif;
}
.section_small:hover {
	color: #FF9803;
	text-decoration: none;
}
/*====================================================
Search box from http://ultimatetutorials.com/web/dev/style-google-custom-search-form 
======================================================*/
#cse-search-box form {
	width: 180px;
}
#cse-search-box input {
	border: 0px solid #FF9900;
	background: #cccccc;
	height: 22px;
	float: left;
	vertical-align: middle;
}
#cse-search-box button {
	border: 1px solid #000000;
	cursor: pointer;
	background: #fff;
	height: 22px;
	float:left;
	vertical-align: middle;
}
/*====================================================
Dropdown menu settings 
======================================================*/
#sddm {
	margin: 0;
	margin-top:-20px;
	padding: 0;
	position:absolute;
	z-index: 2002;
	white-space: nowrap;
}
#sddm li {
	margin: 0px;
	padding: 3px;
	list-style: none;
	border-width: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	font: bold 10px arial;
	white-space: nowrap;
}
#sddm li a {
	display: block;
	margin: 0 px;
	border-width: 0px;
	padding: 3px 15px 3px 15px;
	background: #666;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
#sddm li a:hover {
	background: #FF9803;
	color: #ffffff;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	white-space: nowrap;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 3px;
	padding: 0;
	background: #E4E4E4;
	border: 0px solid #FFF;
	white-space: nowrap;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0px;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #999999;
	color: #FFF;
	font: bold 12px arial;
	border-width: 0px 0 0px 0;
	border-style: solid;
	white-space: nowrap;
}
#sddm div a:hover {
	background: #FF9803;
	color: #E4E4E4;
	white-space: nowrap;
}

/* ==================================
the following is used for WiseOCR online
   ================================== */
   
#container {
	margin: auto;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}
#container #header #header_left {
	float: left;
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container #header #header_right {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}
body {
	padding-top: 30px;
	background-color: #CCCCCC;
}
#container #content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#container #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #footer a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sbtn    {
	background-image: url(images/button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	width: 82px;
	background-image: url(images/button.gif);
}
#container #content #form1 legend {
	padding: 5px;
	margin: auto;
}
form {
	margin: 10px 5px 0px 5px;
}




#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}
label {
	padding: 0px;
	text-align: center;
}

.msg {
	text-align:left;
 	color:green;
	background-repeat: no-repeat;
 	margin-left:30px;
   margin-right:30px;
	padding:5px;
   padding-left:30px;
}

.emsg {
	text-align:left;
	margin-left:30px;
   margin-right:30px;
	color:red;
	background-repeat: no-repeat;
	padding:5px;
   padding-left:30px;
}

#loader{
   visibility:hidden;
}

#upload_form{
   height:100px;
}

#f1_error{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#FF0000;
}

#f1_ok{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#00FF00;

}

#upload_form, #xml_form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#upload_process, #xml_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:400px;
}
.link{
	font-size:18px;
}
.img{
	border:0px;
	margin:1px; 
	vertical-align:middle;
	height:32px;
	width:32px;
}
#file_link1, #file_link2{
	margin:0 10px;
}

legend{
	margin-left:10px;
	font-size:18px;
}
fieldset
{
margin:10px;
padding:10px;
}

