﻿body,input,font,td,th
{
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:12px;
    height: 22px;
}
td.bordered {
    border:1px solid silver;
    padding:10px;
}
td,th {
    padding: 10px;
}
th
{
    font-size:small;
}
table
{
    border-spacing:0pt;
    border-collapse:collapse;
}
div.main
{
    margin-left:auto;
    margin-right:auto;
    float:none;
    width:70%;
    min-width:600px;
}
div.mainsection
{
    width: inherit; 
    border-top: 2px solid red;
}
div.subsection
{
    width: inherit; 
    border-top: 2px solid brown;
}
button {
  color: #FFF;
  background-color: #900;
  font-weight: bold;
}

/* Styles Specific to Edit Profile */
.ally-text
{
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal;
}

.edit-field-button
{
    background: none;
    border: none;
    padding: 0;
    z-index: 1;
    background-color: #ebebeb;
    border: 1px solid #cccfd3;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.8s,background-color 0.2s;
    -moz-transition: opacity 0.8s,background-color 0.2s;
    -o-transition: opacity 0.8s,background-color 0.2s;
    transition: opacity 0.8s,background-color 0.2s;
    display: block;
}
.edit-field
{
    display: block;
    margin-left: 5px;
}
.edit-field-button:hover
{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8);
    opacity: 0.8;
}
.edit-field:hover
{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8);
    opacity: 0.8;
}

#ShowExperienceDialog
{
    display: none;
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    background: rgba(10,10,255,0.2);
    z-index: 101;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
    margin-left: auto;
    margin-right: auto; 
}

#ShowExperienceDialog:target
{
    display: block;
    pointer-events: auto;
    position:fixed;
}

#ExperienceTab
{
    height: auto;
    width: auto;
    max-width:600px;
    border-radius: 10px;
    text-align: justify;
    vertical-align: middle;
    border: 1px solid #CCC;
    background: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: auto;
}

#ShowTrainingDialog
{
    display: none;
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    background: rgba(10,10,255,0.2);
    z-index: 101;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
    margin-left: auto;
    margin-right: auto; 
}

#ShowTrainingDialog:target
{
    display: block;
    pointer-events: auto;
    position:fixed;
}


#TrainingTab
{
    height: auto;
    width: auto;
    max-width:600px;
    border-radius: 10px;
    text-align: justify;
    vertical-align: middle;
    border: 1px solid #CCC;
    background: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: auto;
}

#ErrorDialog
{
    display: none;
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    background: rgba(10,10,255,0.2);
    z-index: 101;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

#ErrorDialog:target
{
    display: block;
    pointer-events: auto;
    position:fixed;
}

#ErrorTab
{
    height:auto;
    width:auto;
    max-width:400px;
    max-height:600px;
    border-radius: 10px;
    text-align: justify;
    vertical-align: middle;
    background: #fff;
    opacity: 1.0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    margin-bottom: auto;
}

#lblError 
{
    font-size:x-large;
    font-color:red;
}

.topbar 
{
    width:inherit;
    height:50px;
    vertical-align:middle;
    background:#fffccc;
    border:1px solid orange;
    border-radius: 10px;
    float:none;
}

.close_button
{
    height:30px;
}

table.JobExperience 
{
    
    border-collapse:collapse;
    border-style:solid;
    border-color:Silver;
    border-width:thin;
}

.JobExperience td, .JobExperience th, .JobExperience
{
    text-align:Left;
}

.style1
    {
        text-align: left;
        vertical-align: middle;
    }
   
#ShowCategoryDialog
{
    display: none;
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    background: rgba(10,10,255,0.2);
    z-index: 101;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

#ShowCategoryDialog:target
{
    display: block;
    pointer-events: auto;
}

#CategoryTab
{
    height: auto;
    width: auto;
    max-width:600px;
    border-radius: 10px;
    text-align: justify;
    vertical-align: middle;
    border: 1px solid #CCC;
    background: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: auto;
}
#ShowCategoryDialog
{
    display: none;
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    background: rgba(10,10,255,0.2);
    z-index: 101;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

table.Categorydetails
{
    
    border-collapse:collapse;
    border-style:solid;
    border-color:Silver;
    border-width:thin;
}

.Categorydetails td, .Categorydetails th, .Categorydetails
{
    text-align:Left;
}
#ShowSubCategoryDialog
    {
    display: none;
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    background: rgba(10,10,255,0.2);
    z-index: 101;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

#ShowSubCategoryDialog:target
{
    display: block;
    pointer-events: auto;
}

#SubCategoryTab
{
    height: auto;
    width: auto;
    max-width:600px;
    border-radius: 10px;
    text-align: justify;
    vertical-align: middle;
    border: 1px solid #CCC;
    background: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: auto;
}

table.SubCategorydetails
{
    
    border-collapse:collapse;
    border-style:solid;
    border-color:Silver;
    border-width:thin;
}

.SubCategorydetails td, .SubCategorydetails th, .SubCategorydetails
{
    text-align:Left;
}

div.candidatediv 
{
    position: fixed;
    background: #fff;
    border: 2px solid silver;
    border-radius: 4px;
    width:240px;
    height:530px;    
    right:0px;
    top: 120px;
}

table.candidatetab 
{
    padding: 10px;
    margin:10px;
}

table.candidatetab tr, table.candidatetab tr td
{
    height:10px;
    padding: 0px;
    padding-left:10px;
    margin:0px;
    font-size:10px;
}

table.profileoptionstab tr td table tbody tr td, table.profileoptionstab tr td table tbody tr td label
{
    width: 200px;
    padding: 0px;
    margin:0px;
    vertical-align: top;
}
table.profileoptionstab tr td table tbody tr td label 
{
    margin: 5px;
    padding:5px;
}