/* --- Hacks Begin --- */
/* --- Overwrite default css --- */
/* GENERIC */
/* --- LSTreeview --- */
/* --- Skin specific CSS --- */
/* --- UoS Styles --- */
/* --- News Articles Custom Styles --- */
/* --- Forums Custom Styles --- */

/* Set CAS colours */
#PageBig, #Page {border:1px solid #004166;}

#breadcrumb_master ul, #Banner .tag {background-color:#004166;}

a:hover {color: #004166; border-bottom: 1px solid #004166;}

/* End CAS colours */

.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .Clearfix {height: 1%;}
/* End hide from IE-mac */



/* --- Hacks End --- */


/* --- Overwrite default css --- */

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px; /*20px;*/
    font-weight:    normal;
    color: #003366;
}

/* style of item titles on edit and admin pages */
.SubHead, .RadioSubHead, .SubHeadnew  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled, P, LI, TD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small; /*11px*/
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small; /*11px*/
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small; /*12px;*/
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small; /*12px;*/
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px; /*10px;*/
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px; /*10px;*/
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px; /*10px;*/
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px; /*10px;*/
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px; /*12px;*/
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px; /*12px;*/
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}



/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px; /*11px*/
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
	border-bottom:0;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
	border-bottom:0;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
	border-bottom:0;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
	border-bottom:0;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px; /*11px*/
	background: #dddddd;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Force registration forms to left align */
.DNNAligncenter {
text-align:left;
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px; /*20px;*/
    font-weight:    normal;
    color: #666644;
}

H1 .Head {
    font-size:  20px; /*20px;*/
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px; /*20px;*/
    font-weight:    normal;
    color: #666644;
}

h2 .Head {
    font-size:  18px;
}

H3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  15px; /*12px;*/
    font-weight:    normal;
    color: #003366;
}

h3 .Head {
    font-size:  15px;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px; /*12px;*/
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px; /*11px*/
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /*11px*/
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px; /*12px;*/
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px; /*12px;*/
    font-weight:    bold;
    color: #003366;
}


SMALL   {
    font-size:  8px; /*8px;*/
}

BIG {
    font-size:  16px; /*14px;*/
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    disc ;
}

UL LI LI    {
    list-style-type:    circle;
}

UL LI LI LI {
    list-style-type:    square;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9px; /*9pt; */
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9px; /*9pt; */
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* STYLES TO REPRODUCE BREADCRUMBS WITH TEXT/HTML MODULE */

#breadcrumb_master img 
{
	display:none;
}

#breadcrumb_master a
{
	color:#ffffff;
	/*font-size:75%;*/
	font-weight:normal;
	margin-bottom:5px;
	font-family:Verdana,Helvetica,Sans-serif;
    text-decoration:none;
}

#breadcrumb_master a:hover
{
	text-decoration:none;
}


#breadcrumb_master ul 
{
    list-style:none; 
    display: block; 
    height: 17px; 
    background-position: 0px 0px; 
    background-repeat: repeat-x; 
    margin: 0px; 
    padding: 0px; 
    width:690px; 
    /* background-color: #004166;	 */
}

#breadcrumb_master ul li, #BreadcrumbPane ul li
{
    padding: 0px;
    list-style: none;
    display: inline;/*block;*/
    color: #ffffff;
    font-size: 70%;	
    margin: 0px;
    /*vertical-align:top;*/
}
#breadcrumb_master li.rcorner  
{
    list-style:none; 
    margin-top: 0px; 
    padding: 0px; 
    float: right;  
    height: 17px; 
    width: 33px; 
    background-image: url(Images/rcorner.gif);
    vertical-align:top;
	}

/* hide the pane name for breadcrumb pane */
#breadcrumb_master .SubHead
{
	font-size: 2px;
	font-weight: normal;
	color: #f2f2f2; 
}

/* FORM MASTER TABLE STYLES */

.form_table_padded td
{
	padding-bottom:10px;
}

.form_label_hidden label
{
	display:none;
}

/* ==================================================== */	
/* Tree view styles
/* ==================================================== */

LSTreeview
{
}

.lhnav1 
{
    font-size:12px;
	width: 150px;/*162px;*/
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -30px;
	padding: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 4px;
}
.lhnav1 ul {
	width: 100%;/*160px;*/
	margin:0px 0px 0px -15px; 
	padding:0px;
	/*text-indent:-14px;*/
}

.lhnav1 li {
	width: 100%;/*162px;*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px;
}
.lhnav1 li a {
	width: 100%;/*144px;*/
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;/*8px;*/
	color: #333;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0.5em;
	font-size: 0.8em;
}

.lhnav1 li a:hover {
	text-decoration: underline;
	border-bottom:0;
}

a
{
    cursor:pointer !important;
}
.lhnav1 li.selected0Parent a {
	color:#000; 
	font-weight:bold; 
	list-style-type: none; 
	width: 146px; 
	padding-top: 2px; 
	padding-right: 0px; 
	padding-bottom: 2px; 
	padding-left: 4px; 
	margin-top: 0px; 
	margin-right: 0.65em; 
	margin-bottom: 0px; 
	margin-left: 11px; 
	background-color:#F0F0F0; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #999; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #999; 
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 140px;
}

.lhnav1 li.current0 a {
	color:#000; 
	font-weight:bold; 
	list-style-type: none; 
	width: 146px; 
	padding-top: 2px; 
	padding-right: 0px; 
	padding-bottom: 2px; 
	padding-left: 4px; 
	margin-top: 0px; 
	margin-right: 0.65em; 
	margin-bottom: 0px; 
	margin-left: 11px; 
	background-color:#F0F0F0; 
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #999; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #999; 
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 142px;}

.lhnav1 ul.firstlevel1 {
	padding: 0px; 
	margin-top: -2px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	background-color: #F0F0F0; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #999; 
	margin-left: 11px; 
	width: 146px;
	}

.lhnav1 ul.firstlevel1 li {
	list-style-type: none;
	padding: 0px;
	/*width: 146px; 090108*/
	margin: 0px 0px 0px -16px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px;	
}

.lhnav1 ul.firstlevel1 li a {
	width: 131px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	background-image: url(Images/media_43719_en.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 /* 090108*/
ul.firstlevel1 li.selected0Parent ul.firstlevel1 li a,
ul.firstlevel1 li.current1 ul.firstlevel1 li a 
{
	width: 120px;
	font-weight:normal;
}
 /* 090108*/
 ul.firstlevel1 li.selected0Parent ul.firstlevel1 li a,
ul.firstlevel1 li.current1 ul.firstlevel1 li.current2 a {
	font-weight:bold;
	width: 118px;
}

.lhnav1 ul.firstlevel1 li a:hover {
	list-style-type: none;
	color: #000;
	text-decoration: underline;
	display: block;
	font-weight: normal;
}

.lhnav1 ul.firstlevel1 li.current1 {
	list-style-type: none;
	padding: 0px;
	width: 146px;
	margin: 0px 0px 0px -16px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px;
}

.lhnav1 ul.firstlevel1 li.current1 a{
	width: 131px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #000;
	display: block;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	background-image: url(Images/media_43719_en.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* fix indent for lower level items */
.lhnav1 ul.firstlevel1 li.current1 a:hover{
text-decoration: hover;
font-weight: bold;
}

/* fix indent for lower level items */
.lhnav1 ul.firstlevel1 li.current1 a:hover{
text-decoration: hover;
font-weight: bold;
}

li.selected0Parent ul.firstlevel1{
	margin-left:11px;/*4px;*/
	width:140px; 
}

/*090108*/
ul.firstlevel1 li.selected0Parent ul.firstlevel1,
ul.firstlevel1 li.current1 ul.firstlevel1
{
	width:134px;
}

/* --- Overwrite default css end --- */

.Spacer
{
	clear:both;
	font-size:0px;
}


img
{
	border:0px;
}

body
{
	background-color:#EBEBEB;
	text-align: center;	/*MUST be center for ie7 to place div.page in center*/
	margin-top:3px;
	padding-top:0px;
}

#Page
{
	width:732px;
	margin:auto;
	margin-top:10px;
	padding:10px 0px 0px 0px;
	font-family:Verdana,Helvetica,Sans-serif;
	/*font-size:80%;*/
	color:#000000;
	background-color:#FFFFFF;
	/*border:1px solid #004166;*/
	text-align: left;	
}

#PageBig
{
	width:1032px;
	margin:auto;
	margin-top:10px;
	padding:10px 0px 0px 0px;
	font-family:Verdana,Helvetica,Sans-serif;
	/*font-size:80%;*/
	color:#000000;
	background-color:#FFFFFF;
	/*border:1px solid #004166;*/
	text-align: left;	
}

/*.Normal
{
	font-size: 80%;
}*/



#Banner
{
	position:relative;
/*	left:-9px;*/
	/*background-color:#dadada;*/
	/*height:121px;*/
	/*font-size:0px;*/
	margin-right:12px;

}
#Banner img 
{
    margin:0px;
    padding:0px;
}
#Banner .tag
{
    /* background-color:#004166; */
    display:block;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:0px;
    text-indent:60px;
    color:#ffffff;
    font-size:16px;/*95%;*/
    font-weight:bold;
}

h1.tag {margin:0px;}

#Nav
{
	position:relative;
	left:-9px;
	/*height:26px;*/
	/*background: url(Images/BgNavRight.gif) no-repeat center right;*/
	/*background-color:#000000;*/
}

#LogoBox
{
	height:95px;
	margin:0px 9px 0px 0px;
}

img#Logo
{
	float:left;
	margin:13px 0px 0px 14px;
}

h1.TagLine
{
	font-size: 1.4em; /*150%;*/
	/* font-family:verdana; / float:right; / 	margin-top:45px; */
	padding: 0px;
	float: right;
	margin-top: 34px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

/*#Nav ul{	margin:2px 0px 0px 9px;}*/

/*#Nav ul li a{color:#FFFFFF;	font-family:verdana;font-size:75%;}*/

/*#Nav ul li{float:left;list-style:none;margin:0px 20px 0px 0px;}*/

#Column1, #Column2/*, #Column3,  #Column2wide*/
{
	float:left;

}

#Column1
{
	width:145px;
	margin:0px 0px 0px 0px;
}

#Column2
{	
	width:360px; /*355px; (340px;)  090109*/
	margin:0px 0px 0px 15px;
	/*border:1px solid #000000;*/
}

#Column2wide
{
	
	width:540px; /*500px;*/ /*440px;*/

	margin:0px 0px 0px 160px; /*2nd was 15px*/
	/*border:1px solid #000000;*/
	/*overflow:visible;*/
	/*z-index:2;*/
}

#Column2ultrawide
{
	
	width:740px; /*500px;*/ /*440px;*/

	margin:0px 0px 0px 160px; /*2nd was 15px*/
	/*border:1px solid #000000;*/
	/*overflow:visible;*/
	/*z-index:2;*/
}

#dnn_ContentPane a:link{
	border-bottom: 1px dotted #005B8F;
	text-decoration:    none;
}

#dnn_ContentPane a:visited{
	border-bottom: 1px dotted #005B8F;
	text-decoration:    none;
}

#dnn_ContentPane a:hover{
	border-bottom: 1px solid #005B8F;
	text-decoration:    none;
}

#Column3
{
	width:175px;
	/*margin:8px 0px 0px 15px;*/
	margin:0px 6px 0 0;
	float:right;
}

#Content
{
	padding:20px 5px 10px 10px;	
}

a
{
	text-decoration:none;	
}

a:hover
{
	/* text-decoration:underline; */
	text-decoration:none !important;	
	/* color: #004166; 
	border-bottom: 1px solid #004166; */
}

.Login a
{
	font-weight:bold;
	color:#000000;
	font-size:55%;
}

.Login 
{
	background-color:#BFBFBF;
	padding:5px 5px 5px 5px;	
}

ul#SubNav
{
	margin:0px 0px 0px 0px; /*2px ...*/
	padding:0px;
}

#Footer
{
    width:100%;
}
#Footer ul li
{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:inline;
}
#Footer1 ul li:last
{
	padding-right:0px;	
}

#Footer ul li a
{
	color:#7D6666;
	font-size:x-small;
}

#Footer1 ul
{
	margin:0px;
	padding:0px;
	/*height:1.3em;*/
}

#Footer1 ul li
{
	padding-right:7px;	
}

#Footer1
{
	text-align:left;
}

#Footer2
{
	clear:both;
}

#Column1 h2, .Container1 h2, .Container1 h2 span
{
	background-color:#767676;	
	font-size:11px;
	color:#FFFFFF;
	padding:2px;
	margin:10px 0px 5px 0px;
}

.sideTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 18px; /*20px;*/
    font-weight: normal;
    background-color: #636363;
    font-size: 60%;
    font-weight:bold;
    color: #FFFFFF;
    padding: 2px;
    margin: 10px 0px 5px 0px;
}
.sideTitleRight
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px; /*20px;*/
    font-weight:    normal;
    font-size: 60%;
    font-weight:bold;
	color:#FFFFFF;
	padding:2px;
	margin:0px 0px 0px 0px;
	background-color: #636363;

}

.Container1 span.Head
{
	font-size:11px;
}

.Container1 h2, .Container1 h2 span
{
	background-color:#BFBFBF;
}

.SearchTextBox
{
	width:100px;
	margin:0px 5px 0px 0px;	
}

.SearchBox
{
	margin:0px 0px 10px 0px;
}

.PrintThisPage
{
	padding:0px 0px 0px 15px;
	background:url(Images/ImgPrint.gif) no-repeat center left;
	color:#000000;
	font-weight:bold;
	font-size:70%;
	
}

.copyrightfooter {
    font-size: x-small;
    color:#333333;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
	clear:left;
	line-height:1.3em;
	margin:0px 0px 10px;
	padding:0px;
}

/* TEXT */

.TextStatement
{
	color:#9E9E9E;	
	font-size:95%;
}

#Column3 .Normal, #Column1 .Normal, #Column1 .SkinObject
{
	font-size:11px !important;
}

#Column3 span.Normal, #Column1 span.Normal
{
	font-size:11px;
}

#Column3 .Head
{
	color:#FFFFFF;
	background-color:#636363;
	/*background:url(Images/BgPaneBackground.gif); no-repeat center left;*/
	padding-right:5px;
	padding-bottom:2px;
}

#Column3 .commandButton {
		font-size:11px;

}
#Column3 .commandButton a:link{
		border-bottom: 1px dotted #005B8F;;

}

.Pane1, .Pane2
{
	background:url(Images/BgPaneBackground.gif) repeat-x;
	padding:18px 10px 10px 10px;
	margin:0px 0px 10px 0px;
	border:1px solid #000000;
}

.Pane3
{
	
}

#Footer
{
	clear:both;
	padding:10px;
}

.rgreyolbox1 h2, .rgreyolbox1 h2 span
{
	/* background-color:#636363; */
}


.headline{
	line-height: 1.3em;
	font-weight: bold;
	color: #666666;
}

#dnn_ContentPane .headline a, #dnn_ContentPane .headline a:visited, #dnn_ContentPane .headline a:hover, #dnn_ContentPane .headline a:link {
	text-decoration: underline;
	border:0;
	/* color: #666666; */
}

.Hide
{
	display:none;
}

.SearchSelect
{
	width:145px;
	margin-bottom:5px;
}

/* *** UoS Styles *** */
.hide-element, #pnav {display:none;}
#pnav{
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	/*margin-left: -10px;*/
	display: block;
	
}
#pnav ul {
	display: block;
	height: 31px;
	background-image: url(Images/media_43727_en.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	
}
#pnav li {
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: block;
}
#pnav li.rcorner {
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #000000;
	height: 26px;
	width: 33px;
	background-image: url(Images/media_43728_en.gif);
}
#pnav li.home a {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000;
	font-size: 0.85em; /*0.65em;*/
	text-align: center;
	height: 21px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#pnav li.home a:hover {
	float: left;
	display: block;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #94870D;
	height: 21px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
}
#pnav li.about a {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 0.85em;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 21px;
}
#pnav li.about a:hover {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0080AB;
		height: 21px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
}

#pnav li.studying a {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 0.85em;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 21px;
}

#pnav li.studying a:hover {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #336666;
		height: 21px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
}
#pnav li.campus a {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 0.85em;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 21px;
}

#pnav li.campus a:hover {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CF4A02;
	height: 21px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
}
#pnav li.visiting a {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 0.85em;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 21px;
}

#pnav li.visiting a:hover {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A8838A;
	height: 31px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
}
#pnav li.atoz a {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 0.85em;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 21px;
}
#pnav li.atoz a:hover {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #669999;
	height: 31px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
}
#pnav li.contact a {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 0.85em;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 21px;
}
#pnav li.contact a:hover {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
		height: 21px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
}


#pnav li.research a {
background-color:#000000;
color:#FFFFFF;
display:block;
float:left;
font-size:0.85em;
height:21px;
list-style-type:none;
margin:0;
padding:5px 10px 0;
text-align:center;
text-decoration:none;
}

#pnav li.research a:hover {
	float: left;
	list-style-type: none;
	display: block;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #004166;
		height: 21px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 21px;
}

.ewdsButton a{
background-image: url('/Portals/_default/Skins/UoSBlue/Images/buttonShadow.jpg');
background-repeat: repeat-x;
background-position: left bottom;
border: #666666 1px solid;
background-color: #f0f0f0;
margin: 4px;
padding: 4px;
text-decoration: none;
margin-top:6px;
margin-bottom:6px;
color:#000000;
}

.ewdsButton a:hover{
background-image: url('/Portals/_default/Skins/UoSBlue/Images/buttonShadowHover.jpg');
border: #336699 1px solid;
background-color: #e4f4fc;
}

.printcontentpane {
background-color:#ffffff;
padding:20px;
}


.fmpad td {
	padding-top:10px;
}
