﻿         body  
         {
           margin: 0px auto;
    	   background-color: white;
           background-image: url(../images/background.png);
           background-repeat: repeat-x;
         }
		a 
		{
			color: #3B5998;
			text-decoration:none;
		}

		a:hover
		{
			color: Black;
			text-decoration: underline;
		}

		a:visited
		{
			color: #3B5998;
			text-decoration:none;
			
		}
		
		a:visited:hover
		{
			color: Black;
			text-decoration: underline;
		}
         
         .inputbox
        {

            margin: 1px;
            border-style: solid;
            border-width: 1px;
            border-color: #3B5998;
            background: #EFF3FB;
            FONT-FAMILY: Arial;
            font-Size: 10pt;
            text-align:left;
            color: #3B5998;
        }

        .inputboxselected
        {

            margin: 1px;
            border-style: solid;
            border-width: 1px;
            border-color: #fbe72d;
            background: #EFF3FB;
            FONT-FAMILY: Arial;
            font-Size: 10pt;
            text-align:left;
            color: #3B5998;
        }

        .label_nm
        {
        	margin: 0px;
        	FONT-FAMILY: Arial;
        	color: #3B5998;
        	font-Size: 8pt;
        }

        .label_sm
        {
        	FONT-FAMILY: Arial;
        	color: #3B5998;
        	font-Size: 8pt;
        }
        .label
        {
        	FONT-FAMILY: Arial;
        	color: #3B5998;
        	font-Size: 10pt;
        	text-align: justify;
        }
        
        .label_8
        {
        	FONT-FAMILY: Arial;
        	color: #3B5998;
        	font-Size: 10pt;
        	text-align: justify;
        }
        
        .label_14
        {
        	FONT-FAMILY: Arial;
        	color: #3B5998;
        	font-Size: 14pt;
        	text-align: justify;
        }
        
        .label_18
        {
        	FONT-FAMILY: Arial;
        	color: #3B5998;
        	font-Size: 19pt;
        	text-align: justify;
        }

        .label_big
        {
        	FONT-FAMILY: Arial;
        	color: #3B5998;
        	font-Size: 12pt;
        }
        
        .button
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8px;
			font-weight: normal;
			border: 1px solid #3B5998;
			color: #3B5998;
			background-color: #D4D0C8;
		}

        .button_sm
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8px;
			font-weight: normal;
			border: 1px solid #3B5998;
			color: #3B5998;
			background-color: #D4D0C8;
			height: 15px;
		}
		
		.button_lg
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: normal;
			border: 1px solid #3B5998;
			color: #3B5998;
			background-color: #D4D0C8;
		}
		
		.button_upload
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			border: 1px solid #3B5998;
			color: black;
			background-color: #D4D0C8;
		}
		
		.maintable
		{
			height: 533px;
			width: 835px;
		}
		
		.mainbottomtable
		{
			width: 525px;
		}
		
		
		.tab
		{
			border: 1px solid #3B5998;
			font-family: Arial;		
			color: #3B5998;	   
		}
		
		.tabselected
		{
			border: 1px solid #3B5998;
			background-color: #3B5998;
			font-family: Arial;
			color: White;		   
			
		}
		
		.button_tab
		{
			background-color: white;
			border: 0px solid #3B5998;
			font-family: Arial;		
			color: #3B5998;	   
		}

		.button_tabselected
		{
			background-color: #3B5998;
			font-family: Arial;
			color: White;		   
			border: 0px solid #3B5998;
		}

		.table
		{
			border: 1px solid #3B5998;
		}

		.tableDetails
		{
			background-color: #D4D0C8;
			font-family: arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #3B5998;
		}

		
		.tableheader
		{
			background-color: #B7D1E6;
			font-family: arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #3B5998;
		}
		
		
		.tablerow
		{
			font-family: arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #3B5998;			
		}
		
	    #overlay
		{
			 position: absolute;
			 left: -4;
			 top: -4;
			 background-color:#000000;
			 opacity: 0.75;
			 filter: alpha(opacity=60);
			 VISIBILITY: hidden;
			 height: 1280px;
			 width: 100%;
			 z-index: 1;
		}
		
		#layerJobHistory
		{
			position: absolute;
			width: 550px;
			margin-left: auto;
			margin-right: auto;
			top: 150px;
			left: 250px;
			height: 350px;
			z-index: 100;
			visibility: hidden;
		}
		
		#divEducationHistory
		{
			position: absolute;
			width: 550px;
			margin-left: auto;
			margin-right: auto;
			top: 150px;
			left: 250px;
			height: 350px;
			z-index: 100;
			visibility: hidden;			
		}
		
		#divAccomplishmentHistory
		{
			position: absolute;
			width: 550px;
			margin-left: auto;
			margin-right: auto;
			top: 150px;
			left: 250px;
			height: 350px;
			z-index: 100;
			visibility: hidden;			
		}
		
		#divAwardHistory
		{
			position: absolute;
			width: 550px;
			margin-left: auto;
			margin-right: auto;
			top: 150px;
			left: 250px;
			height: 350px;
			z-index: 100;
			visibility: hidden;			
		}
	    .pop_table
		{
			border: 1px solid #3B5998;
			background-color: White;
		}
		
		.pop_tableheader
		{
			background-color: #cab5b5;
			font-family: arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #3B5998;
		}
		
		
		.pop_tablerow
		{
			font-family: arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #3B5998;			
		}
		
		.button_noborder
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			border: 0px solid #3B5998;
			color: #3B5998;
			background-color: #cdcdcd;
		}
		