a {
	color: #0083cb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/********* Chris' new styles 19-02-09 *******************/
.tableField{
	background: #e9e9e9;
	
}

.tableData{
	border-bottom: 1px solid #e9e9e9;
}

.tableExtraRow{
	border-bottom: 2px solid #dbdbdb;
}

.myInput{
	border: 1px solid #c4c4c4;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding: 2px;
}

.mySubmit{
	border: 1px solid #c4c4c4;
	background: #e5e5e5;
	font-weight: bold;
	color: #333;
	font-size: 9pt;
	padding: 3px;
}

.errorMsg{
	color: red;
	font-weight: bold;
	font-size: 11pt;
}

.successMsg{
	color:green;
	font-weight: bold;
	font-size: 11pt;
}

.textField{
	width: 100px;
	display: block;
	float: left;
}

/**** breadcrumb formatting ***/

#newBreadcrumb{
	position:absolute;
	color: #737373;
	line-height:30px;
	font-weight: bold;
	height: 37px;
	font-size: 11px;
	margin-left: 80px;
}

#newBreadcrumb span{
	padding-left: 10px;
}

.firstCrumb{
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fbreadcrumbs-first.png');
	width: 100px;
	height: 28px;
	float: left;
}

.selectedCrumb{
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fbreadcrumb-selected.png');
	width: 100px;
	height: 28px;
	float: left;
}

.previousCrumb{
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fbreadcrumbs-previous.png') no-repeat;
	width: 100px;
	height: 28px;
	float: left;
}

.nextCrumb{
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fbreadcrumbs-unselected.png');
	width: 100px;
	height: 28px;
	float: left;
}

.lastCrumb{
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fbreadcrumbs-last.png') no-repeat ;
	width: 100px;
	height: 28px;
	float: left;
}

.lastCrumbBlue{
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fbreadcrumb-last-blue.png') no-repeat ;
	width: 100px;
	height: 28px;
	float: left;
}

/******* New forms ******************/
.borderCorner{
	padding: 3px;
	width: 420px;
	border: 1px dotted #dadada;
	
}
.userForm {
	width: 400px;
	padding: 10px;
}
.userForm label{
	width: 125px;
	float: left;
	padding-bottom: 2px;
	padding-top: 2px;
	clear: left;
	
}

.userForm input{
	font-size: 12px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	clear: left;
	
}


hr {border:1px solid #cacaca;}

#fileUploadQueue{
	border: 1px solid #ffffff;
	height: 100px;
}

#help{
	width: 405px;
	height: 232px;
	position: fixed;
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fmiddle-popout.png') no-repeat;
	z-index: 30;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -125px;
	display: none;
}

.helpBtn {
	cursor: pointer;
}
#fileUploadQueue{
	border: 1px solid #bbbbbb;
	width: 374px;
	height: 60px;
	padding: 10px;
}

.greenForm{
	width: 469px;
	height: 264px;
    background: url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fgreen-form.png') no-repeat;
    padding: 17px;
}

/********************** New styles for adhesion site re-design 29-06-2010 ***************************/

th{
	font-weight: bold;
	padding: 5px;
	background: #CACACA;
	border: 1px solid #eeeeee;
}
td{
	/*padding: 5px;*/
	/*border-bottom: 1px dotted #dadada;*/
}
.standardForm ol{
	list-style: none;
	
}

.standardForm fieldset li{
	padding: 5px;
	
}

.standardForm label{
	display:block;
	padding-bottom: 5px;
	font: bold 12px Verdana, Arial, sans-serif;
}

.standardForm .greenSubmitBtn{
	background: #598527;
	border: 0;
	font: bold 13px Arial, sans-serif;		
	color: #fff;	
	text-decoration: none;
	padding: 10px 20px 10px 20px;
}




.content_maffey{
	float: left;
	width: 900px;
	height: auto;
	background: #eee;
	padding: 30px 20px 35px 20px;
}

.title_maffey{
	position: relative;
	display: inline;
	float: left;
	width: 910px;
	height: auto;
	padding: 10px 15px 10px 15px;
	background: #ccc;
 }
 
 .errorList{
	color: red;
	list-style: circle;
	margin: 10px 0 10px 33px;
 }
 
.content_file ul{
	list-style: disc;
	margin-left: 20px;
	
 }
 
.content_file ol{
	list-style: decimal;
	margin-left: 20px;
	
 }
 
#successDiv{
	width: 400px;
	height: 210px;
	position: absolute;
	
	left: 50%;
	margin-left: -200px;
	margin-top: -605px;
	z-index:5;
}

#opaqueDiv{
	width: 400px;
	height: 210px;
	background: black;
	position: absolute;
	z-index: 10;
}

#successContent{
	width: 350px;
	height: 160px;
	padding: 10px; 
	background: white;
	position: absolute;
	z-index: 20;
	margin-top:15px;
	margin-left: 15px;
	text-align: justify;
}

.greenBtn{
	display: inline;
	height: 37px;
	color:  #fff;
	text-decoration:  none;
	padding: 10px 25px 10px 25px;
	border: 0;
	line-height: 10px;
	font: normal 13px Georgia, serif;
	background: #598428;
	cursor: pointer;
}

.orangeBtn{
	display: inline;
	height: 37px;
	color:  #fff;
	text-decoration:  none;
	padding: 10px 25px 10px 25px;
	border: 0;
	line-height: 10px;
	font: normal 13px Georgia, serif;
	background: #f26522;
	cursor: pointer;
}

.blackBtn{
	display: inline;
	height: 37px;
	color:  #fff;
	text-decoration:  none;
	padding: 10px 25px 10px 25px;
	border: 0;
	line-height: 10px;
	font: normal 13px Georgia, serif;
	background: #000;
	cursor: pointer;
}

.smallBlackBtn{
	display: inline;
	height: 27px;
	color:  #fff;
	text-decoration:  none;
	padding: 5px 10px 5px 10px;
	border: 0;
	line-height: 10px;
	font: normal 13px Georgia, serif;
	background: #000;
	cursor: pointer;
}

#emailAlertsForm label.error {
	clear: left;
	color: red;
	font-size:11px;
	margin: 0;
}

#emailAlertsForm input.error {
    background: #FF7979;
    border: 1px solid #A7A7A7;
}

#registerForm label.error {
	clear: left;
	color: red;
	font-size:11px;
	margin: 0;
}

#registerForm input.error {
    background: #FF7979;
    border: 1px solid #A7A7A7;
}

.error {
	clear: left;
	color: red;
	font-size:11px;
	margin: 0;
}

h3{
	font: normal 29px Georgia, Arial, Helvetica, sans-serif;
}

.commentRow{
	border: 1px solid #dfdfdf;
	width: 700px;
	padding: 10px;
	margin:8px auto;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fcomment_top.jpg') no-repeat top;
}

.commentRow div{
	display: none;
}

.commentRow h3{
	font: normal 14px Georgia, Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	padding-bottom: 13px;
	cursor:pointer;
}

.commentRow b{
	font-size: 16px;
}



#genericPopup{
	width: 600px;
	position: fixed;
	left: 50%;
	top:50%;
	margin-left: -300px;
	z-index:5;
	display: none;
}

#genericPopupContent{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	width: 550px;
	padding: 10px; 
	background: white;
	position: absolute;
	z-index: 20;
	margin-top:15px;
	margin-left: 15px;
	text-align: justify;
}

#genericOpaqueDiv{
	width: 600px;
	background: black;
	position: absolute;
	z-index: 10;
}

#myContentInner{
	padding: 10px;
	width: 757px;
}

.changeFont{
	font: normal 14px Georgia, Arial, Helvetica, sans-serif;
	
}


#socialBlock select{
	color: #000;
	font: normal 20px Georgia, Arial, Helvetica, sans-serif;
	border: 1px solid #ADADAD;
	padding: 4px;
}

#bigSelect select{
	color: #000;
	font: normal 16px Georgia, Arial, Helvetica, sans-serif;
	border: 1px solid #ADADAD;
	padding: 4px;
}



/***** stats formatting *****/
#statisticsContainer{
	width: 673px;
	margin:20px auto;
}

#statisticsContainer div{
	margin-bottom: 0;
	padding: 20px 0 0 15px;
	color: #cacaca;
}

#statisticsContainer p {
	color: #fff;
	font: 100 30px Georgia, Arial, Helvetica, sans-serif;
	float: left;
}

#statisticsContainer span {
	color: #A4A4A4;
	font: 100 36px Georgia, Arial, Helvetica, sans-serif;
	float: right;
	margin-right: 150px;
}
#statisticsContainer i {
	color: #A4A4A4;
	font: 100 20px Georgia, Arial, Helvetica, sans-serif;
	float: left;
	margin-top: -25px;
	*margin-top: -30px;
	margin-left: 520px;
	clear: both;
}

#articleViewsStats{
	height: 74px;
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Farticle_views_bkg.jpg') no-repeat 
}
#articleDownloadsStats{
	height: 74px;
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Farticle_downloads_bkg.jpg') no-repeat 
}
#regUsersStats{
	height: 74px;
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Freg_users_bkg.jpg') no-repeat 
}
#mostReadStats{
	height: 74px;
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fmost_read_bkg.jpg') no-repeat;
	cursor: pointer;
}
#mostReadStats div{
	margin-top: -25px;
	margin-left: -12px;
}
#mostCitedStats{	
	height: 74px;
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Fmost_cited_bkg.jpg') no-repeat;
	cursor: pointer;
}
#mostCitedStats div{
	margin-top: -25px;
	margin-left: -12px;
	margin-right: -50px;
}

.moveViews{
	width: 400px;
	float: right;
	position: absolute;
	left: 240px;
	
}
.moveViews span{
	margin-top: -5px;
	padding: 0;
}
#urm_section h2, #rts_section h2 {
	margin-bottom: 15px;
}
#urm_section p, #rts_section p, #urm_section li, #rts_section li {
	line-height: 19px;
}
#urm_section input, #rts_section input {
	margin-right: 10px;
	margin-top: 5px;
}
.urm_box {
	line-height: 19px;
}
/** for tinymce text **/
.headingText{
    color: #373737;
    font: bold 26px Georgia, Arial, Helvetica, sans-serif;
}

.normalText{
    color: #000000;
    font: normal 12px Georgia, Arial, Helvetica, sans-serif;
}
/***** fixed menu from adhesion in my_la.php ********/
.authorsleft, .author_list_fixed{
	float: left;
	width: 240px;
	height: auto;
}

.authorsright{
	float: left;
	width: 540px;
	height: auto;
 }

.author_list_fixed{
	background: #0083c8;
	padding: 20px 0 35px 0;

}
/*
.author_list ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.author_list ul li
{
	margin: 0;
	padding: 0;
}
*/
.author_list_fixed ul li a
{
	color: #ccc;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	width: 220px;
	text-decoration: none;
	padding: 7px 0 7px 20px;
}

.author_list_fixed ul li a.author_bluebg
{
	color: #fff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	width: 220px;
	text-decoration: none;
	padding: 7px 0 7px 20px;
	background: #005684;
}

.author_list_fixed ul li.author_tablist
{
	padding: 0;
}

.author_list_fixed ul li.author_tablist a
{
	color: #ccc;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	width: 210px;
	padding: 7px 0 7px 30px;
	text-decoration: none;
	background: none;
}

.author_list_fixed ul li.author_tablist a.author_list_current{
	color: #444;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 7px 0 7px 23px;
	background: #eee url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fassets%2Fimg%2Fauthortablist_arrow.jpg') no-repeat 173px 9px;
}

.author_list_fixed ul li a:hover, .author_list_fixed ul li a:active
{
	background-color: #005b8c;
}

.author_list_fixed ul li.authorlist_bluebg
{
	color: #fff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	text-decoration: none;
	width: 220px;
	padding: 7px 0 7px 20px;
	background: #005684;
}
/*
.author_list ul ul li{
	background: #0073b0;
}
*/
.author_list_fixed ul ul li a{
	float: left;
	display: inline;
	width: 208px;
	padding: 7px 0 7px 32px;
	background-color: #0073b0;
}
.author_list_fixed ul ul li a:hover, .author_list_fixed ul ul li a:active {
	background-color: #4d9dc8;
}

.author_list_fixed ul ul li.author_list_current_ul{ 
	color: #444;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	width: 208px;
	padding: 7px 0 7px 32px;
	background: #eee;

}

.author_list_fixed ul ul li.author_list_current_ul span{ 
	padding: 0 0 0 5px;
}

/**************** end menu fix ************/

.newOrangeBtn{
	background:url('/ServeContent?url=http%3A%2F%2Finsights.sagepub.com%2Fimg%2Forange_btn.png') no-repeat;
	width: 224px;
	height: 70px;
	border:0;
	cursor: pointer;
	color: white;
	font-size: 16px;
	letter-spacing: -1px;
	text-align: left;
	padding: 0 0 0 12px;
}

.newOrangeBtn:hover{
	width: 224px;
	height: 70px;
	border:0;
	color: #ffd2bc;
	text-decoration:underline;
}

.journal_heading {
	color: #ffffff;
	background-color: #608035;
	font:bold 9px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	display:inline;
	
	
	padding:1px 5px;
	line-height:100%;
	text-transform:uppercase;	
	
}

.journal_heading_h1 {
	margin-bottom: 0px;
}

.journal_heading_stats {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:25px;
}

#mainMetric td {
	vertical-align: middle;	
}

#graphLegend td {
	vertical-align: middle;	
}

.scroll_link {
	height: 128px !important;
	width: 208px !important; 	
}

.journal-supplement {
    font: 12px Georgia,"Times New Roman",Times,serif;
}