﻿.MainTableStyle 
	{
		width: 1000px;
	}
body
	{        	
		background-color: White;
		background-image: url(../images/GradientSprite.png);
		background-repeat: repeat-x;
	}
.ContainerHeader
	{
		background-image: url(../images/ContentBoxBar.png);
		background-repeat: repeat-x;
		height:20px;
	}
.ContainerTable
	{
		width: 100%;
		height: 100%;
	}
.TallContentBox
	{
		width: 313px;
		height: 265px;
		border: 1px solid #000000;
	}
.ShortContentBox
	{
		width: 313px;
		height: 310px;
		border: 1px solid #000000;
	}
.BottomContentBox
	{
		width:980px;
		height:80px;
		border:solid 1px black;
	}
.ContentTitleText
	{
		font-family:Tahoma;
		font-size:small;
		color:White;
		font-weight:bold;
	}
.ContentText
	{
		font-family:Tahoma;
		font-size:small;
		color:Black;
	}
.LinkText
	{
		color:Black;
	}
.modalBackground 
	{
        background-color:#FFF;  
        filter:alpha(opacity=45); 
        opacity:0.8;
	}
.style1
    {
        width: 300px;
    }
.style2
    {
        height:125px;
        border:solid 1px black;
        background-color:#ecebeb;
        background-repeat:repeat-x;
    }
.style3
    {
        width: 90%;
    }
.style4
    {
        width: 100%;
    }

.Pass1
    {
        font-family:Tahoma;
        font-size:small;
        color:Red;
    }   
.Pass2
    {
        font-family:Tahoma;
        font-size:small;
        color:Red;
        
    } 
.Pass3
    {
        font-family:Tahoma;
        font-size:small;
        color:Yellow;
        
    } 
.Pass4
    {
        font-family:Tahoma;
        font-size:small;
        color:green;
        
    } 
.Pass5
    {
        font-family:Tahoma;
        font-size:small;
        color:green;
        
    }  
.highlight
    {
        background-color:#ffffcc;
    }
.ButtonStyle
    {
        background:url(../images/Button.png);
        background-repeat:repeat-x;
        border:none;
        width:125px;
        height:20px;
        font-family:Tahoma;
        font-size:11px;
        color:White;
    }
.SearchBoxStyle1
    {
        border:solid 1px gray;
        height:16px;
        width:313px;
    }
.SearchBoxTextBox
    {
        background-color:#f6f6f6;
        border:solid 1px black;
        font-family:Tahoma;
        font-size:11px;
        width:285px;
        height:16px;
    }
.SearchButtonStyle
    {
        width:20px;
        height:20px;
        background-image:url(../images/search.gif);
        background-color:Black;
        background-repeat:no-repeat;
        border:none;
    }
.SearchBoxTextBox:hover
    {
        background-color:Transparent;
    }
.PartSearchWaterMark
    {
        background-color:#f6f6f6;
        border:solid 1px black;
        font-family:Tahoma;
        font-size:11px;
        width:285px;
        height:16px;    
        font-style:italic;
        color:Gray;
    }      

.progressBackgroundFilter
    { 
        position:fixed; 
        top:0px; 
        bottom:0px; 
        left:0px; 
        right:0px; 
        overflow:hidden; 
        padding:0; 
        margin:0; 
        background-color:#FFF;  
        filter:alpha(opacity=45); 
        opacity:0.8; 
        z-index:2000;
    }
.processMessage
    {  
        position:absolute;  
        top:30%;  
        left:50%;  
        z-index:2001;  
    }  
        
.AccountAdminContent
    {
        width: 600px;
        background-color:White;
    }
.AccountAdminInfo
    {
        font-family:Tahoma;
        font-size:11px;
        width:97%;
    }
.LargeContentBox
    {
        width: 980px;
        height: 530px;
        border:solid 1px black;    
    }
.RFQContent
    {
        width: 600px;
        border:solid 1px black;
        background-color:White;
    }
.RFQPartInfo
    {
        font-family:Tahoma;
        font-size:11px;
        width:97%;
        background-color:White;
    }  
.PasswordRemind1
    {
        width: 600px;
        border:solid 1px black;
        background-color:White;
    }
.PasswordRemind2
    {
        font-family:Tahoma;
        font-size:11px;
        width:97%;
        background-color:White;
    }     
fieldset.search {
	border: none;
	width: 243px;
	margin: 0 auto;
	background: #222;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #fff;
	font-size: 1.2em;
	width: 190px;
	height: 30px;
	padding: 8px 5px 0;
	background: #616161 url(../images/search_bg.gif) no-repeat;
	margin-right: 5px;
}
.search input.box:focus {
	background: #616161 url(../images/search_bg.gif) no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(../images/search_bg.gif) no-repeat top right;
}
.search button.btn:hover {
	background: #fbc900 url(../images/search_bg.gif) no-repeat bottom right;
}