@charset "UTF-8";
body  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}
#container1 {
	width: 1040px;
	margin: 4px auto 0;
	text-align: left;
	position:relative;
} 
#header {
	padding: 0;
	height:80px;
} 
#container1 #login {
	position:relative;
	width:240px;
	height:104px;
	padding:6px 0 0 60px;
	background: url(../images/nav/loginchrome.png) no-repeat left -110px;
	color:#fff;
	margin:20px 0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../images/gfx/hdrlogo.png) no-repeat 0 bottom;
	text-indent: -9999px;
	height:80px;
}
#sidebar1 {
	position:absolute;
	width:100px;
	height:600px;
	top:90px;
	left:0px;
}
#sidebar2 {
	position:absolute;
	width:135px;
	height:600px;
	top:90px;
	right: 0px;
}
#mainContent {
	margin: 10px auto;
	min-height: 560px;
	width: 880px;
	padding: 0;
}
#mainContent.lft {
	margin-left:10px;
}
#mainContent.narrow {
	width:700px;
}
/* coverflow wrap */
#coverflow {
	width:880px;
	margin:10px auto 0;
}
/* noobSlide */
.hmask {
	position:relative;
	width:780px;
	height:590px;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #222;
}
#hpanes{
	position:relative;
	margin:0 auto;
}
#hpanes div.hpane {
	width:760px;
	float:left;
	margin-right: 30px;
	padding:0 10px 10px 10px;
	background-color:#111;
}
#body_hom #hpanes div.hpane#pane0 {
	background-color:#000;
}
.hpane .scrollbox {
	height:550px;
	overflow:auto;
	padding-right:8px;
	padding-left:5px;
}
.mask1{
	position:relative;
	width:640px;
	height:90px;
	overflow:hidden;
}
#box8{
	position:absolute;
	left:160px;
}
#box8 div{
	width:470px;
	height:90px;
	float:left;
}
#droparea .buttons{
	text-align:center;
	padding:0px 5px 0 5px;
}
#droparea .buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:9px Verdana}
#droparea .buttons span:active, #droparea .buttons span:hover{background:#0080FF;color:#fff}
/* block tags */
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-weight:normal;
	margin:0 0 16px;
	padding:0;
	background-color:#000;
	color: #ededed;
}
h2 {
	font-size: 1.4em;
	font-weight:normal;
	margin:4px 0 10px;
	color:#7acab2;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 4px;
	color: #58a125;
	color: #69C;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	margin: 4px 0 2px;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 2px 0;
	color:#fff;
}
p {
	line-height:1.4;
	margin: 2px 0 8px;
}
ul {
	margin-top: 6px;
	margin-bottom: 6px;
}
li {
	margin-bottom: 4px;
}
/* top nav */
#nav1 {
	float:right;
	width:400px;
	height:20px;
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
}
#nav1 li {
	float:right;
	/*margin: 0;
	padding: 0;*/
}
#nav1 li a {
	margin: 0;
	padding: 4px 0 0 0;
	height: 20px;
	width:100px;
	display:block;
	text-align:center;
	background: url(../images/nav/nav1tab.png) no-repeat 0 0;
	color:#ddd;
	font-size:.9em;
	text-decoration:none;
}
#body_hom #nav1_hom a, #body_edi #nav1_edi a, #body_abo #nav1_abo a, #body_sub #nav1_sub a, #body_con #nav1_con a, #body_pub #nav1_pub a {
	background-position: -200px 0;
	color:#000;
}
#nav1 li a:hover, #nav1 li a:active {
	background-position: -100px 0;
	color:#fff;
}
/* subnav */
#tabMenu{ margin:0px; padding:0px; list-style-type:none;}
li.menulink{ font-size:1.2em; color:#eee; padding:8px 6px; width:88px; height:84px;display:block; background:#000 url(../images/nav/menulink.png) no-repeat 0 0; cursor: pointer;}
li.menulink:hover{
	background-position:-100px 0;
	color:#98FEE2;
}
li.menulink.active {background-position:-200px 0; color:#000;}
li.menulink img {display:block;margin:20px auto 0;}
/* droparea */
#droparea {
	margin: 0 auto;
	width:752px;
	height: 114px;
	overflow: visible;
	padding:0 10px 0 0;
	background-color:#000;
}
#droparea p {
	margin: 2px 4px;
	font:11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#droparea .tocsub {
	color:#ccc;
}
#droparea.fill {
	background: #000 url(../images/jukebox/bg_dropfillK.png) repeat-x;
}
#droparea a:link, #droparea a:visited {
	text-decoration: none;
}
#bookdetail {
	margin-left:160px;
}
/* issues,toc */
#issuebar {
	height:186px;padding:2px 20px 0 0;position:relative;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-bottom:15px;
}
.clickissue {
	margin: 0 20px 20px 0;
	padding: 2px 10px;
	width:100px;
	height:180px;
	float:left;
	text-align:center;
	line-height:1.2;
	border: 1px solid #111;
	background: #111 url(../images/gfx/bg_issue.png) repeat-x 0 -300px;
	color:#fff;
}
.clickissue:hover, .clickissue:active {
	background-position: left bottom;
	border-color:#999;
}
.clickissue.selection {
	background-position:left top;
	border-color:#000;
}
.shadow {
	border:1px solid #333;border-right:2px solid #999;border-bottom:1px solid #999;
}
.issuefn {
	margin-left:250px;width:480px;height:30px;padding:10px 0;
}
.issuefn img {
	float: left;
	margin: 0 40px 10px 0;
	width: 120px;
}
#itoc {
	height:280px;margin-left:250px;width:480px;padding:0 30px 20px 0;position:relative;
}
.coverselect {
	padding: 2px 8px;
	text-align:center;
}
.coverselect img {
	border:1px solid #333;
	border-bottom:1px solid #777;
	border-right:2px solid #999;
	margin-bottom:5px;
}
#mycover {
	background:url(../images/thumbs/covers/cover6.jpg) no-repeat;
	width:220px;
	height:284px;
	position:relative;
	border:1px solid #999;
}
#mycover p, #mycover h5 {
	position:absolute;
	font:8px Arial, Helvetica, sans-serif;
	top:250px;
	right:10px;
	color:#d39b42;
	text-align:right;
}
#mycover p {
	font-size:7px;
	top:264px;
	color:#fff;
}
/* ADD to page */
#homelink {
	height: 80px;
	width: 300px;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 10px;
}
/* forms */
legend {
	color:#7acab2;
}
fieldset {
	border-color:#333;
}
fieldset.main {
	width:80%;
	margin:0 auto;
	background:#272727 url(../images/forms/bg_fieldset.png) repeat-x;
}
table.tform {
	border:0 none;
	empty-cells: show;
	margin: 0 auto;
}
table.tform td, table.tform th {
	font-size:1em;
	text-align:left;
	padding:2px;
	vertical-align: middle;
}
table.tform th, table.tform thead th {
	color:#ccc;
	border-bottom:1px solid #000;
	font-weight: normal;
	padding:1px 1em 4px;
	font:1em Arial, Helvetica, sans-serif;
}
table.tform td.label, table.tform td.req {
	text-align:right;
	padding-right:12px;
}
table.tform tr td.req {
	background: url(../images/forms/reqstar.png) no-repeat right center;
}
table.tform tfoot tr td {
	padding-top: 8px;
	border-top:1px solid #000;
}
ol.liform {
	margin:0 auto;
	font-size: 1em;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
ol.liform li label {
	position:relative;
	width:14em;
	padding-right:1em;
	float:left;
	text-align:right;
}
ol.liform label em {
	position:absolute;
	left:14em;
	top:0;
}
ol.liform label.req {
	background: url(../images/forms/reqstar.png) no-repeat right center;
}
fieldset.main ol.liform label {
	width:20em;
}
.validation-failed {
	border: 1px solid #c00;
}
.validation-advice {
	color:#C00;
}
.liform .validation-advice {
	padding-left:15em;
}
.spinner {
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 999;
    background: #000;
}
.spinnerK {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
	background: #000;
}
.spinner-msg {
    text-align: center;
    font-weight: bold;
}
.spinner-img {
    background: url(../images/forms/spinner.gif) no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
.fc-field-error {
	border: 2px solid #fc0 !important;
	background:#fff url(../images/forms/reqstar.png) no-repeat right center;
}
table.search {
	width:96%;
	empty-cells:show;
	border-collapse:collapse;
}
table.search tbody td, table.search tbody th {
	font-size:0.86em;
	vertical-align:top;
	padding:2px 8px;
	font-weight:normal;
	border-top: 1px solid #222;
}
table.search tbody th {
	font-weight:normal;
	text-align:right;
	font-size: 1.1em;
	padding-top:6px;
}
.hemi {
	float: left;
	width: 44%;
	/*background: #222;*/
}
select#countryID, select#stateID {
	width:140px;
}
textarea {
	font: 14px Arial, Helvetica, sans-serif;
}

/* tooltips */
a.ttip {
	cursor:help;
}
.tip1 {
	cursor:help;
}
.tip1 .tip {
	background-color: #333;
	padding: 4px;
	border:1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.tip1 .tip-title {
	color:#72C0AB;
	background: #666 url(../admin/images/gfx/ttip_spballs.png) no-repeat 4px center;
	font-size: 1.2em;
	padding: 2px 4px;
}
.tip1 .tip-text {
	color: #fff;
	font-size: 1.1em;
	line-height:1.4;
	padding: 4px;
}
/* accordion */
.toggler {
	background: #444 url(../images/sprite.png) 0 -80px repeat-x;
	display: block;
	cursor:pointer;
	padding-left:5px;
}
.toggler:hover {
	background-position: 0 30px;
	background-color:#777;
}
.accpanel {
	padding:0 5px;
}
/* moo tables */
table.moo {
	border-collapse:collapse;
	empty-cells:show;
	font: 11px Arial,sans-serif;
	color:#ccc;
	background:#191919;
	margin: 0 auto 0 0;
}
table.moo td, table.moo th {
	padding:3px 8px;
	border:1px solid #222;
}
table.moo th {
	font-weight:normal;
	background:#333 url(../images/gfx/table/updown.png) no-repeat 98% center;
	color:#fff;
	border:1px solid #666;
	height:15px;
	text-align:left;
}
table.moo th:hover {
	cursor:default;
}
table.moo tr td.tdimg {
	background-color:#000;
	text-align:center;
}
table.moo th.table-th-sort {
	background-color:#000;
	background-position: 98% -8px;
}
table.moo th.table-th-sort-rev {
	background-color:#000;
	background-position: 98% 13px;
}
table.moo tr.table-tr-odd {
	background-color: #1e1e1e;
}
table.moo tr td span.editor {
	color:#58a125;
	font-size:108%;
}
table.moo tr.table-tr-hovered {
	color:#900;
}
table.moo tr.table-tr-selected {
	 background-color: #CCC;
	 color:#000;
}
#footer {
	padding: 0 10px 0 20px;
	margin-top: 10px;
	border-top:1px solid #666;
} 
#footer p {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoids margin collapse  */
	padding: 10px 0; /* padding on this element creates space without margin collapse */
	color: #999;
	text-align: right;
}
a:link, a:visited {
	color:#218db9;
	text-decoration: none;
}
a:hover, a:active {
	color:#0CF;
	text-decoration: underline;
}
a img {
	border: none;
}
.ctrimg {
	display: block;
	margin: 10px auto;
}
.small {
	font-size: 90%;
}
.red , .msg {
	color: #C00;
}
.seqpart {
	color:#7acab2;
}
.dim {
	color: #999;
	list-style:none;
}
.hilite {
	color: #9a0a00;
}
.brand {
	color: #eb7d29;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearlft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearrt {
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.txtrt {
	text-align:right;
}
.featrt {
	float: right;
	margin: 20px 0 10px 30px;
}.featlft {
	float: left;
	margin: 20px 30px 10px 0;
}
