/*******************************************************************************
  TAGS DEFAULTS
*******************************************************************************/
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #222;
  font-size:   13px;
  line-height: 18px;
}

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	border: none;
}

body {
  background-color: #FFFFFF;
  background-image: url(/images/msc_header/back.jpg);
  background-repeat: repeat-x;
}

.main, .header {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;

  width: 800px;

  clear: both;
}

h2 {
  padding: 13px 0 0 40px;

  background-image: url('/images/orange_down_arrow.gif');
  background-repeat: no-repeat;

  display: block;
  height: 32px;

  border-bottom: 1px dashed #ff7200;
}

a:link, a:visited {
  color: #0c416e;
}

a:hover, a:active {
  color: #ff7200;
}

.cancel_link a {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 4px 0 0 0;
  display: block;
  color: #FFFFFF;
  background-image: url('/images/white_bg_button.gif');
  width: 250px;
  height: 26px;
}



/*******************************************************************************
  HEADER
*******************************************************************************/
/* Firefox has a margin if padding = 0 */
.header {
  padding: 1px;

  height: 81px;
}

.header a {
  text-decoration: none;
  color: #000000;
}

.header img {
  border: 0;
}

.header_left {
  background-image: url('/images/msc_header/header_big_left.jpg');

  padding: 10px;

  height: 60px;
  width: 172px;
  float: left;
}

.header_middle {
  background-image: url('/images/msc_header/header_middle.jpg');

  padding: 1px;

  height: 56px;
  width: 592px;
  float: left;
}

.header_right {
  background-image: url('/images/msc_header/header_corner_right.jpg');

  padding-top: 1px;

  height: 57px;
  width: 14px;
  float: right;
}

.header_middle img {
  margin: 0;
  padding: 0;

  height: 50px;
  float: right;
}

.header h1 {
  font-size: 3.7em;
  line-height: 1em;
  margin: 0 0 0 17px;
  padding: 0;
}

.short_message {
  margin-right:1.5em;

  color:#FF0000;
  font-size:1.2em;
}

/*******************************************************************************
  GENERIC SECTION BOX
*******************************************************************************/
.section_header {
  padding: 8px 0 0 0;
  margin: 0;

  display: block;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1em;
  text-align: center;

  background-color: #0c416e;
  height: 22px;
  float: left;
}

.section_title_left {
  background-color: #FFFFFF;
  background-image: url('/images/section_title_left.jpg');
  width: 16px;
  height: 30px;
  float: left;
}
.section_title_right {
  background-color: #FFFFFF;
  background-image: url('/images/section_title_right.jpg');
  width: 16px;
  height: 30px;
  float: right;
}

.section_main {
  padding: 10px 10px;

  border-right: 1px solid #0c416e;
  border-left: 1px solid #0c416e;
}

.section_bottom_left {
  background-color: #FFFFFF;
  background-image: url('/images/section_bottom_left.jpg');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  float: left;
}

.section_bottom_right {
  background-color: #FFFFFF;
  background-image: url('/images/section_bottom_right.jpg');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  float: right;
}

.section_bottom {
  padding: 0;
  margin: 0;

  display: block;
  color: #FFFFFF;
  text-align: center;

  background-color: #0c416e;
  height: 12px;
  float: left;
}

/*******************************************************************************
  COPYRIGHT FOOTER
*******************************************************************************/

/*******************************************
  Positions the footer always at the bottom
********************************************/
html, body {
  height: 100%;
}
#before_footer {
  position: relative;
  min-height: 100%;

  margin: 0;
  padding: 0;
}
* html #before_footer {
  height: 100%;
}
#footer {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: -3.0em;
}

/**********************************
  Footer, Copyright notice
***********************************/
#footer {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  height: 5px;
  border-top: 1px solid #cccccc;
  text-align: center;
  clear: both;
}
.copyright {
  font-size: 10px;
  color: #333;
  float: left;
}
.copyright a:link, .copyright a:visited {
  text-decoration: none;
  color: #0184df;
  font-size: 1.06em;
}
.copyright a:hover, .copyright a:active {
  background-color: #FFF;
  color: #000;
}

#footer .menu {
  float: right;
}

/*******************************************************************************
  NOTICES AND ERROR DIALOG
*******************************************************************************/
.login_errors {
  padding: 3px;
  margin: 5px 0 5px 0;

  border: 1px solid #b80000;
  background-color: #edc8c8;
}

.notices {
  padding: 15px;
  margin: 15px;

  border: 2px solid #0c416e;
  background-color: #b5cbde;

  clear: both;
}

.errors {
  padding: 15px;
  margin: 5px 0 5px 0;

  border: 2px solid #b80000;
  background-color: #edc8c8;

  clear: both;
}

/*******************************************************************************
   TOP MENU
*******************************************************************************/
.menu {
  float: right;

  font-size: 0.8em;
  text-align: right;

  list-style-type: none;
}

.menu a:link, .menu a:visited {
  text-decoration: none;
  color: #0c416e;
}

.menu a:active, .menu a:hover {
  text-decoration: underline;
  color: #ff7200;
}

