/*
- 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;
}
#idContent {
 background-color: #FFFFFF;
 margin: 0px 8px;
 padding: 8px 8px;
 border: 0px;
}
/*
- 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.
*/
/*
To remove the background images of the default Medianet style (which
will remove most of the style 'appearance'):
 body {
 background-image: url();
 }
 #idBottom {
 background-image:url();
 }
To remove the borders around the content (with a small 10px margin on
the left so the text isn't flush against the left).
 #idContent {
	border: 0px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
 }
 You will also want to remove idHeader (unless you've moved it above
 the tabs using <!--MED_SITE_HEADER-->):
 #idHeader {
 display:none;
 }
To remove the centering on the buttonbars:
 #idBottom {
 text-align: left;
 }
 The 15px is significant, it ensure the buttonbar text is centered
 vertically in the blue bar.
 #idFooter {
 text-align: left;
 margin: 0px;
 padding: 15px 0px 0px 10px;
 }
 #idNavContainer {
 background-color: #314A5A;
 }
/*To have tabs above images and aligned left*/
#idNavContainer {
height: 40px; /* pushes idcontent window down KB */
/* logo height plus tab height */
/* tab height = 40px */
margin: 0;
padding: 0;
text-align: bottom;
}
/* Brings tabs closer to the top */
#idNav {
 position: absolute;
 left: 0px;
 padding: 0 0 0 0;
 margin: 0 0 0 100px;
 height: 0px;
}
/*To align the tabs to left margin:*/
/* tab submenu */
#idNav {
position: absolute;
top: 5px; /* moves position of tabs up or down KB */
margin-left: 30px; /* move tabs left or right KB */
width: 1000px;
height: 30px;
}
}
#idHeader {
 position: absolute;
 top: 9px;
 left: 100px;
 width: 0px;
 height: 930px;
}
 // And put in some space between the contents and the tabs,
 // since we moved the header
 #idContents {
 margin-top: 10px;
 }
To change the size of the page contents section (for instance, to
ensure the text doesn't stretch beyond the width of the site logo):
 .pageContentsTable {
 width: 700px;
 }
To change the default font size:
body, td, th {
 font-size: 15px;
}
To change the appearance of the <h1> titles:
h1 {
 color: green;
 font-size: large;
 padding-top: 5px;
 text-transform: none;
}
To grow the navigation bar section to make room for more tabs:
#idNav {
 width: 900px;
}
To change the height of a header from HEADER_CFG.IHT:
#idHeader {
 height: 50px;
}
To change the appearance of the page contents area titles
(from optional <root>_TITLE_CFG.IHT):
h1.innerTitle {
 color: red;
 font-size: 25px;
}
To grow the size of the footer button bar to prevent wrapping:
#idFooter {
 width: 900px;
}
To put bars around the buttonbar:
#idBtnbar {
 border-top: 1px groove black;
 border-bottom: 1px groove black;
 padding-top: 10px;
 padding-bottom: 10px;
}
To add refined search boxes:
/* Search boxes */
.dy_menu_box {
 margin:5px;
 padding:5px;
 width:240px;
 height:auto;
 overflow:hidden;
 background: #ffffff none repeat scroll 0 0;
 border-color: #483883;
 font : 95% Verdana,Arial,Helvetica,sans-serif;
 border-style:solid;
 border-width: 1px;
}
*/
