/* 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;
}
.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;
	padding: 0;
	z-index: 100;
	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;
}
