/*
- This file is for clients who have configured Medianet Web via their
 own CSS, and need to turn off our new default configuration.
- It is auto-added to the beginning of medianet_cfg.css, as needed, by
 WTMPLT.MST (see dyw:overridestyle.prl).
*/
#idBtnbar {
 border-top: 1px groove black;
 border-bottom: 1px groove black;
 padding-top:10px;
 padding-bottom:10px;
}
body {
 background-color: #FFFFFF;
 background-image: url();
}
#idBottom {
 background-image:url();
}
body,td,th {
 font-family: Arial,Verdana,Helvetica,sans-serif;
 font-size: medium;
 letter-spacing: normal;
 line-height: 1.2em;
}
h1 {
 font-family: Arial,Verdana,Helvetica,sans-serif;
 font-size: 2em; /* Standard h1 font size */
 font-weight: 600;
 color: black;
 padding: 0px;
 letter-spacing: normal;
 text-transform: none;
 line-height: 1.2em;
}
ul {
 line-height: 1.2em;
}
a {
 color: blue;
 text-decoration: underline;
}
a:visited {
 color: purple;
 text-decoration: underline;
}
a:hover {
 color: blue;
 text-decoration: underline;
}
a:active {
 color: blue;
 text-decoration: underline;
}
/*
- This file is for clients who need configuring their own CSS set
 to change the web appearance from the default set.
- The default CSS set is in MEDIANET_DEFAULT.CSS. Look at this file
 for a list of style elements that can be overridden and examples on
 how to define an override setting.
*/
#idContent {
 background-color: #FFFFFF;
 margin: 0px 8px;
 padding: 8px 8px;
 border: 0px;
}
h1 {
 color: #5F9EA0;
}
