/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */

/*
	Note: this style sheet does not validate.
	This is because the W3C validator is not
	aware of RGBA colors, which are part of
	the CSS3 specification.
*/

body {
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	background: #555;
	margin: 50px 0 0;
	padding: 0;
	cursor: default;
}

/* @group Headers */

#header {
	margin-bottom: 50px;
}

#header h1 {
	background: url(../images/eye_image.png) no-repeat 400px top;
	font: normal 36px/60px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	margin: 0 auto 10px auto;
	width: 640px;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#header h2 {
	font-size: 1em;
	width: 640px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group Content */

.content {
	display: block;
	width: 640px;
	font: 9pt "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #666;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

.content h1 {
	font: normal 20px "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	text-align: right;
	background-color: #777;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content div {
	padding-right: 10px;
	padding-left: 10px;
}

.content a {
	color: #f0b62a;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	text-decoration: underline;
}

#examinetPopover
{
  padding: 15px;
  display: none;
 	width: 640px;
}

#examinetPopover .inner
{
  border:10px solid #666;

	/* for modern browsers use semi-transparent color on the border. nice! */
	border:10px solid rgba(82, 82, 82, 0.698);

  color: #333;

  background-color: #feffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 255, 255)), to(rgb(246, 252, 255)));
  background-image: -webkit-linear-gradient(top, rgb(254, 255, 255), rgb(246, 252, 255));
  background-image: -moz-linear-gradient(top, rgb(254, 255, 255), rgb(246, 252, 255));
  background-image: -o-linear-gradient(top, rgb(254, 255, 255), rgb(246, 252, 255));
  background-image: -ms-linear-gradient(top, rgb(254, 255, 255), rgb(246, 252, 255));
  background-image: linear-gradient(top, rgb(254, 255, 255), rgb(246, 252, 255));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feffff', EndColorStr='#f6fcff');

 	font: 9pt "Lucida Grande", Lucida, Verdana, sans-serif;
 	background-color: #666;
 	margin-right: auto;
 	margin-left: auto;
}

#examinetPopover .close {
	background-image:url(../images/icon_close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#examinetPopover .innerContent
{
  padding: 10px 10px 0px 10px;
}

#examinetPopover h1
{
  background-color: #2880c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(40, 128, 194)), to(rgb(45, 145, 219)));
  background-image: -webkit-linear-gradient(top, rgb(40, 128, 194), rgb(45, 145, 219));
  background-image: -moz-linear-gradient(top, rgb(40, 128, 194), rgb(45, 145, 219));
  background-image: -o-linear-gradient(top, rgb(40, 128, 194), rgb(45, 145, 219));
  background-image: -ms-linear-gradient(top, rgb(40, 128, 194), rgb(45, 145, 219));
  background-image: linear-gradient(top, rgb(40, 128, 194), rgb(45, 145, 219));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2880c2', EndColorStr='#2d91db');

  font: normal 20px "Helvetica Neue", Helvetica, Geneva, sans-serif;
 	color: #fff;
 	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
 	text-align: right;
 	background-color: #777;
  padding-right: 10px;
 	padding-top: 5px;
 	padding-bottom: 5px;
  margin: 0 0;
}

/* @end */

/* @group Images */

img {
	
}

img.availableonthemacappstore
{
  margin-top: 0px;
  margin-right: 10px;
}

img.examinetlogo
{
  margin-right: 10px;
}
/* @end */

