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

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

.PageBox {
}

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

#ctl00_ContentPlaceHolder1_UpdatePanel1
{
	background-color: #f2f2f2;
}

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

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

div.center {
    background-color: #fff;
    margin: auto;
    padding: 5px 0px 5px 0px;
    /*width:223px;*/
    height:65px;
}

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

div.header {
  background-color: #114f07;
  color: white;
  padding: 14px 0px;
}

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

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

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

input[type=submit] {
    background-color: #114f07;
    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: #5ea52a;
}

a {
    text-decoration: none;
    color: #114f07;
}

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

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;
}
