﻿/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

h1 {
    color: #AB1E39;
    font-size: 1.5em;
    line-height: 1.5em;
}

h2 {
    color: #114C95;
    font-size: 1.3em;
    line-height: 1.5em;
}

a {
    color: #114C95
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

div {
    margin: 10px 0px;
}

label {
    color: #114C95;
    font-weight: bold;
}

input[type="submit"], input[type="text"], textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px;
    padding: 3px;
}

#div-add {
    background: none repeat scroll 0 0 #F6F6F6;
    border-radius: 4px;
    padding: 10px;
}

#div-add textarea {
    height: 100px;
    margin-bottom: -4px;
    width: 500px;
}