﻿.body 
, th
, td {
    padding: 15px;
}

table {
    width: 100% !important;
}

.bottom-left-large-rounded-section {
    border-bottom-left-radius: 40px; /*15% 45%; */
    -webkit-border-bottom-left-radius: 40px; 
    -moz-border-radius-bottomleft: 40px; 
    padding: 5%;
}

.top-right-large-rounded-section {
    border-top-right-radius: 40px; 
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px; 
    padding: 5%;
}

.bottom-right-large-rounded-section {
    border-bottom-right-radius: 40px; 
    -webkit-border-bottom-right-radius:  40px;
    -moz-border-radius-bottomright: 40px;
    padding: 5%;
}

.top-left-large-rounded-section {
    border-top-left-radius: 40px;
    -webkit-border-top-left-radius: 40px; 
    -moz-border-radius-topleft: 40px; 
    padding: 5%;
}

.box-shadowed {
    box-shadow: 0 4px 8px #6b6b6b;
}

.top-left-bottom-right-rounded-buttons {
    border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px; 
    -moz-border-radius-topleft: 12px; 
    border-bottom-right-radius: 12px; 
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    /*cursor: pointer;
    padding: 2px 4px;
    font-size: 12px;
    margin: 6px;
    padding: 8px;*/
}

.thumb {
    cursor: pointer;
    padding: 10px;
    float: left; 
    position: relative;
    max-height: 100px;
    max-width: 100px;
}

#loader {
    z-index: 1002;
    margin: auto;
    background: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-10px;
    margin-top: -10px;
}

.displayInline-floatLeft {
    display: inline-block;
    float: left;
    max-width:60%;
    line-height:normal;
}

#logoBorder
{
    background-color: white ;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;        
    border-radius: 12px;
    padding: 7px;
    margin-right: 20px; 
    float:right;
}

button.close {
	overflow: visible;
	color:white;
	opacity: 1;
}

/*
#pageTitle
{
    color: white;
    font-size: 36px;
    background-color: #74C4D7;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-bottomleft: 40px;
    -moz-border-radius-topright: 40px; 
    border-radius: 0px 40px;
    behavior: url(/Wigan%20Project/PIE.htc);
    text-align: left;
    height: 70px;
    position: relative;
    padding: 16px 20px 8px;
    top: 0px;
    left: 0px;    
}

.nav-button
{
    border: 1px solid #4E4A47;
    background: #006988;
    color: white; 
    font-family: "IstokWebBold" , Arial, Sans-Serif;
    padding: 2px 4px;
    cursor: pointer;
    font-size: 12px;
    margin: 6px;
    padding: 8px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomright: 12px;
    border-radius: 12px 0px;
    behavior: url(/Wigan%20Project/PIE.htc);
    position: relative;
}

*/