﻿.Font_Family
{
    font-family:MS Reference Sans Serif;
}
        
.Medium_Font
{
    font-size:medium;
}
            
.Larger_Font
{
    font-size:larger;
}
                
.Large_Font
{
    font-size:large
}
            
.Bold_Font
{
    font-weight:bold;
}

.Regular_Font
{
    font-weight:normal;
    
}

.Three_Dark_Shadow_Wallpaper
{
    background-color:ThreeDDarkShadow;
}
            
.Button_Design
{
    font-family:Microsoft Sans Serif;
    font-size:medium;
    font-weight:bold;
    border-bottom-width:5px;
}
            
.Yellow_Background_Hover:hover
{
    background-color:Yellow;
}

.Tan_Background_Hover:hover
{
    background-color:#D2B48C;
}


.Green_Background_Hover:hover
{
    background-color:#00e673;
}

.Orange_Font_Hover:hover
{
    color:#ff9900;
}
            
.Red_Background_Hover:hover
{
    background-color:#FF8080;
}
                
.Blue_Font_Hover:hover
{
    color:Blue;
}    
                
.Blue_Font
{
    color:#0000F5;
}
            
.Silver_Background
{
    background-color:Silver;
}
                
.White_Background
{
    background-color:White;
}
                
.Orange_Background
{
    background-color:#fdad5c;
}

.Orange_Background_Hover:hover
{
    background-color:Orange;
}
    
.Cell_Border
{
    border-style: solid;
    border-width: 1px;
    padding: 1px 4px;
}
        
.Khakhi_Background
{
    background-color:#BDB76B;
}
            
.Tan_Background
{
    background-color:#D2B48C;
}
        
.Blue_Background
{
    background-color:Blue;
}

.Yellow_Background
{
    background-color:Yellow;
}
        
.Red_Font
{
    color:Red;
}

.Red_Font_Hover:hover
{
    color:Red;
}
            
.Yellow_Font
{
    color:Yellow;
}

.Yellow_Background_Focus:focus
{
    background-color:#FFFF66;
    }

.Yellow_Font_Hover:hover
{
    color:Yellow;
}

.Black_Font
{
    color:Black;
}

.Saturated_Gold_Background
{
    background-color:#e8b923;
}

.X_Large_Font
{
    font-size:x-large;
}

.XX_Large_Font
{
    font-size:xx-large;
}

.Centre_Text_Align
{
    text-align:center;
}

.White_Font
{
    color:White;
}

.Saturated_Gold_Font
{
    color:#e8b923;
}

.Itallic_Font
{
    font-style:italic;
}

.Right_Text_Align
{
    text-align:right;
}

.Left_Text_Align
{
    text-align:left;
}

.Yellow_Font
{
    color:Yellow;
}

.Earthy_Background
{
    background-color:#659DBD;
}

.Maroon_Font
{
    color:Maroon;
}

.Salon_Background
{
    background-color: #FF6C48;
}

 .Background_Image
{
    background-position: center center; 
    background-image: url('Application Images/Background.png'); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    min-height:530px;
}

.Pink_Background
{
    background-color: #FF99FF;
}

.Pink_Background_Hover:hover
{
    background-color: #FF99FF;
} 

.Kodi_Background
{
    background-color:#1A5276;
    }
    
.Pastel_Red_Background
{
    background-color:#F67280;
    }
    

.Hand_Cursor
{
    cursor:pointer;
    }
    
.Curvy_Border
{
    border-radius:8px;
    }
    
.Justify_Text
{
    text-align:justify;
    }
    
.Footer_Design
{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    }

.Transparent_Background
{
    background-color:transparent;
    }
    
.Circle_Shape
{
    height:50px;
    width:50px;
    border-radius:50%;
    }
    
.Oval_Shape{
    height:50px;
    width:100px;
    border-radius:50%;
    }
    
    
.Button:active{
    background-color:Green;
    }
    
.Wrap_Text
{
    white-space:normal;
    }
    
.Modal_Background
{
    background-color:Black;
    filter:alpha(opacity=60);
    opacity:0.6;
    }
    
.Modal_Popup
{
    padding:5px 5px 5px 5px;
    position:relative;
    background-color:#659DBD;
    border:1px solid black;
    }
    
.Zoom
{
    padding:50px;
    width:250px;
    height:250px;
    margin:auto auto;
    }
    
.Zoom_Hover:hover
{
    transform:scale(1.5);
    }
    
.Uppercase
{
    text-transform:uppercase;
    }
    
.Lowercase
{
    text-transform:lowercase;
    }
    
.Capitalize
{
    text-transform:capitalize;
    }
    
    
.Half_Circle
{
    border-radius:150px 150px 0 0;
        
    }
    
.Control_Disappear
{
    display:none;
    }
    
    
.Font_Underline
{
    text-decoration:underline;
    }

.Button_Face_Background
{
    background-color:#f0f0f0;
    
    }

.Light_Blue
{
    background-color:#67B7D1;
    }
    
.footer { 
    position: relative; 
    bottom: 0; 
    left: 0; 
    z-index: 10;
}