body {margin:0 0 0 0;}
.app-btn {
  display: inline; list-style: none; padding:0px ; margin: 0 0 0 0; border : 1px outset #aaaaaa; 
  width:100px; height:25px; background : #5274a2 url(../images/avenda_sprites.png) repeat-x scroll 0pt 0px; background-position: 0px -50px; font-family : Arial, Helvetica, sans-serif; 
  font-size : 10pt; font-weight : bold; color : white; text-decoration : none; text-align : center; cursor: pointer; 
}

.app-btn:hover {
  background : #415C80 url(../images/avenda_sprites.png) repeat-x scroll 0pt 0px; background-position: 0px -150px; color: #373941;
}

.app-btn-disabled {
   display: inline; list-style: none; padding:0px; margin: 0 0 0 0; border : 1px outset #aaaaaa; 
  width:100px; height:25px; background : #ccc url(../images/avenda_sprites.png) repeat-x scroll 0pt 0px; background-position: 0px 0px; font-family : Arial, Helvetica, sans-serif; 
  font-size : 10pt; font-weight : bold; color : gray; text-decoration : none; text-align : center; cursor: pointer;
}

.app-vc-txtfield {
   border:1px solid #aaaaaa; width:145px;padding-left:2px;background-color:#ffffff;
}

.app-txtfield {
   border:1px solid #aaaaaa; width:360px;padding-left:2px;background-color:#ffffff;
}
.app-txtfield-disabled {
   border:1px solid #aaaaaa; width:360px;padding-left:2px;background-color:#eeeeee;
}

.app-select ,
.app-select-disabled {
   border:1px solid #aaaaaa; width:200px;padding-left:2px;
}

.app-select-long {
   border:1px solid #aaaaaa; width:300px;padding-left:2px;
}

.app-long-txtarea {
   border:1px solid #aaaaaa; width:300px;padding-left:2px;font:normal 10pt verdana,arial,helvetica,sans-serif;
}

.app-vc-txtfield:focus,
.app-txtfield:focus,
.app-long-txtarea:focus {
   border:1px solid #000000;
}

.rowSelected {
    background: transparent url(../avenda-dojo/dijit/themes/avenda/images/titleBar.png) repeat-x scroll 0 0;
    color:#fff;
}

.rowUnselected {
    background: transparent url(../images/buttonDisabled.png) repeat-x scroll 0 0;
    color:#373941;
}

.tabLink, .tabLink:visited {
    color: #373941;
    text-decoration:none;
    font-weight:bold;
}

.tabLinkSelected, .tabLinkSelected:visited {
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}

.svc-btn {
    display: inline; list-style: none; padding : 2px 5px 2px 5px; border : 1px outset #aaaaaa; background : #5274a2 url(../images/avenda_sprites.png) repeat-x scroll 0pt 0px; background-position: 0px -50px; font-family : Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : bold; color : white; text-decoration : none; text-align : center; cursor: pointer;width: 60px;
}

.svc-btn-disabled {
    display: inline; list-style: none; padding : 2px 5px 2px 5px; border : 1px outset #aaaaaa; background : #ccc url(../images/avenda_sprites.png) repeat-x scroll 0pt 0px; background-position: 0px 0px; font-family : Arial, Helvetica, sans-serif; font-size : 10pt; font-weight : bold; color : gray; text-decoration : none; text-align : center; cursor: auto;width: 60px;
}

.svc-btn:hover {
    background : #415C80 url(../images/avenda_sprites.png) repeat-x scroll 0pt 0px; background-position: 0px -150px; color:#373941;
}

#h .header_row {background: white url("../images/avenda_sprites.png") repeat-x scroll 0pt -200px; background-position: 0px -200px; }
#h .header_row td {border-bottom: 1px solid #aaaaaa}
#h table tr td a { color:black; text-decoration:none }
#h table tr td a:visited { color:black; } 
#h table tr td a:hover { color:blue; }

.content_background {background-color:#f9fdff;}

.dijitTabPane { padding:1px; overflow:auto;}

.tipsTable { text-align:center; font-size:10pt; background-color:#E7EDF9; padding:1 1 0 1; color:#0000AA; border-left:1px solid #8a8c99; border-right: 1px solid #8a8c99; }

#h .header_row { background: white url(../images/avenda_sprites.png) repeat-x scroll 0pt -200px; background-position: 0px -200px; }

table tr td { font-size:10pt;font-family:verdana,helvetica,arial,sans-serif;font-weight:normal;}

.apptitle { padding: 0 0 0 10; font-size:15pt; }

.tab_sub_bar {background-color:#517295;width:50%;color:#f7f7f7}

.nwaCommandLink {
 background: #edf3fa url(/guest/external/cmdlink_bg.png) repeat-x scroll 0 0;
 border-width: 1px;
 border-style: solid;
 border-color: #d1d6eb #8690b9 #8690b9 #d1d6eb;
}
.nwaCommandLink, .nwaCommandLinkHover {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 margin-right: 5px;
 margin-bottom: 5px;
 padding: 0;
}
.nwaImportant {
 font-size: 15px;
 font-weight: bold;
 color: #656c7a;
}
.nwaInfo {
 font-size: 11px;
 color: #1e75cc;
 line-height: 140%;
}
.nwaCommandLinkInner {
 cursor: pointer;
 padding: 5px;
 border: 1px solid #fff;
 border-color: #fff #d8e2ed #d8e2ed #fafcfd;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.nwaCommandLinkHover {
 background: #fff1c3 url(/guest/external/bg_selhi.png) repeat-x scroll 0 0;
 border-width: 1px;
 border-style: solid;
 border-color: #ccd1e8 #566399 #566399 #ccd1e8;
}
