html{color:#000;background:#f6f7f9;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
    font-family: Arial;
    background-image: url(../images/layout/blue/gradient.jpg);
    background-repeat: repeat-x;
    background-color: #f6f7f9;
}

#wrapper {
    margin-left: 50px;
}

a {
    color: black;
}
a:hover {
    color: red;
}
label {
    display: block;
}

h2 {
    color:#4b4d4e;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    padding-left:0px;
}

form.editform {
    padding: 10px;
    background-color:#B5C3CC;
    border: 1px solid #c8cccf;;
    min-width:400px;
    font-size:13px;
    font-weight: bold;
}
.editformheader {
    background-image:url(../images/layout/blue/tableheader.jpg);
    background-repeat:repeat-x;
    color:white;
    font-size:16px;
    font-weight:bold;
    height:38px;
    padding:10px;
    height: 17px;
}

div.formrow_nobreak, div.formrow {
    margin-top: 10px;
    padding:4px;
}
div.formrow {
}
div.formrow_nobreak {
    float:left;
    margin-right:20px;
}

input.text, input.textinput, textarea.textarea {
    background-color: #eee;
    border: 1px solid silver;
    width:350px;
}
textarea.textarea {
    height: 100px;
    width: 550px;
}


textarea.textarea {
}
input.text:hover, input.textinput:hover {
    background-color: #eaeafa;
    border: 1px solid silver;
}

input.small {
    width:100px;
}
input.medium {
    width:200px;
}

.controlbox {
    padding:0px;

    font-size: 12px;
        margin-bottom: 20px;

}
.controlboxheader {
    height:23px;
    background-image:url(../images/gui/tableheader.jpg);
    border-bottom: 1px solid #c8cccf;
    color:#333333;
    font-size:11px;
    padding-left:4px;
    padding-right:4px;

}

.datatable {
    margin-top: 10px;
    width: 100%;
}
.datatable .lastrow {
    border-bottom: 1px solid silver;

}

.datatable .summaryrow {
    border-top: 1px solid silver !important;
}

.datatable th{
    height:38px;
    background-image:url(../images/layout/blue/tableheader.jpg);
    color:#333333;
    font-size:16px;
    padding-left:4px;
    padding-right:4px;
    font-weight: bold;
    color: white;
    padding-left: 10px;

}
.datatable td{
    padding-left: 10px;
    border: 1px solid white;
    padding-left: 5px;
    padding-top:5px;
    vertical-align:top;
    font-size: 13px;
    font-weight: bold;
}
.datatable tr {
    height: 30px;
}
.datatable tr.evenrow{
    background-color: #b5c3cc;
}
.datatable tr.unevenrow{
    background-color: #ecf0f3;

}


.datatable tr:hover{
   /* background-color: #eaeafa;*/
}

input.validationerror {
    /*border-bottom: 2px dotted red;*/
    background-color: #ffaaaa;
}
span.validationerrortext {
    color: red;
    font-style:italic;
}

.messages {
    color: green;
    border-bottom:1px solid #C8CCCF;
    border-left:1px solid #C8CCCF;
    border-right:1px solid #C8CCCF;
    padding: 0px;
    max-width:50%;
    margin-top:20px;
    margin-bottom:10px;
}
.messagestext {
    padding-left: 10px;
    padding: 10px;
}
.controlboxheader p {
    padding-top: 10px;
}

#leftnavigation h3{
    padding:5px;
}

#leftnavigation {
    float: left;
    width: 170px; /*Width of left column*/
    background-color:#eee;
    border-right:2px solid silver;
    border-bottom:1px solid silver;
    border-top:1px solid silver;
    font-size:14px;
    margin-top:10px;
}
#rightcontent {
    margin-left:200px;
}

#leftnavigation ul ul{
    margin-left: 30px;

}
#leftnavigation ul ul li{
    margin-bottom:10px;
}

#leftnavigation ul ul li{
    list-style:circle !important;
}

#header_language form {
    display:inline;
}

#header {
    padding-bottom: 5px;
    background-image: url(../images/layout/blue/header.jpg);
    width: 907px;
    height: 133px;
    background-repeat:no-repeat;
    
}


#header_userinfo {
    color: #4B4D4E;
    font-size: 12px;
    margin-left: 15px;
}

#header_language {
    font-size: 12px;
    color: #4B4D4E;
    float:right;
    margin-top:-4px;
    margin-right: 50px;
}

.clear{
    clear:both;
}

h3 {
    border-bottom:1px solid silver;
    font-weight:bold;
    padding-top:10px;
}


.singlefluidcard:hover {
    background-color: #fff6c6;
}
.singlefluidcard {
    width: 250px;
    height: 220px;
    display:block;
    border: 1px solid silver;
    font-size: 12px;
    padding:5px;
    cursor:hand;
    cursor:pointer;

}
.singlefluidcard .contactname {
    font-weight:bold;
}

.fluidcards li {
    float:left;
    margin-right: 20px;
    margin-top: 20px;
}


.contactbusiness strong , .contactprivate strong{
    font-weight:bold;
    display:block;
    margin-top:5px;

}

.tabledetails , .tabledetailsoncard, .workpackageproject, .tabledetails_nomargin {
    padding-left: 20px;
    color: silver;
    font-size: 12px;
}
.tabledetails_nomargin {
    padding-left:0px !important;

}
.tabledetailsoncard {
    float:right;
    padding-left: 0px;
    margin-top: -15px;
}

.nodatafound {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight:bold;
    font-size: 16px;
}



.controlbox_bigger {
    width: 300px;

}

.yellow{
    color:orange;
}
.red {
    color:red;
}
.green {
    color:green;
}

#myjquerymenu {
background:#EEEEEE none repeat scroll 0 0;
margin-top:-40px;
padding-left:200px;
}

.downarrowclass {
    background-image:url("../images/jquerymenu/arrow-down.gif");
}
.rightarrowclass {
    background-image:url("../images/jquerymenu/arrow-right.gif");
}

.dateinput, .date, .time {
    width:100px !important;
}

.messagestext {
    font-size: 14px;
}

.controlboxheader {
    height:38px;
    background-image:url(../images/layout/blue/tableheader.jpg);
    color:#E0E8EB;
    font-size:14px;
    font-weight:bold;
    height:38px;
    padding-left:10px;
    padding-right:4px;
}


.sf-menu li {
    
}
.sf-menu a {
    border-top: none;
}

#topnavigation {
    height:41px;
    left:750px;
    position:absolute;
    top:80px;
}
#topnavigation a {
    background-color: #edf1f4;
}
#topnavigation a:hover {
    background-color: #e0e8eb;
}

.width100perc { width: 100%; }
.width35perc { width: 35%; }
.width30perc { width: 30%; }
.width25perc { width: 25%; }
.width20perc { width: 20%; }
.width15perc { width: 15%; }
.width10perc { width: 10%; }
.width5perc { width: 5%; }
.width2perc { width: 2%; }


div.tablepaging {
    font-size: 14px;
    margin-bottom:-14px;
    margin-left:60%;
    white-space:nowrap;
    float:right;
}

div.tablepaging a {
    margin-left: 10px;
}


.dashboard_splittedtable {
    width: 100%;
    margin:10px;
}
.dashboard_splittedtable th {
    font-weight: bold;
}
.dashboard_splittedtable td {

}

#fullcontent {
    padding:10px;
}

.deletelinkicon span,.editlinkicon span,  .newlinkicon span   {
    font-weight:bold;
    font-size:16px;
    padding-left: 5px;
}

.deletelinkicon,.editlinkicon, .newlinkicon  {
    text-decoration:none;
    height: 20px;
    display:block;
    padding-left: 20px;
    background-repeat:no-repeat;
    float:left;
}
.editlinkicon  {
    background-image: url(../images/layout/blue/edit.png);
}
.deletelinkicon  {
    background-image: url(../images/layout/blue/delete.png);
    margin-left: 20px;
}
.newlinkicon  {
    background-image: url(../images/layout/blue/newobject.png);
    float:none;
    padding-bottom:10px;

}

.deletelink,.editlink, .showlink    {
    text-decoration:none;
    width: 20px;
    height: 20px;
    display:block;
    float:left;
}
.showlink  {
    background-image: url(../images/layout/blue/show.png);
}
.editlink  {
    background-image: url(../images/layout/blue/edit.png);
}
.deletelink  {
    background-image: url(../images/layout/blue/delete.png);
margin-left:25px;
margin-top:-20px;
}


a.paginglink {
    margin-left:1px !important;
    background-repeat:no-repeat;
    display:block;
    float:left;
    height:26px;
    text-align:center;
    vertical-align:baseline;
    width:26px;
    color: white;
    font-size: 14px;
    font-weight:bold;
    text-decoration:none;
   padding-top:0px;

}
a.pagingpage {
   padding-top:5px;
   background-image: url(../images/layout/blue/paginglink.jpg);
}

a.pagingprevpage {
   background-image: url(../images/layout/blue/pagingprevpage.jpg);
 
}
a.pagingnextpage {
    padding-top:0px;
   background-image: url(../images/layout/blue/pagingnextpage.jpg);
}
a.pagingfirstpage {
    padding-top:0px;
   background-image: url(../images/layout/blue/pagingfirstpage.jpg);
}
a.paginglastpage {
    padding-top:0px;
   background-image: url(../images/layout/blue/paginglastpage.jpg);
}


.pagingnumpages {
    float:left;
    color: #65839b;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
}

#content {
    padding-left: 15px;
    width:890px;
}


.filtertabledialogheader {
    padding-left: 5px;
}

.submenusavebutton {
    cursor:pointer;
    cursor:hand;
   float: left;
   background-image: url(../images/layout/blue/save.jpg);
   background-repeat:no-repeat;
   height:20px;
   background-position:left;
   padding-left:25px;
   color: white;
   text-decoration:none;
}
.submenusavebutton:hover {
    color:red;
}
.submenuclose {
    float:right;
    background-image: url(../images/layout/blue/delete.png) !important;
    background-repeat:no-repeat !important;
    background-position:right;
    padding-right: 25px;
    float:right;
    cursor:pointer;
    cursor:hand;
    display:block;
    height:20px;
}
.submenuclose:hover {
    color:red;
}

.tablefilterbutton, .tablefilterbutton:hover{
    color: white !important;
    background-image: url(../images/layout/blue/tablefilter.png) !important;
    background-color: #B5C3CC;
    background-repeat:no-repeat !important;
    background-position:left;
    padding-left: 30px !important;
    background-position:left 12px !important;
    padding-top:12px !important;
    height: 28px !important;

}
.tablegroupbutton, .tablegroupbutton:hover{
    color: white !important;
    background-image: url(../images/layout/blue/tablegroup.png) !important;
    background-color: #B5C3CC;
    background-repeat:no-repeat !important;
    background-position:left;
    padding-left: 30px !important;
    background-position:left 12px !important;
    padding-top:12px !important;
    height: 28px !important;
}
.tablesortbutton, .tablesortbutton:hover{
    color: white !important;
    background-image: url(../images/layout/blue/tablesort.png) !important;
    background-color: #B5C3CC;
    background-repeat:no-repeat !important;
    background-position:left;
    padding-left: 30px !important;
    background-position:left 12px !important;
    padding-top:12px !important;
    height: 28px !important;
}

.filtertable th a {
    height: 100%;
    width: 98%;
    display:block;
    color:white !important;
    font-size: 16px;
    padding: 5px;
    font-weight:bold;
    text-decoration:none;
}

.filtertable th {
    height: 30px;
}



.filtertable {
    margin-top: 10px;
    border: 10px solid #ECF0F3;
    min-width: 300px;
}

.datatablewrapper {
    position:absolute;
    
}

.filtertable .lastrow {
    border-bottom: 1px solid silver !important;
}


.filtertable th{
    background-color:  #B5C3CC;
    font-size:14px;
    padding-left:0px;
    padding-right:5px;
    background-image:url(../images/layout/blue/tableheader.jpg);
    color:white;
    font-weight:bold;
    height:38px;
    background-repeat:repeat-x;


}
.filtertable td{
    padding-left: 5px;
    padding-top:5px;
    vertical-align:top;
    background-color: #B5C3CC;
    color: #101417;

    font-size: 16px;
    padding: 5px;
    font-weight:bold;
}
.filtertable td{

    padding: 10px;

}

input.filter {width: 100% !important}


.tablecontrols {
    width: 100%;
    height: 40px;
    background-color:  #B5C3CC;
    margin-bottom: 10px;
}

.tablecontrols ul {
     list-style-type:none;
}
.tablecontrols li {
     list-style-type:none;
    float: left;
    margin-left: 20px;
    color: white;
}

.tablecontrols li, .tablecontrols li a{
    color: white;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    text-decoration:none;
    height: 38px;
    float:left;
}


.filtermenu {
    padding: 0px;
    margin: 0px;
    background-color: #B5C3CC;

}

.tablecontrols li {
    padding:0px;
    height:40px;
}
.tablecontrols .sf-menu li {
    padding:0px;
    background-color: #B5C3CC;
    color: white;
    padding-left: 0px;

}
.tablecontrols .sf-menu li a {
    color: black;
    border-left: 0px;
    padding-left:8px;
    padding-top:8px;
}


.tablecontrols .sf-menu li a:hover {
     background-image:url(../images/layout/blue/tableheader.jpg);

}

 .tablecontrols li a.newobjectlink{
    display:block;
    padding: 12px;
    height: 18px;
    background-image:url(../images/layout/blue/newobject.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left: 30px;
    background-position:left 12px;


}

.sortableheader {
    background-image:url(../images/layout/blue/sortableheader.png);
    background-repeat:no-repeat;
    padding-left: 8px;
    background-position:left center;
    text-decoration:none;
    color:white;
}

.sortableheaderasc {
    background-image:url(../images/layout/blue/sortableheaderasc.png);
}

.sortableheaderdesc {
    background-image:url(../images/layout/blue/sortableheaderdesc.png);
}

.showtable {
    background-color: #b5c3cc;
    margin-top:-20px;
}
.showtable td.labelcol{
    font-weight:bold;
    vertical-align:top;
}
.showtable td {
    vertical-align:top;
    padding: 10px;
font-size:13px;
}
.showtable th {
    padding: 10px;
font-size:16px;
font-weight:bold;
    background-image:url(../images/layout/blue/tableheader.jpg);
    background-repeat: repeat-x;
    color: white;
    height:38px;

}
.lowerborder {
    border-bottom: 1px solid #658499;
}

.smallshowtable td{
    padding:5px;
    width:40px;
}

.backtolist {
    margin-left: 750px;
    position:relative;
    top:-35px;
    font-size:16px;
font-weight:bold;
}

.ui-helper-reset {
    line-height:0.9 !important;
}


.ui-accordion .ui-accordion-content {
    padding-top:10px;
}

/* triangle open */
.ui-icon-triangle-1-s {
    background-image:url(../images/layout/blue/collapsedown.png) !important;
    background-position:center center;
}

/* triangle closed */
.ui-icon-triangle-1-e {
    background-image:url(../images/layout/blue/collapseup.png) !important;
    background-position:center center;
}

.printonly { display:none}


#dataexportdiv { background-color: #eeeeff; border: 1px solid #eaeaea; width: 650px;}


.info2{
    display: none;
}

tooltip {text-decoration:none;}
.tooltip span.info2{display:none;}
.tooltip:hover span.info2{display:block;position:absolute; width:200px; height:200px;}



















.tablefilterbutton2, .tablefilterbutton2:hover{
    color: white !important;
    background-image: url(../images/layout/blue/tablefilter.png) !important;
    background-color: #B5C3CC;
    background-repeat:no-repeat !important;
    background-position:left;
    padding-left: 30px !important;
    background-position:left 12px !important;
    padding-top:12px !important;
    
    height:100px !important;

}
