* { margin:0; padding:0; }
body { background:#000000; }
/* Content Fonts */
h1 { font-family:tahoma; font-size:14px; font-weight:bold; color:#cccccc; letter-spacing:1px; }
.h1 { font-family:tahoma; font-size:14px; font-weight:bold; color:#cccccc; letter-spacing:1px; }
h2 { font-family:tahoma; font-size:14px; font-weight:bold; color:#cccccc; letter-spacing:1px; }
h3 { font-family:tahoma; font-size:12px; font-weight:bold; color:#999999; letter-spacing:1px; padding:0 0 4px 0; margin:0; }
.h4 { font-family:tahoma; font-size:18px; font-weight:bold; color:#cccccc; letter-spacing:2px; }
/* Note H5 and H6 are in use in the accordion menu, do not assign here */
.h7 { font-family:tahoma; font-size:16px; font-weight:bold; color:#cccccc; letter-spacing:2px; }
.heading { font-family:tahoma; font-size:12px; font-weight:bold; color:#e1e1e1; letter-spacing:1px; padding:0; margin:0; }
.subheading { font-family:tahoma; font-size:11px; font-weight:normal; color:#999999; letter-spacing:0.035em; padding:0; margin:0; text-decoration:none; outline:none; }
.subheading a { font-family:tahoma; font-size:11px; font-weight:normal; color:#999999; letter-spacing:0.035em; padding:0; margin:0; text-decoration:none; outline:none; }
.subheading a:hover { color:#FF0000; }
.red { color:#FF0000; }
.white { color:#FFFFFF; }
.general { font-family:tahoma; font-size:12px; font-weight:normal; color:#cccccc; }
.general a { font-family:tahoma; font-size:12px; font-weight:bold; color:#cccccc; text-decoration:none; outline:none; }
.general a:hover { color:#FF0000; }
.generalProfile a { font-family:tahoma; font-size:12px; font-weight:normal; color:#cccccc; text-decoration:none; outline:none; } /* Used in the sidebar profile menu */
.generalProfile a:hover { color:#FF0000; }
.generalDk { font-family:tahoma; font-size:12px; font-weight:normal; color:#999999; }
.generalDk a { font-family:tahoma; font-size:12px; font-weight:bold; color:#999999; text-decoration:none; outline:none; }
.generalDk a:hover { color:#FF0000; }
/* End content fonts */

div#nyroModalFull { font-family:tahoma; font-size:12px; font-weight:normal; color:#cccccc; }
div#nyroModalLoading {
	border:solid #666666;
	border-width: 2px 3px 3px 3px;
	width: 250px;
	height: 100px;
	text-indent: -9999em;
	background: #000 url(/application/views/includes/javascript/nyroModal-1.3.0/img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid red;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #000;
}
div#nyroModalWrapper {
	background: #000;
	border:solid #666666;
	border-width: 2px 3px 3px 3px;
	width: 500px;
	height: 200px;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(/application/views/includes/javascript/nyroModal-1.3.0/img/close.gif) no-repeat;
	outline: 0;
}
div.wrapper div#nyroModalContent {
	padding: 0px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: help;
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}
