/**
* General
**/
button.link{
    color:#4e95ba;
    background:none;
    border:none;
    font-size:16px;
}

button.quick{
    color:#6ecff6
}

.warning {
	background:#FFFFCC;
	height: 3em;
	border-style:solid;
	border-spacing:2px;
	border-width:1px;
	border-color:grey;
	font-size:14px;
	color:red;
	text-indent:30px;
	margin-bottom: 5px;
}

.warning .icon {
	float:left;
	margin-left:20px;
}
/**
* Public Home
**/

.sidebar {
    background: #75b2d3;
    font-size: 16px;
    padding-top: 1px;
    padding-left: 25px;
    padding-bottom: 5px;
}
.sidebar h6	{
	color: black;
        font-size: 1.6em;
}
.sidebar .link {
	color: white;
	margin-left: 10px;
	text-decoration: underline;
}
.sidebar #vorbutton {
	margin-left: 5px;
}
.sidebar p {
        line-height: 90%;
}
/**
* This is for the ops board
**/

#opsboard .standard {
    background-color: #336E9F;
}

#opsboard .header {
    background-color: #2A8D96;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  zoom: 1; /* ie 6/7 */
}

.threecolumn, .twocolumnleft, .twocolumnright {
  float: left;
}

.threecolumn {
  width: 30%;
  margin-left: 2.5%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.twocolumnleft, .twocolumnright {
  margin-left: 2.5%;
  margin-top: 0.5em;
}

.twocolumnleft {
  width: 55.5%;
}

.twocolumnright {
  width: 37%;
  height: 100%;
}

.header .threecolumn {
	height: 130px;
}

.standard .threecolumn {
	margin-bottom: 1em;
	height: 269px;
}

.lowercolumn .twocolumnleft, .lowercolumn .twocolumnright {
	margin-top: 1em;
}

.lowercolumn .twocolumnright {
	height: 231px;
}

#baseopscontact {
	width: 100%;
	height: 130px;
	background-color: white;
}

#baseopscontact .title {
	color: blue;
	font-weight: bold;
	font-size: 1.5em;
	text-indent: 10px;
	padding-top: 5px;
}

#baseopscontact .body {
	color: black;
	font-size: 1.5em;
	text-align: center;
	margin-top: 30px;
}