
/* General element styles */

body {
  background-color: #dfe5ff;
  border: none;
  margin: 0;
  padding: 0;
}

body, div, form, li, p, tr, th, td {
  color: #343434;
  font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
  font-size: 11px;
}

ul, ol, li, p { /* Zero-out common elements */
  margin: 0; 
  padding: 0;
}

h3 {
  font-size: 13px;
}

/* Header styles */

#header {
  background: #5567a9 url(../../img/common/header_bg.gif) repeat-x left top;
  border-top: 3px solid #ffa36d;
  padding-top: 10px;
}

#header #logo {
  float: right;
  margin-right: 18px;
  margin-bottom: 10px;
}

#header #companylogo {
  float: left;
  margin-left: 18px;
  margin-bottom: 10px;
}

#header #company {
  color: #dfe5ff;
  float: left;
  font-size: 1.8em;
  margin-bottom: 10px;
  margin-left: 18px;
}

#header #infobar {
  background-color: #4d5d9a;
  border-bottom: 1px solid #ffa36d;
  border-top: 1px solid #afbcde;
  clear: both;
  height: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
}

#header #infobar #usrinfo {
  color: #ccd3e9;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 5px;
  padding-bottom: 5px;
}

#header #infobar #usrinfo #whoami {
  color: #fff;
}

#header #infobar #usrinfo #logout,
#header #infobar #usrinfo #prefs {
  background-color: #4d5d9a;
  border-style: solid;
  border-color: #fbeae0 #e6854d #e6854d #fbeae0;
  border-width: 1px;
  color: #ffd1b6;
  font-size: 10px;
  margin-left: 4px;
  padding: 1px 3px 1px 3px;
  text-decoration: none;
}

#header #infobar #usrinfo #logout:hover,
#header #infobar #usrinfo #prefs:hover {
  color: #394b80;
  background-color: #ffd1b6;
}

/* Navigation bar styles */

#navbar {
  background: #fff4ee url(../../img/common/navbar_bg.gif) repeat-x left bottom;
  float: left;
  line-height: normal;
  padding-top: 10px;
  width: 100%;
}

/* Content frame styles */

#contents {
  clear: both;
  margin: 0;
  width: 100%;
}

/* Portal styles */

#portal {
  text-align: center;
  vertical-align: top;
}

.portlet {
  background: #fff url(../../img/common/prtlt_bg.jpg) no-repeat;
  border: solid 1px #afbcde;
  margin: 18px 18px 0 18px;
  padding: 0;
}

.portlettitle {
  background: #fff url(../../img/common/prtlt_ttl_bg.gif) repeat-x left bottom;
  color: #5169b3;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 5px;
  text-align: left;
}

.portletcontent {
  margin: 5px 12px 18px 12px;
}

.portlettext {
  margin-left: 0;
  margin-right: 0;
  padding: .5em;
  text-align: left;
}

.portlettext p, 
.portlettext ul {
  margin-bottom: 1em;
}

.portlettext ul {
  padding-left: 4em;
}

.portlettext .cbox {
  margin-left: 0;
}

/* Form table styles */

.formtable {
  border-style: solid;
  border-width: 2px 1px 1px 1px;
  border-color: #afbcde #eef3f9 #eef3f9 #eef3f9;
  margin: 0 auto;
}

.fixedwidth {
  width: 35em;
}

div.fieldsetinstr {
  text-align: left;
  padding: 1em 0 1em 0;
}

.formtable th {
  background-color: #CEDCEA;
  border: 1px solid #B8B8B8;
  height: 1.5em;
  padding: .25em;
  line-height: 1.5em;
}

.formtable td.hdrcol {
  border-bottom: 1px solid #CEDBEF;
  color: #5169B3;
  font-weight: bold;
  padding-top: .5em;
  text-align: left;
  vertical-align: bottom;
}

.formtable td.lcol {
  background-color: #f5f7ff;
  font-weight: bold;
  padding: .5em;
  text-align: right;
  vertical-align: middle;
  width: 45%;
}

.formtable td.rcol {
  background-color: #F8F8F8;
  padding: .5em;
  text-align: left;
  vertical-align: middle;
  width: 55%;
}

.formtable td.rcol * {
/*  margin-left: 0; */
}

.formtable td.auto {
  width: auto;
}

.formtable td.sel {
  width: 1%;
}

.formtable td.center {
  text-align: center;
}

.formtable td.left {
  text-align: left;
}

.formtable td.rcol .btn {
  text-transform: capitalize;
}

.formtable td.vtop {
  vertical-align: top;
}

.formtable td.req {
  background-image: url(../../img/common/req.gif);
  background-position: 99%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #EEEEEE;
  padding: .5em 28px .5em .5em;
}

.formtable .btn {
  font-weight: normal;
}

div.formbtns {
  margin-top: 12px;
  text-align: center; 
}

/* Help/status/error message styles */

.sysbox {
  background-color: #F9FAE3;
  text-align: left;
}

.helpbox {
  text-align: left;
}

.infobox,
.warnbox,
.errbox {
  background-color: #F8F8F8;
  border-top: 1px solid #DDDDDD;
  text-align: left;
}

.sysmsg {
  font-weight: bold;
}

.helpmsg {
  background: url(../../img/common/help.gif) no-repeat .5em;
  color: #425798;
  padding: .5em .5em .5em 28px;
}

.infomsg {
  background: url(../../img/common/info.gif) no-repeat .5em;
  border-bottom: 1px solid #EEEEEE;
  color: #00A800;
  padding: .5em .5em .5em 28px;
}

.warnmsg {
  background: url(../../img/common/warn.gif) no-repeat .5em;
  border-bottom: 1px solid #EEEEEE;
  color: #CC8C00;
  padding: .5em .5em .5em 28px;
}

.errmsg {
  background: url(../../img/common/error.gif) no-repeat .5em;
  border-bottom: 1px solid #EEEEEE;
  color: #CC0000;
  padding: .5em .5em .5em 28px;
}

/* Idle warning dialog */

.idlewarn {
  background: url(../../img/common/warn.gif) no-repeat 1em 1em;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  padding: 1em 1em 1em 3.5em;
}

.idlewarn .warn {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 1em;
}

.idlewarn .continue {
  font-size: 12px;
  margin-bottom: 1em;
}

.idlewarn .ok {
  text-align: center;
}

.idlewarn .ok .dijitButtonText {
  font-size: 12px;
  font-weight: bold;
  padding-left: .25em;
  padding-right: .25em;
}

/* Progress message styles */

.progbox {
  background-color: #F8F8F8;
  border: 1px solid #DDDDDD;
  font-size: 11px;
  line-height: 1.5;
  margin: 12px auto 12px auto;
  overflow: auto;
  padding: .5em;
  text-align: left;
}

.progbox .install_start,
.progbox .install_message,
.progbox .install_end,
.progbox .task_start,
.progbox .task_end  {
  color: #5169B3;
  font-weight: bold;
  line-height: 2;
}

.progbox .task_message {
  color: #696969;
}

.progbox .task_problem {
  color: #CC0000;
}

.progbarcont {
  background-color: #F8F8F8;
  border: 1px solid #DDDDDD;
  float: left;
  margin-right: .5em;
  text-align: left;
  width: 10em;
}

.progbar {
  background-color: #5169B3;
  width: 0;
}

.progbartxt {
  float: left;
}

/* Navigate link styles */

a.navlink {
  color: #818488;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

a.navlink:hover {
  text-decoration: underline;
}

a.navlink span{
  color: #2D5A87;
}

/* Object detail header */

.detailhdr {
  margin-left: 18px;
  margin-right: 18px;
  margin-top: 18px;
  padding: 0;
}

* html .detailhdr {
  width: 100%;
}

.detailhdr table {
  width: 100%;
}

.detailhdr .lcol {
  background: #fff url(../../img/common/detailhdr_bg.gif) repeat-x left bottom;
  border-left: 1px solid #afbcde;
  border-top: 1px solid #afbcde;
  padding: 5px;
  text-align: center;
  width: 1px;
}

.detailhdr .mcol {
  background: #fff url(../../img/common/detailhdr_bg.gif) repeat-x left bottom;
  border-right: 1px solid #afbcde; 
  border-top: 1px solid #afbcde;
  color: #5169b3;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  width: 1px;
}

.detailhdr .rcol {
  background-color: #4d5d9a;
  border-bottom: 1px solid #afbcde;
  border-right: 1px solid #afbcde;
  border-top: 1px solid #afbcde;
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
  text-align: left;
}

/* GroupCategory select box */

.grpcats {
  float:right;
  margin:0 0 1em 1em;
  white-space: nowrap;
}

* html .grpcats strong {
  padding-right: .5em;
}

/* Embedded certificate */

.certframe {
    border: 0;
}

/* Footer */

#footer {
  padding: .5em 20px .5em 20px;
  text-align: left;
}

#footer sup {
  color: #B0B0B0;
}

/* LaunchCourse styles */

.navhdr {
  background-color: #445997;
  border-top: 3px solid #ffa36d;
  border-bottom: 1px solid #ccd3e9;
  height:50px;
  padding-left: .5em;
  padding-right: .5em;
  text-align: left;
  vertical-align: middle;
  width:100%;  
}

.navhdr .logo {
  text-align: right;
}

.navmsg {
  background-color: #f8f8f8; 
  color: #888888; 
  font: bold 12px Verdana, Arial;
  padding: .5em;
}

.navmsg p { 
  margin-bottom: 1em;
}

.res {
  background-color: #f8f8f7;
}

/* Dijit styles */

.dijitInputField input {
  height: auto;
}

.dijitSpinner,
.dijitTextBox {
  padding: 2px;
}

.dijitSelect,
.dijitTextBox {
  vertical-align: middle;
}
 
.tundra .dijitSelectDisabled,
.tundra .dijitTextBoxDisabled {
  background: #E4E4E4 url(../../../../../dijit/themes/tundra/images/buttonDisabled.png) repeat-x scroll center top;
  border-color: #D5D5D5 #D5D5D5 #BDBDBD;
}

.tundra .dijitDisabled .dijitReset {
  color: gray;
}

.tundra .dijitDateTextBox {
  margin-right: 0;
}

.tundra .calendarBtn {
  background: #efefef url(../../img/common/calendar.gif) center center no-repeat;
  border: 1px solid #c0c0c0;
  border-left: none;
  height: 20px;
  vertical-align: middle;
  width: 25px;
}

.dijitDateTextBox {
  width: 8em;
}

.dijitSelect,
.dijitSpinner {
  width: 7em;
}
