.darkTitle, .title {
    background: url("../images/darkBg.jpg") repeat-x scroll 0 0 transparent;
    box-shadow: 0 1px 0 #FFFFFF;
    height: 36px;

}
.darkTitle, .title h5 {
    margin: 0 0 0 0;
    padding:0 0 0 0;
}

.darkTitle, .title, .rightNav  ul li a, .responseTime{
    border-radius: 2px 2px 2px 2px;
}

.darkTitle .title h5 {
    color: #FAFAFA;
    display: block;
    float: left;
    font-weight: normal;
    padding: 9px 11px;
}

.mainContent{
    box-shadow: 0 1px 0 #FFFFFF;
    width: 726px;
    /*float:left;*/
}

.notifications {
    background: url("../images/rightNavBg.png") repeat-x scroll 0 0 #EFEFEF;
    border: 1px solid #D5D5D5;
    border-radius: 2px 2px 2px 2px;
    float: left;
    font-size: 16px;
    height: 87px;
    line-height: 30px;
    margin: 8px 0 10px 10px;
    padding: 34px 10px 10px 25px;
    width: 190px;
}

#notifications span{
    margin-left:10px;
}

.responseTime{
    border: 1px solid #D5D5D5;
    display: block;
    float:left;
    /*margin-left:10px;*/
    margin-bottom: 20px;
    background: url("../images/rightNavBg.png") repeat-x scroll 0 0 #EFEFEF;
    height: 75px;
    width:253px;
    padding:8px;
    position: relative;

}

.boxContainer{
    background: none repeat scroll 0 0 #FAFAFA;
    border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    display: block;
    float: left;
    margin-top: 0px;
}

.boxHead{
    background: url("../images/rightNavBg.png") repeat-x scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    height: 38px;
    position: relative;
}

.mainHydraWindow{
    /*height: 636px !important;*/
    /*background-color: pink;*/
    /*overflow-y: auto;*/
    /*height: 100%;*/
}

.boxElement{
    position: relative;
}

.decisionLog{    
    width:50%;
    float:left;
    resize: none;
    height: inherit;
}
.newDecisionLog {
    padding:10px;
}
.decisionLog textarea{
    width:100%; 
    /*height: 900px;*/
    float:left;
    font-size:16px;
    /*margin-left:1px;*/
    /*padding: 10px !important;*/
    margin: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
    /*width: 395px !important;*/
}
.godsake{
    width:325px; 
    height: 325px;
    float:left;
    margin-left:1px;
}
.decisionLogHeader{
    border-top: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
/*    border-left: 1px solid #D5D5D5;*/
    height:38px;
    background: url("../images/darkBg.jpg") repeat-x scroll 0 0 transparent;
    color: white;
}
