/*
 * @media (max-width: 960px)
 */


html, body {
	position: relative;
}

a {
	text-decoration: none;
}

.clear {
    clear: both;
}

strong {
	font-weight: bold;
}

.rounded {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.shadowed {
    box-shadow: 2px 2px 4px #735049;
    -webkit-box-shadow: 2px 2px 4px #735049;
}

.ultra-shadowed {
    box-shadow: 2px 2px 20px #735049;
    -webkit-box-shadow: 2px 2px 20px #735049;
}

.standard-button {
    margin: 0 10px;
    padding: 12px 4px;
    background: #007236;
    color: #FFF;
    border: none;
    line-height: 22px;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    
	font-size: 20px !important;
}

.standard-button:hover {
    background: #302623;
}

.standard-button-ok {
    height: 30px;
    margin: 5px 10px;
    padding: 4px 15px;
    background: #44DD44;
    color: #302623;
    border: 2px solid #33AA33;
    vertical-align: middle;
    text-decoration: none;
    
    font-size: 13px !important
}

.standard-button-ok:hover {
    background: #55EE55;
}

.standard-button-cancel {
    height: 30px;
    margin: 5px 10px;
    padding: 4px 15px;
    background: #DD4444;
    color: #FFFFFF;
    border: 2px solid #AA3333;
    vertical-align: middle;
    text-decoration: none;
    
    font-size: 13px !important
}

.standard-button-cancel:hover {
    background: #EE5555;
}

#overlay {
    /* must be initially hidden */
    display: none;
    position: fixed;
 
    /* place overlay on top of other elements */
    z-index: 1000;
 
    /* styling */
    background-color: rgb(51,51,51);
    background-color: rgba(51,51,51,0.5);
 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #676;
}

#overlay-layer-2 {
    /* must be initially hidden */
    display: none;
    position: fixed;
 
    /* place overlay on top of other elements */
    z-index: 1100;
 
    /* styling */
    background-color: rgb(51,51,51);
    background-color: rgba(51,51,51,0.5);
 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #676;
}

#overlay-layer-3 {
    /* must be initially hidden */
    display: none;
    position: fixed;
 
    /* place overlay on top of other elements */
    z-index: 1200;
 
    /* styling */
    background-color: rgb(51,51,51);
    background-color: rgba(51,51,51,0.5);
 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #676;
}

#overlay-layer-4 {
    /* must be initially hidden */
    display: none;
    position: fixed;
 
    /* place overlay on top of other elements */
    z-index: 1300;
 
    /* styling */
    background-color: rgb(51,51,51);
    background-color: rgba(51,51,51,0.5);
 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #676;
}

#overlay-layer-5 {
    /* must be initially hidden */
    display: none;
    position: fixed;
 
    /* place overlay on top of other elements */
    z-index: 1400;
 
    /* styling */
    background-color: rgb(51,51,51);
    background-color: rgba(51,51,51,0.5);
 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #676;
}


#overlay .overlay-container,
#overlay-layer-3 .overlay-container,
#overlay-layer-5 .overlay-container {
    position: absolute;
    bottom: 5px;
    top: 50px;
    width: 100%;
    
    font-size: 14px;
}

#overlay-layer-2 .overlay-container {
    position: absolute;
    bottom: 5px;
    top: 100px;
    width: 100%;
}

div.fixed-overlay-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	background: #F0F0F0;
}

div.overlay-subcontainer div.details {
    margin-bottom: 20px;
}

div.overlay-subcontainer div.subtitle-heading {
    height: 28px;
    padding-left: 10px;
    margin-bottom: 5px;
    background: #302623;
    font-size: 16px;
    color: #F9F9F9;
    line-height: 26px;
    vertical-align: middle;
}

div.overlay-subcontainer div.content-overlay {
	position: relative;
	margin-top: 20px;
	overflow: auto;
}

div.overlay-subcontainer div.control-panel {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	
	background: #F0F0F0;
}


.bottom-buttons {
    height: 50px;
    background: #F9F9F9;
}

.hidden {
    visibility: hidden !important;
}

.leftalign {
    float: left;
}

.rightalign {
    float: right;
}


.invisible {
	visibility: hidden !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.center-text {
	text-align: center;
}

.right-text {
	text-align: right;
}

.left-text {
	text-align: left;
}

.fullwidth {
	width: 100%;
}

input[type="text"]:read-only,
input[type="password"]:read-only {
	background: #DDD;
}

.width960 {
	width: 960px;
}

.width480 {
	width: 480px;
}

.center-page {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.position-relative {
	position: relative;
}

.width10p {
	width: 10%;
}

.width20p {
	width: 20%;
}

.width25p {
	width: 25%;
}

.width30p {
	width: 30%;
}

.width33p {
	width: 33%;
}

.width40p {
	width: 40%;
}

.width50p {
	width: 50%;
}

.width60p {
	width: 60%;
}

.width66p {
	width: 66%;
}

.width70p {
	width: 70%;
}

.width75p {
	width: 75%;
}

.width80p {
	width: 80%;
}

.width90p {
	width: 90%;
}

.width94p {
	width: 94%;
}

.width98p {
	width: 98%;
}




