﻿@import url("/Front/Styles/Panel.css");

.panel {
  margin: 20px;
  margin-left: 39px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.panel .top .center {
  width: 330px;
}

.panel .top .center2 {
  border-width: 0px;
  height: 100%;
  background: Transparent url('/Front/Styles/Images/Panel/dgtopbar.png') repeat-x left top;
  float: left;
  width: 552px;
}

.panel .top .rightCorner {
  background-image: url('/Front/Styles/Images/Panel/dgcorner-topright.png');
}

.panel .bottom .center {
  background-image: url('/Front/Styles/Images/Panel/lgbottombar.png');
}

.panel .bottom .leftCorner {
  background-image: url('/Front/Styles/Images/Panel/lgcorner-bottomleft.png');
}

.panel .bottom .rightCorner {
  background-image: url('/Front/Styles/Images/Panel/lgcorner-bottomright.png');
}

.panel .middle {
  background: Transparent url('/Front/Styles/Images/Panel/lgbackground.png') repeat-x left bottom;
}


.panel .bottom {
  margin-top: -15px;
}



.panel .top .content {
  float: left;
  font-size: 15px;
  font-style: italic;
  padding-top: 3px;
  padding-left: 5px;
}

.panel .middle {
}

.panel .middle .content {
  width: 872px;
}

.dashTable {
  width: 100%;
  margin-top: -40px;
}

.dashTable .header {
  font-size: 12px;
  font-weight: bold;
  color: #595959;
  padding-bottom: 15px;
}

.attemptsTable .header {
  padding-bottom: 5px;
}

.dashTable * {
  font-size: 12px;
}

.attemptsTable .header {
  padding-bottom: 5px;
}

.dashTable .titleCol {
  text-align: left;
  font-weight: bold;
  width: 350px;
}

.dashTable .titleCol .note {
  font-weight: normal;
  font-size: 9px;
  text-indent: 8px;
}

.dashTable .groupCol {
  text-align: left;
  width: 40px;
}
.dashTable .cdateCol {
  text-align: center;
  width: 80px;
}
.dashTable .statusCol {
  text-align: left;
  width: 80px;
}
.dashTable .attemptCol {
  text-align: center;
  width: 100px;
}
.dashTable .scoreCol {
  text-align: right;
}
.dashTable .linkCol {
  text-align: left;
  width: 60px;
}

.dashTable .buttonCol {
  text-align: right;
}

.dashTable input[type="submit"] {
  font-size: 12px;
}

.red {
  color: Red;
}

.green {
  color: Green;
}


.panel .middle .content h3 {
  color: #585858;
}

.panel .middle .content p {
  color: #333333;
  font-size: 15px;
}


td, tr, form {
  padding-bottom: 1px;
  margin-bottom: 0px;
}


.downloadIcon {
  padding-left: 8px;
}


.helpLine {
  /*width: 100%;*/
  height: 35px;
}

.helpLine .content {
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.helpLine .content .left {
  float: left;
  margin-left: 10px;
}

.helpLine .content .right {
  float: right;
  margin-right: 10px;
}

#TabBodySpacerContainer {
  padding: 0px;
}

.recyclebin 
{
    background: url("/Front/Styles/Images/Icons/Recyclebin.jpg") no-repeat;
    float: right;
}
