/*-----------------------------------------------------------------------------

Basic typography for browsers. This file imports the other CSS files. 

-----------------------------------------------------------------------------*/
@import url("layout.css");
@import url("general.css");
@import url("font.css");
@import url("forms.css");

/* =General Typography
-----------------------------------------------------------------------------*/
body,form,p,h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #333333;
	background:#ffffff
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 140%;
}
img {
	border:0;
	margin:0;
}	

/* =Link Styles
-----------------------------------------------------------------------------*/
a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}

/*********GrayButton¿ªÊ¼************/
a.GrayButton:link
{
	color: #000099;
	text-decoration: none;
}
a.GrayButton:visited
{
	color: #808080;
	text-decoration: none;
}
a.GrayButton:hover
{
	color: #0066FF;
	text-decoration: underline;
}
a.GrayButton:active
{
	color: #000099;
	text-decoration: underline;
}

/*********BlueButton¿ªÊ¼************/
a.BlueButton:link
{
	color: #000099;
	text-decoration: none;
}
a.BlueButton:visited
{
	color: #196AFF;
	text-decoration: none;
}
a.BlueButton:hover
{
	color: #0066FF;
	text-decoration: underline;
}
a.BlueButton:active
{
	color: #000099;
	text-decoration: underline;
}
.image1
{
	font-size:large;	
}

.fullWidth
{
	width:600px;	
}
.sortable a
{
	text-decoration:underline;
}


.newsPageItem
{
	padding: 5px 20px 0px 20px;
	text-align:justify;
	line-height: 17px;
}

.newsPageItem a{
	color: Blue;
}
#beAVendorWhiteContainer1
{
	position: absolute;
	top: 10px;
	left: 268px;
	background: #E5E5E5 url(../images/bg/bigWhiteBackground.gif) left top no-repeat;
	height: 400px;
	/* width: 470px; */
	width: 710px;
	color: #FFFFFF;
	padding: 0px;
	overflow:hidden;
}

#beAVendorTextContainer1
{
	position: relative;
	top: 22px;
	left: 20px;
	height: 322px;	
	width: 660px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 0px 20px 0px 0px;
	overflow:scroll;
}
#beAVendorImage
{
	position:relative;
	height:22px;
	width:210px;
	margin:15px 0px 0px 2px;
    background: #E5E5E5 url(/images/bg/beAVendorBackground_New.gif) left top no-repeat;
}

.print-panel
{
	height: 295px;
	
}

.footer{
/*background:transparent url(/images/home/1010_bgline.jpg) repeat-y scroll left top;*/
background-color:#FFFFFF;
height:112px;
margin:0 0 0 20px;
padding-top:20px;
width:969px;
}
.footer-link-container
{
	padding:0px 30px 0px 30px;
}
.footer-left{
	width:465px;
	float:left;
}
.footer-paypallogo-container
{
	margin:15px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.footer-right{
	float:right;
}

.footer a {
	text-align:center;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#909090;
}

.footer hover{
	text-align:center;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#000000;
}

.container {
	width:1010px;
	margin:0 auto;
	background-color:#DBDBDB;

}
.grey-container
{
	background:transparent url(/images/home/1010_bgline.jpg) repeat-y scroll left top;
	width:1010px;
}

