/* CSS Document */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
h1
{
	font-size: 220%;
	font-family: Helvetica, "Arial. sans-serif";
	color: #ae1f23;
}

h2
{
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #019879;
	padding-top: 1em;
}

h3, legend
{
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D18E19;
}

h4, h5, h6
{
	font-size: 1.2em;
	font-weight: bold;
	color: #7d7d7d;
	padding-top: 1em;
}
.2ndlevelnav {
	background-color: #efefef;
	padding: 5px;
	border: 1px solid #D9D9D9;
	color: #000000;
}

.smallblue
{
	font-size: 11px;
	color: #6baade;
}

ul {
	padding-left: 20px;
	margin-bottom: 0.3em;
	line-height: 18px;
	list-style-image: url(../images/gbullet.gif);
	list-style-type: square;
}
li
{
	padding: 0em;
	margin-bottom: 0.3em;
	line-height: 18px;
}
.leftdashborder {
	/*border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #ae1f23;*/
	background-color:#EFEFEF;
}
.smallsidebar {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.smallsidebar a:link{
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: http
://learnline.cdu.edu.au/t4l/elearning/idl.html;
	color: #157477;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-color: #007477;
}
.smallsidebar a:visited {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #019879;
	color: #019879;
	text-decoration: none;
	padding-bottom: 1px;
}
.smallsidebar a:hover {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #007B7E;
	color: #8E1C1F;
	text-decoration: none;
}
.utilitiesmenu {
	font-size: 11px;
	color: #999;
}
.utilitiesmenu a:link{
	color: #999;
	text-decoration: none;
}
.utilitiesmenu a:visited {
	text-decoration: none;
	color: #666;
}
.utilitiesmenu a:hover {
	color: #333;
	text-decoration: none;
}
.video {
	font-size: 11px;
	color: #ae1f23;
	line-height: 16px;
}
.video a:link{
	color: #ae1f23;
	text-decoration: none;
}
.video a:visited {
	color: #ae1f23;
	text-decoration: none;
}
.video a:hover {
	color: #f0555a;
	text-decoration: none;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfbfbf;
}
.footer {
	font-size: 11px;
	color: #999999;
}
.footer a:link{
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #999999;
}
.footer a:hover {
	color: #ae1f23;
	text-decoration: none;
}
.gnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
	background-color: #ae1f23;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #750b0e;
	}
.gnav a:link{
	color: #fff;
	text-decoration: none;
	background-color:#ae1f23;
}
.gnav a:visited{
	color: #fff;
	text-decoration: none;
	background-color:#ae1f23;
}
.gnav a:hover{
	color: #fff;
	text-decoration: none;
	background-color:#921a1d;
}
.darkblue {
	background-color: #ae1f23;
}
.activelink {
	color: #FFFFFF;
	background-color: #921a1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #750b0e;
}
.activelink a:link{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.activelink a:visited{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div#submenu
{
	background-color: #bfbfbf;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
div#submenu ul
{
    padding: 0 0 5;
    margin: 0;
}

div#submenu li
{
	margin: 0;
	padding: 0px 15px 5px 15px;
	display: block;
	float: left;
	border-left: 1px solid #000;
}
div#submenu li.selected
{background-color: transparent;
background-image:url(../images/selected.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position:bottom;
}

div#submenu li.selectedfirst
{border-left:none;
background-color: transparent;
background-image:url(../images/selected.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position:bottom;
}

div#submenu li.first
{
    padding-left: 12px;
    border-left: none;
}

div#submenu li a
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#submenu li a:hover
{
    text-decoration: underline;
}

a:link {
	color: #ae1f23;
	text-decoration: none;
}
a:visited {
	color: #ae1f23;
	text-decoration: none;
}
a:hover {
	color: #096;
	text-decoration: none;
}
.hilitebox {
	background-color: #f6f6f6;
	padding: 3px;
	border: 1px solid #d9d9d9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
.hilitebox a:link {
	color: #019879;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.hilitebox a:visited{
	color: #019897;
	text-decoration: none;
}
.hilitebox a:hover{
	color: #921A1D;
	text-decoration: none;
}
.arrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
.boxhilight {
	padding: 0px 0px 0px 10px;
	border: 1px solid #bfbfbf;
	background-color: #efefef;
}
.boxhilight li{
	padding: 0px 0px 0px 10px;
	background-color: #efefef;
	list-style-image: url(../images/gbulletonblue.gif);
}
.thirdlevel {
	color: #333333;
}
.thirdlevel a:link {
	color: #ae1f23;
	text-decoration: none;
}
.thirdlevel a:visited {
	color: #ae1f23;
	text-decoration: none
}
.thirdlevel a:hover {
	color: #f0555a;
	text-decoration: none;
}
.subnavheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ae1f23;
}
.biblioorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ae1f23;
}
/* Image Styling */

.img-shadow {
  clear: both;
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 20px 0 0 17px !important;
  margin: 20px 0 0 8px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	width: 430px;
	height: 43px;
}
.img-shadowadvisors {
  clear: both;
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 20px 0 0 17px !important;
  margin: 20px 0 0 8px;
}

.img-shadowadvisors img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  width: 150px;
  height: 161px;
}
/* CSS Tooltips */

a.info{
	position:relative;
	z-index:24;
	color:#000;
	text-decoration:underline;
}

a.info:hover{
	z-index:25;
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a.info span{display: none}

a.info:hover span{
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;
	border:1px solid #CCCCCC;
	background-color:#efefef;
	color:#000;
	text-align: left;
	text-decoration: none;
}
/* CSS Sexy hovers */

#leftbox ul {
	font-size: .9em;
	list-style-type: none;
}


#leftbox ul a:link, #leftbox ul a:visited {
	display:block;
	padding:5px 10px 3px 10px;
	color: #666;
	border-width:1px;
	border-style:solid;
	border-color: #f4f4f4;
	border-bottom-width: 2px;
	width:200px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:278px;
	height: 40px;
	text-decoration: none;
	list-style-image: none;
  } 
html>body#leftbox ul a:link, html>body#leftbox ul a:visited {
	width:178px;
	list-style-image: none;
}

#leftbox ul strong {
	display:block;
	font: 1.3em "trebuchet ms", arial, helvetica, verdana, sans-serif;

}
  
#leftbox ul, #leftbox ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	list-style-image: none;
}


#leftbox ul img {
	float:left;
	margin:0 5px 0 0;
	border: 1px solid #b5b5b5;
	padding: 1px;
	list-style-image: none;
	list-style-type: none;
  }

#leftbox ul .subbox strong {color:#333;}



#leftbox li.subbox a:hover {
	color: #68cbb7;
}



#leftbox ul a:hover {
	background-color:#f4f4f4;
	border-color:#68cbb7;
	color:#fff;
}

#leftbox ul a:hover img {
	border-color: #333333;
}
#leftbox ul a:hover strong {
	color: #019879;
}


#rightbox ul {
	font-size: .9em;
	list-style-type: none;
}


#rightbox ul a:link, #rightbox ul a:visited {
	display:block;
	padding:5px 10px 3px 10px;
	color: #666;
	border-width:1px;
	border-style:solid;
	border-color: #f4f4f4;
	border-bottom-width: 2px;
	width:200px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:278px;
	height: 40px;
	text-decoration: none;
	list-style-image: none;
  } 
html>body#rightbox ul a:link, html>body#rightbox ul a:visited {
	width:178px;
	list-style-image: none;
}

#rightbox ul strong {
	display:block;
	font: 1.3em "trebuchet ms", arial, helvetica, verdana, sans-serif;

}
  
#rightbox ul, #rightbox ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	list-style-image: none;
}


#rightbox ul img {
	float:left;
	margin:0 5px 0 0;
	border: 1px solid #b5b5b5;
	padding: 1px;
	list-style-image: none;
	list-style-type: none;
  }

#rightbox ul .subbox strong {color:#333;}



#rightbox li.subbox a:hover {
	color: #68cbb7;
}



#rightbox ul a:hover {
	background-color:#f4f4f4;
	border-color:#68cbb7;
	color:#fff;
}

#rightbox ul a:hover img {
	border-color: #333333;
}
#rightbox ul a:hover strong {
	color: #019879;
}
.sidebarheading {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CE8B1A;
	font-weight: bold;
}
/*  INTERNAL PAGE NAV */

#pagenav li
{
	padding: 0em;
	margin-bottom: 0.3em;
	line-height: 18px;
	list-style-image: url(../images/rbullet.gif);
	list-style-type: square;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.smallblocktext {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin-left: 30px;
	display: block;
}
#numberedlist ol li{

}

.boxfullborders {

	padding: 0px 0px 0px 10px;
	border: 1px solid #aeaeae;
	background-color:#D0D0D0;
}
/* CSS Zebra tables */

#playlist {
	border: 1px solid #aeaeae;
	}

	#playlist tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #aeaeae;
	}
	
	#playlist tbody tr.selected td {
	background-color: #D9D9D9;
	}
.subnavheadingBODY {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.imgborder {
  border: 1px solid #a9a9a9;
  padding: 4px;
}
.ALLBorders {
	padding: 0px 0px 0px 0px;
	border: 1px solid #ae1f23;
}
.h2smaller {

	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 1em;
}

.boldwhite
{color:white;}

