/* Body and other generic fromatting */

body
{
	color: #000000;
	background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
}
td, div, select, input
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
}
 
.wholePageWidth
{
    width: 690px;
   
}
.halfPageWidth
{
    width: 50%;
}

td
{
    vertical-align: top;
}

A:link, A:active, A:visited
{
    font-size: 11px;
    text-decoration: none;
}


.main_selection
{
    font-size: 18px;
    font-family: Verdana,Arial,Helvetica;
    font-weight: bold;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    padding-left: 6px;
    color: #555555;    
}
.snapshot_grey
{
    background-color: #E5ECF0;
    color: #006699;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
    text-transform: uppercase;
}
.snapshot_lightgrey
{
    background-color: #F5F5F5;
    color: #555555;
    padding-top: 8px;
    padding-bottom: 8px;
}
.snapshot_white
{
    background-color: #FFFFFF;
    color: #555555;
    padding-top: 8px;
    padding-bottom: 8px;
}    

.negative
{
	color: Red;
}

.positive
{
	color: green;
}

/* Header */


#logoBar
{
    background-image: url(/clients/Apps/Res.aspx?appPath=/clients/ch/richemont/sm6/default&uri=/images/logo.gif);
    background-repeat: no-repeat;
    background-position: 4px center;
    height: 50px;
}

.ProductTitle
{
    padding-top: 2px;
    background-image: url(/clients/Apps/Res.aspx?appPath=/clients/ch/richemont/sm6/default&uri=/images/fixedpartbg.gif);
    color: #006699;
    font-weight: bold;
    vertical-align: middle;
}

/* Footer */
.disclaimer
{
    margin: 10px;
    padding: 10px;
    color: Gray;
    border: solid 1px Gray;
}

.title
{
    font-weight: bold;
    font-size: 18px;
}

.SnapShotBox
{
    width: 100%;
}

.SnapShotBox td
{
    padding-left: 4px;
}

/* Web Part areas */

/* Standard Web Part */
.PartHeaderInner
{
    background-color: #E5ECF0;
    padding-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #006699;
}

/* A Web Part that can not be minimized */
.FixedPartArea
{
	background-color: #F5F5F5;
}


div.FixedPartArea
{
    border: solid 1px #000000 /*#E5E5E5*/;
}

table.FixedPartArea 
{
    border-collapse: collapse;
    width: 100%;
    border: none;
    margin-bottom: 5px;
    margin-top: 0px;
}

.FixedPartArea
{
    border: solid 0px #666666;
    padding: 3px;
    
}

.FixedPartArea .Header
{
    background-image: url(/clients/Apps/Res.aspx?appPath=/clients/ch/richemont/sm6/default&uri=/images/fixedpartbg.gif);
    font-weight: normal;
    color: #555555;
    width: 34%;
    border: solid 0px #000000;
}



.invisibleTable
{
    border: none 0px;
    padding: 3px;
    margin-bottom: 5px;
}

/* Used for the coloured rectangle column in the instrument selection */
.selection_control
{
	padding: 0px;
	width: 15px;
	vertical-align: top;
}

/* Used for the coloured rectangle column in the instrument selection */
.selection_marker
{
	width: 8px;
	vertical-align: text-bottom;
	height: 12px;
	line-height:12px;
}

/* Used for the text column in the instrument selection */
.selection_text
{
	width: 120px;
	padding-left: 2px;
	white-space: nowrap;
	
	/* background-color: green; */
}

/* The default checkbox list style */
.CheckBoxList td
{
    border: none;    
    padding: 0px;
    width: 8px;
    vertical-align: super;

}
.CheckBoxList td .selection_text
{
    width: 100px;
}

.versus_dropdown 
{
	width: 280px;
	font-size: 11px;
}

.radio label
{
	padding-left: 4px;
	color: #555555;
}

.scale_dropdown
{
	width: 100px;
	font-size: 11px;
}

.historical_dropdown
{
	width: 99%;
	font-size: 11px;
}


.option_input
{
	width: 20px;
	font-size: 11px;
}

.caption select
{
}
.versus_dropdown 
{
	width: 120px;
	font-size: 11px;
}

.scale_dropdown
{
	width: 100px;
	font-size: 11px;
}

.historical_dropdown
{
	width: 100%;
    vertical-align: text-bottom;
    font-size: 11px;
}

.input_date
{
	width: 80px;
	font-size: 11px;
}
.caption
{
    padding-top: 4px;
    font-size: 11px;
}



.selection_text
{
	width: 130px;
	padding-left: 2px;
	text-align: left;
	color: #555555;
	
	/* background-color: green; */
}

INPUT.button
{
	margin-right: 0px;
    FONT-SIZE: 11px;
    CURSOR: hand;
    FONT-FAMILY: Verdana,Arial,Helvetica;
    color: #FFFFFF;
    border: 1px solid #F5F5F5;
    width: 85px;
    background-color: #00436E;
    text-align: center;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
    text-transform: uppercase;
}
.ButtonColumn
{
    text-align: right;
}
.rss
{
	width: 400px; 
	height: 200px; 
	overflow: scroll;
}

.rss .date
{
	display: inline-block;
	width: 60px; 
	text-align: left;
	font-weight: bold;
}


.rss a span
{
	display: none;
}

.rss a:hover span
{
	display: block;
	position: absolute;
	left: 200px;
	padding: 5px;
	width: 200px;
	background-color: #fff;
	color: #1f1f1f;
	border: 1px solid #234;
	font-weight: normal;
	font-size: smaller;
	opacity: 2.0;
	text-decoration: underline;
}

.popup
{
	width: 200px;
    z-index: 100;

}

.popup .rssdate
{
	font-weight: bold;
	display: inline;
}

.popup .rsstime
{
	font-weight: bold;
	display: none;
}

.popup .rsstitle
{
	font-weight: normal;
}

.popup .rssdesc
{
	font-weight: normal;
}

.popup .rssentry:hover
{
    color: ;
    font-size: 11px;
    text-decoration: underline;
}
/********** Overrides **********/ 
