/* Default CSS Stylesheet for a new Web Application project */
@import url(jquery.ui.css);

#footer .version {
    color: White;
    display: inline;
}
BODY
{
	margin-top: 0px;
	font-weight: normal;
	font-size: x-small;
	word-spacing: normal;
	margin-left: 0px;
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3
{
	font-weight: normal;
	font-size: large;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TH	{	
	vertical-align:	baseline;
	font-size: x-small;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	



A:link	{	
	text-decoration:	none;
	color:	#336699;
	}	
		
A:visited
{
	color: #336699;
	text-decoration: none;
}	
		
A:active
{
	color: #cc9900;
	text-decoration: none;
}	
		
A:hover
{
	font-weight: bold;
	color: #cc9900;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
.copyright
{
    COLOR: #808080;
    FONT-FAMILY: sans-serif;
    FONT-SIZE: xx-small;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal
}
.footcmt
{
	COLOR: #0000ff;
    FONT-FAMILY: Arial, Helvetica, Verdana;
    FONT-SIZE: xx-small;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal
}
P
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, Verdana;
    FONT-SIZE: x-small;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

div.menuBar
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: "MS Sans Serif" , Arial, sans-serif;
	background-color: transparent;
	text-align: right;
}

div.menuBar a.menuButton
{
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 8pt;
	z-index: 100;
	left: 0px;
	margin: 1px;
	cursor: default;
	color: #144c87;
	padding-top: 2px;
	font-style: normal;
	font-family: "MS Sans Serif" , Arial, sans-serif;
	position: relative;
	top: 0px;
	background-color: transparent;
	text-decoration: none;
}

div.menuBar a.menuButtonActive, 
div.menuBar a.menuButtonActive:hover,
div.menuBar a.menuButton:hover
{
	cursor: hand;
	color: #cc9900;
	text-decoration: none;
}

div.menu
{
	font-weight: normal;
	font-size: 8pt;
	z-index: 99;
	visibility: hidden;
	padding-bottom: 3px;
	color: white;
	padding-top: 3px;
	font-style: normal;
	font-family: "MS Sans Serif" , Arial, sans-serif;
	position: absolute;
	top: 0px;
	text-align: right;
}

div.menu a.menuItem
{
	padding-right: 1em;
	padding-left: 1em;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 3px;
	cursor: default;
	color: white;
	padding-top: 3px;
	font-style: normal;
	font-family: "MS Sans Serif" , Arial, sans-serif;
	background-color: #336699;
}

div.menu a.menuItem:hover, 
div.menu a.menuItemHighlight 
{
  cursor: hand;
  background-color: #5050f0;
  color: white;
}

.required
{
    COLOR: red;
    FONT-FAMILY: Arial, Helvetica, Verdana;
    FONT-SIZE: small;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
.errmsg
{
    COLOR: red;
    FONT-FAMILY: Arial, Helvetica, Verdana;
    FONT-SIZE: small;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
.rheader
{
	font-weight: bold;
	color: white;
	background-color: #14636a;
}
BUTTON
{
	font-weight: bold;
	cursor: hand;
	color: navy;
	font-family: Arial;
	background-color: sandybrown;
	width:100px;
}
.button
{
	font-weight: bold;
	cursor: hand;
	color: navy;
	font-family: Arial;
	background-color: sandybrown;
}
.table
{
	border-top: coral 1px solid;
	border-left: coral 1px solid;
}
.td
{
	font-size: small;
	border-bottom: coral 1px solid;
	border-right: coral 1px solid;
}
.bgTable
{
	background-color: #fffae8;
	margin-left:auto;
	margin-right:auto;
	
}
.SepLine
{
	width: 100%;
	color: coral;
}
#wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#header {
    position: relative;
}

#logo a {
    display: block;
    text-indent: -999em;
    width: 450px;
    height: 70px;
    background: url(../assets/img/logo.png) no-repeat;
}

#menu {
    position: absolute;
    top : 30px;
    right: 0;
    color: #ccc;
}
#menu a {
	font-size: 0.9em;
	font-weight: bold;
    padding: 0 4px;
}

#nav {
    margin-top: 0.3em;
    position: relative;
    z-index: 1;
    background: url(../assets/img/bg-nav.png) 0 0 #252 repeat-x;
    height: 56px;

}

#nav .nav-item {
    float: left;
    background-image: url(../assets/img/bg-nav.png);
    background-repeat: no-repeat;
    height: 56px;
    position:relative;
    cursor: pointer;

}

#nav .nav-item td
{
	padding: 0;
}
#nav .nav-label {
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px #222;
    line-height: 0.95em;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: white;
    padding-top: 21px;
}
#nav li {
    width: 110px;
    background-position: -151px 0;
}
#nav li.hover,
#nav li:hover {
    background-position: -151px -56px;
}
.public #nav-find-course .nav-label,
#nav .nav-cm .nav-label,
#nav .nav-sm .nav-label,
#nav .nav-dbm .nav-label {
    padding-top: 17px;
    width: 90%;
    margin: 0 auto;

}
#nav #nav-find-course {
    width: 120px;     
    padding-left: 20px;
    background-position: 0 0;
    
}
.public #nav-find-course a {
    width: 90%;     
    margin: 0 auto;
}
#nav #nav-find-course.hover,
#nav #nav-find-course:hover {
    background-position: 0 -56px;
}
#nav a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #f2f2f2;
}
#nav a:hover {
    color: #fff;
}

#nav #user-menu {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: bold;
    color: #fff;
}

#nav .user-name {
    padding: 3px 6px;
    color: #fff;
    text-shadow: 1px 1px 1px #35494e;
    text-transform: uppercase;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #7ba188;
}

#nav .user-options {
    display: block;
    margin: 3px;
    font-size: 0.9em;
    color: #bcc1bc;
}
#nav #user-menu .user-options a {
    color: #fff;
    display: inline;    
    text-decoration: underline;
}
#nav ul ul { display: none; }

#nav ul li.hover ul,
#nav ul li:hover ul {
    display: block;
    background-color: #1a221a;
    border-top: 2px solid #111;
    position: absolute;
    top: 53px;
    padding: 0;
}

#nav ul ul a {
    text-align: center;
    border-bottom: 1px solid #333;
    padding: 8px;
    display: block;
}
#nav ul ul a:hover {
    background-color: #000;
}

#main {
    padding: 15px;
    position: relative;
}

html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
#nav ul, #nav li
{
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

.hide { display: none; }

/*
  Layout Container
*/
.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.content {
  overflow: hidden;
  margin-bottom: 1em;
  position: relative;
}
#footer .phsa-link,
#sidebar {
  width: 220px;
  float: left;
}
#callouts,
.right-column {
  width: 190px;
  float: left;
  margin-top: 1em;
}
#main-content,
.center-column {
  width: 520px;
  margin: 0.5em 20px 0.5em 10px;
  float: left;
}
.content-full-width #main-content {
  width: 730px;
  margin: 0.5em 0 0.5em 10px;
}
.content-fluid-width #main-content {
    width: 640px;
}
.content-fluid-width #callouts,
.content-full-width  #callouts {
  position: absolute;
  right: 0;
  top: 0;
}
.content-fluid-width .main-title,
.content-full-width  .main-title {

}
.main-column {
  width: 740px;
  float: left;
}
#footer .footer-content {
  width: 600px;
  margin: 0.5em 10px;
  float: left;
}
#footer .aside {
  width: 110px;
  float: left;
}


/*
	HTML Elements
*/
body {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 76%;
    color: #333;
    margin: 0.5em 0;
}
a {
    color: #274899;
}
a:visited {
}
a:hover {
    color: #277799;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
input, textarea {
    font-family: Verdana, Tahoma, Geneva, sans-serif;
}
h1 {
	font-size: 1.9em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}
div {
    text-align: left;
}
.textcentre
{	text-align:center;
}

p {
    margin: 1em 0;
}
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 1.2em 0;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}
acronym,
abbr {
    border-bottom: 1px dashed #aaa;
}
code {
    font-family: courier new, courier, monospace;
    font-size: 1.1em;
    color: #666;
    background: #efefef;
}

#footer {
    clear: both;
    overflow: hidden;
    border-top: 5px solid #252;
    padding: .5em 0;
    font-size: 0.85em;
    color: #776;
    height: 1%;
}

#footer .footer-links {
    float: left;
}

#footer .copyright {
    text-align: right;
}
#footer .version {
    color: White;
    display: inline;
}

.impersonating #nav 
{
	background: url(../assets/img/bg-nav-tress.png) 0 0 #252 repeat-x;

}
.impersonating #nav .nav-item {
    background-image: url(../assets/img/bg-nav-tress.png);
}
