﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
	background:url(../images/body-bg.png) #FFF top center no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

img
{
    border:none;
}

a:link, a:visited
{
    color: #D40E14;
    text-decoration:none;
}

a:hover
{
    color: #D40E14;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


td
{
   vertical-align:middle;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
font-size: 12px;
font-weight: 700;
color: #AEB0B2;
text-transform: uppercase;

padding-right: 14px;
margin-left:0px;
margin-bottom:6px;

}

h3 {
font-size: 12px;
font-weight: 700;
color: #AEB0B2;
text-transform: uppercase;
background: url(../images/tocTtlArrow.png) center right no-repeat;
padding-right: 14px;
margin-left:5px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.headerFront
{
 font-size: 13px;
font-weight: 700;
color: #5d5d5d;
text-transform: uppercase;
padding-right: 14px;
border-bottom: 1px solid #D40E14;
margin-bottom:5px;   
}



.textBox
{
    padding-left: 3px;
    width: 195px;
    height: 22px;
    background-color: white;
    border: 1px solid #CCC;

    -webkit-box-shadow: rgba(0,0,0,0.12) 0px 0px 10px inset;
    -moz-box-shadow: rgba(0,0,0,0.12) 0px 0px 10px inset;
}


.but {
width: 140px;
background-color: #f0f0f0;
border: 1px solid #bbbbbb;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight: bold;
}

.but:hover
{
    text-decoration: underline;
}


.infoPannel
{
    float:left;
    display:block;
    background-position:left top;
    background-repeat:no-repeat;
    padding-left: 70px;
    padding-top:20px;
    padding-bottom:25px;
}





/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
	height: 90px;
	margin-bottom: 20px;
	width:960px;
	float:right;
}

.logo {
	width: 315px;
	float: left;
	padding-bottom:18px;
	height:99px;
	margin-left: 10px;
}
.logo a {
	display: block;
	width: 260px;
	height: 95px;
	text-indent: -9999px;
}

.logoMK {
	background: url('../images/logo.png') top left no-repeat;
	
}

.searchArea {
	width: 180px;
	float: right;
	height: 85px;
	padding-top:8px;
	padding-right:5px;
}

.secondaryNav {
	width: 365px;
	float: right;
	height: 23px;
	padding-top: 94px;
}

.clock 
{
    padding-top:60px;
	width: 200px;
	height: 50px;
	float: right;
	margin-bottom: 10px;
}

.searchField {
	display: none;
	width: 136px;
	border: solid 1px #AFB5B9;
	background: url(../images/searchBoxBg.png) top left no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #787878;
	padding: 5px 27px 5px 5px;
	float: right;
}

.secondaryNav a {
	
	line-height: 10px;
	height:15px;
	
	text-transform: uppercase;
	color: #5D5D5D;
	padding-left: 17px;
	font-weight:bold;
	width:90px;
	float:left;
	padding-top:5px;
	
}


.selecNA
{

    
}

.selecNA a
{
    font-size: 14px;
	line-height: 10px;
	height:15px;
	
	text-transform: uppercase;
	color: #5D5D5D;
	padding-left: 17px;
	font-weight:bold;
	width:90px;
	float:left;
	padding-top:5px;
}


.borderTop
{
    border-style:solid;
    border-color: #D40E14;
    border-width:1px;
}




#devider
{
    background-color: #D40E14;
    width:960px;
    height:10px;
    display:block;
    margin:5px 0px;
    float:left; 
}

.sidebarLeft, .sidebarRight {
	width: 180px;
	float: left;
	min-height:100px;
}

.innerMainContent {
	width: 738px;
	float: left;
	border-left: solid 1px #ECECEC;
	
	padding: 0px 10px;
	margin: 0px 0px 0px 10px;
}





.toc {
	padding:2px 0px 14px 0px;
	margin-bottom:20px;
	border-bottom:solid 1px #E6E7E8;
}
.toc ul {
	display:block;
	margin:5px 0px 0px 0px;
	padding-left:10px;
}
.toc ul li {
	list-style-type:none;
	margin:0px 0px 8px 0px;
	padding:0px;
	display:block;
}
.toc ul li a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#D40E14;
	text-decoration:none;
	display:block;
	padding:0px 0px 0px 6px;
	line-height:11px;
}
.toc ul li a:hover{
	text-decoration:underline;
}



.titleH1
{
    font-family: Tahoma, Geneva, sans-serif;
font-size: 18px;
font-weight: 700;

color: #D40E14;
margin-top: 10px;
margin-bottom:5px;
}




.main
{
    padding: 0px 3px;
    margin: 12px 0px 8px 4px;
    min-height: 420px;
    float:left;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}



/* Grid
----------------------------------------------------------*/

/* Elementi  
----------------------------------------------------------*/



.grGroupHeder
{
    background-color: #f0f0f0;
    color:Black;
    
}



.grGrid
{
    color: black;
    background-color: white;
    border: 1px solid #E6E7E8;  

  	box-shadow: 0px 0px 4px 1px #9e9e9e; 
    	-webkit-box-shadow: 0px 0px 4px 1px #9e9e9e;
    	-moz-box-shadow: 0px 0px 4px 1px #9e9e9e;
  	

}

.grHeader
{
  background-color:  #D40E14;
  color:White;
  font-weight:bold;
}


.grHeader th
{
 
);

 text-shadow: #484848 1px 1px 1px;
    font-size:12px;
	font-family: Arial;
}



.grFooter
{
  background-color:  #D40E14;
  color:White;
  font-weight:bold;
}

.grPager
{
	color: White;
  background-color:  #D40E14;
  color:White;
  font-weight:bold;
  text-align:center;
font-family: Arial;
text-shadow: #484848 1px 1px 1px;
    font-size:12px;
}


.grPager td table tr td span
{
    font-family: Arial;
    
    font-weight:bold;
    border: 1px solid #FFFFFF;
    padding:2px 4px;
text-shadow: #484848 1px 1px 1px;
    font-size:12px;
}

.grRow
{
    background-color:#fce9e9;
   color:#333333;
}


.grRowAlt
{
    background-color:White;
   color:#284775;
}

.grEdit
{
}

.grSelect
{
    background-color:#ffeff8;
    font-weight:bold;
     color:#333333;
}

.grCellAsc, .grCellDesc
{
  
}

.grHeadAsc, .grHeadDesc
{
    
}

.gridDetails
{
    font-size:10px;
	background-color: white;
    border: 1px solid #E6E7E8;  

   

    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
 
    box-shadow: 2px 2px 3px 1px #808080; 
    -webkit-box-shadow: 2px 2px 3px 1px #808080;
    -moz-box-shadow: 0px 0px 3px 1px #808080;
  
      box-shadow: 0px 0px 4px 1px #9e9e9e; 
    -webkit-box-shadow: 0px 0px 4px 1px #9e9e9e;
    -moz-box-shadow: 0px 0px 3px 1px #9e9e9e;
	
font-family:Arial, Tahoma, Geneva, sans-serif;

}


.tableStat
{
     box-shadow: 0px 0px 4px 1px #efefef; 
    -webkit-box-shadow: 0px 0px 4px 1px #efefef;
    -moz-box-shadow: 0px 0px 3px 1px #efefef;
}


.grEmptyGrid
{
    background-color:#ffeff8;
    font-weight:bold;
    color:#333333;

}
.grEmptyGrid td
{
  
    padding:10px 15px;
    border: 1px dashed #AEB0B2;
}





.export
{
    display:block;
    background-image:url('../images/export.png');
    background-position:left center;
    background-repeat:no-repeat;
    height:22px;
    padding-top:8px;
    padding-left:30px;
}

.topPreview
{
    display:block;
    background-image:url('../images/overview_1.png');
    background-position:left center;
    background-repeat:no-repeat;
    
    padding-left:17px; 
    font-size: 12px;
	line-height: 10px;
	color:#5d5d5d;	
	text-decoration: none;
	text-transform: uppercase;
	color: #5D5D5D;
}

.topSettings
{
    display:block;
    background-image:url('../images/settings_1.png');
    background-position:left center;
    background-repeat:no-repeat;
   
    padding-left:17px; 
    color:#5d5d5d;	
    font-size: 12px;
	line-height: 10px;
	
	text-decoration: none;
	text-transform: uppercase;
	color: #5D5D5D;
}

.topSelectedPrev
{
     display:block;
    background-image:url('../images/overview_1.png');
    background-position:left center;
    background-repeat:no-repeat;
    
    padding-left:17px; 
    
	line-height: 10px;
	color:#5d5d5d;	
	
	text-transform: uppercase;
	color: #5D5D5D;
    font-size:14px;
    text-decoration: underline;
}




.toolTipDiv
{
    
    width:180px;
    background-color:#FFFFFF;
    border: 1px solid #f0f0f0;
    padding:5px;
    
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    
    box-shadow:0px 0px 3px #000000;

}



        .float
        {
            display: block;
            float: left;
        }
        .subActive
        {
            width: 100px;
            height: 20px;
            background-color: White;
            border-top: 1px solid #c7c8ca;
            border-left: 1px solid #c7c8ca;
            border-right: 1px solid #c7c8ca;
            float: right;
            padding-top: 7px;
            text-align: center;
        }
        
        .subActive a
        {
            font-family: Tahoma, Geneva, sans-serif;
            font-size: 13px;
            font-weight: normal;
            color: #D40E14;
            text-decoration: none;
            display: block;
            padding: 0px 0px 0px 6px;
            line-height: 11px;
            font-weight: bold;
    height: 11px;
}
        .subActive a:hover
        {
            text-decoration: underline;
        }
        
        .subInActive
        {
            display: block;
            width: 100px;
            height: 27px;
            float: right;
            padding-top: 7px;
            text-align: center;
        }
        
        .subInActive a
        {
            font-family: Tahoma, Geneva, sans-serif;
            font-size: 13px;
            font-weight: normal;
            color: #c7c8ca;
            text-decoration: none;
            padding: 0px 0px 0px 6px;
            line-height: 11px;
        }
        .subInActive a:hover
        {
            text-decoration: underline;
        }
        
        
        
        .info
        {
            color:#5d5d5d;
            
            
        }