.login-sub-page a {
  color: white;
}

div.default-form label {
  float: left;
  width: 150px;
  font-weight: normal;
}

div.default-form p {
  clear: both;
}

div.default-form table td.desc {
  border: solid 0px red;
  font-weight: bold;
  padding: 6px 0;
  padding-top: 15px;
}

/*--------------------------------------------------------------------------
+   data list style
--------------------------------------------------------------------------*/
.data-list {
  width: 100%;
}
.data-list th {
  font-size: 0.85em;
  text-align: left;
  padding: 10px 0;
}
.data-list td {
  font-size: 0.85em;
  padding: 5px 20px 5px 0;
  border-top: 1px solid #E6E6E6;
}
.data-list tr:last-child td {
  border-bottom: 1px solid #E6E6E6;
}

.round-button {
    width:10%;
}
.round-button-circle {
    width: 360px;
    padding-bottom: 10px;
  border-radius: 6%;
    border:3px solid #cfdcec;
  overflow:hidden;
  background: #549038; 
  box-shadow: 0 0 3px gray;
  margin-bottom: 10px;
}
.round-button-circle:hover {
    background:#7EAB68;
}
.round-button a {
  display:block;
    float:left;
    width:100%;
    padding-top: 15px;
  padding-bottom:10px;
    line-height:1em;
    margin-top:-0.5em; 
    text-align:center;
    color:#e2eaf3;
  font-family:Verdana;
  font-size:1em;
  font-weight:bold;
  text-decoration:none;
}

.round-button .small {
  font-size:0.8em;
  font-weight:normal;
  
}

.blog-post div.cmsPara p {
  padding: 0 0 0 0;
  margin: 10px 0 10px 0;
  color: #444444;
}

div.paraimage {
  float: left;
}

div.paraimage img {
  margin-right: 10px;
  margin-bottom: 5px;
}

.clearBoth {
  clear: both;
}

/* document store styles
--------------------------------------------------------------------------------------*/

.blog-post div.docStore {
  background: #efefef;
  margin: 20px 0 20px 0px;
  padding: 12px;
  width: 600px;
  border: solid 1px silver;
}

.blog-post div.docStore h3.docTitle {
  font-size: 1.15em;
  font-family: arial;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}

.blog-post div.docStore div.docActions {
  float: right;
  position: relative;
  top: -5px;
}

.blog-post div.docStore div.docActions a,
.blog-post div.docStore div.docActions a:visited,
.blog-post div.docStore div.docActions a:active {
  display: inline-block;
  font-size: 0.85em;
  padding: 6px;
  margin-left: 4px;
  background: #ffffff;
}

.blog-post div.docStore form {
  margin: 0;
}

.blog-post div.docStore p {
  padding: 0;
  margin: 0;
}

.blog-post div.docStore p.comment {
  padding-left: 30px;
  margin: 8px 0;
  background: url('images/comment-bubble.jpg') 0px 3px no-repeat;
}

.blog-post div.docStore p.revision {
  margin-bottom: 8px;
}

.blog-post div.docStore p.field {
  margin-top: 8px;
}

.blog-post div.docStore div.default-form {
  margin: 0;
}

.blog-post div.docStore div.default-form fieldset {
  border: solid 1px #539037;
  padding: 8px;
}

.blog-post div.docStore div.default-form legend {
  background: #539037;
  padding: 4px 8px 2px 8px;
  color: #ffffff;
  margin-bottom: 4px;  
}

.blog-post div.docStore div.default-form textarea {
  margin-bottom: 8px;
  width: 98.5%;
}