﻿body {
    background-color:wheat;
}
.IROS_Header {
    background-color:darkgreen;
    color:white;
    font-weight:bold;
    font-size:24px;
    font-family:sans-serif;
    text-align:left;
    width:100%;
    height:40px;
    background-image:url(../Images/ESlongLOGOBORDER_40.jpg);
    background-position:right;
    background-repeat:no-repeat;
}
#IROS_Header {
    background-color:darkgreen;
    color:white;
    font-weight:bold;
    font-size:24px;
    font-family:sans-serif;
    text-align:left;
    width:100%;
    height:40px;
    background-image:url(../Images/ESlongLOGOBORDER_40.jpg);
    background-position:right;
    background-repeat:no-repeat;
}
#IROS_Footer {
    background-color:darkgreen;
    font-weight:bold;
    font-size:12px;
}
#IROS_NAV_LINKS {
    background-color:darkgreen;
    height:35px;
    border-bottom-color:black;
    border-bottom-style:solid;
    border-bottom-width:thin;
    width:100%;
}
#Survey_Header {
    background-color:aliceblue;
    color:black;
    font-weight:bold;
    font-size:24px;
    text-align:left;
    width:100%;
}
#IROS_Bug_Details {
    height:500px;
    overflow:auto;
    font-size:12px;
}
#TABLE_DIV {
    width:100%;
    height:200px;
    overflow:auto;
    padding:5px;
}
.ImageBorder{
    border-left:25px solid wheat;
    border-right:25px solid wheat;
}

.SearchForm {
    background-color: silver;
    font-weight:800;
    border-style: solid;
    border-width: thin;
    border-collapse: collapse;
}
.SelectedButton {
    background-color: wheat;
    border-bottom-color:wheat;
    border-bottom-width:thick;
    font-weight:800;
    color:black;
    border-bottom-style:solid;
    height:40px;
    font-size:x-large;
    font-family:Arial;
    -webkit-appearance:none;
}
.UnSelectedButton {
    font-size:large;
    background-color:silver;
    font-family:Arial;
    color:black;
    border-left-style:solid;
    border-right-style:solid;
    border-top-style:none;
    border-bottom-style:solid;
    -webkit-appearance:none;
    border-left-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-bottom-width: thin;
}
.Service_Description {
    border: solid;
    border-width:thin;
    font-family:Arial;
    padding:10px;
    background-color:aliceblue;
}
TABLE {
    border-collapse:collapse;
    text-align:left;
   }
.TABLE_HEADER {
    border-collapse:collapse;
    text-align:center;
    width:100%;
   }
TD {
    border: solid;
    border-width:1px;
    background-color:aliceblue;
    font-family:Arial;
}
TH {
    font-weight:900;
    background-color:black;
    color:white;
    font-family:Arial;
    border-color:white;
    border-width:5px;
    padding:5px;
}
TD.Display {
    background-color:Wheat;
}
TABLE.display {
    background-color:Wheat;
}
TD.DisplayHighlight {
    background-color:black;
    color:white;
    padding:20px;
    font-weight:bold;
}
.LeftColumn {
    float: left;
    width: 50%;
    padding:10px;
}
.RightColumn {
    width: 50%;
    padding:10px;
}
.BorderDiv {
    border: solid;
    border-width: thin;
    border-color: black;
    padding: 10px;
    background-color:aliceblue;
}
.Panel legend {
    font-weight: bold;
    background-color: black;
    color: white;
    font-family:Arial;
    padding:5px;
    width:100%;
    text-align:center;
}
#rotate {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}
.BreadCrumb {
    font-style: normal;
    color: white;
}
.GridLinkBtn {
    padding: 2px;
    font-size:12px;
    font-weight:normal;
    color:black;
    text-decoration: none;
    border: 1px solid Gray;
    border-radius:5px;
    background-color: #ababab;
}
.GridLinkBtn:hover {
    background-color:lightblue;
    font-weight:bold;
}
.NoBorder {
    border-style: none;
    border-width: 0px;
}
.NoWrap {
    white-space:nowrap;
}
.hideGridColumn {
    display:none;
}
.noPadding {
    padding:0;
    margin:0;
    float:left;
}
.simpleTableCell {
    background-color:Wheat;
    padding:10px;
    border:none;
}
.gridview a{ 
    margin:auto 1%; 
    border-radius:0%; 
    background-color:silver; 
    padding:5px 10px 5px 10px; 
    color:black; 
    text-decoration:none; 
    -moz-box-shadow:1px 1px 1px gray; 
    -webkit-box-shadow:1px 1px 1px gray; 
    box-shadow:1px 1px 1px gray;
} 
.gridview a:hover{ 
    background-color:lightblue; 
    color:black; 

} 
.gridview span{ 
    background-color:black; 
    color:white; 
    font-weight:bolder;
    -moz-box-shadow:1px 1px 1px gray; 
    -webkit-box-shadow:1px 1px 1px gray; 
    box-shadow:1px 1px 1px gray;
    border-radius:0%; 
    padding:5px 10px 5px 10px;
}

#AssessmentsTreeView td {
    background-color:Wheat;
    border:none;

}

#CMMITreeView td {
    background-color:aliceblue;
    border:none;
    vertical-align:top;
}

#ArtifactsTreeView td {
    background-color:aliceblue;
    border:none;
    vertical-align:top;

}

.gridStyle caption {
    color:white;
    background-color:black;
    width:100%;
    font-weight:bolder;
    font-size:x-large;

}
