/* ******************************************************************* */
/* ******************************************************************* */
/* ******************************************************************* */
/* -------------------MAIN STYLES ------------------------- */

#background_area{
	background:#ffffff;
	border-right:solid 16px #ffffff;
	border-left:solid 16px #ffffff;
	width:960px;
	margin:0 auto 0 auto;
	background
}

#TopLinks {
	float:right;
	margin-right:10px;
	clear:both;
}

#TopLinks p{
	margin-top:0;
	padding-left:0;
	line-height:1;
}

#TopLinks a:link, #TopLinks a:hover, #TopLinks a:visited
{
    color: #333333;
}
 
#TopLinks a:hover
{
    text-decoration:underline;
}

#banner {
	background-image:url(images/banner.jpg);
	width:960px;
	height:142px;
	padding:0;
	clear:both;
}

#innerbanner {
	background-image:url(images/innerbanner.jpg);
	width:960px;
	height:60px;
	padding:0;
	clear:both;
}

#strapline {
	width:960px;
	height:30px;
	background-color:#0b6089;
	border-top:solid 1px white;
}

#strapline h2 {
/*width:260px;*/
	font-size:small;
	font-family:arial;
	color:#ffffff;
	padding:0px 5px 5px 0px;
	padding-right:10px;
	float:right;
	text-align:right;
	margin-top:5px;
}

#Navigation {
	background-color:#0b6089;
	width:960px;
	height:30px;
}

#breadcrumbs {
	margin-top:10px;
}

#breadcrumbs a {
	color:#0b6089;
}

#breadcrumbs a:hover {
	color:#9f8b4d;
}

#contentLeft {
	float:left;
	display:inline;
	margin:20px 0px 0px 20px;
	width:470px;
}

#content {
	float:left;
	display:inline;
	margin:20px 0px 0px 20px;
	width:670px;
}

#content.fullwidth {
	width:910px;
}

#contentRight {
	float:right;
	display:inline;
	margin:20px 20px 0px 0px;
	width:200px;
}

#contentRight .divider {
	margin-bottom:20px;
}

#contentRight.home {
	width:420px;
}

#contentLeftBottom {
	float:left;
	width:445px;
	display:inline;
	margin:5px 0px 0px 20px;
}

#contentRightBottom {
	float:right;
	display:inline;
	margin:5px 20px 0px 0px;
	width:445px;
}

#footer {
	background:#000000;
	background-image:url(/Portals/50/Skins/SUII2/Images/footerbg.jpg);
	background-repeat:repeat-x;
	margin:0 auto 0 auto;
	padding:5px 0 5px 0;
	text-align:center;
	width:992px;
	font-size:x-small;
	color:#ffffff;
}

.clear {
	clear:both;
}

#push {
	clear:both;
	height:30px;
}

.FMPad td {
padding-bottom:10px;
}

.jumpout {
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 2px #cecece;
	background-color:#eeeeee;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
}

.textonlylinks {
	font-size:0px;
	visibility:hidden;
}

.Spacer{
	clear:both;
	font-size:0px;
}

.fm_form {
	background-color:#ffffff;
	padding:5px;
}

/* ******************************************************************* */
/* ******************************************************************* */
/* ******************************************************************* */
/* -------------------GENERAL STYLES ------------------------- */



html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	background-color: #0b6089;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:small;
	height:100%;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #9f8b4d;
	text-decoration:underline;
}

a:active {
	color: #0000ff;
}

a img {
	border:0;
}

tfoot, thead    {
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

th  {
    vertical-align: baseline;
	font-family: Trebuchet MS, Helvetica, sans-serif;
    font-weight: bold;
}

td table tr td{
}

ul li   {
	list-style-type: disc;
	line-height: 1.2;
	margin-left: 10px;
}

ul li li, ul li ul li , ul ul li   {
	list-style-type: square;
	margin-left: 10px;
}

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
}

BLOCKQUOTE, pre {
    font-family:    "Lucida Console", monospace;
}

/* DNN text styles */
.subhead {
	color:#043d59;
	font-weight:bold;
	font-family:Arial, Verdana,Helvetica,sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family:Arial, Verdana,Helvetica,sans-serif;
}

.Normal,.NormalDisabled, P, ul, ol,p {
	padding:5px 0 5px 0;
	margin:0;
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:small;
}

.Normal p {
}

.Normal span{
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-weight: bold;
    color: #e2001a
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #303030;
	font-size:small;
    text-decoration: none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #4f027c;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #4f027c;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #4f027c;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #4f027c;
}


.SkinObject {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #303030;
}

A.SkinObject:link {
	text-decoration:underline;
	color: #0000ff;
}

#footer A.SkinObject:link {
	text-decoration:underline;
	color: #ffffff;
	font-size:x-small;
}

A.SkinObject:visited  {
	text-decoration:underline;
	color: #0000ff;
}

A.SkinObject:active   {
	color: #0000ff;
}

A.SkinObject:hover    {
    text-decoration: underline;
    color:#787B4C;
}

#footer A.SkinObject:hover    {
    text-decoration: underline;
	color: #9f8b4d;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: small; 
	background: #66cfe6;
	color: #002a5b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Heading Styles and DNN equivalents */
h1 {
	color:#000000;/*#e7bc24;*/
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:0px;
}

h2, .Head {
	color:#9f8b4d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin:0px;
}

#contentRight.inner h2, #contentRight.inner .Head {
	color:#043d59;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size:medium;
	margin:0px;
	border-bottom:solid 2px #9f8b4d;
	margin-bottom:10px;
}

#contentLeftBottom h2, #contentLeftBottom .Head {
	color:#043d59;
	font-size:large;
	margin:0px;
	border-bottom:solid 2px #9f8b4d;
	margin-bottom:10px;
}

#contentRightBottom h2, #contentRightBottom .Head {
	color:#043d59;
	font-size:large;
	margin:0px;
	border-bottom:solid 2px #9f8b4d;
	margin-bottom:10px;
}

h3  {
	color:#043d59;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size:medium;
	margin:0px;
}

h3 .Head {
	font-size:medium;
	color:#0b6089;
	margin:0px;
}

/*#homecontainerheading h3 .Head {
	font-size:large;
	color:#0b6089;
	margin:0px;
}*/

h4  {
	color:#043d59;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size:medium;
	margin:0px;
}

h5  {
	color:#043d59;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size:small;
	margin:0px;
}

h6  {
	color:#043d59;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size:small;
	margin:0px;
}


/* ******************************************************************* */
/* ******************************************************************* */
/* ******************************************************************* */
/* -------------------COMMON STYLES ------------------------- */
/* --- Hacks Begin --- */
.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 --- */

/* DNN internal elements */

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/* 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: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #303030;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #303030;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #303030;
}

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;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffff99;
}

/* 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: Arial, Helvetica, sans-serif; 
	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: Arial, Helvetica, sans-serif; 

	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 

	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
 
	cursor: pointer; 
	cursor: hand;
}

/* --- Overwrite default css --- */
.ControlPanel{
	font-size:small;
}

.ControlPanel .SubHead{
}	

#overlay{
	position: fixed!important;
	}
	
	.blueheading {
		font-weight:bold;
		font-size:small;
		color:#003366;
	}
	
/* image rotator */
/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:200px;
	margin-left: 0px;
}

div.rotator ul {
	margin-left:0px;
	padding-left:0px;
}

/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin-left:0px;
}
/* rotator image style */	
	div.rotator ul li img {
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}

.hpitemtitle {
	font-size:small;
	margin-top:10px;
}
