@charset "UTF-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #AAA;
	overflow: hidden;
}

a {
	color: #AAA;
}
a:hover {
	color: #000;
	background-color: #777;
	text-decoration: none;
}

#container {
	width: 100%;
	height: 100%;
	background-color: #000;
}
#top_notice {
	width: 100%;
	height: 28px;
	position: relative;
	top: 0;
	display: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	color: #000;
	background-color: #FF0;
	background-image: url(../img/newgrad.png);
	background-repeat: repeat-x;	
}
#top_notice .left {
	float: left;
	height: 100%;
	margin-left: 10px;
}
#top_notice .right {
	float: right;
	height: 100%;
	margin-right: 10px;
}

#menu {
	width: 100%;
	height: 30px;
	position: relative;
	top: 0;
	display: none;
	font-size: 14px;
	line-height: 30px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	color: #000;
	background-color: #333;
	/*padding-left: 3px;*/
}
.menu-spacer {
	display: inline;
	float: left;
	padding-left: 5px;
}
.menu-item {
	display: inline;
	text-align: center;
	float: left;
	height: 100%;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 3px;
	color: #999;
}
.menu-item:hover {
	background-color: #515151;
}
.menu-item:active {
	background-color: #555;
}
.menu-item-selected {
	background-color: #404040;
}
	

#floater {
	 float:left;
	height:50%;	margin-bottom:-125px;
	width:1px;
}
#content {
	position: absolute;
	height: 250px;
	width: 446px;
	border-style: solid;
	border-color: #666;
	border-width: 2px;
	top: 50%;
	left: 50%;
	margin-top: -117px;
	margin-left: -217px;
	display: none;
	padding: 4;
}
.content_heading {
	font-size: 24px;
	font-weight: 600;
	text-align:center;
}
#content input.userpass {
	height: 17px;
	text-align: left;
	color: #AAA;
	border-color: #666;
	border-width: 2px;
	border-style: solid;
	background-color: #000;
}
.labels {
	text-align: right;
	vertical-align: middle;
}
.fields {
	vertical-align: middle;
}

#logo {
	width: 200px;
	position: absolute;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	top: 15%;
	left: 50%;
	margin-left: -100px;
	display: none;
}
#logo-content {
	color: #444;
	font-size: 12px;
	text-align: center;
	display: none;
	margin-top: 20px;
}

#login {
	text-align: center;
	width: 100%;
}
#login table {
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}


div#nyroModalFull {
	font-size: 12px;
	color: #FFF;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 65px;
	text-indent: -9999em;
	background: #000 url(../img/ajax-loader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #000;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
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.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url(../img/next.gif);
}