
/* 
   Reset (http://meyerweb.com/eric/tools/css/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, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: '';  } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	min-height: 100%;
}

body {
	/*background:  url('http://medknow.com/img/body.jpg') no-repeat left bottom;*/
	
	color: #112;
	font: normal 13px verdana; 
	padding-bottom: 1px; /* force scrollbars */
}


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

a {
	color: #0081C6;
	text-decoration: none;
}
a:hover {
	color: #081C6;
	text-decoration: none;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Wrapper */

.det img {
    border: 1px #f2f2f2 solid;
    box-shadow: 5px 5px 10px #ccc;
    padding: 5px;
}


#wrapper {}
#wrapper_inner {/*background: url('http://medknow.com/img/wrapper_inner.gif') no-repeat right top;*/}

#tag_inner{
	float:right;
	padding: 0 1px 1px;
	position: absolute; 
	
}
/* Toplinks */
#toplinks {
	float: right;
	font-size: 0.85em;
	height: 42px;
	margin-right:20px;
	background: url('http://medknow.com/img/wk-logo_194.jpg') no-repeat right;
}
#toplinks_s {
	float: right;
	font-size: 0.85em;
	height: 0px;
	margin-top:-85px;
	margin-right:15px;
}
#toplinks_{font-size:20px;color:#DA251C;}
#toplinks ul {
	display: inline;
	float: right;
	margin: 15px 220px 0 0;
}
#toplinks li {
	
	color: #CCC;
	float: left;
	padding-left: 6px;
}
#toplinks li a {
	color: #0081C6;
	margin-right: 2px;
}
#toplinks li a:hover {color: #0081C6;}


/* Header */
#header {
	background: url('http://medknow.com/img/transp.png');
	
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	
}
#header_inner {
	margin: 0 0 0 260px;
	padding: 10px 0 10px;
	
	height:80px;
}
#header h1 {
		background: none;
	

	padding-left: 0;
}
#header h1, #header h1 a {color: #0081C6;}
#header p span {color: #888;}


/* Navigation */
#navigation {
	
	left: 10px;

	padding: 0 1px 1px;
	position: absolute; 
	
	top: 30px;
}
#st {
	
	left:40px;
	padding: 0 1px 1px;
	position: absolute; 
	width:150px;
	top:1100px;
}
#navigation_inner {
	
	/*border: 1px solid #EEE;*/
	background-color:#B8B284;
	border-top: none;
	width: 220px;	
	color:#000000;
}
#navigation li a {	
	
	
	color: #000000;
	
	display: block;
	padding: 10px 7%;
	text-decoration: none;
	width: 86%;
}
#navigation li:first-child a {border-top: none;}
#navigation li a:hover {
	background: url('http://medknow.com/img/transpnav.png') repeat-x left bottom;
	color: #FFF;
}
#navigation li.current_page_item a {
	background: url('http://medknow.com/img/transpnav.png') repeat-x left top;
	color: #FFE;
	padding: 10px 4% 10px 10%;
}
#navigation h2 {
	background: url('http://medknow.com/img/transpnav.png') repeat-x left top;
	border-bottom: 1px solid #5B0079;
	color: #FFE;
	font: bold 0.9em Verdana,sans-serif;
	margin: 0;
	padding: 6px 12px;
}


/* Main */
#ad_banner {padding-left: 0px;}
#main {padding: 28px 24px 0 260px;}


/* Sidebar */
#sidebar_outer {
	background: url('http://medknow.com/img/separator.gif') repeat-y left top;
	color: #555;
	width: 30%;
}
#sidebar {padding: 8px 0 6px 14px;}


/* Content */
#content {width: 69%;padding:3px;line-height:1.4em;}
#content_inner {padding: 8px 12px 8px 0;}

#content li a {	
	
	color: #0081C6;
	text-decoration:none;
	
	
}
#content li a:hover {	
	color: #0081C6;
	text-decoration:none;

}


/* Footer */
#footer {
	
	border-top: 1px solid #EAEAEA;
	color: #888;
	margin-top: 16px;
	padding: 18px 0 18px 0px;
}
#footer a {
	color: #0081C6;
	text-decoration: none;
}
/*#footer .right, #footer .right a  {color: #AAA;}
#footer .right a {text-decoration: none;}*/
#footer a:hover {color: #333;}


/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 2em verdana;/*sans-serif;*/}
h2 {font: normal 1.4em verdana;/*sans-serif;*/	border-bottom:1px solid #ddd;}
h3 {font: normal 1.3em verdana;/*sans-serif;*/}
h4 {font: bold 1.2em verdana;/*sans-serif;*/}
h5 {font: bold 1.1em verdana;/*sans-serif;*/}
h6 {font: bold 0.9em verdana;/*sans-serif;*/}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

h1,h2,h3,h4,h5,h6 {color: #6A6A6A;}

.sh
{
font: bold 1.0em verdana;
margin-bottom: 0.2em;
color: #6A6A6A;
border-bottom:1px solid #ddd;
}

blockquote {
	background: #F6F6F6 url('http://medknow.com/img/quote.gif') no-repeat;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1.1em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0 46px;
}




/* Specific 
h1 {
	background: url('http://medknow.com/img/h1.gif') no-repeat left 1px;
	padding-left: 32px;
}
h2 {
	background: url('http://medknow.com/img/h2.gif') no-repeat left 2px;
	padding-left: 26px;
}
.tr {
	background: url('http://medknow.com/img/h2.gif') no-repeat left 2px;
	padding-left: 26px;
}

h3 {
	background: url('http://medknow.com/img/h3.gif') no-repeat left 3px;
	padding-left: 22px;
}
*/

/* 
   Tables, lists
------------------------------------------------------------------- */

table {
	border:none;
	
}
table th, dt {
	
	color: #555;
	font: bold 0.85em Verdana,sans-serif;
	text-align: left;
}
table tr {border:none}
table td, #content table th {
	border: none;
	padding: 3px;
	color:#222222;
}

dl {margin-bottom: 1.2em;}
dt,dd {padding: 8px 10px;}
dt {
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}
dd {
	background-color: #F6F6F6;
	border-bottom: 1px solid #EEE;
	padding-left: 16px;
}toplinks

/* Specific */
ul {margin: 0 0 1.2em 1.8em;}
ol {margin: 0 0 1.2em 1.8em;}
#content ul {margin: 0 0 1.2em 1.8em;}
#content ol {margin: 0 0 1.2em 1.8em;}
#content ul li {list-style: url('http://medknow.com/img/li.gif');font-size: 14px !important;}
#content ol li {list-style: decimal;}
#content li {padding: 3px 0;}


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

#content fieldset {
	background-color: #FBFBFB;
	border: 1px solid #E2E6FA;
	margin: 1em 0 1.2em;
	padding: 1em;
}

#content fieldset h1, #content fieldset h2, #content fieldset h3 {
	background: none;
	border-bottom: 1px solid #BCD;
	margin-bottom: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 0;
}

label {
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	margin: 1em 0 0.2em;
}
label em {font-style: normal;}

input, textarea, select {
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url('http://medknow.com/img/submit.gif') repeat-x left top;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;	
	color: #444;
	cursor: pointer;
	font: normal 0.9em sans-serif;
	margin-top: 5px;
	padding: 4px 6px;
	width: auto;
}

input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}
input.image {
	border: 0;
	padding: 0;
}

.form_row {padding: 5px 0 2px;}


/* 
   Images 
------------------------------------------------------------------- */

img.bordered, img.left, img.right {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 15px 0;}
img.right {margin: 0 0 15px 15px;}




.twocols { 
float:left;
}

.twocols .col1 {
	float: left;
	width: 235px;
}

.twocols .col2 {
	float: right;
	width: 45%;
}

.twocols .jrnl {
	float: left;
	width: 47%;
	
	font-size:12px;
}

.twocols .det { 
	float: right;
	width: 48%;
	
}
.twocols .detadd {
	float: right;
	width: 42%;
	background-color:#fbfbfb;
	border:1px solid #ddd;
	padding:10px;
	top:20px;
	-moz-box-shadow:2px 2px 8px #DEDEDE;-webkit-box-shadow:2px 2px 8px #DEDEDE;box-shadow:2px 2px 8px #DEDEDE;
}
.detadd img{border:1px solid #ddd;}

/* 
   Box
------------------------------------------------------------------- */
.box {
	margin-bottom: 1.5em;
	padding: 4px 0 8px;
}
.box_title {
	/*background: url('http://medknow.com/img/box_title.gif') no-repeat left 2px;*/
	color: #6A6A6A;
	font: normal 1.4em verdana;/*sans-serif;*/
	margin-bottom: 4px;
	/*padding-left: 26px;*/
	border-bottom:1px solid #ddd;
}
.box_title1
{
margin-bottom:6px;
}
.box p {padding: 4px 0;}
.box li {
	border-top: 1px dotted #EEE;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}
.box_content{font-size:12px;}
.jname {color: #6A6A6A;
	font: normal 1.1em verdana;/*sans-serif;*/;font-weight:bold;padding:10px;float:left;}
/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 6px 0 2em -8px;}
.thumbnails a.thumb {
	background: #FFF;
	border: 1px solid #E5E5E5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {border-color: #BBB;}
.thumbnails .thumb img {display: block;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: none;}

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date a {color: #0081C6;}

.post_meta {
	background: #F0F6FA;
	border-top: 1px solid #E0E6EA;
	color: #789;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #0081C6;}
.post_meta a:hover {color: #001;}


/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {
	border-bottom: 1px dashed #DDD;
	margin-bottom: 8px;
	padding: 8px 0;
}
.archive_post_title h3 {background: none;}
.archive_post_date {
	background: #FEFEFE url('http://medknow.com/img/archive_post_date.gif') repeat-x left center;
	border: 1px solid #F2F2F2;
	border-color: #F2F2F2 #DADADA #D5D5D5 #F2F2F2;	
	float: left;
	font-size: 0.9em;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px dashed #DDD; 
	margin: 0 0 2em;
}

.comment {
	border-bottom: 1px dashed #DDD;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
}
.comment_date a {
	color: #0081C6;
	text-decoration: none;
}
.comment_date a:hover {
	color: #0081C6;
	text-decoration: none;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {padding-top: 3px;}


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

.left {float: left;}
.right {float: right;}

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


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

.content_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

#header {min-height: 0.01%;}



ul#css3menu,ul#css3menu ul{
	margin:0;list-style:none;background-color:#0081C6;border-width:1px;border-style:solid;border-color:#DBDADA;}
ul#css3menu ul{
	display:none;position:absolute;left:98%;top:-1px;-moz-box-shadow:2px 2px 8px #DEDEDE;-webkit-box-shadow:2px 2px 8px #DEDEDE;box-shadow:2px 2px 8px #DEDEDE;padding:0 3px 3px;background-color:#0081C6;}
ul#css3menu li:hover>*{
	display:block;}
ul#css3menu li:hover{
	position:relative;}
ul#css3menu ul ul{
	position:absolute;left:98%;top:-2px;}
ul#css3menu{
	padding:0 2px 2px;display:block;font-size:0;position:absolute;z-index:1000;left:10px;top:10px;-moz-box-shadow:2px 2px 8px #DEDEDE;-webkit-box-shadow:2px 2px 8px #DEDEDE;box-shadow:2px 2px 8px #DEDEDE;}
ul#css3menu li{
	display:block;white-space:nowrap;font-size:0;}
ul#css3menu>li,ul#css3menu li{
	margin:1px 0px 0px;}
ul#css3menu a:active, ul#css3menu a:focus{
	outline-style:none;}
ul#css3menu a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:13px verdana,sans-serif;color:#fff;cursor:pointer;padding:10px;background-color:#0081C6;background-image:none;background-position:0 0;;border-color:#fffdea;}
ul#css3menu ul li{
	float:none;}
ul#css3menu ul a{
	text-align:left;background-color:#0081C6;}
ul#css3menu li:hover>a{
	background-color:#EF3E42;border-color:#0081C6;border-style:solid;font:13px verdana,sans-serif;color:#fff;text-decoration:none;;background-position:0 100%;}
ul#css3menu img{
	border:none;vertical-align:middle;margin-right:20px;width:16px;height:16px;}
ul#css3menu ul img{
	width:16px;height:16px;}
ul#css3menu img.over{
	display:none;}
ul#css3menu li:hover > a img.def{
	display:none;}
ul#css3menu li:hover > a img.over{
	display:inline;}
ul#css3menu span{
	display:block;overflow:visible;background-image:url("arrowsub.png");background-position:right center;background-repeat:no-repeat;padding-right:24px;}
ul#css3menu ul span{
	background-image:url("arrowsub.png");padding-right:24px;}
ul#css3menu li.topfirst>a{
	border-width:0;}
ul#css3menu li.subfirst>a{
	border-width:0;}
.toc{color: #6A6A6A;
	font: normal 0.9em verdana, sans-serif;font-weight:bold;}
#nav 
{color: #555555;
	font: normal 1.0em verdana, sans-serif;font-weight:normal;padding-top:20px;}
#topnav	
{color: #555555;
	font: normal 1.0em verdana, sans-serif;font-weight:bold;}
#active{color: #6A6A6A;
	font: normal 1.4em verdana, sans-serif;font-weight:normal;border:1px dotted #ddd;padding:3px;background-color:#eee;}
.sType{color:#6A6A6A;font: normal 0.9em verdana, sans-serif;font-weight:bold;}	
.articleTitle{color:#222222;font: normal 0.9em verdana, sans-serif;font-weight:bold;}
.line{border-bottom:1px solid #ddd;}
.form_property, form_required
{font-weight:normal;color:#666666;}
#content_inner .form_row_submitj{background-color:#eaeaea;border:1px solid #ddd;}
#medEvent{display:block;}


.appWrp
{
float:left;width:100%;display:block;margin:1% 0;padding:0;
}

.iconCnt
{
float:left;display:block;width:75px;height:75px;
}

.detCnt
{
float:left;width:385px;margin:0 0 0 23px;
}


h3.appTitle
{
float:left;color:#000;font-size:14px;width:600px;
}

.minDetCnt
{
    float: left;
    margin: 10px 0 15px;
    width: 290px;
	}


h6.qr
{
float:left;color:#5E5E5E;font-size:11px;font-weight:normal;
}

.qrIpad
{
float:left;margin:0 25px 0 0;height:86px;width:86px;clear:both;
}

.appdownld
{
float:left;margin:9px 0 0 0;padding:0;
}

.downldImg
{
float:left;height:48px;width:142px;
}

hr.appsHr
{
background-color: #DDDCDD;
    border-width: 0;
    clear: both;
    color: #aeadae;
    height: 1px;
    margin: 13px 0;
}

.minDetMain
{
float:left;width:600px;
}


.mesg
{
  color:#7e7e7e;font-size:12px;font-weight:normal;
}

ul.crntOpWrp
{
	background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 8px #dedede;
    float: left;
    margin: 20px !important;
    padding: 20px 33px 20px 25px !important;
    width: 89%;
	
}

ul.crntOpWrp li
{
	list-style-image:url('http://medknow.com/img/listBtn.gif') !important;margin:10px 0 20px;
}

ul.crntOpWrp li a
{
	float:right;
}

hr.gap
{
background-color: #e2e0e2;
    border-width: 0;
    clear: both;
    height: 1px;
    margin: 13px 0 60px;
}

p.scan
{
line-height: 1.4em;
padding: 0.2em 0 1.2em;
margin-bottom:30px;
}


ul.careerLi li
{
font-weight:normal !important;
}

.Ed_policies
{
margin-bottom:20px;
}


.testimonials
{
left: 10px;
    padding: 0 1px 1px;
    position: absolute;
    top: 520px;
    width: 200px;color:#555;
}

.tAuth
{
float:left;margin:5px 0 0 70px;color:#6a6a6a;font-size:11px;
}

.tAuth span
{
font-size:10px;
}

.AuthServ
{
float:left;margin:40px 0;height:38px;width:100%;
}

.AuthServLft
{
float:left;height:38px;
}

.AuthServRt
{
float:right;height:38px;
}

.ncml
{
float:left;margin:20px;
}



iframe[seamless] {
    border: none;width:745px;float:left;height:150px;display:block;clear:both;
}

.mainAnnounceWrp
{
display:block;width:100%;float:left;
}

.sideAnnounce{
float:right;width:27%;border:2px solid red;padding:10px;box-sizing:border-box;line-height:20px;color:#000;
}




