body {
    /*padding:20px 40px;*/
    color: #666;
    font-size: 10pt;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    line-height: 12pt;
    background-color: #ffffff;
	text-decoration: none;
	display:block;
}

p,table,td {
    text-decoration: none;
    color: #666;
    font-size: 10pt;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a { color: #000066; text-decoration: none; border: 0px; }
a:active { outline:none;}
a:link  {   color: #000066; text-decoration: none }
a:visited { color: #000066; text-decoration: none }
a:hover  {  color: #000066; text-decoration: underline }

:focus {
  -moz-outline-style:none;
}

.header {
	height: 117px;
	display:block;
}

.fimg {
    background-color:#fff;
	padding:1px;
	border:1px solid #ccc;
	/*margin:2px 5px;*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.rimg {
    background-color:#fff;
	padding:1px;
	/*
	border:0px solid #ccc;
	margin:0px 2px;
	*/
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
}

.error_element {
    background-color: #F3ECE1;
    border:1px solid #DEC5A1;
    padding: 10px;
    margin:  4px;
    width: 786px;
    max-width: 786px;
    max-height: 20px;
    height: 20px;
    overflow:hidden;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

#content {
	margin-top:  20px;
	padding: 10px;
	display: block;
}

#content div {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
}

#content h3 {
	text-decoration: none;
    color: #666;
    font-size: 14pt;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.menu {
	margin:0 auto;
	padding:10;
	height:30px;
	width:920px;
	display:block;
	background:url("../../Images/topMenuImages.png") repeat-x;
	border: 1px solid white;
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;
}

.menu li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}

.menu li a {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	float:left;
	padding-left:15px;
	display:block;
	color:rgb(0,0,0);
	text-decoration:none;
	font:12px;
	cursor:pointer;
	background:url("../../Images/topMenuImages.png") 0px -30px no-repeat;
}

.menu li a span {
	line-height:30px;
	float:left;
	display:block;
	padding-right:15px;
	background:url("../../Images/topMenuImages.png") 100% -30px no-repeat;
}

.menu li a:hover {
	background-position:0px -60px; color:rgb(0,0,0);
}

.menu li a:hover span {
	background-position:100% -60px;
}

.menu li a.active, .menu li a.active:hover {
	line-height:30px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:url("../../Images/topMenuImages.png") 0px -90px no-repeat;
	color:rgb(255,255,255);
}

.menu li a.active span, .menu li a.active:hover span {
	background:url("../../Images/topMenuImages.png") 100% -90px no-repeat;
}

/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 60px;
	background:transparent url(../../Images/white_arrow_big2.png) no-repeat scroll 0 0;
	height:153px;
	width:310px;
	font-size:12px;
	display:none;
	color: black;
	
}

div.tooltip a {
	background: none;
	color: #666;
	text-decoration: none;
	text-align: center;
}

div.tooltip a:hover {
	color: navy;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:14px;
	color: black;
}

#trigger:hover {
	color:#000;
}

#footer {
	margin-bottom: 20px;
	margin-top: 20px;
	widows: 0;
	font-size: 8pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#cloud {
	width: 1000px;
	border: 1px solid #cccccc;
	-moz-border-radius: 4px;
    -webkit-border-radius:4px;	font-size: 8pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#cloud a{
  	color: #666;
	text-decoration: none;
}

d#cloud a:hover {
	color: navy;
}

.topic      { font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-size: 14pt; font-style: normal; font-weight: bold;   color: #666; }
.medium     { font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold;   color: #666; }
.text       { font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #333333; }
.small      { font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-size:  8pt; font-style: normal; font-weight: normal; color: #333333; }


/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 705px;	 
	width: 800px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:200px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
	cursor: pointer;

}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:800px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.next {
	float:right;
}	

/* the overlayed element */

div.overlay {
	
	/* growing background image */
	background-image:url(../../Images/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../../Images/overlay/lose.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(../../Images/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../../Images/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image: url(../../Images/overlay/white.png);
	
	/*
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image: url(../../Images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}




