/* home.css
 *
 * Styles for the home page of the VeriFone DevNet web site.
 *
 *
 */
 
 	/* the home page does not have a black sidebar in the background */
 
#content {
	background-image: none;
}

html>body #content {
	background-image: none;
}

	/* homecontent - The box containing the home page's content */

#homecontent {
	margin: 0px;
	padding: 0px;
	clear: both;
	background: #fff;
}

	/* intro - The box containing the ad, introduction text, and the login form */

#homecontent #intro {
	margin: 0;
	padding: 0;
	background: #fff;
}

	/* ad - The ad or graphic displayed on the left-hand side of the home page */

#homecontent #intro img#ad {
	float: left;
	width: 176px;
	height: 222px;
	margin: 0;
	padding: 0;
}

	/* introduction - The introductory paragraph to the DevNet web site */

#homecontent #intro p#introduction {
	margin: 0 0 0 176px;
	padding: 10px 0 0 0;
	width: 350px !important;
	width: 340px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

	/* login - The login form */

#homecontent #intro form#login {
	width: 170px;
	clear: right;
	margin: 8px 10px 0 0;
	border: 1px solid #999;
	padding: 1px;
	float: right;
}

#homecontent #intro form#login p {
	width: 168px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	font-size: 10px;
	text-align: center;
}

#homecontent #intro form#login p label {
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

	/* news - Box containing news for users who have logged into the DevNet */
	
#homecontent #intro #news {
	width: 250px;
	clear: right;
	margin: 8px 10px 0 5px;
	border: 3px ridge #999;
	padding: 5px;
	float: right;
}

#homecontent #intro #news h2 {
	margin: 5px;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

#homecontent #intro #news ul {
	text-align: left;
	margin: 0;
	padding: 0 0 0 20px;
}

#homecontent #intro #news ul li {
	text-align: left;
	font-size: 11px;
	list-style-type: disc;
	padding: 0 0 5px 0;
}

#homecontent #intro #news ul li.last {
	text-align: left;
	font-size: 11px;
	list-style-type: disc;
	padding: 0;
}

#homecontent #intro #news p {
	text-align: right;
	margin: 0;
	width: auto;
	font-size: 12px;
	line-height: 12px;
}

#homecontent #intro p#loggedintro {
	margin: 0 0 0 176px;
	padding: 10px 0 0 0;
	width: 250px !important;
	width: 240px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

.newsdate {
	font-size: 11px;
	font-weight: bold;
}


	/* bullets - Download, Learn, and Connect circles on home page */

#bullets {
	margin: 0;
	padding: 0;
	height: 260px;
	clear: both;
	background: url(/verifone/devnet/images/background_bullets.gif) repeat-y;
}

#bullets h2 {
	width: 230px;
	height: 110px;
	text-align: center;
}

#bullets h2 a {
	width: 230px;
	height: 110px;
	display: block;
}

#bullets h2 span {
	display: none;
}

#bullets h2.download {
	background: url(/verifone/devnet/images/circle_download.gif) no-repeat;
}

#bullets h2.learn {
	background: url(/verifone/devnet/images/circle_learn.gif) no-repeat;
}

#bullets h2.connect {
	background: url(/verifone/devnet/images/circle_connect.gif) no-repeat;
}

#bullets .bullet {
	width: 230px;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
}

#bullets .bulletlast {
	clear: right;
	float: left;
	width: 230px;
	margin: 0 0 20px 0;
	text-align: center;
}

#bullets ul {
	text-align: left;
	list-style-type: disc;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 10px;
}

#bullets ul li {
	font-size: 11px;
}

