
/*
  $Log: alt_style.css,v $
  Revision 1.6  2005/08/01 09:27:35  dwb
  Increased height of input fields for IE.

  Revision 1.5  2005/07/31 22:26:59  dwb
  Modified Files:
  	assets.php logon.php records08.php
  Cosmetic improvements.
  Modified Files:
  	alt_style.css main_style.css
  Simplified button on logon page for compatibility, incorporates new button
  gifs into images directory.

  Revision 1.4  2005/07/31 21:27:43  David
  Merge conflicts resolved.

  Revision 1.3  2005/07/31 21:24:23  dwb
  Attempting to sort out merge problems.

  Revision 1.2  2005/07/31 20:11:35  dwb
  Now used to allow default buttons.

*/

ul {
  text-decoration:none;
}

a {
  text-decoration:none;
}

a:link {
  color: #251299;
  text-decoration:none;
}

a:hover {
  color: red;
  text-decoration:underline;
}

a:active {
  color: red;
  text-decoration:none;
}

a.intro:link {
  color: #251299;
  text-decoration:none;
}

a.intro:visit {
  color: blue;
  text-decoration:none;
}

a.intro:hover {
  color: red;
  text-decoration:none;
}

a.intro:active {
  color: blue;
  text-decoration:none;
}

a.menu:link {
  color:navy;
  text-decoration:none;
}

a.menu:visit {
  color:navy;
}

a.menu:active {
  color:navy;
}

a.menu:hover {
  color:red;
}

a.inline:link {
  color:navy;
  text-decoration:underline;
}

a.inline:visit {
  color:navy;
  text-decoration:underline;
}

a.inline:active {
  color:navy;
  text-decoration:underline;
  background-color: #FFFF99;
}

a.inline:hover {
  color:red;
  text-decoration:none;
  background-color: #FFFF99;
}

a.menu_bold:link {
  color:navy;
  text-decoration:none;
  font-weight:bold;
}

a.menu_bold:visit {
  color:navy;
  text-decoration:none;
  font-weight:bold;
}

a.menu_bold:active {
  color:navy;
  text-decoration:none;
  font-weight:bold;
}

a.menu_bold:hover {
  color:red;
  text-decoration:none;
  font-weight:bold;
}

.menu_current_page:link {
  color:gray;
  text-decoration:none;
  font-weight:bold;
}

.menu_current_page:visit {
  color:gray;
  text-decoration:none;
  font-weight:bold;
}

.menu_current_page:active {
  color:gray;
  text-decoration:none;
  font-weight:bold;
}

.menu_current_page:hover {
  color:red;
  text-decoration:none;
  font-weight:bold;
}

a.alert:link {
  color:yellow;
  text-decoration:blink;
  font-weight:bold;
}

a.alert:visit {
  color:yellow;
  text-decoration:blink;
  font-weight:bold;
}

a.alert:active {
  color:yellow;
  text-decoration:blink;
  font-weight:bold;
}

a.alert:hover {
  color:yellow;
  text-decoration:blink;
  font-weight:bold;
}

body {
color: black;
font-family:Verdana,sans-serif;
font-style:normal;
font-weight:normal;
font-size:8pt;
text-decoration:none;
text-align:left;
}

td.menu_line {
border-top-color:silver;
border-top-style:solid;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
color:silver;
}

.normal {
color: black;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
}

.normal_spaced {
color: black;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
line-height: 12pt;
}

.normal_input {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
background-color: #eef;
border-collapse:collapse;
border:1px solid #66a;
padding:3px;
height:20px;
}

.normal_input_r {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
background-color: #ffe;
border-collapse:collapse;
border:1px solid #66a;
text-align:right;
}

.alt_input {
background-color: silver;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
color: #FFFFD8;
border-collapse:collapse;
border:1px solid #66a;
}

.optional_input {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
background-color: #ddeeff;
}

.normal_spaced_r {
color: black;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
text-align: right;
line-height: 12pt;
}

.light_spaced_r {
color: white;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
text-align: right;
line-height: 12pt;
}

.light_spaced_centred {
color: white;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
text-align: center;
line-height: 12pt;
}

.fixed_normal {
color: black;
font-family: "Courier New";
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
}

.centred_normal {
color: black;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
text-align: center;
}

.pre {
color: black;
font-family: "Courier New";
font-style: normal;
font-weight: normal;
font-size: 9pt;
text-decoration: none;
text-align: left;
}

.small {
color: black;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 6pt;
text-decoration: none;
}

.centred_small {
color: black;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 6pt;
text-decoration: none;
text-align: center;
}

.logo {
color: #FFD898;
font-family: "Arial Black",sans-serif;
font-style: italic;
font-weight: normal;
font-size: 28pt;
text-decoration: none;
}

h1 {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12pt;
text-decoration: none;
text-align:left;
}

.section_head {
color: #251261;
font-family: Arial,Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 13pt;
text-decoration: none;
text-align:left;
}

.centred_section_head {
color: #251261;
font-family: Arial,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12pt;
text-decoration: none;
text-align:center;
}

h2 {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
text-align:left;
}

.subsection_head {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
text-align:left;
}

h3 {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
text-align:left;
}

.para_head {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
}

.para_head_spaced {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
text-align:left;
line-height: 12pt;
}

.para_head_spaced_r {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
text-align: right;
line-height: 12pt;
}

.para_head_small {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 6pt;
text-decoration: none;
text-align:left;
}

.err_msg {
color: red;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
text-align:left;
}

.para_head_r {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
text-align: right;
}

.para_head_c {
color: #251261;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
text-align: center;
}

.page_head {
color: red;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
text-align:left;
}

.highlight_table {
color: black;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
background-color:#FFFFee;
border-collapse:collapse;
border:1px solid #66a;
}

.main_table {
color: black;
background:#eef url(../images/plesk/aqua.compact/main_bg.gif);
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
border-collapse:collapse;
border:1px solid #66a;
}

.inset_table {
color: black;
background:#eef;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
border-collapse:collapse;
border:1px solid #66a;
}

.inside_table {
color: black;
background-color:#ddeeff;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
border-collapse:collapse;
border:0px;
}

.inside_highlight_table {
color: black;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
background-color:#FFFFee;
border-collapse:collapse;
border:0px solid #66a;
}

.banner_table {
color: #fff;
background-color: #9DCDFE;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
border-collapse:collapse;
border:0px;
}

.shadow {
background:#fff url(../images/shadow.gif) top left repeat-x;
border:0px;
border-width:0px;
}

.indent {
margin-left:10px;
}

iframe, .main {
border:0px;
color: black;
background-color:#ddeeff;
font-family: Verdana,sans-serif;
font-style: normal;
font-weight: normal;
font-size: 8pt;
text-decoration: none;
border-collapse:collapse;
}

#menu {
background:#c0e0ff;
}

#button {
display:inline;
width:75px;
background:#eef url(../images/button.gif);
color:navy;
}

.default_btn {
color:#251261;
font-family:Vardana,sans-serif;
font-style:normal;
font-weight:bold;
font-size:8pt;
text-decoration:none;
text-align:center;
background-color:#9DCDFE;
}



