﻿/** Place here your CSS style sheets, the content will not be overwritten by Cern.Web package **/
div.authwindow
{
	right: 6px; 
	top:2px; 
	padding: 2px; 
	position: absolute; 
	background-color: #003163; 
	border: solid 1px yellow;
	color: white;
}

.logininfo .login
{
	font-weight: bold;
	color: yellow;
}
.authwindow .authenticationLinks a
{
	text-decoration: none;
	color: lightgreen;
}

.searchinfo
{
	font-style: italic; 
	color: #aaaaaa;
}


.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#EEEEEE;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	font-family:Verdana;
	font-size:medium;
	padding:3px;
}


div.Hidden
{
    visibility:hidden;
    display:none;
}

div.Visible
{
    visibility:visible;
}


div.MaskedDiv 
{
	/* visibility: hidden; */
	position:absolute;
	left:0px;
	top:0px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;
    z-index:100;
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


div.ModalPopup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #CCCCCC;
	position:absolute;
	z-index:10000;
	 color: Black;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
    height :auto;
}

.overlay
{
    position: absolute;
    top: 0;
    left:0;
    background-color:Black;
    z-index:100;
    display: none;   
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

}
.popup
{
    z-index:101;
    position: absolute;
    display:block;
    background: Gray;   
}

div.LoadingBackground 
{
	/* visibility: hidden; */
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	font-family:verdana;
	font-weight:bold;
	padding:40px;
    z-index:100;
	background-color:Black;
	filter:alpha(opacity=50);
	opacity:0.5;
}


div.LoadingPopup 
{       
    position:absolute;   
    height: auto;
    width: 100px;
    left:35%;
    top:35%;
    vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: white;
	z-index:10000;
	 color: Black;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.accordion {  
    width: 400px;  
}  

.accordionLeft {  
    width: 280px;  
}  
  
.accordionHeader {  
    border: 1px solid #2F4F4F;  
    color: white;  
    background-color: #2E4d7B;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
  
.accordionHeaderSelected {  
    border: 1px solid #2F4F4F;  
    color: white;  
    background-color: #5078B3;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
  
.accordionContent {  
    background-color: #D3DEEF;  
    border: 1px dashed #2F4F4F;  
    border-top: none;  
    padding: 5px;  
    padding-top: 10px;  
} 

.invisible
{
    opacity:0.0;
    filter:alpha(opacity=0);
}


div.roundCornerPanel
{
    padding:15px;
}

div.performanceTableLeft
{
    padding:10px;
    width:280px;
}

div.performanceTableRight
{
    padding:10px;
}

div.performanceTableCell
{
    display:table-cell;
}

div.performanceTableRow
{
    display:table-row;
}

tr.d0 td {
	background-color: #FFFFFF; color: black;
}
tr.d1 td {
	background-color: #eeeeee; color: black;
}
tr.header td 
{
    background-color: #000000; color: white;
    font-weight:bold;
    
}

h4 {
    color: #414141;
    font-size: 1.4rem;
    font-weight: 600;
}

.nicebutton 
{
    background-color: rgb(77, 148, 204);
    border-bottom-color: rgb(77, 148, 204);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-left-color: rgb(77, 148, 204);
    border-left-style: solid;
    border-right-color: rgb(77, 148, 204);
    border-right-style: solid;
    border-top-color: rgb(77, 148, 204);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-width:1px;
    color: rgb(255, 255, 255);
    cursor:pointer;
    display: inline-block;
    font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.nicebutton:hover {
    background-color: #2e6d9f;
}


.nexttoheader
{
    font-size:small; 
    padding-top:6px;
}

.textbox
{
    font-family: "PT Sans","Segoe UI",Verdana,Tahoma,"DejaVu Sans",sans-serif;
    font-size: 1.4rem;
}

/* this is needed so there is not a blue border around Web site statistics 
    chart in the main page in IE9 */
img
{
   	border-width:0px;
}


/*
    Replicate main menu behaviour:
    color: #414141;
    background-color: white;
*/

/*tr.smallerCardHead td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: none;
    border-top-width: 1px;
    height: 20px;
    vertical-align: middle;
    font-size: 14px; 
    border-bottom-color: #dddddd;
    color: #606060;
}

tr.smallerCardHead th
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    height: 28px;
    font-weight: bold;
    vertical-align: middle;
}*/

.WebStats h1
{
    font-size:1.6rem
}

.validation
{
    color: red;
}