/*
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,img {
	margin:0;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

/* General
------------------------------------------------------------------- */
html,
body,
.background {
	height:100%;
}


.read-online-tab {
	position:absolute;
	right:6px;
	top:0;
	display:block;
	display:none; /* Not in Production Yet*/
	background:#000;
	color:#fff;
	padding:4px 15px 6px 15px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.2em;
	letter-spacing:.1em;
	border-bottom:1px solid #8E8E8E;
}

html,
body,
.background {
	/*height:auto !important;  real browsers */
	/*height:100%;  IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

body {
	background:#fff url('../img/bg-body.gif') center top repeat-y;
	color:#353530;
	font-size:62.5%; /* scaled default font size; 1em = 10px */
	text-align:center;
	font-family:arial,verdana,san-serif;
}

.background {  background:url('../img/bg.jpg') center top no-repeat; padding-left:2px;}

/* Typography
------------------------------------------------------------------- */
.secret {
	text-align:right;
	padding:25px 10px 5px 10px;
}

#footer .secret a {
	color:#000;
}

p {
	line-height:1.6em;
	padding:0 0 1.6em 0;
}

/*.home-page #header { background-position:0 -80px; height:106px; }*/
#header h1,
#header h2 { margin-top:10px; }
.home-page #sponsor { display:none; }


.home-page #featured-ad { display:block; }
.home-page #content { background:url('../img/content-bg.gif') repeat-y; }
.home-page #footer { height:302px; }
#content { background:#fff; }
#header {
	background:url('../img/header-bg.gif') 0 -80px repeat-x;
	height:106px; /*205*/
	padding:0 0 19px 0;
	line-height:14px;
	display:block;
}

#read-online-login {
	display:none;
	position:relative;
	border-bottom:1px solid #F6F6F6;
	background:#fff url('../img/header-bg.gif') 0 -10px repeat-x;
	padding:6px 10px;
	height:60px; /*Stop the jerk of animation */
}

#read-online-login form {
	float:right;
	text-align:left;
	width:350px;
}

#read-online-login form table,
#read-online-login form td {
	background:none;
}

#read-online-login form .input {
	width:177px;
	background:#fff url('../img/member-input.gif') top right no-repeat;
	height:20px;
	font-size:11px;
	padding:0;
	margin-bottom:2px;
	color:#0E0E0E;
}

#read-online-login form input.button {
	margin:0 0 0 25px;
	width:auto;
}

#header .inner { padding:3px 0 0 0; position:relative; }

#header .inner a {
	text-decoration:none;
	color:#353530;
}

.note {
	color:#888;
}

#header .inner a:hover {
	color:#679428;
}

#sponsor {
	background:#fff;
	text-align:center;
	margin:-1px auto 0px auto;
	width:890px;
	height:93px;
	padding:4px 0 0 0;
}



.sponsor {
	display:block;
	background:#E0E0E1;
	text-transform:uppercase;
	color:#AAAAAB;
}

.home-page .ad {
/*	border:#fff 1px solid;
	border-width:1px 0 1px 1px;*/
}

#sidebar .sponsor {
	width:286px;
}


h1 {
	float:left;
	margin:0 21px 0 28px;
}

h1,
h1 span {
	width:375px;
	height:79px;
	cursor:pointer;
}

h1 span {
	position:absolute;
	background:url('../img/micro-international-journal-micro-dentistry.gif') no-repeat;
}

#header h2 {
	padding-top:16px;
	color:#679428;
	text-transform:uppercase;
}

.advertise {
	color:#679428;
	text-align:center;
	text-transform:uppercase;
	padding:3px 0 0 0;
	line-height:normal;
}


/* Links
------------------------------------------------------------------- */

a {color:#543;}

#footer a {color:#fff;}


/* Forms
------------------------------------------------------------------- */

fieldset {
	border-left:1px solid #CCB;
	border-right:1px solid #CCB;
	margin:1em 0 1.2em;
}


input.checkbox {
	border:none;
	background:none;
	width:auto;
}

/* border CCCCC3 background-color F9F9F9 */
input, textarea, select {
	font:normal 1em Verdana,sans-serif;
}
input.text {
	width:251px;
	height:21px;
	background:#fff url('../img/input.gif') 0 2px no-repeat;
	color:#757575;
	padding:4px 2px;
	border:none;
	vertical-align:top;
}

td input {
	width:251px;
	height:21px;
	background:#fff url('../img/input.gif') 0 2px no-repeat;
	color:#757575;
	padding:4px 2px;
	border:none;
	vertical-align:top;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#main input {
		padding:0;
	}
}

input.button {
	background:#E9E8E8 url('../img/button.gif') repeat-x 0 0;
	border:1px solid #888;
	border-color:#BBB #888 #888 #CCC;
	color:#444;
	cursor:pointer;
	font:normal 1em Verdana,sans-serif;
	margin:5px 0 15px 346px;
	padding:5px;

}

.contact-form {
	vertical-align:top;

}

.contact-form .form {
	line-height:1.6em;
}
.contact-form .form input {
	display:block;
	margin:4px 0;
}

.black {color:#000; }
#submit {
	margin:0;
	height:0;
}
input.button:hover, input.button:focus {
	color:#123;
	cursor:pointer;
}
.contact-us-page #submit { 	width:auto; height:auto; position:relative; margin-top:-3px;  }

.contact-us-page textarea {overflow:auto; width:251px; color:#757575; height:146px; margin-top:2px;border:none; background:url('../img/textarea.gif') no-repeat;}
.contact-us-page #sidebar .sponsor {display:none;}
textarea {color:#757575; border:1px solid #D9D9D9; background:#EAEAEA;}

input.image {
	border:0;
	padding:0;
}

form th {
	width:150px;
}

/* Floats
------------------------------------------------------------------- */

.clear {
	clear:both;
	display:block;
	font-size:0;
	line-height:0;	
}


/* Misc
------------------------------------------------------------------- */


th label {
	text-align:right;	
}

/* Layout
------------------------------------------------------------------- */
.wrapper {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:901px;
	position:relative;
}

/* Navigation */
#menu { height:33px; text-align:center; padding-bottom:4px; background:#fff; clear:both; }
#menu .inner { width:899px; margin:0 1px 0 1px; background:#000; height:33px; }

#menu ul {
	margin:0;
	padding:0;
	height:33px;
}

#menu li {
	margin:0;
	padding:0;
	font-size:1.2em;
	display:inline;
}

#menu a {
	float:left;
	color:#fff;
	margin-right:1px;
	padding:9px 11px 0 11px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover {
	text-decoration:underline;
}
#menu li.current a,
#menu li.current a:hover {
	color:#679428;
	text-decoration:none;
}

#menu li.log-in a {
	margin-left:0px;
}

#submenu {
/*	border-bottom:1px solid #aaa199;*/
	background:#fafafa;
	margin:0;
	padding:0;
}

.thirdnav {
	height:25px;
	clear:both;
	background:#679428;
}

#submenu li {
	margin:0;
	padding:0;
	font-size:1.1em;
	display:inline;

}

#submenu .thirdnav a {
	padding:6px 6px 3px 6px;
}

#submenu a {
	float:left;
	padding:4px 6px 3px 6px;
	margin-right:3px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#222;

}

#submenu a:hover {
	text-decoration:underline;
}

#submenu a.active,
#submenu li.active a {
	font-weight:bold;
	text-decoration:underline;
	border:none;
}

.divide span {
	width:175px;
	display:block;
	float:left;
}

#submenu #profile {
	padding-left:25px;
}

#submenu .secondary {
	height:19px;
	clear:both;
	display:block;
	background:#fafafa;
}

#submenu .secondary a {
	color:#555;
}


#submenu .secondary a.active,
#submenu .secondary li.active a {
	background:#679428;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

.search-term {
	color:#679428;
	cursor:pointer;
}

.contact-us-page #main,
.roster-account #main {
	width:auto;
	float:none;
}

.home-page #main {
	width:623px;
}

#main {
	width:606px;
	float:left;
}

#main .inner {
	padding-left:5px;
}

#slider {
	background:#1A1818;	
}

#slider a,
#slider ul,
#slider a img { 
	margin:0;
	padding:0;
}

#slider ul {
	margin-top:-3px;
}

#slider li {
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}

#news-room {
	display:block;
	background:#fff url('../img/news-bg.gif') 0 0 no-repeat;
	width:601px;
	height:177px;
}

#news-room #archives {
	float:left;
}

#news-room #news {
	width:400px;
	float:right;
}

#news-room #news h3 {
	padding-left:20px;
}

#news-room #archives ul {
	margin:11px 0 0 27px;
	width:170px;
	text-transform:uppercase;
}

#news-room #archives li {
	width:85px;
	line-height:17px;
	float:left;
}

#news-room #archives a {
	color:#000;
	text-decoration:none;
}

#news-room h3 {
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:1.1em;
	font-weight:normal;
	padding:3px 0 0 27px;
	margin-top:0;
}

.article {
	padding:11px 19px;
}

.article h4 {
	font-size:1.2em;
	color:#679428;
	margin-bottom:6px;
}
.contacts td {
	font-size:0.9em;
	vertical-align:top;
}

.contacts i, .contacts em {
	color:#777;
}

.contacts i {
	text-transform:uppercase;
	font-style:normal;
}


#main h2 {
	color:#679428;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:1.2em;
	border-bottom:1px solid #E4E4E4;
	font-weight:normal;
	padding:9px 0 8px 12px;
	margin:0 0 11px 0;

}

.contact-us-page #main td h2 {
	padding-top:0;
}


.hr,
.hr2 {
	clear:both;
}

.hr {
	height:1px;
	background:#F0F5EA;
	margin:0.8em 0 1.6em 0;
}

.hr2 {
	background:#EAEAEA;
	height:8px;
	margin:0.8em 0 1.2em 0;
}

h3, h4 {
	color:#679428;
}

.title {
	color:#679428;
}

.author {
	color:#000;
}

h3 {
	margin:0.8em 0 0.2em 0;
	color:#373438;
	font-size:1.4em;
}

h4 {
	color:#679428;
	font-size:1.2em;
}

h5 {
	font-size:1.2em;
}

h6 {
	margin:0.8em 0 1.2em 0;

}


.wrap {
	margin:0 21px;
	font-size:1.2em;
	line-height:1.6em;
}

ul.normal,
ul.normal li,
ul.bullets li,
ul.bullets {
	list-style:disc;
}

ul.normal {
	margin-top:0.8em;	
}

#sidebar a img {
	border:none;
	text-decoration:none;
	outline:none;
	background:none;
}

.wrap ul.normal li {
	margin-left:2em;
}

.wrap ul {
	margin-left:1em;
	margin-bottom:1.6em;
}

.wrap ol li,
.wrap ol {
	list-style:decimal;
}

.wrap ul.bullets li {
	margin-bottom:0.8em;
}

blockquote {
	margin:0em 1.6em 1.6em 1.6em;
	padding:0.8em;
	background:#f0f0f0;
}
.wrap ul.bullets li ol,
.wrap ul.bullets li ul {
	margin:0.8em 0 0.8em 6em;
}
.wrap ul.bullets li ol li,
.wrap ul.bullets li ul li {
	margin-bottom:0em;
}


.price { color:#000; font-size:0.9em; }

.price b {
	color:#57575A;
	color:#79797A; 
}
.article p {
	line-height:1.3em;
}

#sidebar {
	width:291px;
	float:right;
}

.about-the-journal-page #sidebar .container {
	border-left:1px solid #E4E4E4;
	padding:0 0 0 25px;
	font-size:1.1em;
}

html>body .home-page #sidebar { margin-right:5px; padding-right:0; }
.home-page #sidebar { width:268px; background:#000; padding-right:5px; _padding-right:0; margin-right:5px; _margin-right:0px; height:344px; }

#search .inner { position:relative; margin-left:22px; }
#sidebar .box { margin:4px 0 4px 0; }
#sidebar a img { border:none; }

.home-page #search {
	background-position:78px 8px;
}

#search {
	background:#679428 url('../img/search-bg.gif') 74px 8px no-repeat;
	color:#000;
	width:290px;
	height:33px;
	margin:0;
	padding:0;
	line-height:normal;
	text-transform:uppercase;
}

#search label {
	position:absolute;
	top:12px;
	left:0;
}

#search input {
	position:absolute;
	top:8px;
}

#search .input {
	text-transform:lowercase;
	border:none;
	background:none;
	width:172px;
	height:18px;
	left:53px;
	vertical-align:middle;
}

#search .go {
	text-transform:uppercase;
	background:none;
	border:none;
	left:230px;
	width:28px;
	height:19px;
}

input:focus {
	outline: none;
}

label.checkbox {
	display:block;
}

html>body #footer { height:auto; }
/* Footer links */

#footer {
	clear:both;
	color:#C3C4C6;
	background:#000;
	padding:16px 0 0 0;
	margin:0 5px;
	height:198px;
	font-size:1.2em;
	width:891px;
}

#footer a {
	color:#78A22F;
	border:none;
	text-decoration:none;
}

#footer p {
	padding:4px 0 4px 14px;
	border:1px solid #7F7F80;
	border-width:1px 0;
	margin-bottom:15px;
}

#featured-ad {
	width:890px;
	height:89px;
	display:none;
	margin:0 auto;
}

#featured-ad img,
#featured-ad a {
	border:none;
}


#footer a:hover {
	color:#fff;
}

#footer .sponsors { 
	clear:both;
	margin:6px 0 0 18px; 
	display:block;
}
#footer span { margin-left:24px; }

/* Flash
------------------------------------------------------------------- */
html>body #error, html>body #success {
	height:auto;
}

#error, #success {
	padding:6px 0 0 34px;
	line-height:1.6em;
	min-height:36px;
	height:36px;
	font-size:1.2em;
}


#error {
	padding:7px 0 0 34px;	
	background:url('../img/warning.gif') 2px 6px no-repeat;
	color:#BA0909;
}

#success {
	background:url('../img/success.gif') 2px 6px no-repeat;
  	color:#00930F;
}


.hidden { display:none; }

.file-row {
	margin-bottom:12px;
}

.file-row a {
	border:none;
	color:#EF0000;
}

div.contact em,
.file-row span,
.file-row small {
	color:#888;
	font-style:normal;
}

.file-row h3 small {
	font-weight:normal;
	font-size:0.7em;
	font-family:arial;
}

div.contact {
	margin:0;
}


#roster tr td {
/*	background:#efd;*/
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #A5A5A6;
}

#roster th {
	color:#679428;
	font-weight:bold;
	padding:10px 5px 5px 5px;
	border-bottom:6px solid #A5A5A6;
	font-size:1.0em;
	text-transform:uppercase;
}

#roster h3 {
	margin-top:0;
	line-height:1em;
}

.links a {
	color:#0D5A8F;
	border:none;
	text-decoration:none;
}

.links {
	font-size:12px;
	font-weight:normal;
	display:block;
}

#roster tr,
#roster td {
	vertical-align:top;
}

a.email {
	color:#6C6C6C;
	text-decoration:none;
	font-size:0.9em;
}

.highlight { background-color:yellow; color:#000; }
label.checkbox { float:left; display:inline; line-height:2.2em; }
label.checklist input,
label.checkbox input { width:auto; }

label.checklist { display:block; width:200px; line-height:2.2em; }


.qtip .qtip-content {
   padding:10px;
   font-size:1.3em;
   overflow:hidden;
}

.qtip .qtip-content .qtip-title,
.qtip-cream .qtip-content .qtip-title{
	background-color: #F0DE7D;
}

.fileList,
.fileList li {
	list-style:square;
}

.wrap .fileList {
	display:block;
	margin:0;
	padding:0;
	color:#888;
}

.wrap .fileList li {
   font-size:1em;	
	padding:0;
	margin:0;
}

.wrap .fileList a {
	border:none;
	text-decoration:none;
	color:#0D5A8F;
}

#roster a:hover {
	color:#EF0000;
}

.notes {
/*	margin-bottom:12px;*/
}

.notes textarea {
	line-height:1.4em;
	display:block;

}

.notes button {
	margin:12px 36px;
}

.information {
	padding:.25em .5em;
	background:#DCDDDF;
	margin-bottom:.8em;
}

.information p {
	padding:0.4em 0;
}

.parts {
	width:300px;	
	border-left:1px solid #e1e1e1;
	padding-left:24px;
	float:right;
}

h5 { color:#679428; }
.edit-me {
	color:#888;
}
