/* 
    Document   : rebornCss
    Created on : Sep 30, 2009, 10:02:41 AM
    Author     : ohad
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
    SimStock Colors:
    light yellow: #EBC033
    dark yellow: #E6B000
    light blue: #33B5DD
    dark blue: #00A2D4
*/

html
{
    overflow: auto;
    background: #f8f8f5;
    /*overflow-y: scroll;*/
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: verdana,arial,helvetica,clean,sans-serif;
	background: #f8f8f5;
	color: #f8f8f5;
    line-height: 140%;
    /*background: #000000 URL(../img/top_bar.jpg) repeat-x top;*/
}

img
{
    border: 0px;
}

form
{
    display: inline;
    margin: 0;
}

.textC
{
    font-size:12px;
    color:blue;
    font-weight:bold;
}


.textB
{
    font-size:14px;
    color:black;
    font-weight:bold;
}

.textA
{
    font-size:12px;
    color:black;
}

.textD
{
    font-size:12px;
    color:black;
    font-weight:bold;
}


#headerSearchForm
{
    float: left;
    margin: 23px 0 0 20px;
    overflow: hidden;
}

#indexSearchForm
{
    width: 468px; /* larger for iPhone */
    overflow: hidden;
}

#btnUpload
{
    position: relative;
    float: left;
    /*width: 121px;*/
    overflow: hidden;
}

#btnFile
{
    position: absolute;
    top: 1.5px;
    left: 1px;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

#searchFormTextBox
{
    float: left;
    margin: 2px;
}

#searchFormButton
{
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}

#submitButton
{
    margin-top: 5px;
}

.submitButton
{
    margin-top: 5px;
}

.specialButton
{
    background-color: #44768b;
    color: white;
    padding: 2px 10px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 13px;
    font-weight: normal;
    background: #44768b;
    border-style: none;
    border: 2px solid white;
    cursor: pointer;
    font-family: Verdana, Helvetica, sans-serif;
}

.specialButton:hover, .specialButtonHover
{
    border: 2px solid #f7850d !important;
}

.specialButtonBlack
{
    border-color: #f8f8f5;
}

#searchTextbox
{
    width: 250px;
    font-family: Tahoma;
}

.watermarkOn
{
    color: #8E8E8E;
}

.tooltip
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

td.similar a{background:url(img/similar_pic.gif) no-repeat;display:block;height:22px;text-decoration:none;width:122px;}


