/**************** 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 /* Need to Remove after whole XHTML 1.0 compliant task Completion */
{
    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;
}

#container2 /* Need to Remove after whole XHTML 1.0 compliant task Completion*/
{
    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;
}

.container /* CSS is used under all Tutorial Landing pages XHTML 1.0 Complient */
{
    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;
}

.container2 /* CSS is used under all Tutorial Landing pages XHTML 1.0 Complient */
{
    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;
}

.menuline /*LINE UNDER MENU*/
{
    border-bottom: solid 2px #2763A5;
}
/**************** 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;
}

/**************** 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";
}


.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";
}

.bg_b
{
    background-color: #E5F0FF;
}

.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;
}
 /************************************************/
 
 


#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; 
}


    
       
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;

}



/* ----------Bucket explorer ------------ */

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;
}

/* ------------- heading styles ------------- */

.h2heading
{
    color: #000;
    font-size: 12px;
    font-family: Arial, Helvetica, "Sans Serif";
    border-bottom: 0px;
    text-align: left;
}

.h3heading
{
    color: #000;
    font-size: 12px;
    font-family: Arial, Helvetica, "Sans Serif";
    text-align: left;
}