/* CSS Document */

body{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; margin:0px; padding:0px; background:#011D31 url(images/footermainbg.jpg) bottom repeat-x;}
td, tr, p, span{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; margin:0px;  }

h1{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#0096BD; font-weight:bold; margin:0px; padding:0px;}
h2{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666666; margin:0px; padding:0px; }
h3{ font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#f4c300; font-weight:bold; margin:0px; padding:0px;}
.25big{ font-family:"Times New Roman", Times, serif; font-size:25px; font-weight:bold; color:#000000;}

.times{ font-family:"Times New Roman", Times, serif; font-size:20px; font-weight:normal; color:#0097BE;}

a{	color:#0096BD;
	text-decoration:none;}
a:hover{	color:#0096BD;
	text-decoration:none;}

.footercopyrights{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#617583;}
.whiteheadings{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:bold;}
.black14{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; font-weight:bold;}
.Blue16{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#8B8B8B; font-weight:bold;}
.Orange20{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#0191E7; font-weight:bold;}
.black12{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-weight:bold;}

.newsletterinput{width:180px; height:20px; border:1px solid #727176; background:#C8CCD8; font-family:Tahoma; font-size:11px; font-weight:normal;}
.signupbutton{background:url(images/signup-button.jpg) no-repeat; border:none; width:85px; height:23px; font-weight:bold; text-transform:uppercase; color:#FFFFFF;
}
.newsletterbut{background:url(images/signup-button.jpg) no-repeat; border:none; width:85px; height:23px; font-weight:bold; color:#FFFFFF;}





  /* treeview css styles */
.TreeView 
{
	width:250px;
    font: Verdana;
    line-height: 23px;
	cursor: pointer; 
	font-style: normal;
}

.bluecolors a{    

	color:#0096BD;
	text-decoration:none;
}
.bluecolors a:hover{    
	color:#0096BD;
	text-decoration:none;
}


.TreeView LI
{
    /* The padding is for the tree view nodes */
    padding: 7px 0 0 18px;
    float: left;
	font-weight:bold;
	font-family:Tahoma;
	color:#0096BD;
    width: 200px;
    list-style: none;
	border-bottom:#CCCCCC  dashed 1px;
	background:url(images/dotted-arrow.jpg) no-repeat;
}



.TreeView, .TreeView ul
{
    margin: 0;
    padding: 0 0 10px 0px;
	background:url(images/dotted-arrow.jpg) no-repeat;
}

LI.Expanded 
{
width:200px;
/*    background: url(minus.gif) no-repeat left top;*/
}

LI.Expanded ul
{
    display: block;
}

LI.Collapsed 
{
/*    background: url(plus.gif) no-repeat left top;*/
height:20px;	text-decoration:none; 	color:#0096BD;

}

LI.Collapsed 
{
/*    background: url(plus.gif) no-repeat left top;*/
height:20px;	text-decoration:none; 	color:#0096BD;

}

LI.Collapsed ul
{
    display: none;
}

.Highlighted
{
  /*  color: red;*/
}

.AlternateHighlight
{
   /* color: blue;*/
}


.students_uni{
	font-family:Arial, Helvetica, sans-serif;
	font size:11px;
	color:#0092e7;
	}
	
.stu_unilinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border-bottom:1px dotted #0092e7;
	}
	
.stu_unilinks:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}


.stu_unilinks:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border-bottom:1px dotted #0092e7;
	}