/**************** body and tag styles ****************/

body
{
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center; /* for IE */
    margin: 0 auto; /* for the rest */
    background-color: white;
    color: #000000;
   }

#container
{
    width: 900px;
    font-family: Arial,Verdana, Helvetica, "Sans Serif";
    font-size: 12px;
    line-height: 1.6em;
    color: #000000;
    margin: 0 auto; /* for the rest */
    text-align: center;
}
#containerBE {
	FONT-SIZE: 14px; 
	MARGIN: 0px auto; 
	WIDTH: 900px; 
	COLOR: #000000; 
	LINE-HEIGHT: 1.6em; 
	FONT-FAMILY: Arial,Verdana, Helvetica, "Sans Serif"; 
	TEXT-ALIGN: center
}

#container2
{
    min-height: 400px;
    height: auto !important;
    height: 400px;
    width: 898px;
    font-family: Arial,Verdana, Helvetica, "Sans Serif";
    font-size: 12px;
   line-height: 1.6em;
    color: #000000;
    text-align: justify;
    margin-bottom: 10px;
}

h2
{
    color: #666666;
    font-size: 18px;
    font-family: Arial, Helvetica, "Sans Serif";
}

h3
{
    color: #666666;
    font-size: 18px;
    font-family: Arial, Helvetica, "Sans Serif";
    margin-bottom: 5px;
}
h4
{
    color: #0033cc;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, "Sans Serif";
    margin-bottom: 5px;
}
strong
{
    font-family: Verdana, Arial, Helvetica, "Sans Serif";
}
a
{
    color: #0033cc;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial,Verdana, Helvetica, "Sans Serif";
}

a:hover
{
    background-color: #FFFF00;
    color: #000000;
    text-decoration: underline;
}

ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}

/**************** images styles ****************/
a img
{
    border: none;
}
a:hover img
{
     background-color:White;
}

img.left, img.center, img.right
{
    padding: 4px;
}

img.left
{
    float: left;
    margin: 0 12px 5px 0;
}

img.center
{
    display: block;
    margin: 0 auto 5px auto;
}

img.right
{
    float: right;
    margin: 0 0 5px 12px;
}

/**************** form styles ****************/
form
{
    float: right;
    font-size: 9px;
    margin-top: 2px;
}

input
{
    margin-top: 2px;
    color: #999999;
    border: 1px solid #2763A5;
    font-size: 12px;
}

.button
{
    background-color: #6DA6E2;
    color: #FFFFFF;
    border: 1px solid #2763A5;
    font-size: 11px;
}

/**************** header styles ****************/
#header
{
    width: 896px;
    border: 0px;
    margin-top: 10px;
    clear: both;
    text-align: center; /* for IE */
    margin: 0 auto; /* for the rest */
}

#header p
{
    margin-top: 10px;
    margin-left: 160px;
}

/**************** menu styles ****************/

#menutabs
{
    width: 660px;
    padding-bottom: 1px;
    line-height: normal;
    text-align: center;
}
.menuline /*LINE UNDER MENU*/
{
    border-bottom: solid 2px #2763A5;
}
#menutabs td
{
    background: url(http://images.minalyzer.com/menu_tab_right.png) no-repeat right top;
    padding: 0;
    text-align: center;
}

#menutabs a
{
    float: left;
    background: url(http://images.minalyzer.com/menu_tab_left.png) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial,Verdana, "Sans Serif";
}

#menutabs td a span
{
    display: block;
    background: url(http://images.minalyzer.com/menu_tab_right.png) no-repeat right top;
    padding: 5px 15px 5px 6px;
    color: #FFFFFF;
}
#menutabs td a b
{
    display: block;
    background: url(http://images.minalyzer.com/menu_tab_right_visited.png) no-repeat right top;
    padding: 5px 15px 5px 6px;
    color: #FFFFFF;
}

#menutabs a:hover
{
    background-position: 0% -42px;
}
#menutabs a:hover span
{
    background-position: 100% -42px;
}
#menutabs a:hover span b
{
    background-position: 100% -42px;
}
/**************** section styles ****************/
.section
{
    width: 297px;
    padding-top: 5px;
    float: left;
    text-align: justify;
}

.section h4 a
{
    color: #0033cc;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, "Sans Serif";
    margin-bottom: 5px;
}

.section p
{
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.sectiontext
{
    width: 265px;
    text-align: justify;
}

.sectiontextleft
{
    width: 285px;
    padding-right: 10px;
    text-align: justify;
}

.sectiontextmid
{
    width: 285px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.sectiontextright
{
    width: 285px;
    padding-left: 10px;
    text-align: justify;
}
/**************** content styles ****************/
#content
{
    width: 670px;
    padding-left: 15px;
    padding-top: 5px;
    float: left;
    text-align: justify;
}

#content p
{
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

/**************** sidebar styles ****************/
#sidebar
{
    width: 213px;
    /*padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;*/
    float: right;
}

#sidebar p
{
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

/**************** contentdocumentation styles ****************/
.contentdoc
{
    width: 710px;
    padding-left: 1px;
    padding-right: 0px;
    padding-top: 2px;
    float: right;
   
}

.contentdoc p
{
    padding-bottom: 10px;
    
}

/**************** sidebardocumentation styles ****************/

.sidebardoc
{
    width: 180px;
    padding-left: 0px;
    padding-right: 1px;
    padding-top: 2px;
    float: left;
}

.sidebardoc p
{
    padding-bottom: 10px;
}

/**************** contentlanding styles ****************/
.contentland
{
    width: 470px;
    padding-top: 5px;
    float: right;
    text-align: left;
}

.contentland p
{
    padding-bottom: 10px;
}

/**************** sidebarlanding styles ****************/

.sidebarland
{
    width: 420px;
    padding-top: 5px;
    float: left;
}

.sidebarland p
{
    padding-bottom: 10px;
}

/**************** team styles ******************/
#team
{
    width: 690px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    float: left;
}

#team p
{
    width: 896px;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

/**************** footer styles ****************/

#footer
{
    clear: both;
    width: 896px;
    border-top: 2px solid #2763A5;
}

#footer p
{
    text-align: right;
}

#footer p a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, "Sans Serif";
}

#footer p a:hover
{
    background-color: #FFFF00;
    color: #000000;
    text-decoration: none;
}

/********************************/
.pagetext
{
    text-align: left;
    font-family: Arial,Verdana, Helvetica, "Sans Serif";
    font-size: 10px;
    color: #333300;
}

.name
{
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, "Sans Serif";
}
.productname
{
    color: #0033cc;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, "Sans Serif";
}

.centera
{
    text-align: center;
}
.title
{
    font: bold 16px Arial, Helvetica, "Sans Serif";
    color: #003399;
    text-align: left;
}

.dotstop
{
    border-top: #999999 1px dotted;
    text-align: justify;
    color: black;
    font-size: 12px;
    font-family: Arial,Verdana, Helvetica, "Sans Serif";
}

.dots
{
    border-left: #999999 1px dotted;
    border-right: #999999 1px dotted;
    border-top: #999999 1px dotted;
    border-bottom: #999999 1px dotted;
    text-align: justify;
    color: black;
    font-size: 12px;
    font-family: Arial,Verdana, Helvetica, "Sans Serif";
}

.font
{
    font-family: Arial,Verdana, Helvetica, "Sans Serif";
    font-size: 12px;
    line-height:1.6em;
}

.ParaHeading
{
    text-align: left;
    color: black;
    font-size: 13px;
    font-family: Arial,Verdana, Helvetica, "Sans Serif";
    font-weight: bold;
}
/**************** error styles ****************/
.error
{
    font-weight: bold;
    font-size: 12px;
    color: red;
    font-family: Arial,Verdana, Helvetica, "Sans Serif";
}

.noaccess
{
    font-weight: bold;
    color: red;
    font-size: 18px;
}
/***********TREE DOCUMENTATION**********/
.treeParent
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.treeChild
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.treenodes /* tree node '+ /-' */
{
    font-size: 15px;
    font-weight: bold;
    color: #0033cc;
}

.nodeselected
{
    background: #FFFF99;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oldversion
{
    color: #0033cc;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial,Verdana, Helvetica, "Sans Serif";
    border: 0px;
}
.oldversion:hover
{
    background-color: #FFFF00;
    color: #000000;
    text-decoration: underline;
}


/*******search*******/
.t a
{
    font-size: 16px;
    font-weight: normal;
    color: #000CF5;
    font-family: arial,sans-serif;
    text-decoration: underline;
}

/*******Background colors*******/
.bg_b
{
    background-color: #E5F0FF;
}
.bg_y
{
    background-color: #FFFFB3;
}
/******* Uus Cases Styles*******/
#UsecaseContainer{
	border: none;
	margin: 1px;
	background-image: url(http://images.minalyzer.com/usecasebg.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	font-size : 11px;
}

Div.intro{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	color: #666666;
	margin-left: 6px;
    font-weight: bold;
    word-spacing: 1pt;
    line-height: 1em;

  
}
Div.intro:first-letter {
   font-size : 20px;
   font-weight: bold;
   color: #666666;
  
}

Div.home {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size : 11px;
   color: #003366;
   margin-top: 2px;
   padding-right: 10px;
}
B.UseCaseUSER{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	word-spacing: 1pt;
	margin-left:10px;
}
.usecaselink ul li a{
font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.usecasedetails{
font-family: Arial,Verdana, Helvetica, Sans Serif;
    font-size: 12px;
    line-height:1.6em;
	
}
.usecasedetails ul li{
 font-family: verdana, arial, helvetica, sans-serif;
  color: #003366;
   list-style-image:  url(http://images.minalyzer.com/arrow.png);
   line-height: 0.75em;
   font-weight: bold;
}
.usecasedetails pre{
 font-family: verdana, arial, helvetica, sans-serif;
  color: #003366;
   list-style-image:  url(http://images.minalyzer.com/arrow.png);
   line-height: 10px;
   font-weight: normal;
}
.usecasedetails ul li ul li{
 font-family: verdana, arial, helvetica, sans-serif;
  color: #003366;
   list-style-image:  url(http://images.minalyzer.com/nav_arrow.gif);
   line-height: 1.5em;
   font-weight: normal;
}
/* Minalyzer Lite Sticky and Link */
Div.HowitWorks {
	background-image: url(http://images.minalyzer.com/howitworks.png);
	height: 115px;
	width: 222px;
	padding-top: 45px;	
	text-align: left;
	text-indent: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	
}

Div.HowitWorks a{
   font-size : 18px;
   font-weight: bold;
   color: #666666;
   line-height:26px;
   text-decoration: none;
 }
 
 /************************************************/
 
 
#main {
	WIDTH: 800px; COLOR: #666666; LINE-HEIGHT: 130%; BACKGROUND-COLOR: #ffffff;  MARGIN: 0px auto;
}


#headerbe {
	CLEAR: right; BACKGROUND-IMAGE:url(http://images.bucketexplorer.com/bucketexplorerheader.png); BACKGROUND-REPEAT: no-repeat; TEXT-ALIGN: left;
}



#headerbe H1 {
	  MARGIN: 0 1px; COLOR: #2a56d6; LINE-HEIGHT: 1em; 
}


#contentbe {
	width: 750px;
    padding-left: 15px;
    padding-top: 5px;
    float: left;
    text-align: justify;
  
    }
    
       
H1 {
	DISPLAY: block;  WIDTH: 100%; COLOR: #2a56d6
}

table tr td H2 {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 120%; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; COLOR: #557ef5; PADDING-TOP: 0px; BORDER-BOTTOM: #f0f0f0 2px solid
}



.tableborder
{
font-family:arial,sans-serif;
font-size: 12px;
font-style: normal;
color: #000000;

}

.bedownload {
	background-image: url(http://images.bucketexplorer.com/bedownloadnow.png);
	background-repeat: no-repeat;
	background-position: center center;
	HEIGHT:170px;
}
.formBe
{
    float: left;
    font-size: 9px;
    margin-top: 2px;
}

/* ----------Bucket explorer ------------ */
.underlinetext {
	text-decoration: underline;
}

.bemidiumbold {
	FONT-SIZE: 18px; 
	COLOR: #330000; 
	FONT-FAMILY: Arial, Helvetica, "Sans Serif"
}
/*.bemaximumbold {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 27px; 
	COLOR: #000000; 
	FONT-FAMILY: Helvetica, Arial, "Sans Serif"
}*/

.bemaximumbold {
FONT-WEIGHT: bold;
FONT-SIZE: 26px;
COLOR: #000000;
FONT-FAMILY: Helvetica, Arial, "Sans Serif";
line-height: 200%;
}



.beimageland
{
width: 450px;
padding-top: 5px;
float: left;

vertical-align: top;
}
.becontentland
{
width: 440px;
padding-top: 5px;
float: left;

}
table tr td H2 {
PADDING-RIGHT: 0px;
DISPLAY: block;
PADDING-LEFT: 0px;
FONT-SIZE: 14px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
WIDTH: 100%;
COLOR: #557ef5;
PADDING-TOP: 0px;
BORDER-BOTTOM: #f0f0f0 2px solid
}

#blueheaderbox{
background-image: url(http://images.bucketexplorer.com/bg.png);
background-repeat: repeat-x;
background-position: 0px 7px; 
border:1px #cccccc solid;
padding-left:10px;
}

/* ------------------ Css for New layout Article with Video Tutorial Post button ----------------- */
.sidebarlandvideo
{
    width: 260px;
    padding-top: 5px;
    float: left;
}
.contentlandvideo
{
    width: 630px;
    padding-top: 5px;
    float: right;
    text-align: left;
}
.gotop
{
text-decoration:none;
}

/* ------------------ Css for SDB Explorer ----------------- */


.dbmaximumbold {
FONT-WEIGHT: bold;
FONT-SIZE: 22px;
COLOR: #000000;
FONT-FAMILY: Helvetica, Arial, "Sans Serif";
line-height: 200%;
}

/* --- Header with Right Align Equally Distributed ---*/
#headersdb {
	CLEAR: right; 
	BACKGROUND-IMAGE:url(http://images.sdbexplorer.com/simpledbexplorerheader.png); 
	BACKGROUND-REPEAT: no-repeat; 
	TEXT-ALIGN: left;
}

#headersdb a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Verdana, Helvetica, "Sans Serif";
}

#headersdb a:hover
{
    background-color: #FFFF00;
    color: #000000;
    text-decoration: none;
}

