/* --- Note Styles --- */

/*
 * Here's our default note styles.
 */
.notedefault, .notenested {
	position: absolute;
	visibility: hidden;
	top: 1em;
	left: 2em; width: 18em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.notedefault {
	 padding: 10px;
	 border: 1px solid #6C7C3D;
	 background-color: #595F33;
	 color: white;
}

.notenested {
	width: 8em;
	padding: 3px;
	border: 1px solid #963;
	background-color: #C96;
	color: white;
}

/*
 * Some position-type-specific offset information. Tweak as needed!
 */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
	margin-left: 5px;
	margin-top: 15px;
}

/*
 * Headings within notes
 */
.notedefault h5 {
	margin: 0 0 5px 0;
	padding: 2px;
	background-color: white;
	color: black;
}

/*
 * Note close marker is only shown within pinned notes.
 */
.note-close {
float: right;
	margin-top: 2px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: black;
	text-decoration: none;
	visibility: hidden
}
.snb-pinned .note-close {
	visibility: inherit;
}

/* --- HTML Element Styles --- */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2F2C34;
}

p {
	margin:0 0 1.5em;
}

a:link {
	color: #FF9900;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #FF9900;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

a:active {
	text-decoration: underline;
	color: #FF9900;
}

/* --- Typographical Styles --- */

.text13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}

.text15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
}

.text15bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.text11bl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.text13bl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.text13blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2D6EB5;
}

.text13gr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9CAC5C;
}

.text15bl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}


.text15gr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9CAC5C;
}

.text15orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
}


.orangeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FF9900;
}

.greenTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #595F33;
}

/* --- Footer --- */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636167;
}

/* --- Miscellaneous Styles --- */

/*
 * "Fallback" links for non-CSS supporting browsers.
 */
.fallback {
	display: none;
}