body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
}



/** Layout **/

#header {
	height: 105px;
	background: url(../images/bg-dept.jpg) top right no-repeat;
	clear: both;
	margin: 0 auto 0 auto;
	min-width: 769px;
	width: expression(document.body.clientWidth < 770 ? "769px" : "auto");
}

#header img {
	display: none;
}

#title {
	float: left;
	width: 350px;
	height: 105px;
	background-image: url(../images/title.jpg);
}

#dept {
	float: right;
	width: 410px;
	height: 105px;
	background-image: url(../images/dept.jpg);
}

#subsection {
	clear: both;
	font-size: 11px;
}

#subsection input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content {
	width: 100%;
}



/* Footer Elements */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    margin-top: 25px;
	margin-bottom: 10px;
    border-top: 1px solid #cccccc;
    padding: 10px;
	clear: both;
    text-align: center;
    color: #666666;
}

#footer ul li {
	list-style: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#footer ul {
    margin-bottom: 0px;
}

#footer img {
	border: 0px;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
    text-decoration: underline;
}




/** Side Menu **/

.sidelinks {
	font-weight: normal;
    border-bottom: 1px solid #0066cc;
    margin: 0;
  }

.sidelinks * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px 0 1px 0;
	text-decoration: none;
	font-weight: normal;
  }

.sidelinks li {
    list-style-type:  none;
    border-top: 1px solid #cccccc;
    margin: 0;
	display: block;
  }

.sidelinks .sublinks .first {
    border-top: 0;
  }

.sublinks {
     border-width: 0;
  }

.sublinks a {
	font-weight: normal;
    margin-left: 10px;
	display: block;
  }

.selected {
    font-weight: bold;
  }

.selected a:hover {
	text-decoration: none;
	color: #0066cc;
	cursor: text;
  }

.sidelinks .first {
    border-top: 1px solid #0066cc;
	display: block;
  }



/** Tabs **/

#tabs {
      float:left;
      width:100%;
      background:none;
      font-size:10px;
      line-height:normal;
	  margin: 0 auto 0 auto;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0px 0;
	list-style:none;
}

#tabs li {
      display:inline;
      margin:0;
      padding:0;
}

#tabs a {
      float:left;
      background:url("../images/tabmenu-left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}

#tabs a span {
      float:left;
      display:block;
      background:url("../images/tabmenu-right.gif") no-repeat right top;
      padding:5px 7px 4px 3px;
      color:#333333;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
      color:#ffffff;
}

#tabs a:hover {
      background-position:0% -42px;
}

#tabs a:hover span {
      background-position:100% -42px;
}


#tabs a:hover span, #tabs a#activetab span {
	background-position:100% -42px;
	color: #ffffff;
}


#tabs a#activetab, #tabs a:link#activetab, #tabs a:visited#activetab, #tabs a:hover {
	background-position: 0% -42px;
}

#tabs #activetab a {
  background-position: 0% -42px;
}

#tabs #activetab span {
  background-position: 100% -42px;
  color: #fff;
}

.tabContent {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 10px;
	font-size: 12px;
	clear: both;
	margin-bottom: 15px;
}

.tablabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}





/** Links **/

a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

a.menu:link, a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066cc;
	text-decoration: none;
	font-weight: normal;
}

a.menu:hover {
	color: #ff0000;
	text-decoration: underline;
}


a.white:link, a.white:visited {
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.white:hover {
	text-decoration: underline;
}

a.smfont:link, a.smfont:visited {
	font-size: 0.8em;
	text-decoration: none;
	color: #0066cc;
}

a.smfont:hover {
	color: #ff0000;
}


a.active:link, a.active:visited {
	font-size: 0.9em;
	text-decoration: none;
	color: #009900;
}

a.active:hover {
	text-decoration: underline;
}

a.inactive:link, a.inactive:visited {
	font-size: 0.9em;
	text-decoration: none;
	color: #ff0000;
}

a.inactive:hover {
	text-decoration: underline;
}


a.footer:link, a.footer:visited {
	font-size: 0.9em;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

a.footer:hover {
	color: #ff6600;
}

a.highcontrast:link, a.highcontrast:visited {
	color: #333333;
	background-color: #ffff00;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
}

a.highcontrast:hover {
	color: #ffff00;
	background-color: #333333;
}



/** Fonts **/

h1 {
	font-size: 1.7em;
	color: #0066cc;
	font-weight: normal;
	border-bottom: 1px solid #0066cc;
	margin: 0 auto 15px auto;
	padding: 0;
}

.noline {
	border-bottom: 0;
	margin-bottom: 0;
}

#livehelp-print {
	float: right;
}

h2 {
    font-size: 1.6em;
	color: #000000;
	font-weight: normal;
	margin: 0 auto 10px auto;
	padding: 0 0 5px 0;
}

h3 {
    font-size: 1.2em;
	color: #0066cc;
	font-weight: bold;
	margin: 25px auto 5px auto;
	padding: 0;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}


.smfont {
	font-size: 0.8em;
	text-transform: uppercase;
}

.smfont2 {
	font-size: 0.9em;
}

.smfont3 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #999999;
}

.green {
	color: #339933;
}

.red {
	color: #ff6666;
}

.blue {
	color: #0066cc;
}

.white {
	color: #ffffff;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.subheader {
	color: #009900;
	font-size: 16px;
	font-weight: bold;
}


.grey {
	color: #999999;
}

.breadcrumbs {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.logstatus {
	font-size: 0.8em;
	font-weight: bold;
}


.form-element {
	font-size: 11px;
	font-weight: bold;
}


.coursetitle {
	font-weight: bold;
	font-size: 1.5em;
}

.highcontrast {
	color: #00ffff;
	background-color: #333333;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}

.totalamount {
	font-size: 1.5em;
	color: #0066cc;
}

.new {
	font-size: 0.8em;
	color: #ff0000;
}




/** Forms **/


form {
	margin: 0;
	padding: 0;
	display: inline;
}

input, select, textarea {
	font-size:1.0em;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	line-height: 1.5em;
}

.longField {
	width: 200px;
	font-size: 1.0em;
	padding: 2px;
	border: 1px solid #bbbbbb;
	vertical-align: middle;
}

.mediumField {
	width: 100px;
	font-size: 1.0em;
	padding: 2px;
	border: 1px solid #bbbbbb;
	vertical-align: middle;
}

.smallField {
	width: 50px;
	font-size: 1.0em;
	padding: 2px;
	border: 1px solid #bbbbbb;
	vertical-align: middle;
}

.smallestField {
	width: 40px;
	font-size: 1.0em;
	padding: 2px;
	border: 1px solid #bbbbbb;
	vertical-align: middle;
}

.tinyField {
	width: 25px;
	font-size: 1.0em;
	padding: 2px;
	border: 1px solid #bbbbbb;
	vertical-align: middle;
}

.coursetitleField {
	width: 300px;
	font-size: 1.0em;
	padding: 2px;
	border: 1px solid #bbbbbb;
	vertical-align: middle;
}

.descriptionField {
	width: 300px;
	font-size: 1.0em;
	padding: 2px;
	border: 1px solid #bbbbbb;
	vertical-align: middle;
}


#requiredField {
	background-color: #ffffcc;
	padding: 2px;
	border: 1px solid #bbbbbb;
	vertical-align: middle;
}

input.rb {
    background-color: transparent;
}

input.button {
	font-weight: bold;
	color: #ffffff;
	background-color: #0066cc;
	border: none;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
}

input.buttondisabled {
	font-weight: bold;
	color: #ffffff;
	background-color: #d1e3f5;
	border: none;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
}

input.smallbtn {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
}



/** General **/

img {
    border: none;
	padding: 0;
}

p {
    line-height: 1.5em;
}

hr {
	height: 1px;
	color: #0066CC;
	background-color: transparent;
	margin: 0px 0px 7px 0px;
}

ul {
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

ol {
    line-height: 1.5em;
    margin: 0;
    padding-left: 2em;
    padding-top: 1em;
}


li {
    line-height: 1.5em;
}


/** Table **/

table {
	font-size: 1em;
}

table .data {
	font-size: 12px;
}

th {
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px;
}

.data td {
	padding: 5px;
}

.bottomtop-line {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.bottom-line {
	border-bottom: 1px solid #dddddd;
}

/** Global Classes **/

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffffcc;
}

.wrap {
	width:960px;
	margin:0 auto;
}

.img-left {
	float:left;
	margin:4px 10px 4px 0;
}

.img-right {
	float:right;
	margin:4px 0 4px 10px;
}

.nopadding {
	padding: 0;
}

.noindent {
	margin-left: 0;
	padding-left:0;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}





/** Misc **/

.leftline {
	border-left: 1px dashed #dddddd;
}

.bordergrey {
	border: 1px solid #cccccc;
}

.borderblue {
	border: 1px solid #0066cc;
}

.credits {
	border: 1px solid #0066cc;
}

.credits th {
	font-weight: bold;
	font-size: 0.9em;
	color: #ffffff;
	background-color: #0066cc;
	border-bottom: 1px solid #0066cc;
}

.yellowbox {
	border: 1px solid #dddddd;
	padding: 10px;
	width: 50%;
	background-color: #ffffdd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2em;
	margin: 10px 0 10px 0;
}

.dashedbox {
	width: 400px;
	border: 1px dashed #cccccc;
	padding: 10px;
}

#purchasebox-top {
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
	float: right;
}

#purchasebox {
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
	float: right;
}

#purchasebox hr {
	height: 1px;
	color: #dddddd;
	background-color: transparent;
	margin: 3px 0px 3px 0px;
}

#greyline {
	border-width: 0px;
	border-bottom: 1px solid #cccccc;
    color: #cccccc;
    background-color: transparent;
	margin: 10px 0 10px 0;
}

.dashedborder {
	border: 1px dashed #cccccc;
}

.delivery {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
}

a:link.delivery, a:visited.delivery {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	color: #339933;
	font-weight: normal;
}

a:hover.delivery {
	color: #ff0000;
}

.bggrey {
	padding: 5px;
	background-color: #f5f5f5;
}


/** Lightbox **/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; }
#overlay img{ border: none; }



/* adds 07-11-13 */
.button-round {
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip:    padding;
  background-clip:         padding-box;
  color: #FFFFFF;
  display: inline-block;
  padding: 8px 8px 8px 30px;
  text-decoration: none;
}
.button-monitor {
  background: url("../images/alert-bullhorn.png") no-repeat scroll 6px 6px #0066CC;
  border: 1px solid #0066CC;
  font-weight: 600;
}
.button-monitor:hover {
	cursor: pointer;
    background: url("../images/alert-bullhorn.jpg") no-repeat scroll 6px 6px #FFFFFF;
    border: 1px solid #0066CC;
    color: #0066CC;
    text-decoration: none;
}
.button-reminder {
	font-weight: 600;
	background: url("../images/alert-bell.png") no-repeat scroll 8px 6px #006600;
	border: 1px solid #006600;
}
.button-reminder:hover {
	cursor: pointer;
    background: url("../images/alert-bell.jpg") no-repeat scroll 8px 6px #FFFFFF;
    border: 1px solid #006600;
    color: #006600;
    text-decoration: none;
}
.margin-top {
	margin-top: 10px;
}

.hide {
  display: none;
}