﻿
        html
        {
            overflow-y:scroll;
        }
        
        body
        {
            margin: 0px;
            font-family: Tahoma, Verdana, Arial;
            cursor:default;
            /*min-height:500px;*/
            
        }
        
        form
        {
            margin:0px;
        }
        
        .header
        {
            width: 100%;
            height: 50px;
            background-image: url('images/s4k_headerBack.png');
            background-repeat: repeat-x;
            text-align: center;
            padding-top: 20px;
        }
        .headerContent
        {
            width: 900px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        
        .headerText
        {
            color: black;
            font-weight: bold;
            float:left;
            width:350px;
        }
        
        .logo
        {
            float: left;
            margin: 10px 0px 0px 0px;
            background-image: url('images/s4k_logo.png');
            background-repeat: no-repeat;
            background-position: top left;
            width: 150px;
            height: 150px;
        }
        
        .registrationForm
        {
            text-align:center;
            font-size:85%;
            vertical-align:middle;
        }
        
        
        .overflowScroll
        {
            overflow-x:hidden;
            overflow-y:auto;
        }
        
        .registrationForm td
        {
            text-align:left;
        }
        
        .registrationForm input
        {
            width:350px;
        }
        
        .loginForm
        {
            text-align:center;
            font-size:80%;
            vertical-align:middle;
        }
        
        .logout
        {
            float: right;
            margin: 0px 20px 0px 0px;
            font-size: 90%;
            font-weight: bold;
            color:#ae3b3b;
            cursor:pointer;
        }
        
        .logout :hover
        {
            background-color:#454545;
            color:White;
        }
        
        .contentBody
        {
        
            width: 900px;
            padding: 5px 0px 5px 0px;
            /*min-height: 600px;*/
            margin-left: auto;
            margin-right: auto;
        }
        
        .body_content
        {
            clear: both;
            margin-top: 100px;
        }
        
        .welcomeUser
        {
            border-bottom:solid 1px black;
            color: #ed8e60;
            padding-bottom:2px;
        }
        
        .sectionHeading
        {
            margin-left:0px;
        }
        
        .protectionListHeaderTable
        {
            width: 100%;
            font-size:95%;
            font-weight:600;
            color:#2c5c27;
            margin-top:20px;
        }
         .protectionHeading
        {
            width: 100px;
        }
        
        .pcOptionsHeading
        {
            width: 200px;
        }
        
        .pcNameHeading
        {
            width: 450px;
        }
        
        .protectionListTable
        {
            width: 100%;
            font-size: 85%;
        }
        
        .protectionListTable td span
        {
            cursor:pointer;
        }
        
        .protectionIcon
        {
            width: 100px;
        }
        
        .pcName
        {
            width: 450px;
        }
        
        .activityText
        {
            font-size:80%;
        }
        
        
        .inlineMenu
        {
            width:220px;
            text-align:right;
            
        }
        
        
        .pcOptions
        {
            width: auto;
            text-align:right;
            color:#454545;
        }
        
        .pcInstallDate
        {
            width: auto;
            text-align:left;
        }
        
        .pcOptions :hover
        {
            background-color:#454545;
            color:White;
            cursor:pointer;
         }
         
         .pcOptions a
         {
            text-decoration:none;
            color:#454545;
         }
        
               
        .userMenuList
        {
            font-size:90%;
            margin:0px;
            list-style:none;
            padding:0px;
        }
        
        .userMenuList li
        {
            float:left;
            margin-right:10px;
            cursor:pointer;
            color:#277295;
        }
        
        .userMenuList li a
        {
           color:#277295;
        }
        
        .footer
        {
            clear:both;
            width: 100%;
            height: 50px;
            font-size: 80%;
            text-align: left;
            position : absolute;
            bottom : 0px;
          /*  background-image: url('images/s4k_footerBack.png');
            background-repeat: repeat-x;  */
        }
        
        .copyrightContainer
        {
            width: 900px;
            margin-left:auto;
            margin-right:auto;
        }
        .copyrightText
        {
            
            font-size: 90%;
        }
        
        
        .leftMenu
        {
            padding:0px 5px 5px 5px;
            float:left;
            width:150px;
            border-right:dotted 1px gray;
            font-size:90%;
            height:300px;
        }
        
                
        .leftMenuItem
        {
            margin-bottom:15px;
        }
        
        a     /* no styling for anchor tag  */
        {
            text-decoration:none;
            color:black;
        }
        
        .leftMenuItem :hover
        {
            background-color:#f2c37c;
            cursor:pointer;
            
        }
        
        .leftMenuItemSelected
        {
            margin-bottom:15px;
            background-color:#abe1f5;
        }
        
        .settingsInterface
        {
            float:left;
            clear:right;
            margin-left:20px;
            font-size:95%;
            width:700px;
            padding:0px 0px 0px 20px;
            /*overflow-x:hidden;
            overflow-y:auto;*/
        }
        
        .protectedCategories
        {
            
            font-size:85%;
            width:100%;
            
        }
        
        .protectedCategoriesItem
        {
            /*float:left;*/
            margin-right:5px;
            padding:2px;
        
        }
        
        #websiteCategoriesList td
        {
            width:25%;
            font-size:90%;
        }
        
        .accessTimesHeading
        {
            text-align:left;
            background-color:#c1d7f5;
            padding:2px 5px 2px 5px;
        }
        
        .accessTimesList
        {
            
            width:700px;
            font-size:85%;
            text-align:left;
        
        }
        
        .accessTimesList td
        {
           padding:2px 5px 2px 5px;
        }
        
        .linkText
        {
            font-size:10.2pt;
            color:#454545;
        }
        
        .disabledLinkText
        {
            font-size:10.2pt;
            color:#cdd0d4;
            cursor:pointer;
        }
        
        .linkText :hover
        {
            background-color:#454545;
            color:White;
            cursor:pointer;
        }
        
        .linkText a
        {
            color:#454545;
        }
        
        .colouredRow
        {
            background-color:#d2e7fa;
        }
        
        .featureListItem
        {
            font-size:90%;
            font-weight:bold;
            margin-top:10px;
        }
        .featureSummary
        {
            font-size:80%;
            margin-top:5px;
            width:260px;
            padding-left:5px
        }
        
     
        .topMenuSelected
        {
            float:left;
            cursor:default;
            text-align:center;
            width:50%;
            background-color:#5d84b0;
            color:White;
        }

        .topMenuUnselected
        {
            float:left;
            cursor:pointer;
            text-align:center;
            width:50%;
            background-color:#cbdef2;
        }
        
        .topMenuUnselected :hover
        {
            background-color:#ccede9;
            color:Black;
        }
        
        
        .blueRow
        {
            background-color:#d2e7fa;
        }
        
        .whiteRow
        {
            background-color:White;
        }
        
        .blueRow_Hover
        {
            background-color:#ebb981;
        }
        
        .whiteRow_Hover
        {
            background-color:#ebb981;
        }
        
        .heading
		{
			background-color:#41627E; 
			color:#ffffff;
			font-weight:bold; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size:14px; 
			border-right:solid 1px gray;
			height: 25px;
			padding-left:5px;
			margin-left:5px;
		} 
		.ellipsisContent
		{
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			-o-text-overflow: ellipsis;
			-icab-text-overflow: ellipsis;
			-khtml-text-overflow: ellipsis;
			-moz-text-overflow: ellipsis;
			-webkit-text-overflow: ellipsis;
			float : left;
		}