html 
{
	position: relative;
	min-height: 100%;
}

.autoc .ui-autocomplete-input
{ 
    width: 300px;
    background-color: White;
    color: Maroon;
    font-size: medium;
    font-family: Calibri;
    font-weight: normal;
    text-align: left;
}

#wrapper
{
	width: 100%; 
	margin: 0 auto;
}

#wrapperw
{
	width: 100%; 
	margin: 0 auto;
        background-image: url("../images/Watermark.jpg");
}

#siteheader
{
  	position:relative;
  	width: 100%;
  	height: auto;
}

#headerdiv
{
    width: 33%;
    float:left;
}
#headerdivr
{
    width: 33%;
    float:right;
}
#siteHeaderStrip
{
    position:relative;
    float:left;
    background: radial-gradient(circle, rgb(245,130,31) , rgb(245,130,31));
    height: 18pt;
    font-family: Calibri;
    font-size: 14.0pt;
    color: White;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    text-indent: 10.0pt;
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px;
-moz-box-shadow:
0px -1px 3px rgba(190,255,255,0.5), /*top external highlight*/
2px 3px 3px rgba(0,0,0,0.2), /*bottom external shadow*/
inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
inset 0 1px 1px rgba(255,255,255,1); /*top internal highlight*/
-webkit-box-shadow:
0px -1px 3px rgba(190,255,255,0.5), /*top external highlight*/
2px 3px 3px rgba(0,0,0,0.2), /*bottom external shadow*/
inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
inset 0 1px 1px rgba(255,255,255,1); /*top internal highlight*/
box-shadow:
0px -1px 3px rgba(190,255,255,0.5), /*top external highlight*/
2px 3px 3px rgba(0,0,0,0.2), /*bottom external shadow*/
inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
inset 0 1px 1px rgba(255,255,255,1); /*top internal highlight*/
}

.titlebox{
	float: left;
        padding:0 0px;
        color: White;
        font-family: Calibri;
        font-size: large;
	margin:-25px 0 0 20px;
        width: 60%;
}

.buttonbox{
	float: right;
        padding:0 0px;
        color: White;
        font-family: Calibri;
        font-size: large;
        width: 40%;
	margin:-25px 0 0 20px;
}

#loginBox
{
      position: relative;
      border-radius: 10px 50px 10px 10px;
      background: White ;
      border-bottom : 2px solid rgb(245,130,31);
      border-left : 2px solid rgb(245,130,31);
      border-right: 2px solid rgb(245,130,31);
      border-top: 30px outset rgb(245,130,31);
      color: Black;
      text-indent: 2.0pt;
      margin-left: 25.0%;
      text-align: center;
      font-family: Calibri;
      font-size: x-large;
      width: 500px;
      height: 330px; 
}

#contentBox
{
      position: relative;
      border-radius: 10px 50px 10px 10px;
      background: White ;
      border-bottom : 2px solid rgb(245,130,31);
      border-left : 2px solid rgb(245,130,31);
      border-right: 2px solid rgb(245,130,31);
      border-top: 30px outset rgb(245,130,31);
      color: Black;
      text-indent: 2.0pt;
      margin-left: 2pt;
      text-align: left;
      font-family: Calibri;
      font-size: medium;
      font-style: normal;
      width: 99%;
      height: auto; 
}

#siteHeaderLeft
{
    position:relative;
    float:left;
    color: rgb(245,130,31);
    font-family: 'Arial Rounded MT Bold';
    font-size: 24.0pt;
    font-weight: bold;
    width:10%;
}

#siteHeaderRight
{
    position:relative;
    float:right;
    color: rgb(245,130,31);
    font-family: 'Arial Rounded MT Bold';
    font-size: 12.0pt;
    font-weight: bold;
    width:90%;
    z-index: 1;
}

#siteHeaderLanguage
{
    position:relative;
    float:right;
    width: 30%;
    height: 80px;
    text-align: right;
    font-family: Calibri;
    font-size: medium;
}

.texttypeu
{
  background-color: White;
  color: Black;
  font-size: x-large;
  font-family: Calibri;
  font-weight: normal;
  text-align: left;
}

.texttype
{
  background-color: White;
  color: Maroon;
  font-size: medium;
  font-family: Calibri;
  font-weight: normal;
  text-align: left;
}

.texttypee
{
  background-color: White;
  color: Red;
  font-size: large;
  font-family: Calibri;
  font-weight: normal;
  text-align: center;
}

.bodytable1
{
  background-color: White;
  color: Black;
  font-size: medium;
  font-family: Calibri;
  font-weight: normal;
  text-align: left;
}

.bodytable2
{
  background-color: White;
  color: Black;
  font-size: medium;
  font-family: Calibri;
  font-weight: normal;
  text-align: left;
}

h1 {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, 
h1:before {
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 120px;   
}

h1:after {      
    right: 0;
}

h1:before {
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

#mainlogo
{
 	text-align: center;
  	position:relative;
  	width: 100%;
        height: 450px;        
  	margin:0 auto;
  	margin-top: 2px;
  	margin-bottom: 2px;
}


#links
{
  text-align: center;
  position:relative;
  width: 100%;
  margin:0 auto;
  height: 100px;
  margin-bottom: 5px;
}

#col1
{
  position:relative;
  float:left;
  width: 25%;
  height: auto;
  border-radius: 10px 10px 10px 10px;
  background: White ;
  border-bottom : 2px solid rgb(245,130,31);
  border-left : 2px solid rgb(245,130,31);
  border-right: 2px solid rgb(245,130,31);
  border-top: 2px outset rgb(245,130,31);
}

#col2
{
  position:relative;
  float:right;
  width: 73%;
  height: auto;
  border-radius: 10px 10px 10px 10px;
  background: White ;
  border-bottom : 2px solid rgb(245,130,31);
  border-left : 2px solid rgb(245,130,31);
  border-right: 2px solid rgb(245,130,31);
  border-top: 2px outset rgb(245,130,31);
}

#col0
{
  position:relative;
  float:right;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 10px 10px;
  background: White ;
  border-bottom : 2px solid rgb(245,130,31);
  border-left : 2px solid rgb(245,130,31);
  border-right: 2px solid rgb(245,130,31);
  border-top: 2px outset rgb(245,130,31);
}


#pushbutton {
	background-color: #712A18;
	width: 100%;
	height: 75px;
        vertical-align: middle;
	margin-top: 25px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

input[type=submit] {
          display: inline-block;
          padding: 5px 10px ;
          font-size: 15px;
          cursor: pointer;
          text-align: center;
          vertical-align:top ;
          text-decoration: none;
          outline: none;
          color: white;
          height: 20.0pt;
          width: auto;
          background-color: rgb(245,130,31);
          border: none;
          border-radius: 15px;
          box-shadow: 0 5px #999;
}

input[type=submit]:hover {
	background-color: #865549;
}

input[type=submit]:active {
	background-color: #865549;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
}


