div.globalnav
{
	display: none;
}

/* begin css tabs */

ul.tabnav
{ /* general settings */
	font-weight: normal !important;
	text-align: right; /* set to left, right or center */
	/* margin: 1em 0 1em 0; /* set margins as desired */
	margin: 0 0 4px 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #cfcfcf; /* set border COLOR as desired */;
	list-style-type: none;
	padding: 3px 10px 9px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.tabnav li
{ /* do not change */
	display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4
{ /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a
{ /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	top: 1px;
	padding-top: 10px; /* must change with respect to padding (X) above and below */
}

ul.tabnav li a
{ /* settings for all tab links */
	padding: 7px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #cfcfcf; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #eee; /* set unselected tab background color as desired */
	color: #444; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

ul.tabnav li.active a
{
	background-color: #dfdfdf;
	color: #444;
	font-weight: bold;
	padding: 9px 10px;
}

ul.tabnav li a:hover
{ /* settings for hover effect */
	background: #fff;
	color: #666 !important;
	text-decoration: none;
}

ul.tabnav li.active a:hover
{
	color: #666;
}

/* end css tabs */

.box
{
	margin-bottom: 6px;;
}

.box.first
{
	margin-top: -14px;;
}

.box fieldset
{
	background-color: #eee;
	margin: 0;
	padding: 0;
	border: 1px solid #cfcfcf;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	behavior: url(ie-css3.htc);
}
.box legend
{
}

.box .content
{
	padding: 0 8px 8px 8px;
	margin: 0 2px 2px 2px;
	background-color: #eee;
	color: #444;
	text-align: left;
	font-size: 11px;
}

.box .content a
{
	color: #444;
	text-decoration: none;
}

.box .content.align_center
{
	text-align: center;
}

.box .content a:hover
{
	text-decoration: underline;
}

.box ul.additional_info
{
	list-style-image: url('graphic_listelement_grey.gif');
	text-align: left !important;
	margin: 0 !important;
	padding-left: 15px !important;
}
.box ul.additional_info li
{
	line-height: 18px;
}

#searchform_library
{
	text-align: left;
    margin-bottom: 0 !important;
}

.box .content a.share
{
	display: inline-block;
	margin-right: 8px;
    outline: none;
}
.box .content a.share.last
{
	display: inline-block;
	margin-right: 0;
}

.m_top5
{
	margin-top: 5px !important;
}

.m_top10
{
	margin-top: 10px !important;
}

.m_bot15
{
	margin-bottom: 15px !important;
}

.m_left20
{
	margin-left: 15px;
}

.hidden
{
	display: none;
}

.align_center
{
	text-align: center;
}

div.box.co_pub_discussion_paper_status_box
{
    width: 250px;
    float: right;
    margin-left: 10px;
    margin-top: 23px;
}
fieldset.co_pub_discussion_paper_status_box
{
    background-color: #fff;
    border: 1px solid #5798D2;
}
div.content.co_pub_discussion_paper_status_box
{
    background-color: #fff;
}