/* 
General text formatting of Athabasca University Websites
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
h1, h2, h3, h4, h5 {
	color: #34A02C;
	text-transform: uppercase;
	margin: 0;
}
h1 {
	font-size: 1.5em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 17px;
}
h2 {
	color: #868686;
	font-size: 1.3em;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}
h3 {
	padding-top: 20px;
	font-size: 1.1em;
	margin-bottom: 17px;
}
h4 {
	padding-top: 12px;
	font-size: 1em;
	font-weight: normal;
}
h5 {
	color: #666;
	font-size: 1em;
	font-weight: normal;
}
hr {
	height: 1px;
	color: #CCC;
}
strong, b {
	color: #666;
}
#content {
	line-height: 1.5em;
}
#content a:link {
	color: #34A02C;
	text-decoration: underline;
}
#content a:visited {
	color: #84658D;
	text-decoration: underline;
}
#content a:active {
	color: #900;
	text-decoration: underline;
}
#content a:hover {
	color: #069;
	text-decoration: underline;
}
#content p {
	margin: 8px 15px 15px 0px;
}
#content p#updated {
	font-size: 0.8em;
	margin-top: 20px;
	padding-top: 10px;
	text-align: left;
	border-top: 1px solid #CCC;
}
#content ul, #content ul li {
	list-style: url(../../images/04/bullet.gif);
}
#content ul {
	margin-left: 40px;
	padding-left: 3px;
	line-height: normal;
}
#content ul li {
	margin-bottom: 0.5em;
}
#content ol li ol, #content ol li ol li{
	list-style: lower-alpha;
}
#content img {
	border: 1px solid #CCC;
}
#content dl img {
	border: none;
}
acronym {
	border-bottom: dashed 1px #999;
	cursor: help;
}
a acronym  {
	border-bottom: none;
}
address {
	font-style: normal;
	line-height: normal;
}

/* General link styles */
p a:link {
	color: #34A02C;
	text-decoration: underline;
}
p a:visited {
	color: #84658D;
	text-decoration: underline;
}
p a:active {
	color: #900;
	text-decoration: underline;
}
p a:hover {
	color: #069;
	text-decoration: underline;
}
a.arrow:link, a.arrow:visited, a.arrow:active {
	background: url(../../images/04/arrow_md.gif) no-repeat left top;
	padding-left: 10px;
	color: #666 !important;
	text-decoration: none !important;
	display: block;
}
a.arrow:hover {
	color: #34A02C !important;
}
a.top:link, a.top:visited, a.top:active {
	background: url(../../images/04/arrow_md_up.gif) no-repeat 100% 6px;
	padding-right: 10px;
	color: #34A02C !important;
	text-decoration: none !important;
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.9em;
}
a.archive:link, a.archive:visited, a.archive:active {
	background: url(../../images/04/archive.gif) no-repeat 100% 3px;
	padding-right: 13px;
	color: #34A02C !important;
	text-decoration: none !important;
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.9em;
	border-bottom: 1px solid #CCC;
}

/* data tables */


table {
	
}
table th {
	font-size: 0.8em;
	text-align: left;
	padding: 3px;
	border-bottom: 2px solid #CCC;
	text-transform: uppercase;
	color: #34A02C;
}
table td{
	border-bottom: 1px solid #CCC;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	font-size:0.8em;
}


.total {
	font-weight: bold;
	background-color: #EFEFEF;
}
/* Special classes */

.warning {
	color: #B22222;
	font-weight: bold;
}
.warning-box {
	color: #B22222;
	font-weight: bold;
	background: #EFEFEF;
	border: 1px solid #B22222;
	padding: 5px;
}
.green {
	color: #34A02C;
}
.foip {
	font-size: 0.8em;
	font-style: italic;
}
.note {
	font-size: 0.8em;
	line-height: normal;
}
ul.left, ul.left li {
	margin: 0 !important;
	padding: 0 !important;
}
ul.left li {
	margin-left: 13px !important;
}
.caption {
	font-style: italic;
}
.box {
	border: 1px solid #CCC;
	padding: 10px;
}
.indent {
	padding-left: 35px;
}
img.noborder {
	border: none !important;
}
table.noborder {
	border: none;
}
table.noborder td {
	border: none;
}
/* GLOBAL NAV & FOOTER */
table.global, table#nav-global{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
table.global td, table#nav-global td{
	border-bottom: none !important;
	padding: 0 !important;
	text-align: left !important;
	vertical-align: middle !important;
}
.global {

}
.global a:link, .global a:visited, .global a:active {
	color: #333333;
	text-decoration: none;
}
.global a:hover {
	color: #069;
	text-decoration: underline;
}

/* GLOBAL NAV */
#nav-global {
	background: url(../image/globalnav_bg03.gif) #EFEFEF no-repeat left center;
	border-bottom: 2px solid #999;
	width: 100%;
	font-size: 10px;
}
#nav-global-img {
	width: 300px;
	height: 32px;
}
#nav-global-img img {
	display: block;
}
#nav-global a:link, #nav-global a:visited, #nav-global a:active {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
#nav-global a:hover {
	color: #069;
	text-decoration: underline;
}
#nav-global-contact {
	text-align: right;
}
form.form {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
}
form#Search {
	float: right;
	padding: 0 8px 0 0;
}
form#myauform {
	float: left;
	
}
#myaulogo {
	border: none;
}
form .search-type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	margin: 0px;
}
.field {
	border: 1px solid #666;
	width: 100px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button {
	border: 1px solid #666;
	background-color: #FFF;
	background-image: url(http://www.athabascau.ca/template/images/04/button.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#username, #password {
	width: 65px;
}
/*
#nav-global {
	background: url(../../images/04/globalnav_bg02.gif) #EFEFEF no-repeat left center;
	border-bottom: 2px solid #999;
	width: 100%;
	font-size: 10px;
}
#nav-global-img {
	width: 300px;
	height: 32px;
}
#nav-global-img img {
	display: block;
}
#nav-global a:link, #nav-global a:visited, #nav-global a:active {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
#nav-global a:hover {
	color: #069;
	text-decoration: underline;
}
#nav-global-contact {
	text-align: right;
}
form.form {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
}
form#Search {
	float: right;
	padding: 0 8px 0 0;
}
form#myauform {
	float: left;
	
}
#myaulogo {
	border: none;
}
form .search-type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	margin: 0px;
}
.field {
	border: 1px solid #666;
	width: 100px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button {
	border: 1px solid #666;
	background-color: #FFF;
	background-image: url(../../images/04/button.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#username, #password {
	width: 65px;
}*/
/* FOOTER */
#footer-global {
	clear: both;
	background-color: #EFEFEF;
	border-top: 2px solid #999;
	height: 32px;
}
#footer-global ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-global li {
	display: inline;
	border-left: 1px solid #666;
	list-style: none;
	margin: 0;
	padding: 0 5px 0 9px;
}
#footer-global li.no-border {
	border: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#footer-global img {
	float: right;
	margin-right: 10px;
}

.canada-day {
	color: #E30000 !important;
	background-image: url(http://www.athabascau.ca/template/images/05/mini-leaf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}



