﻿body {
  background: #f7efe2 url(/App_Themes/CP/slide_summer.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.btnProgress
{
    color: black;
    background-color: #2d6cc8;
}

.PageBox {
}

.ContentBox {
    border: 2px solid #222;
    background-color: #d2d2d2;
    box-shadow: rgba(0, 0, 0, 1) 0 0 40px;
}

#ctl00_ContentPlaceHolder1_UpdatePanel1
{
	background-color: #f5f5f5;
}

/*.CUname::before {
    content: "";
    height: 20px;
    display: block;

    #F5845B
    #37907e

}

.CUsubname::before {
    content: "";
    height: 20px;
    display: block;
}*/

div.center {
    background-color: #37907e;
    margin: auto;
    padding: 10px 0px 10px 0px;
    /*width:223px;*/
    height: 100px;
}

.CUlogo {
    /*float:left;*/
    background: url(/App_Themes/CP/CP_logo.png) no-repeat #f5f5f5;
    background-position: center;
    /*width:343px;*/
    /*height:65px;*/
    /*border: 1px solid #00FF00;*/
    height: 100%;
}

div.header {
    background-color: #8a3231;
    color: white;
    padding: 0px 0px 0px 0px;
}

div.footer {
	background-color: #d2d2d2;
}

input[type=text], input[type=password], select {
}

input[type=button] {
    background-color: #37907e;
    color: white;
    text-shadow: 1px 1px #000;
    font-weight: bold;
}

input[type=submit] {
    background-color: #37907e;
    color: white;
    text-shadow: 1px 1px #000;
    font-weight: bold;
}

input[type=submit]:after {
  content: 'whatever it is you want to add';
}

input[type=submit]:disabled, input[type=button]:disabled {
    color: #444;
    text-shadow: 1px 1px #fff;
    background-color: #8c94a4;
}

input[type=submit]:hover, input[type=button]:hover {
  background-color: #F5845B;
}

a {
    text-decoration: none;
    color: #37907e;
}

a:hover {
    text-decoration: underline;
    color: #F5845B;
}

ul {
    background-color: #333;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
} 

.headline {
}

.testBox {
	border: 1px solid green;
}
