/* Start of CMSMS style sheet 'dv_screen' */
.clearboth {
  clear: both;
}

#comment {
  background-color: yellow;
}

#container {
  margin: 0 auto;
/*
  width: 950px;
  height: 40em;
*/
  width: 60em;
  background-color: white;
}

/* Start of header style */

#header {
  height: 6em;
}

#header img#logo {
  margin: 41px 0 0 0;
  float: left;
}

#headerblock {
  /*
  width: 25em;
  */
  width: 13em;
  float: right;
  background-color: #f9f9f9;
  color: black;
}

#headerblock img{
  float: left;
}

/* Start of header style, login form */

#headerblock fieldset {
  float: left;
  padding: 0;
  margin: 0 0 0 1em;
  border: 0;
}

#headerblock legend, #headerblock a {
  color: #555;
  padding: 0;
  margin: 0;
}

#headerblock a {
  margin-top: 5px;
}

#headerblock legend, #headerblock a:hover {
  text-decoration: underline;
  background: none;
}

#headerblock ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

#headerblock li {
  font-size: 70%;
}

#headerblock label {
  float: left;
  width: 8em;
  margin-right: 1em;
  text-align: right;
  padding-top: 2px;
}

#headerblock input.text{
  width: 8em;
  border: 1px solid #bababa;
  padding-bottom: 1px;
}

#headerblock input.submit {
  width: 6em;
  margin-top: 2.5em;
  background-color: #f2f2f2;
  border: 1px solid #dfdfdf;
}

/* Start of navigation style */

dfn {
  display: none;
}

#col1 {
  clear: left;
  float: left;
  margin: 0;
  min-height: 700px;
  background: white;
  background-image: url(/cms/uploads/images/dvirt/leftbg.jpg);
  background-repeat: repeat-x;
  padding-left: 1em;
  margin-left: 0;
  width: 13em;
}

#col1 ul {
  color: #347ab5;
  font-weight: bold;
}

#col1 li {
  list-style: none;
  list-style-position: inside;
  margin-top: 1em;
  display: block;
}


#col1 li a, #col1 li h3 {
  color: #347ab5;
  display: block;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

#col1 li a:hover {
  color: white;
  background-color: #347ab5;
}

#col1 ul {
  padding: 0;
  margin: 0;
}

#col1 li li {
  color: #555;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#col1 li li a, #col1 li li h3 {
  color: #555;
  padding-left: 1.2em;
  font-size: 1em;
  /*
  font-weight: bold;
  */
}

/*
#col1 ul li a:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
  background-color: #a1a1a1;
}
*/

/* Start of body style */

#visual {
  float: left;
  margin: 0 0 0 1em;
}

#col2 {
  float: left;
/*
  width: 360px;
*/
  width: 28em;
  margin: 1em 0 0 1em;
  color: #555;
}

#col2 a {
  text-decoration: underline;
}

#news {
  margin: 1em 0 0 1em;
  color: #555;
  float: left;
/*
  width: 230px;
*/
  width: 6em;
  height: 200px;
}

/* Start of footer style */

#footer {
  margin: 20px 0 0 20px;
  float: left;
  clear: left;
  text-align: center;
  width: 100%;
  color: #a0a0a0;
  font-size: 70%;
}

/* General markup */

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
  margin-top: 0;
  padding-top: 7px;
}

h2, p {
  margin-left: 7px;
  margin-right: 7px;
}

body {
  background-color: white;
  font-family: Liberation Sans, Helvetica, sans-serif;
  color: black;
}

/* unvisited link */
a:link {
  color: #555;
  text-decoration: none;
}

#news a:link {
  color: #555;
  text-decoration: underline;
}

/* visited link */
a:visited {
  color: #a1a1a1;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: white;
  text-decoration: none;
  background-color: #a1a1a1;
}

/* selected link */
a:active {
  color: #FF00FF;
}

/* News section */
#news {
  font-size: 0.9em;
  width: 218px;
}

#news h2 {
  display: none;
}

.NewsSummaryPostdate {
  font-size: 75%;
  display: inline;
}

.NewsSummary {
  padding-top: 0.5em;
}

.NewsSummaryLink {
  display: inline;
}

.NewsSummaryAuthor, .NewsSummaryCategory {
  display: none;
}

#NewsPostDetailAuthor, #NewsPostDetailCategory {
  display: none;
}

#header img {
  border: none;
}
/* End of 'dv_screen' */

