/*
 * 	www.ejscript.org style sheet
 */

html {
	min-width: 700px;
	background-color: #20344D; 
}

body {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
	background-image: url(images/shadow.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

div.top {
	height: 95px;
	width: 900px;
	margin-left: 40px;
	background-image: url("images/banner.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

div.bottom {
	background-image: url(images/bottomShadow.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

a.logo {
	position: absolute;
	height: 90px;
	width: 200px;
	text-decoration: none;
}

div.home {
	position: absolute;
	top: inherit;
	left: inherit;
	height: 50px;
	width: 200px;
}

div.home a {
	height: 200px;
	width: 200px;
	padding: 50px 90px 50px 90px;
	text-decoration: none;
}


/*
 * 	Search and version
 */
div.topRight {
	float: right;
	padding: 23px 18px 0 0;
	font-size: 90%;
	text-align: right;
	color: #000000; 
}

div.search {
	padding: 0px 0px 24px 0;
}

div.search input {
	text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.search p {
    margin: 0;
    padding: 0;
}

div.search label {
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: normal;
}

div.search form {
	margin: 0;
	padding: 0;
}

div.search form #q, div.search form #q {
	background: #EEEEEE;
}

div.search form #q:hover, div.search form #q:focus {
	background: #FFFFFF;
}

/*
 *	Navigation history line (crumbs) -- Not used
 */
div.crumbs { 
	float: left;
	margin: 74px 0 0 20px;
	color: #FFFFFF; 
	text-decoration: none;
}

div.crumbs a:link, div.crumbs a:visited { 
	color: #EEEEFF; 
	text-decoration: none;
}

div.crumbs a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
}

div.menu {
	position: relative;
    float: left;
	top: 56px;
	left: 380px;
}

div.menu ul {
    margin: 0;
    padding: 0;
	white-space: nowrap;
	list-style: none;
}

div.menu li {
    float: left;
	margin: 4px 3px 0 0;
	padding: 8px 6px 8px 4px;
    background-color: #555570;
    background: -webkit-gradient(linear, left bottom, left top, from(#336), to(#99C));
	border-top: 1px solid #866;
	border-left: 1px solid #866;
	border-right: 1px solid #866;
    -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
	-webkit-box-shadow: 2px -2px 3px #866;
}

div.menu a {
	text-decoration: none; 
}

div.menu li, div.menu a {
    color: #FFF;
}

div.menu li.selected {
    background-color: #FFF;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#C99));
}

div.menu li.selected a {
    color: #000;
}

div.menu li:hover { 
    background-color: #222;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#777));
}

div.menu li:hover a {
	color: #FFF;
}

/*
 *	Body content
 */
div.content {
	min-height: 300px;
    width: 900px;
    margin-left: 40px;
	padding: 10px 0px 20px 0px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*
 *  Home page
 */
div.homeLeft {
	width: 58%;
	float: left;
    margin: 0 4% 0 4%;
	padding: 0 10px 0 10px;
}

div.homeRight { 
	width: 25%;
	float: left;
	padding: 0 10px 0 10px;
	text-decoration: none;
    background-color: #FFFFFF;
}


/*
 *  Content pages
 */
div.contentLeft {
	width: 22%;
    float: left;
	font-size: 90%;
	margin-left: 2%;
	line-height: 130%; 
	/* Fix for IE */
	display: inline
	background-color: #FFFFFF;
}

div.contentRight { 
	float: left;
	margin-left: 2%;
	width: 69%;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF; 
	text-decoration: none;
}

div.contentLeft ul {
	list-style: none;
	text-decoration: none; 
	color: #EEEEEE; 
	font-weight: bold;
	text-decoration: none; 
	margin: 0;
	padding: 0;
	padding-left: 10px;
	text-align: left;
}

div.contentLeft h1 {
	font-size: 120%;
	font-weight: bold;
}

div.contentLeft li {
	display: inline;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

li.navOff a {
	display: block;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	background: #EDF2F2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}

li.navOn a {
	display: block;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	background: #FFF2E2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}

li.navOff a:hover, li.navOn a:hover {
	background: #F0F8F8;
}

div.navBottom {
	clear: both;
	text-align: center;
	font-size: 85%;
	text-decoration: none; 
	padding: 30px 0 0 40px;
}

div.navBottom a:link, div.navBottom a:visited {
	text-decoration: none; 
}

div.navBottom a:hover {
	text-decoration: underline; 
	color: #000000; 
	white-space: nowrap;
}

/*
 *	Terms 
 */
p.terms {
	height: 50px;
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 85%;
	color: #AAAAAA; 
	line-height: 70%; 
}

p.terms a:link, p.terms a:visited { 
	color: #AAAAAA; 
	text-decoration: none;
}

p.terms a:hover { 
	color: #FFFFFF; 
}


/*
 *	Standard elements
 */
h1 { 
	font-size: x-large;
	color: #222222; 
	font-weight: bold;
	margin: 14px 0 16px 0;
} 

h2 { 
	font-size: large;
	font-weight: bold;
	color: #222222; 
	color: #284898;
	margin: 18px 0 12px 0;
}

h3 { 
	margin: 0px;
	padding: 6px 0 4px 0;
	color: #284898;
	font-size: 100%;
	font-weight: bold;
}

h4 { 
	color: #284898;
	font-size: 90%;
	font-style: italic; 
}

p { 
	line-height: 130%; 
	margin-top: 5px;
}

ol {
    padding: 0;
    margin: 10px 0 10px 0px;
	font-size: 100%;
}

ul {
    padding: 0;
    margin: 10px 0 10px 0px;
	font-size: 100%;
}

ul li {
	font-size: 100%;
	line-height: 140%; 
	margin-left: 35px;
}

ol li {
	font-size: 100%;
	line-height: 140%; 
	margin: 0;
	padding: 10px 0 0 0;
}

pre { 
	font-size: 110%;
	line-height: 140%; 
	font-family: Consolas, Monaco, Courier, Courier New, Courier, monospace; 
	padding: 10px 15px 10px 15px;
	margin: 16px 0 10px 0;
	background-color: #20344D;
	color: #FFFFFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 5px 5px 9px #888;
}

pre a {
	color: #FFFFFF;
}

pre a:link, pre a:visited, pre a:hover {
	color: #FFFFFF;
}

pre.paper { 
	font-size: 100%;
	line-height: 100%; 
	font-family: Consolas, Monaco, Courier, Courier New, Courier, monospace; 
	padding: 0 15px 0 0;
	margin: 10px 0 10px 0;
	background-color: #FFFFFF;
	color: #102070; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #FFF;
}

p.question {
	margin: 15px 0px 0px 0px;
	color: #1122AA; 
	font-weight: bold;
}

div.answer, p.answer {
	margin: 4px 0px 20px 25px;
}

a {
	color: #284898; 
	text-decoration: none; 
}

a:hover { 
	color: #CC4477; 
	text-decoration: underline; 
}

div.terms p a:link, p.terms a:visited { 
	color: #CECECE; 
	text-decoration: none;
}

div.terms p a:hover { 
	color: #FFFFFF; 
	text-decoration: underline; 
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #DDDDFF;
    border-color: #DDDDFF;
}

img {
	border-style: none;
}

img.wrapLeft {
	float: left;
	margin: 0px 18px 12px 0px;
}

img.wrapRight {
	float: right;
	margin: 0px 0px 3px 10px;
}

img.shadow {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 5px 5px 9px #888;
}

table {
	border: 1px solid #A0A0A0;
	border-collapse: collapse;
	border-spacing: 0px;
}

thead {
	background-color: #7090C0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
}

th {
    padding: 4px 8px 4px 4px;
	text-align: left;
}

td {
	border: 1px solid #AAA;
	padding: 4px 8px 4px 8px;
}

.indent {
	text-indent: 15px;
}

.smallText { 
	font-size: 90%; 
	color: #313131; 
}

.section {
	padding: 0 0 2px 0;
	border-bottom: 2px solid #AAAAAA;
    border-color: #DDDDFF;
}

.box {
	border: 1px solid #A0A0A0;
    padding: 6px;
}

.userLogo {
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
}

div.note { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 110%;
	padding: 10px 15px 10px 15px;
	margin: 20px 0 20px 0;
	background-color: #FFDDDD;
	color: #102070; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 5px 5px 9px #888;
}

tt {
    font-weight: bold;
    font-size: 133%;
    color: #AA0000;
	font-family: Consolas, Monaco, Courier, Monaco, Courier, Courier New, Courier, monospace; 
}
