/* Cascading Style Sheet for Nissan PAO */
body.grey
{
	margin: 0px;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	background-color: #858585;
}

body.white
{
	margin: 0px;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	background-color: #FFF;
}

body.cms
{
	margin: 20px;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	background-color: #FFF;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #000;
}

p,td,li,ul,ol
{
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #000;
	text-align: justify;
	text-transform: inherit;
	text-indent: 0px;
}

.subtitle{

	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000;

}

.error { color: #C03; }

.alert { color: #096; }

#article
{
	z-index: 1000;
	width: 234px;
	height: 299px;
	background-color: #FFF;
	position: relative;
	top: 123px;
	left: 545px;
	padding: 0px;
	overflow: auto;
	visibility: visible;
	display: block;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
}

#article_title
{
	z-index: 100;
	position: absolute;
	top: 70px;
	left: 567px;
	border-color: #CCC;
	border-width: 0px;
	border-style: solid;
}

#interface
{
	z-index: 50;
	overflow: default;
	visibility: visible;
	position: absolute;
}

.open { display: block; }
.closed { display: none; }


A:link
{
	text-decoration: underline;
	color: #C03;
}

A:visited
{
	text-decoration: underline;
	color: #C03;
}

A:hover
{
	text-decoration: underline;
	color: #C03;
}

input
{
	font-family: tahoma, lucida grande, geneva, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	color: #000;
}

input.button
{
	font-family: tahoma, lucida grande, geneva, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	color: #FFF;
	background-color: #000;
}

textarea
{
	font-family: tahoma, lucida grande, geneva, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	color: #000;
}

select
{
	font-family: tahoma, lucida grande, geneva, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	color: #000;
}
