﻿.column
{
    float:left;
    margin-right:20px;
    width:200px;
}
.section
{
	position:relative;
    border-style:solid;
    border-width: 1px;
    margin-bottom:20px;
}
.section a, .subheader, .row, .companySelectorColumn
{
    min-height:22px;
    padding-top:5px;
    padding-left:30px;
    padding-bottom:3px;
}
.row
{
	padding-left:20px;
}
	
.header
{
    position:relative;
    min-height:22px;
    padding-left: 10px;
    padding-top:7px;
    padding-bottom:1px;
    color:#000000;
    font-weight:bold;
}
	.header_hover
	{
		text-decoration:underline;
	}

    .header img, .row img
    {
        position:absolute;
        top:2px;
        left:2px;
        right:5px;
        width:24px;
        height:24px;
    }
    .header .headertext
    {
    	margin-left:30px;
    	padding-right:3px;
    }


.section a
{
    display:block;
    overflow:hidden;
    line-height:20px;
}


.leafColumn {
    float: left;
    max-width: 215px;
}

.leafRevision {
    float: right;
    color: black;
}


/*****************************************************************************/
/*
 * clickable icon
 */
.clickable_icon
{
	float:left;
	margin:2px 5px 0px 3px;
	cursor:pointer;
}



/*****************************************************************************/
/*
 * blue bar on the right side
 */
 
/* the panel itsel */
#layout_sidebar_right
{
    position:absolute;
    right: 40px;
    top:40px;
    width:180px;
}
	#layout_sidebar_right.layout_sidebar_right_wide
	{
		left:760px;
	}

/* a blue container inside the panel */
.sidebar_right_container
{
	margin-bottom:20px;
	
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
}
    .sidebar_right_header
    {
        font-weight:bold;
    }
		.sidebar_right_header_sub 		{ margin-top:10px; }
		.sidebar_right_header_submedium { margin-top:20px; }
		.sidebar_right_header_sublarge 	{ margin-top:30px; }

	.sidebar_right_instruction_text
	{
		color:#888;
	}
	.sidebar_right_link_not_relative {
	    margin-left:0px;
	    line-height: 24px;
	    overflow: auto;
	    clear: both;
	}
	.sidebar_right_link
	{
		position:relative;
		margin-left:20px;
	}
	    .sidebar_right_link_no_image
		{
    		margin-left:0px;
		}

		.sidebar_right_linkicon
		{
			position:absolute;
			top:1px;
			left:-20px;
			border:none;
		}
		a.sidebar_right_link_disabled
		{
			font-style:italic;
			color:gray;
		}


.section a.row_active
{
    font-style:normal;
    background-color:#A4EF8F;
}


.ifCover 
{
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
	background-color: transparent;
	border: 0px solid transparent;
	
}