/* Start of CMSMS style sheet 'My : Pre' */
/**
 * Main.
 */
/* With BluePrint.
body {font-size: 85%; background-color: #555150;}
p {margin: 0 0 1em;}
#main_header {background-color: #ffe933;}
#main_content {margin-top: 0em; background-color: #eee;}
#main_menu {margin-bottom: 0; background-color: #555150;}
#main_breadcrumbs {margin: 0 0 0.5em 0; background-color: #e4e2df;}
#main_breadcrumbs #breadcrumbs {margin-left: 10px;}
#main_breadcrumbs a {color: #000;}
#sidebar {background-color: #ccc;}
*/

/**
 * With YUI grids and jQuery UI.
 */
html {background-color: #555150;}
body {margin: 1em;}

p {font-family: trebuchet MS;} 

h1 {font-size: 182%; /* 24px */}
h2 {font-size: 167%; /* 22px */}
h3 {font-size: 153.9%; /* 20px */}
h4 {font-size: 138.5%; /* 18px */}
h5 {font-size: 123.1%; /* 16px */}
h5 {font-size: 108%; /* 14px */}
h1,
h2,
h3,
h4,
h5,
h6 {color: #0093d8; font-family: trebuchet MS; font-weight: normal; margin: 0;} /* reset from YUI base */

#doc {background-color: #555150;}

#hd {background-color: #555150;}
#hd #logo {background-color: #ffe933;}

#bd {background-color: #eee;}
#bd #content {margin-top: 0em; padding: 0.5em;}

#ft {background-color: #555150;}
#ft #footer {padding-top: 0.5em;}

/**
 * Links.
 */
a,
a:link,
a:visited { 
  color: #0093d8;
}
a:hover {
  text-decoration: none;
}

/**
 * External links.
 */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

a.external:link {
  background: url(/uploads/images/layout/externalLink.gif) no-repeat 100% 0;
  padding: 0 20px 0 0;
}

a.external:visited {
  color: purple;
  background: url(/uploads/images/layout/externalLink.gif) no-repeat 100% -100px;
  padding: 0 20px 0 0;
}

a.external:hover {
  color: red;
  background: url(/uploads/images/layout/externalLink.gif) no-repeat 100% -200px;
  padding: 0 20px 0 0;
}

/* Lists */
ul.my-list {
  display: block;
  margin: 1em 0;
  padding-left: 1em;
}
ul.my-list li {
  list-style-type: disc;
  display: list-item;
}

/**
 * Literal.
 */
pre, code, tt {
  display: block;
  background-color: #F0F8FF;
  border: 1px dashed #D7EBFF;
  padding: 0 .6em
}

/* End of 'My : Pre' */

