/*
Default CSS for O'Brien's Auto Repair
*/

body {
  background-color: #000000;
  color: #000000;
  font: 14px arial;
  
}

a:link {color: #03337F; text-decoration: none;}
a:visited {color: #03337F; text-decoration: none;}
a:hover {color: #03337F; text-decoration: underline; }
a:active {color: #03337F; text-decoration: none; }

.content p {
  text-indent: 20px;
}

.header {
  text-align: center;
  background-color: #03337F;
  width: 100%;
}

.menu {
  background-color: #03337F;
  float: left;
  width: 200px;
  margin-left: -200px;
  font-size: 12px;
}

/* for Internet Explorer */
/*\*/
* html .menu {
  margin-left: -100px;
}
/**/

/* for Internet Explorer */
/*\*/
* html .corner {
  margin-left: -3px;
  margin-right: -3px;
}
/**/

/* for Internet Explorer */
/*\*/
* html .h_bar_one {
  margin-left: -3px;
  margin-bottom: -3px;
}
/**/

/* for Internet Explorer */
/*\*/
* html .h_bar_two {
  margin-left: -3px;
  margin-right: -3px;
}
/**/

.content_wrapper {
  background-color: #FFFFFF;
  border-left:200px solid #03337F;
}

.content {
  background-color: #FFFFFF;
  padding: 4px;
  min-height: 300px;
}

.footer {
  padding-top: 20px;
  background-color: #03337F;
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
}

.menu a {
  padding-left: 4px;
  color: #FFFFFF !important; /* !important is an IE fix */
}

.error_msg {
  width: 500px;
  background-color: #FFAFAF;
  font-size: 15px;
  border-style: solid;
  border-color: #FF0000;
  border-width: 1px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  padding: 15px;
}

.error_msg p {
  font-size: 13px;
  text-align: left;
}

.info_msg {
  width: 500px;
  background-color: #CCFFCC;
  font-size: 15px;
  border-style: solid;
  border-color: #22CE22;
  border-width: 1px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  padding: 15px;
}

.info_msg p {
  font-size: 13px;
  text-align: left;
}

.admin_title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #4D4D4D;
  text-align: right;
  margin-top: 0px;
  margin-left: 0px;
}

.admin_nav {
  font-size: 12px;
  border-bottom: 1px solid #4D4D4D;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.title_small {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
