/**
 * common.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body
{
    margin: 0;
    padding: 0;
    background-color: #aaaaaa;
    color: #111;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    /***/background-image: url('../../../lib/pkp/templates/images/main_bg.gif');
    background-attachment: fixed;
}

/*body {
	margin: 0;
	padding: 0;
	background-color: #aaaaaa;
	color: #111;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}*/

div {
	line-height: 140%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: underline;
}

a:link {
	color: #375;text-decoration: underline;
}

a:active {
	color: #253;
}

a:visited {
	color: #375;
	
}

a:hover
{
    color: #253; /*background: #CDC;*/
    text-decoration: underline;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	/*background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;*/
	font-size: 1em;
}

.box label input[type="text"], .box label input[type="password"], .box label select {
    border: 1px solid #D4D5D7;
    float: right;
    width: 112px;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
	line-height: 125%;
	text-align: center;
		min-width:1256px;
width:1256px;
width:1000px;

}

#header
{
    width: 80%;
    background-position: center top;
    padding: 0;
    margin: -1px auto;
    width: 1000px;
    height: 146px;
    background-color: #ffffff;
    text-align: center;
    background-image: url('../../../lib/pkp/templates/images/header_banner.jpg');
    background-repeat: no-repeat;
}

/*#header {
	padding: 0;
	margin: 0 auto;
		width: 80%;
		width: 1000px;
		height: 148px;
	background-color: #ffffff;
	text-align: center;
}*/

#rightSidebar, #main, #sidebar
{
    /*background-color: #FFFFFF;*/
}

#headerTitle {
	text-align: left;
	margin: 0;
	padding: 0;
}



#header h1 {
	margin: 0;
	padding: 0.5em 0 0.25em 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	line-height: 1em;
	visibility: hidden;
}

#body 
{
	overflow:auto;
	display:inline-block;
	background-color: #ffffff;
	width: 80%;
	width: 1000px;
	
	margin: 0 auto;
}

#footer {
	min-height: 50px;
	position: relative;
	clear: both;
	background-color: #ABA;
	text-align: center;
}

#footerContent {
	width: 800px;
	margin: 0 auto;
}

#main 
{
	
	float:left;
	clear:right;
	padding:0.5em 20px 2em 0em;
	width:730px;
	width:722px;
	margin:0;
	margin: 0 0 0 20px;
	
}

#rightSidebar {
    clear: right;
    float: left;

    margin: 0 0 0 10px;
    padding-left: 25px;
    padding-right: 13px;
    width: 169px;
}
	
/*	#rightSidebar
{
	
	float:left;
	clear:right;
	width:225px;
	padding-right: 13px;
	padding-left: 20px;
	margin:0;
	}*/
	
	

	
#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #000;
}

#breadcrumb {
	padding-top: 2em;
	/*font-size: .7em;*/
	font-size: 11px;
}

#content {
	/*margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
	border-top: 2px dotted #000;
	width:100%;*/

}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.9em;
	letter-spacing: 0.05em;
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover
{
    text-decoration: underline;
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
	 text-decoration: underline;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

/*ul.menu {
	margin: 0;
	padding: 0;
	
}*/

ul.menu
{
    margin: 0;
    padding: 0;
    
    background: transparent url('../../lib/pkp/templates/images/menu_bg.png') repeat-x scroll 0 0;
    height: 26px;
    /*list-style: none outside none;*/
    margin: 3px 0 0;
    overflow: hidden;
    padding: 0;
    width: 931px;
    
    height: 17px;
    
    padding: 0px 9px 9px 40px;
    
    
   /* background: none repeat scroll 0 0 #0B5C38;
    
    background: url("../templates/images/menu_bg.png") repeat-x scroll 0 0 transparent;
    height: 25px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 980px;*/
    
    
}

#bgNav /* Added by Julnisar H. Pajiri*/
{
    
    height: 28px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 980px;
     background: none repeat scroll 0 0 #0B5C38;
    }

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 1.0em;
	text-transform:inherit;
	/*text-decoration: none;*/
	
	color: #014400;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 10px;
    margin-top: 8px;
}
ul.menu a:hover
{
    text-decoration: underline;
}
/*ul.menu a {
	
	color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 10px;
    margin-top: 8px;
	
}*/

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27;
	width: 505;
	z-index:1;
}


/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*//*//////////////////////////////////////////////////////////////*/
/*header white to grey body grey no boarders*/

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}
/*//////////////////////////////////////////////////////////////////*/
/*header colored with no border, (header image color to white), body same color with no boarders, bottom left not rounded*/
/*//////////////////////////////////////////////////////////////////*/

    .art-content-layout .art-content-layout-row .art-content 
  { 
	width:72%;
	margin:0 0px;
	/*border:1px solid Green;*/
  }
   .art-content-layout .art-content-layout-row .art-content-narrow
  { 
	width:40%;
	margin:0 10px
  }
   .art-content-layout .art-content-layout-row .art-content-wide 
  { 
	width:97%;
	margin:0 15px
  }
  
  .rtop,.rbottom { display:block; background:fff; height:18px ; 

                 }
                 
   
   /*////////////////////////////////////////////////////////////////*/


.rrcm9 { height:1px; margin:0 20px 0 20px; }
.rrcm8 { height:1px; margin:0 16px 0 16px; }
.rrcm7 { height:1px; margin:0 13px 0 13px; }
.rrcm6 { height:1px; margin:0 11px 0 11px; }
.rrcm5 { height:1px; margin:0 9px 0 9px; }
.rrcm4 { height:1px; margin:0 8px 0 8px; }
.rrcm3 { height:1px; margin:0 7px 0 7px; }
.rrcm2 { height:1px; margin:0 6px 0 6px; }
.rrcm1 { height:1px; margin:0 5px 0 5px; }
   .r1 { height:1px; margin:0 4px 0 4px; }
   .r2 { height:2px; margin:0 3px 0 3px; }
   .r3 { height:2px; margin:0 2px 0 2px; }
.rbottom    .r4, .rtop    .r4 { height:4px; margin:0 1px 0 1px; }


.rtop .r4,.rtop .r3,.rtop .r2,.rtop .r1,.rtop .rrcm1,.rtop .rrcm2,.rtop .rrcm3,.rtop .rrcm4,.rtop .rrcm5,.rtop .rrcm6,.rtop .rrcm7,.rtop .rrcm8,.rtop .rrcm9 {

border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
background:#fff;
display:block;
overflow:hidden;
}

.rtop .rrcm9{
background:#ccc;
display:block;
overflow:hidden;
}


.rbottom .r4,.rbottom .r3,.rbottom .r2,.rbottom .r1,.rbottom .rrcm1,.rbottom .rrcm2,.rbottom .rrcm3,.rbottom .rrcm4,.rbottom .rrcm5,.rbottom .rrcm6,.rbottom .rrcm7,.rbottom .rrcm8,.rbottom .rrcm9 {

border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
background:#fff;
display:block;
overflow:hidden;
}

.rbottom .rrcm9{
background:#ccc;
display:block;
overflow:hidden;
}


.leftside .r1,.leftside .r2,.leftside .r3,.leftside .r4,.leftside .r1,.leftside .r2,.leftside .r3,.leftside .r4,.leftside .rrcm1,.leftside .rrcm2,.leftside .rrcm3,.leftside .rrcm4,.leftside .rrcm5,.leftside .rrcm6,.leftside .rrcm7,.leftside .rrcm8,.leftside .rrcm9 {
background:#ccc;
display:block;
overflow:hidden;


}


/*//////////////////////////////////////////////////////////////*/
.moduleSide  .rrcm9 { height:1px; margin:0 20px 0 20px; }
.moduleSide  .rrcm8 { height:1px; margin:0 16px 0 16px; }
.moduleSide  .rrcm7 { height:1px; margin:0 13px 0 13px; }
.moduleSide  .rrcm6 { height:1px; margin:0 11px 0 11px; }
.moduleSide  .rrcm5 { height:1px; margin:0 9px 0 9px; }
.moduleSide  .rrcm4 { height:1px; margin:0 8px 0 8px; }
.moduleSide  .rrcm3 { height:1px; margin:0 7px 0 7px; }
.moduleSide  .rrcm2 { height:1px; margin:0 6px 0 6px; }
.moduleSide  .rrcm1 { height:1px; margin:0 5px 0 5px; }
.moduleSide     .r1 { height:1px; margin:0 4px 0 4px; }
.moduleSide     .r2 { height:2px; margin:0 3px 0 3px; }
.moduleSide     .r3 { height:2px; margin:0 2px 0 2px; }
.moduleSide     .r4 { height:4px; margin:0 1px 0 1px; }


.moduleSide .rbottom .rrcm9{ margin:0 20px 0 0; }
.moduleSide .rbottom .rrcm8{ margin:0 16px 0 0; }
.moduleSide .rbottom .rrcm7{ margin:0 13px 0 0; }
.moduleSide .rbottom .rrcm6{ margin:0 11px 0 0; }
.moduleSide .rbottom .rrcm5{ margin:0 9px 0 0; }
.moduleSide .rbottom .rrcm4{ margin:0 8px 0 0; }
.moduleSide .rbottom .rrcm3{ margin:0 7px 0 0; }
.moduleSide .rbottom .rrcm2{ margin:0 6px 0 0; }
.moduleSide .rbottom .rrcm1{ margin:0 5px 0 0; }
.moduleSide .rbottom    .r1{ margin:0 4px 0 0; }
.moduleSide .rbottom .r2 { height:2px; margin:0 3px 0 0; }
.moduleSide .rbottom .r3 { height:2px; margin:0 2px 0 0; }
.moduleSide .rbottom .r4 { height:4px; margin:0 1px 0 0; }


.moduleSide .r4,.moduleSide .r3,.moduleSide .r2,.moduleSide .r1,.moduleSide .rrcm1,.moduleSide .rrcm2,.moduleSide .rrcm3,.moduleSide .rrcm4,.moduleSide .rrcm5,.moduleSide .rrcm6,.moduleSide .rrcm7,.moduleSide .rrcm8,.moduleSide .rrcm9 {
/*background:#f5B214;*/
border-left: None;
border-right:None;
display:block;
overflow:hidden;
}

.moduleSide
{
	
 width:90%;
}               
.moduleSide .art-blockcontent-cc
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.moduleSide .art-blockheader h3
{
  text-align:center;
  margin:0;
}

/*////////////////////////////////////*/
.moduleSideYellow .art-blockheader
{
	
  height: 39px;
  background-image: url('images/blockheader2.png');
} 

.moduleSideYellow .art-blockcontent-cc
{
  background-color: #f5B214;
} 
.moduleSideYellow .r4,.moduleSideYellow .r3,.moduleSideYellow .r2,.moduleSideYellow .r1,.moduleSideYellow .rrcm1,.moduleSideYellow .rrcm2,.moduleSideYellow .rrcm3,.moduleSideYellow .rrcm4,.moduleSideYellow .rrcm5,.moduleSideYellow .rrcm6,.moduleSideYellow .rrcm7,.moduleSideYellow .rrcm8,.moduleSideYellow .rrcm9 {
background:#f5B214;
}
/*////////////////////////////////////*/
.moduleSideGrey .art-blockheader
{
	
  height: 39px;
  background-image: url('images/blockheader.png');
} 

.moduleSideGrey .art-blockcontent-cc
{
  background-color: #ccc;
} 
.moduleSideGrey .r4,.moduleSideGrey .r3,.moduleSideGrey .r2,.moduleSideGrey .r1,.moduleSideGrey .rrcm1,.moduleSideGrey .rrcm2,.moduleSideGrey .rrcm3,.moduleSideGrey .rrcm4,.moduleSideGrey .rrcm5,.moduleSideGrey .rrcm6,.moduleSideGrey .rrcm7,.moduleSideGrey .rrcm8,.moduleSideGrey .rrcm9 {
background:#ccc;
}


/*////////////////////////////////////////////////////////////////*/

.moduleSideWhiteGrey .art-blockcontent-cc
{
  background-color: #ccc;
} 

.moduleSideWhiteGrey .rtop .r4,.moduleSideWhiteGrey .rtop .r3,.moduleSideWhiteGrey .rtop .r2,.moduleSideWhiteGrey .rtop .r1,.moduleSideWhiteGrey .rtop .rrcm1,.moduleSideWhiteGrey .rtop .rrcm2,.moduleSideWhiteGrey .rtop .rrcm3,.moduleSideWhiteGrey .rtop .rrcm4,.moduleSideWhiteGrey .rtop .rrcm5,.moduleSideWhiteGrey .rtop .rrcm6,.moduleSideWhiteGrey .rtop .rrcm7,.moduleSideWhiteGrey .rtop .rrcm8,.moduleSideWhiteGrey .rtop .rrcm9 {

border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
background:#fff;
display:block;
overflow:hidden;
}

.moduleSideWhiteGrey .rtop .rrcm9{
background:#ccc;
display:block;
overflow:hidden;
}


.moduleSideWhiteGrey .rbottom .r4,.moduleSideWhiteGrey .rbottom .r3,.moduleSideWhiteGrey .rbottom .r2,.moduleSideWhiteGrey .rbottom .r1,.moduleSideWhiteGrey .rbottom .rrcm1,.moduleSideWhiteGrey .rbottom .rrcm2,.moduleSideWhiteGrey .rbottom .rrcm3,.moduleSideWhiteGrey .rbottom .rrcm4,.moduleSideWhiteGrey .rbottom .rrcm5,.moduleSideWhiteGrey .rbottom .rrcm6,.moduleSideWhiteGrey .rbottom .rrcm7,.moduleSideWhiteGrey .rbottom .rrcm8,.moduleSideWhiteGrey .rbottom .rrcm9 {

background:#ccc;
display:block;
overflow:hidden;
}

.moduleSideWhiteGrey  .art-blockheader
{
  height: 39px;
  background-image: url('images/blockheader3.png');
}



 
/*//////////////////////////////////////////////////////////////////*/
/*header white with greay border, (header image white to greay), body grey no boarders,  bottom left not rounded*/
.module6 .rrcm9 { height:1px; margin:0 20px 0 20px; }
.module6 .rrcm8 { height:1px; margin:0 16px 0 16px; }
.module6 .rrcm7 { height:1px; margin:0 13px 0 13px; }
.module6 .rrcm6 { height:1px; margin:0 11px 0 11px; }
.module6 .rrcm5 { height:1px; margin:0 9px 0 9px; }
.module6 .rrcm4 { height:1px; margin:0 8px 0 8px; }
.module6 .rrcm3 { height:1px; margin:0 7px 0 7px; }
.module6 .rrcm2 { height:1px; margin:0 6px 0 6px; }
.module6 .rrcm1 { height:1px; margin:0 5px 0 5px; }
.module6    .r1 { height:1px; margin:0 4px 0 4px; }
.module6    .r2 { height:2px; margin:0 3px 0 3px; }
.module6    .r3 { height:2px; margin:0 2px 0 2px; }
.module6    .r4 { height:4px; margin:0 1px 0 1px; }


.module6 .rbottom .rrcm9{ margin:0 20px 0 0; }
.module6 .rbottom .rrcm8{ margin:0 16px 0 0; }
.module6 .rbottom .rrcm7{ margin:0 13px 0 0; }
.module6 .rbottom .rrcm6{ margin:0 11px 0 0; }
.module6 .rbottom .rrcm5{ margin:0 9px 0 0; }
.module6 .rbottom .rrcm4{ margin:0 8px 0 0; }
.module6 .rbottom .rrcm3{ margin:0 7px 0 0; }
.module6 .rbottom .rrcm2{ margin:0 6px 0 0; }
.module6 .rbottom .rrcm1{ margin:0 5px 0 0; }
.module6 .rbottom    .r1{ margin:0 4px 0 0; }
.module6 .rbottom .r2 { height:2px; margin:0 3px 0 0; }
.module6 .rbottom .r3 { height:2px; margin:0 2px 0 0; }
.module6 .rbottom .r4 { height:4px; margin:0 1px 0 0; }


.module6 .rtop .r4,.module6 .rtop .r3,.module6 .rtop .r2,.module6 .rtop .r1,.module6 .rtop .rrcm1,.module6 .rtop .rrcm2,.module6 .rtop .rrcm3,.module6 .rtop .rrcm4,.module6 .rtop .rrcm5,.module6 .rtop .rrcm6,.module6 .rtop .rrcm7,.module6 .rtop .rrcm8,.module6 .rtop .rrcm9 {

border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
background:#fff;
display:block;
overflow:hidden;
}

.module6 .rtop .rrcm9{
background:#ccc;
display:block;
overflow:hidden;
}


.module6 .rbottom .r4,.module6 .rbottom .r3,.module6 .rbottom .r2,.module6 .rbottom .r1,.module6 .rbottom .rrcm1,.module6 .rbottom .rrcm2,.module6 .rbottom .rrcm3,.module6 .rbottom .rrcm4,.module6 .rbottom .rrcm5,.module6 .rbottom .rrcm6,.module6 .rbottom .rrcm7,.module6 .rbottom .rrcm8,.module6 .rbottom .rrcm9 {


background:#ccc;
display:block;
overflow:hidden;
}

/*//////////////////////////////////////////////////////////////////*/
/*header colored with no border, body colored with no boarders, all corners rounded*/



.module0 .r4,.module0 .r3,.module0 .r2,.module0 .r1,.module0 .rrcm1,.module0 .rrcm2,.module0 .rrcm3,.module0 .rrcm4,.module0 .rrcm5,.module0 .rrcm6,.module0 .rrcm7,.module0 .rrcm8,.module0 .rrcm9,
.module13 .r4,.module13 .r3,.module13 .r2,.module13 .r1,.module13 .rrcm1,.module13 .rrcm2,.module13 .rrcm3,.module13 .rrcm4,.module13 .rrcm5,.module13 .rrcm6,.module13 .rrcm7,.module13 .rrcm8,.module13 .rrcm9 {
/*background:#f5B214;*/
border-left: None;
border-right:None;
background:#f5f5f5;
display:block;
overflow:hidden;
}


.module0 .art-postcontent,
.module13 .art-postcontent
{
  border-left :none;
  border-right:none;
  background-color:#f5f5f5;
  padding-left:15px;
  padding-right:15px;
}


.module0 .art-Post-inner
{
  background-color:#f5f5f5;
}

.module0 h2.art-postheader
{
	
  background-image: none;
  color: #1e90b2;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: normal;
  padding:0 0 0 10px;
background-color:#f5f5f5;
}


/*////////*/
.module13 .art-postcontent .r4,.module13 .art-postcontent .r3,.module13 .art-postcontent .r2,.module13 .art-postcontent .r1,.module13 .art-postcontent .rrcm1,.module13 .art-postcontent .rrcm2,.module13 .art-postcontent .rrcm3,.module13 .art-postcontent .rrcm4,.module13 .art-postcontent .rrcm5,.module13 .art-postcontent .rrcm6,.module13 .art-postcontent .rrcm7,.module13 .art-postcontent .rrcm8,.module13 .art-postcontent .rrcm9 {
/*background:#f5B214;*/
border-left: None;
border-right:None;
background:#bdd8f4;
display:block;
overflow:hidden;

}
.module13 .art-postcontent .innerSponsorsDiv
{
  border-left :none;
  border-right:none;
  background-color:#bdd8f4;
  padding:5px;
  padding-left:5px;
}

/*////////*/
.outterIssue
{
	width:25%;
	float: left;
	margin:4%
	}
	
	
.module0 .art-postcontent     .r1 { height:1px; margin:0 7px 0 7px; }
.module0 .art-postcontent     .r2 { height:2px; margin:0 4px 0 3px; }
.module0 .art-postcontent     .r3 { height:2px; margin:0 2px 0 2px; }
.module0 .art-postcontent     .r4 { height:3px; margin:0 1px 0 1px; }


.module0 .art-postcontent  .rtop,.module0 .art-postcontent .rbottom 
{
	 display:block; background:fff; height:8px ; margin:0
	 

                 }
                 
.module0 .art-postcontent .r4,.module0 .art-postcontent .r3,.module0 .art-postcontent .r2,.module0 .art-postcontent .r1,.module0 .art-postcontent .rrcm1,.module0 .art-postcontent .rrcm2,.module0 .art-postcontent .rrcm3,.module0 .art-postcontent .rrcm4,.module0 .art-postcontent .rrcm5,.module0 .art-postcontent .rrcm6,.module0 .art-postcontent .rrcm7,.module0 .art-postcontent .rrcm8,.module0 .art-postcontent .rrcm9 {
/*background:#f5B214;*/
border-left: None;
border-right:None;
background:#fff;
display:block;
overflow:hidden;

}
.module0 .art-postcontent .innerIssueDiv
{
  border-left :none;
  border-right:none;
  background-color:#fff;
  padding:0 5px 0 5px;
}

.module0 .art-postcontent .innerIssueDiv img
{
 width:60%;
 margin-left:20%;
 margin-right:20%;
 margin-top:5px;
 
}

.module0 .art-postcontent .innerIssueDiv input
{
 width:50%;
 margin-left:25%;
 margin-right:25%;
 margin-top:2px;
 background-color:#1e90b2;
 color:#fff;
 
}

/*//////////*/

.module0 .art-postcontent .innerIssueDiv    .r1 { height:1px; margin:0 5px 0 5px; }
.module0 .art-postcontent .innerIssueDiv    .r2 { height:1px; margin:0 3px 0 3px; }
.module0 .art-postcontent .innerIssueDiv    .r3 { height:1px; margin:0 2px 0 2px; }
.module0 .art-postcontent .innerIssueDiv    .r4 { height:2px; margin:0 1px 0 1px; }


.module0 .art-postcontent .innerIssueDiv .rtop,.module0 .art-postcontent .innerIssueDiv .rbottom 
{
	 display:block; background:fff; height:5px ; margin:0
	 

                 }
                 
.module0 .art-postcontent .innerIssueDiv .r4,.module0 .art-postcontent .innerIssueDiv .r3,.module0 .art-postcontent .innerIssueDiv .r2,.module0 .art-postcontent .innerIssueDiv .r1{

border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
background:#fff;
display:block;
overflow:hidden;
}

.module0 .art-postcontent .innerIssueDiv .r1
{
background:#ccc;
display:block;
overflow:hidden;
}

.module0 .art-postcontent .innerIssueDiv .innerIssueDivLvl2
{
  border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
  background-color:#fff;
  text-align:center;
}

/*//////////////////////////////////////////////////////////////////*/

.module8 .art-post, .module12 .art-post
{
	margin-right:0;
	
	} 
	.module8, .module12
{
	width:50%;
	float:left;
	margin-left:0;
	margin-right:0;
	
	} 
	
	.module13
{
	clear:left;
	
	} 
	
	/*//////////////////////////////////////////////////////////////////*/
/* begin Box, BlockContent */
.art-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
}

.art-blockcontent-body
{
  position: relative;
  padding: 8px;
  color: #1e90b2;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
}

.art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl, .art-blockcontent-tc, .art-blockcontent-bc,.art-blockcontent-cr, .art-blockcontent-cl
{
  position: absolute;
}

.moduleSide .art-blockcontent-tr,.moduleSide  .art-blockcontent-tl,.moduleSide  .art-blockcontent-br,.moduleSide  .art-blockcontent-bl
{
  width: 14px;
  height: 14px;
  background-image: none;
}

.art-blockcontent-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 7px, 7px, auto);
}

.art-blockcontent-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 7px, 7px);
}

.art-blockcontent-bl
{
  bottom: 0;
  left: 0;
  clip: rect(7px, 7px, auto, auto);
}

.art-blockcontent-br
{
  bottom: 0;
  right: 0;
  clip: rect(7px, auto, auto, 7px);
}



.art-blockcontent-tc
{
  top: 0;
  clip: rect(auto, auto, 7px, auto);
}

.art-blockcontent-bc
{
  bottom: 0;
  clip: rect(7px, auto, auto, auto);
}


.art-blockcontent-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 7px);
}

.art-blockcontent-cl
{
  left: 0;
  clip: rect(auto, 7px, auto, auto);
}

 
.art-blockcontent-body li, 
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover
{
  color: #FCD25F;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
}



.art-blockcontent-body a
{
  color: #1e90b2;
  text-decoration: underline;
}

.art-blockcontent-body a:link
{
  color: #1e90b2;
  text-decoration: underline;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
  color: #1e90b2 /*#E0E0E0*/;

}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
    color: #FDE091;
    text-decoration: underline;
}

.art-blockcontent-body ul li
{
  line-height: 125%;    
  color: #1e90b2;

  padding: 0 0 0 21px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */


#main .main-left {
    float: left;
    padding-top: 0px;
    width: 521px;
    width: 103%;
   t ext-align:justify;
}
.main-right {
    /*background-color: #EBECED;
    float: right;
    margin-left: 12px;
    
    margin-top: 30px;
    width: 222px;
    margin-right:10px;
     margin-left: 768px;
    position:absolute;
	
    margin-left: 532px;
    margin-top: -538px;

   background-color: #EBECED;
    float: right;
    margin-left: 529px;
    margin-right: -223px;
    margin-top: -31%;
    position: absolute;
    width: 222px;

 background-color: #EBECED;
    margin-left: 531px;
    margin-right: 0;
    margin-top: -380px;
    position: absolute;
    width: 222px;



  clear: left;
  float: right;
  margin: 0 0 0 10px;
  padding-left: 25px;
  padding-right: 13px;*/
  float: right;
  width: 226px;
background-color: #EBECED;

	
}

.main-right .clinical {
    font-size: 11px;
    margin: 10px 10px;
    text-align: left;
    word-spacing: 0px;
}
.main-right .clinical img {
    float: right;
    margin-left: 2px;
}