input[type=text], [type=password],  [type=number], select, textarea {
  width: 70%;
  margin-bottom: 20px;
  height: 20px;
  padding: 1px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  box-shadow:0 4px 6px rgba(0,0,0,0.1);
  font-family: 'Catamaran';
  font-size: 14px;
  color:#000000;
}

input[type=submit], [type=button] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-family: 'Catamaran';
  font-size: 14px;
  font-weight: bold;
}

textarea {
    min-height: 300px;
}


label {
    padding: 12px 12px 12px 0;
    margin-bottom: 10px;
    display: block;
}

form
{
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Catamaran';
    font-size: 14px;
    color:#000000;
}


a {
	color: #1F1F1F;
	
}


h1{
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 1em;
	color: #000000;
}


h2 {
	font-size: 1.75em;
}


h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}


.style1 {
	color: #000099;
	font-weight: bold;
    height: 50px;
}

.style2 {
    color: #808080;
	font-weight: normal;
	font-size: 14px;
    height: 60px;
}

.style3 {
    color: #000099;
}

.style4 {
	color: #808080;
	font-weight: normal;
	font-size: 12px;
    height: 15px;
}
.spacer {   
    height: 100px;
}

.button {
	text-align: right;
    height: 100px;
}

.button_standard {
    text-align: center;
    height: 30px;
    width: 100px;
    background-color: #FFFFFF; /* Green */
    border: 1px solid blue;
    border-radius: 7px;
    cursor: pointer;
}

.right_align{
    text-align: right;
}

.left_align{
    text-align: left;
}


.left_menu li {
    display: block;
    float: left;
    width: 200px;
    height: 20px;
    border: 1px solid blue;
    margin: 2px;
}

.sidenav {
  display: inline-block;
  float:left;
  width: 15%;
  margin:5px; 
 
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #808080;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #CD5C5C;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 10px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.mainbody {
  display: inline-block;
  overflow: hidden;
  float: right;
  width: 83%;
  height: 900px;
  margin: auto;
}

.mainbody a {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #336699;
}

.container {
  overflow:auto; 
  width: 80%;
  height:900px;
  background: #F8F8FF;
  margin-left: auto;
  margin-right: auto;
}

.topmenu {
  overflow:none; 
  width: 80%;
  height: 30px;
  background: #b2d0d9; 
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin: 20px auto;
}

.topmenutext {
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #8B0000;
  text-align:right;
}

.textbutton {
  border: none;
  background-color: "black";
  width: 200px;
  padding: 14px 28px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  border-radius: 15px;
}

/* On mouse-over */
.textbutton:hover {
    background: #000066;
    color: white; 
}

.emailbutton {
  border: 1px solid #b2d0d9;
  color: #3e85b8;
  background-color: "black";
  width: 150px;
  height:20px;
  padding: 1px 1px 1px 1px;
  font-family: Georgia;
  font-size: 10 px;
  font-style:normal;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  text-align : left;
  vertical-align : center;
}

.emailbutton_selected {
  border: 1px solid #b2d0d9;
  color: #000000;
  background-color: #b2d0d9;
  width: 150px;
  height:20px;
  padding: 1px 10px 1px 1px;
  font-family: "Arial";
  font-size: 12 px;
  font-style:bold;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  text-align : left;
  vertical-align : center;
}

.actionemailbutton {
  border: 1px solid #b2d0d9;
  width: 100px;
  height:20px;
  border-radius: 5px;
  text-align : center;
  vertical-align : center;
  padding: 1px 1px 1px 1px;
  font-family: "times";
  font-size: 12 px;
  font-style:normal;
  cursor: pointer;
  display: inline-block;
  color: #587552;
  background-color: #FFFFFF;
}

.inbetweenspace {
  width: 10px;
  height:20px;
  display: inline-block;
}

.email_table_raws {
    text-align: left;
    height: 22px;
    font: normal 12px 'Catamaran';
    color: #8a8787;
}

.email_table_raws_unread {
    text-align: left;
    height: 22px;
    font:  bold 12px 'Catamaran';
    color: #030b4a;
}

.select_this_row {
    cursor: pointer;
    border-bottom:1pt solid #bdc2c9;
}

.email_subject {
    text-align:left;
    height:40px;
    font:  bold 18px Georgia;
    color:#030b4a;
}

.email_from {
    text-align:left;
    height:30px;
    font:  normal italic 14px 'Catamaran';
    color:#030b4a;
}

.email_DateandTime {
    text-align:right;
    height:30px;
    font:  normal 14px 'Catamaran';
    color:#FFFFFF;
}

.email_to {
    text-align:left;
    height:40px;
    font:  normal 12px 'Catamaran';
    color:#030b4a;
}




.email_attachment {
    text-align:left;
    height:22px;
    font:  normal 12px 'Catamaran';
    color:#030b4a;
}

.div_rounded_corners {
    border: 1 solid #bdc2c9;
    border-radius: 7px;
    
}

.div_message_banner {
    border: 1 solid #bdc2c9;
    border-radius: 7px;
    text-align:left;
    height:20px;
    font:  bold 14px 'Catamaran';
    color:#030b4a;
    
}

.content_frame {
    horizontal-align:center;
    border: 1px solid black;
    border-radius: 7px;
    text-align:left;
    height:auto;
    width:100%;
    font:  12px 'Catamaran';
    border-style: solid;
    border-width: thin;
    border-color: #FFFFFF;
}

.expiration_container {
    width: 80%;
    height: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #b2d0d9;
    border-radius: 7px;
    }

.admin_table{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px,10px,20px,10px;
    border-collapse: collapse;
    border: 1px solid #b2d0d9;
    border-radius: 7px;
    color: #2d2d2e;
	font-family: 'Catamaran';
    font-size: 12px;" 
}    
