@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic);


/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */



.greenbox 
{
border:3px solid #00FF00;
padding:10px 10px; 
border-radius:15px;
-moz-border-radius:15px; /* Firefox 3.6 and earlier */
text-align:left;
}


#nav {
height: 21px;
width:473px;
position: relative;

margin: 0;
padding: 0;
}

#nav li {
float: left;
}

#nav li a {
position: absolute;
top: 0;
margin: 0;
padding: 0;
display: block;
height: 21px;
background: url(http://www.searchdaimon.com/images/sd_images/main_sprite.png) no-repeat;
text-indent: -9999px;
overflow: hidden;
}

 
 li#main_menu_01_png a { 
    width                : 58px; 
	left 				 : 0px; 
    background-position  : -0px -0px; 
 } 
 
 li#main_menu_02_png a {  
    width                : 53px; 
	left 				 : 58px; 
    background-position  : -58px -0px; 
 } 
 
 li#main_menu_03_png a { 
    width                : 74px; 
	left 				 : 111px;
    background-position  : -111px -0px; 
 } 
 
 li#main_menu_04_png a { 
    width                : 101px;
	left  				 : 185px;
    background-position  : -185px -0px; 
 } 
 
 li#main_menu_05_png a {
	width                : 70px;
	left  				 : 286px;
	background-position  : -286px -0px;
 } 
 
 li#main_menu_06_png a {
	width                : 79px;
	left 				 : 358px;
	background-position  : -358px -0px;
 } 
 
 li#main_menu_07_png a { 
    width                : 36px; 
	left 				 : 437px;
    background-position  : -437px -0px; 
 } 
 
 #CheckMarkNo1515_png a { 
    height               : 15px; 
    width                : 15px; 
    background-position  : -473px -0px; 
 } 
 
 #CheckMarkYes1515_png { 
    height               : 15px; 
    width                : 15px; 
    background-position  : -488px -0px; 
 } 


.blogFriends p {
	font-size: 12px;
}
.blogFriends h3 {
	font-size: 17px;
	line-height:200%;
}
.md5 A:link {
	color: #999999;
}


.contents {
 background: 		#EFEFF4;
 border-left:		1px solid #B2B3CE;
 border-top:		1px solid #B2B3CE;
 border-bottom:		1px solid #B2B3CE;
 border-right:		1px solid #B2B3CE;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #38394B;
 margin:			8px 2px 10px 6px;
 padding:			5px 10px 10px 6px;
}

.textlink A:link {text-decoration: underline;} 
.textlink A:visited {text-decoration: underline;} 
.textlink A:active {text-decoration: underline;} 
.textlink A:hover {text-decoration: none; color: red;}


.tipbox {
	background-color: #F39;
	padding:5px 5px 5px 5px;
	margin-bottom: 20px;
}

.tipbox p {
	margin: 0;
}

.downloads p{
	margin: 0;
	/*color: red;*/
}

table.downloads {
	border-width: 0px;
	border-style: hidden;
	border-color: red;
	border-collapse: collapse;
	background-color: white;
}
table.downloads th {
	border-width: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
}
table.downloads td {
	border-width: 1px;
	padding: 1px 1px 1px 5px; /* top, right, bottom, left */
	border-style: dotted;
	border-color: gray;
	background-color: white;
}


.inline_table h1 {
	display:inline;
}
.inline_table h2 {
	display:inline;
}
.inline_table h3 {
	display:inline;
}
.inline_table p {
	display:inline;
}
.inline_table td {
	vertical-align: top;
}

.text1imageCaption {

        font-family: Arial;
        font-size: 11px;
        color: #4F4F4F;

        font-weight: normal;
        text-decoration: none;
margin: 0.5em 0pt 1.5em 0.8em; 
}


.installation_guide img {
	margin-bottom: 20px;
}

.features p.what {
    text-align: left;

}
.inline p {
	display:inline; color: #4F4F4F;
} 
.textHead1 {

        font-family: Arial;
        font-size: 20px;
        font-weight: bold;
        
}

img { border: 0 }
*{outline: none;}



.sourceCode1 {color: #CC6600}
.sourceCode7 {color: #006600}
.sourceCode8 {color: #66CC00}









textarea, input, select {
        font-family: Tahoma;
        font-size: 10px;
        color: #000000;
        font-weight: normal;
	
}
input[type=text], input[type=email], input[type=password] {
	width: 200px;
}
input[type=submit] {
	padding: 4px 10px;
	font-weight: bold;
}


.tableDetail {
        font-size: 10px;
        font-family: Tahoma;
        color: #49394E;
}

.text2green {
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        color: #339933;
}


.textRightMenu {

        padding-top:2px;
        padding-bottom:2px;

        font-family: Arial;
        font-size: 12px;
        color: #4F4F4F;
        font-weight: normal;
        text-decoration: none;
        line-height: normal;

}
.textlistgrey {


        font-family: Arial;
        font-size: 12px;
        color: #4F4F4F;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.5;

}
.textlistgrey ul {
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 0;


}
.text1white {


        font-family: Arial;
        font-size: 12px;
        color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
        line-height: normal;

}

.text2big {

        font-family: ARIAL;
        font-size: 12px;
        font-weight: bold;
        color: #009900;
}
.text1greysmall {

        font-family: Arial;
        font-size: 11px;
        color: #4F4F4F;
/*      color: #FF0000; */
        font-weight: normal;
        text-decoration: none;
        line-height: normal;
}
.text2hedgreen {

        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color: #009900;
}
.text1greybottomline {
        font-family: Arial;
        font-size: 12px;
        color: #4F4F4F;
        font-weight: normal;
        text-decoration: none;
        line-height: normal;
        border-bottom-width: thin;
        border-bottom-style: solid;
        border-bottom-color: #F4F4F4;

}

.features tr.tf p {
     color: black ;
    font-size: 12px;
}
.features tr.t2 p {
     color: black ;
    font-size: 12px;
}

.features tr.th p {
    color: white;
    font-size: 12px;
}

table.features {
    margin:0;
    padding:0;
}
.features tr {
    margin:0;
}
.features td {
    text-align: center;
    border-right: solid 1px #1d3a5a;
    border-bottom: solid 1px #1d3a5a;
    margin: 0;
    padding: 0.3em 0.6em 0.3em 0.6em;
}
.features tr.th {
    background: #3973b3;
}
.features tr.th td {
    border-top: solid 1px #1d3a5a;
    color: white;
}
.features td.tf {
    border-left: solid 1px #1d3a5a;
}
.features tr.t2 {
    background: #9cb9d9;
}

div.untranslated {
        background-color: #FFCCFF;
        float:left;
        padding: 4px;
        margin: 4px 4px 0px 4px;
}
IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  .center {
	display: block;
    margin-left: auto;
    margin-right: auto
}
 .main_sprite {
 	background: url(http://www.searchdaimon.com/images/sd_images/main_sprite.png) no-repeat;
 }
 #CheckMarkNo1515_png { 
    height               : 15px; 
    width                : 15px; 
    background-position  : -477px -0px; 
 } 
 
 #CheckMarkYes1515_png { 
    height               : 15px; 
    width                : 15px; 
    background-position  : -496px -0px; 
 } 


.text2bighed {

        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
}




/*--Main Container--*/
.main_view {
        float: left;
        position: relative;
}

/*--Window/Masking Styles--*/
.window {
        height:285px;   width: 790px;
        overflow: hidden; /*--Hides anything outside of the set width/height--*/
        position: relative;

}
.image_reel {
        position: absolute;
        top: 0; left: 0;
}
.image_reel img {float: left; border:0;}


/*--Paging Styles--*/
.paging {
        position: absolute;
        bottom: 40px; right: -7px;
        width: 178px; height:47px;
        z-index: 100; /*--Assures the paging stays on the top layer--*/
        text-align: center;
        line-height: 40px;
        background: url(http://static.searchdaimon.com/images/sd_images/paging_bg2.png) no-repeat;
        display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
        padding: 5px;
        text-decoration: none;
        color: #fff;
}
.paging a.active {
        font-weight: bold;
        background: #920000;
        border: 1px solid #610000;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}


.doctitle {
     	font-family: Verdana, Sans-serif, Arial, 'Trebuchet MS', 'Times New Roman';
     	margin: 5px 0 0;
     	padding: 1px 5px 1px;
     	-moz-border-radius: 0.3em;
	text-align: center;
}

h1.doctitle  {
     	border: 1px solid #6b89d4;
    	background: #e6edff;
	margin-bottom:25px;
}

/*
 Google plus customization as described by http://www.daddydesign.com/wordpress/how-to-customize-your-google-page-badge/
*/
#googleplus_widget{
	width: 256px;
	height: 54px; 
	float: left; 
}
#googleplus_widget span{
	width: 256px;
	height: 54px;
	float: left;
	overflow: hidden;
	background: #fff; 
}
#googleplus_widget span div{
	margin: -1px 0 0 -1px !important;
	position: relative; 
}

/* Message boxes */
.msgBox table { 
	border : 0;
}

.msgBox {
	padding : 1em; 
	border-top : 1px solid; 
	border-bottom: 1px solid; 
	margin-bottom:1em;
	min-width: 596px;
}

.msgBox .msgBoxText {
	font-size : small;
}

.msgBox .icon {
	background : no-repeat;
}
.msginfo { background : #eff2fb; }

.msgerror, .warning { 
	background : #fefcea; 
	background-repeat:no-repeat;
}

.msginfo .icon { 
	background-image : url(http://static.searchdaimon.com/images/sd_images/msgBox_info.png); 
}
.msgerror .icon, .warning .icon { 
	background-image : url(http://static.searchdaimon.com/images/sd_images/msgBox_error.png); 
}


/*
Buttons
*/
a.myButton{-moz-box-shadow:inset 0px 1px 0px 0px #ffeccf;-webkit-box-shadow:inset 0px 1px 0px 0px #ffeccf;box-shadow:inset 0px 1px 0px 0px #ffeccf;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffb340), color-stop(1, #eb9006) );background:-moz-linear-gradient( center top, #ffb340 5%, #eb9006 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb340', endColorstr='#eb9006');background-color:#ffb340;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #eb9006;display:inline-block;color:#000;font-family:Arial;font-size:19px;font-weight:bold;padding:13px 24px;text-decoration:none;text-shadow:1px 1px 0px #f8cf8c}
a.myButton:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eb9006), color-stop(1, #ffb340) );background:-moz-linear-gradient( center top, #eb9006 5%, #ffb340 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb9006', endColorstr='#ffb340');background-color:#eb9006}
a.myButton:active {position:relative;top:1px}

/*
SearchDaimon.com
Author: Dean Elliott - http://www.deanelliott.me
*/



/*
0.0 - Default Styles
*/
body{background:#fff;font-family:'Droid Serif', Times, Georgia, serif;font-size:15px;color:#000}
a:link, a:visited{color:#054b91;text-decoration:none}
a:hover{color:#0063c5}
p{margin-bottom:18px}
.left{float:left}
.right{float:right}
.group:after {visibility: hidden;display: block;content: "";clear: both;height: 0}
* html .group{ zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */



/*
0.1 - Basic Global Styles
*/
.container{width:960px;margin:0 auto;padding:0 10px}
.ubuntu{font-family:'Ubuntu',Helvetica, Arial,sans-serif}
.block{display:block;margin-bottom:20px}

@font-face{font-family: 'UbuntuBold';src: url('http://static.searchdaimon.com/sd_uploaded/fonts/Ubuntu-B-webfont.eot');src: url('http://static.searchdaimon.com/sd_uploaded/fonts/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),url('http://static.searchdaimon.com/sd_uploaded/fonts/Ubuntu-B-webfont.ttf') format('truetype'),url('http://static.searchdaimon.com/sd_uploaded/fonts/Ubuntu-B-webfont.svg#UbuntuBold') format('svg');font-weight: normal;font-style: normal}
@font-face {font-family: 'UbuntuMedium';src: url('http://static.searchdaimon.com/sd_uploaded/fonts/Ubuntu-M-webfont.eot');src: url('http://static.searchdaimon.com/sd_uploaded/fonts/Ubuntu-M-webfont.eot?#iefix') format('embedded-opentype'),url('http://static.searchdaimon.com/sd_uploaded/fonts/Ubuntu-M-webfont.ttf') format('truetype'),url('http://static.searchdaimon.com/sd_uploaded/fonts/Ubuntu-M-webfont.svg#UbuntuMedium') format('svg');font-weight: normal;font-style: normal}

/*
1.0 - Header
*/
#mheader{background:url('http://static.searchdaimon.com/images/sd_images/header-bg.jpg') repeat-x;height:125px;margin-bottom:40px;padding-top:8px}
#mheader li{display:inline-block}

#mheader .menu{margin-top:28px;text-transform:uppercase}
#mheader .menu li{font-size:14px;margin-left:20px}
#mheader .menu li a:link, #mheader .menu li a:visited{color:#666}
#mheader .menu li a:hover{color:#eb9106}

#mheader .navigation{padding-top:27px;text-transform:uppercase}
#mheader .navigation li{font-size:17px;font-weight:300}
#mheader .navigation li.active a{background:#3973b3;color:#fff}
#mheader .navigation .left li{margin:0 30px 0 -10px}
#mheader .navigation .right li{margin:0 -10px 0 30px}
#mheader .navigation a:link, #mheader .navigation a:visited{color:#d0d0d0;padding:11px 10px 10px 10px}
#mheader .navigation a:hover{color:#fff}

/*
2.0 - Main Body
*/
.leftside {max-width:596px; float:left}

#mainbody{margin-bottom:20px}

.content h1{font-size:40px;font-weight:bold;margin-bottom:20px;color:#3973b3}
.content h2{font-size:30px;font-weight:bold;margin-bottom:20px;color:#3973b3}
.content h3{font-size:20px;font-weight:bold;margin-bottom:20px;color:#3973b3}
.content h4{font-size:15px;font-weight:bold;margin-bottom:20px;}


.content .title{color:#3973b3;font-size:36px;font-weight:bold;margin-bottom:20px}

.content .top{border-bottom:#e0e0e0 1px solid;margin-bottom:20px}
.content .top .title{font-size:43px}
.content .top p{font-size:20px;margin-top:30px}

.content .bottom{
		border-top:#e0e0e0 1px solid; 
		border-bottom:#e0e0e0 1px solid; 
		margin-top:20px; 
		padding-top:20px;
	}

.content .info {
  background:#f7f7f7;
  border:1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
}

.content .infosquare {
  background:#f7f7f7;
  border:1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px
  
}
.content .productinfo img {
 	border: 1px solid #DDD;
}


.content .tworow-left {
	width:300px; float:left;
	margin-right:30px
}
.content .tworow-right {
	float:right;
	width: 568px;
}
.content .tworow-container {
	overflow:hidden;
	text-align: left;
	margin: 0px auto;
	padding: 15px 30px;
	border:0;
	width:898px;
}

.features{border-bottom:#e0e0e0 1px solid}

.features li{min-height:80px;margin-bottom:30px}
.features li h3{font-family:'Ubuntu',Helvetica, Arial,sans-serif;font-weight:bold;font-size:20px;color:#eb9106}
.features li .icon{width:80px;padding-top:15px}
.features li .addtoweb{padding-top:8px}
.features li .listcontent{width:510px}
.features li .listcontent p{font-size:17px}


.descriptionlinks{margin:0 0 10px -40px;padding-top:20px;width:765px}
.singledescription{float:left;width:160px;padding-left:40px}
.largedescription{width:173px;margin-left:40px;padding:0 40px;border-left:#e0e0e0 1px solid;border-right:#e0e0e0 1px solid}
.singledescription h4{font-family:'Ubuntu',Helvetica, Arial,sans-serif;color:#3973b3;font-size:20px;font-weight:bold;margin-bottom:5px;text-transform:uppercase}
.singledescription a:hover{color:#3973b3}
.singledescription a:active{color:#054b91}
.singledescription p{margin:0;padding:0}

/*
2.1 - Downloads
*/
p.select{font-size:17px;margin-bottom:40px}

.platform{margin-bottom:20px;padding-bottom:20px;border-bottom:#e0e0e0 1px solid}
.platform h3.block{font-size:22px;color:#000}

.platform li{float:left;width:252px;padding-right:45px}
.platform .cell{font-size:13px;color:#666;margin-bottom:12px}
.platform .first{font-size:15px;color:#000;height:60px}

.platform .myButton{background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6299d9), color-stop(1, #3974b3) );background:-moz-linear-gradient( center top, #6299d9 5%, #3974b3 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6299d9', endColorstr='#3974b3');background-color:#6299d9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;display:inline-block;color:#ffffff;font-family:arial;font-size:15px;font-weight:normal;padding:6px 9px;text-decoration:none}
.platform .myButton:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3974b3), color-stop(1, #6299d9) );background:-moz-linear-gradient( center top, #3974b3 5%, #6299d9 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3974b3', endColorstr='#6299d9');background-color:#3974b3}
.platform .myButton:active {position:relative;top:1px}

.license h3{margin-bottom:12px;font-size:17px}

.msidebar{width:300px;border-left:#e0e0e0 1px solid;padding-left:20px}
.msidebar a.myButton{-moz-box-shadow:inset 0px 1px 0px 0px #ffeccf;-webkit-box-shadow:inset 0px 1px 0px 0px #ffeccf;box-shadow:inset 0px 1px 0px 0px #ffeccf;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffb340), color-stop(1, #eb9006) );background:-moz-linear-gradient( center top, #ffb340 5%, #eb9006 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb340', endColorstr='#eb9006');background-color:#ffb340;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #eb9006;display:inline-block;color:#000;font-family:Arial;font-size:19px;font-weight:bold;padding:13px 24px;text-decoration:none;text-shadow:1px 1px 0px #f8cf8c}
.msidebar a.myButton:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eb9006), color-stop(1, #ffb340) );background:-moz-linear-gradient( center top, #eb9006 5%, #ffb340 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb9006', endColorstr='#ffb340');background-color:#eb9006}
.msidebar a.myButton:active {position:relative;top:1px}
.buttonmeta{font-size:12px;color:#444;padding:10px 0 0 10px}

.msidebar .widget{margin-bottom:40px}
.msidebar .widget .left{margin-right:15px}
.msidebar .widget h2{font-family:'Ubuntu',Helvetica, Arial,sans-serif;font-size:17px;color:#666;margin-bottom:24px}
.msidebar .widget li{margin-bottom:20px}


.msidebar table{margin:-63px 0 25px 0}
.msidebar tr{height:25px;font-size:13px} 

.msidebar .toprow{color:#666;height:60px;text-align:center;font-size:15px}
.featurename{width:145px}
.es{width:48px;text-align:center;padding:0 10px}
.msidebar .red{color:#d01111}
.msidebar .green{color:#339933}

/*
2.2 Normal(old) text
*/
.infotext ul{padding-left: 45px;margin: 2px;}
.infotext li{list-style-type:disc; }
.infotext dd{padding-left: 45px;margin: 2px;}
.infotext td{padding:5px}
.infotext table{margin-top:10px; margin-bottom:15px;}


.infopic { border: 1px solid #DDD; padding: 6px; }

.sidebar{width:200px;padding-left:20px}

.menuitem {padding-left:10px}




/*
3.0 - Footer
*/
#mfooter{background:url('http://static.searchdaimon.com/images/sd_images/pattern_footer.png') repeat;border-top:#3973b3 5px solid}
.darkbar{background:#000;height:31px}
.sitemeta{background:#282828;text-align:center;height:25px;border-top:#353535 1px solid;color:#888;font-size:13px;margin-top:10px;padding:4px 0 0 0;text-shadow:-1px -1px 0 #000}
.sitemeta p{margin:0}
#mfooter h2{color:#ccc;font-weight:300;text-transform:uppercase}
#mfooter #widgets{margin:-24px 0 0 -20px}
#mfooter .widget{width:145px;margin-left:20px}
#mfooter .widget li{font-size:13px;text-shadow:1px 1px 0 #000}
#mfooter ul{margin-top:22px}
#mfooter a:link, #mfooter a:visited{color:#ccc}
#mfooter a:hover{color:#fff}
#mfooter #large{width:300px}