/* --------------------------------------------------------------------------------------------------------------------------------
     -------------  Work with it v2   ------- adjust to 984 total width  -------------
     --------------------------------------------------------------------------------------------------------------------------------
	Includes Top, Leftnav  ,  Footer
	
	Does NOT include
		content area
		right pane (if any)
*/

/* --- 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-size: 100%; /*10px;*/
    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-size: 95%; /*10px;*/
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%; /*10px;*/
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 95%; /*10px;*/
    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-size: 11px; /*11px*/
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, 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: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; /*11px*/
    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;
  font-size: 100%; /*11px*/
  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-size: 1em; /*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: Arial, Helvetica, sans-serif; 
	font-size: 90%; /*9pt; */
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 90%; 
	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: 90%; 
	cursor: pointer; 
	cursor: hand;
}




/* ******************************************************************* */
/*                                                                                                                                        */
/*  Start of Skin Customisation */
/*                                                                                                                                        */
/* ******************************************************************* */


/* --- Overwrite default css --- */
.ControlPanel{
	font-size:small;
}

.ControlPanel .SubHead{
	font-size:small;
}	

/* style for module titles */
/* redefined below as H2*/
/*.Head   {
font-family: Arial, Helvetica, sans-serif; 
font-size:120%; 
font-weight:bold; 
color: #D29D1E;
}*/

/* style of item titles on edit and admin pages */
/* redefined below as H4*/
/*.SubHead    {font-family: Arial, Helvetica, sans-serif; font-size:105%; font-weight: bold; color: #303030;}*/

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  95%;
    font-weight: bold;
    color: black;
}

body{
	/*background-image: url(Images/table_cell_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	background-color:#fff;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:85%;*/
}

/* text style used for most text rendered by modules */
/* cannot include li as it just shrinks and shrinks */
.Normal,.NormalDisabled, P, TD, ul, ol{
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4;
	font-size:small;
	/*color: #000000;*/
}

.Normal span{
	font-size:100%;
}

/* 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
{
	font-size: 100%;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    color: #303030;
	font-size:small;
    /*font-weight: bold;*/
    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, Helvetica, sans-serif;
    color: #303030;
    /*font-weight: bold;*/
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#787B4C;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#787B4C;
}

A.SkinObject:active   {
    text-decoration: underline;
    color:#787B4C;
}

A.SkinObject:hover    {
    text-decoration: underline;
    color:#787B4C;
}




/* 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, Helvetica, sans-serif;
}


    
/* GENERIC */
img {
	border:0;
}

h1  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #0d72ba;
	font-weight: normal;
	font-size:x-large;
}

h2, .Head  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #0d72ba;
	font-weight: bold;
	font-size:large;
}

h3  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #0d72ba;
	font-weight: normal;
	font-size:large
}

h4, .SubHead  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #0d72ba;
	font-size:medium;
}

h5  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #0d72ba;
	font-weight: normal;
	font-size:medium;
}

h6  {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #0d72ba;
	font-weight: normal;
	font-size:medium;
	font-style: italic;
}

tfoot, thead    {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
    font-size:  100%; /*12px;*/
    color: #303030;
}

th  {
    vertical-align: baseline;
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
    font-size:  100%; /*12px;*/
    font-weight:    bold;
    color: #303030;
}


SMALL   {
    font-size:  80%; /*8px;*/
}

BIG {
    font-size:  105%; /*14px;*/
}

BLOCKQUOTE, pre {
    font-family:    "Lucida Console", monospace;
}

td table tr td{
font-size:small;
}

.Normal p {
font-size:small;/*medium;*/
}

ul li   {
	/*list-style-image: url(Images/bullet_dark.gif);
	list-style-type: none;*/
	line-height: 1.4; /*needed because line height of p etc. */
	font-size:small;
	list-style-type:none;
}

ul li li, ul li ul li , ul ul li   {
	/*list-style-image: url(Images/bullet.gif);*/
	list-style-type: none;
	font-size:100%;
}

/*UL LI LI LI, UL LI UL LI UL LI {list-style-type: square; font-size:100%;} */

ol li{
    list-style-type:    decimal;
}

ol ol li    {
    list-style-type:    lower-alpha;
	font-size:100%;
}

ol ol ol li {
    list-style-type:    lower-roman;
	font-size:100%;
}

hr {
    color: dimgrey;
    height:1pt;
    text-align:left
}

a:link ; a:visted{
	text-decoration:none;
	font-weight:bold;
	color: #0d72ba;
	/*border-bottom: dotted 1px;*/
}
a:visited {
	color: #0d72ba;
}
a:hover {
	color: #0d72ba;
	text-decoration:underline;
	border-bottom: 0px;
}
a:active {
	color: #0d72ba;
	text-decoration:underline;
	border-bottom: 0px;
}



/* --- Overwrite default css end --- */



/* ==================================================== */
/* Misc styles??
/* ==================================================== */


.Spacer{
	clear:both;
	font-size:0px;
}

.textonlylinks {
	font-size:0px;
	visibility:hidden;
	display:none;
	
}


/* ==================================================== */
/* Skin specific styles
/* ==================================================== */


#BreadCrumb{
	font-size:90%;
	margin-bottom:5px;
	font-family: Arial, Tahoma, sans-serif;
	float:left;
	width:100%;
	color:#9eb3d2;
}

#breadcrumbs  {
	margin-bottom:10px;
}

#breadcrumbs a  {
	color:#0d72ba;
}

#footer p{
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #A02D1B; /*#4f027c;*/
	font-weight: normal;
	font-size: 0.8em;
}

#content ul li   {
	list-style-image: url(Images/bullet_dark.gif);
}

#content ul li li, #content ul li ul li , #content ul ul li   {
	list-style-image: url(Images/bullet.gif);
}

/* ==================================================== */
/* Structural layout */
/*   
/* ==================================================== */
.DNNEmptyPane {
	display:none;
}

#container
{
width: 984px;
margin: 1px auto;
color: #333;
height:100%;
line-height: 1.4;
background-image: url(Images/wwit-back.jpg);
background-repeat: repeat-y;*/
}



#top {
	position:inherit;
	height:36px; /*221px;*/
	background-image:url(Images/wwit-banner-narrow.jpg);
	background-repeat: no-repeat;
	background-color:#fff;
}

#top #title {
position:relative;
font-family: Arial, Tahoma, sans-serif;
font-size: large;
font-weight: bold;
color: #9eb3d2;
width: 616px;
left:350px;
top:6px;
vertical-align:top;
text-align:right;
/*visibility:hidden;*/
}

/*New*/
#top #logo {
position:relative;
left:29px;
top:14px;
width:274px;

}

#top #toptop {
position:relative;
width: 960px;
left:19px;
top:6px;
vertical-align:top;
text-align:right;
height:25px;
/*visibility:hidden;*/
}

#top #toptop #logreg {
float:left;
font-family: Arial, Tahoma, sans-serif;
font-size: small;
font-weight: bold;
color: #0d72ba; /*#9eb3d2;*/
vertical-align:top;
text-align:left;
z-index:100;
/*visibility:hidden;*/
}

#top #toptop #logreg .SkinObject {
font-size: small;
color: #FFD76B;
}

#top #toptop #title2 {
float:right;
font-family: Arial, Tahoma, sans-serif;
font-size: large;
font-weight: bold;
color: #9eb3d2;
vertical-align:top;
text-align:right;
/*visibility:hidden;*/
}

#title2 img {
	vertical-align:top;
}

.ContentTitle{
color:#D29D1E;
float:left;
}

.ContentActions{
color:#D29D1E;
font-weight:bold;
font-size:medium;
float:left;
}

.cpane{
font-family: Arial, Helvetica, sans-serif; 
clear:both;
position:inherit;
color:#000000;
font-weight:normal;
font-size:small;
}


#leftnav {
	float: left;
	width: 139px;
	height: 100%;
	margin: 0;
	/*overflow: hidden;*/
	margin: 0px 5px 0px 0px; /*top was 10px*/
	padding: 0px 5px 0px 22px;	
	/*background-color:#FFD76B;*/
}

#leftnav .title{
font-family: Arial, Tahoma, Sans-serif;
width:100%;
height:40px;
/*background-color:#D29D1E;*/
margin-bottom:5px;
}
#leftnav .title p{
padding:10px 10px 10px 10px;
font-size:medium;
font-weight:bold;
text-transform: uppercase;
color:#ffffff;
}

#leftnav p { 
	margin: 0 0 1em 0; 
	font-size: 0.9em;
	line-height: 1.2;
}

#leftnav h1, #leftnav .Head {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #4f027c;
	font-weight: normal;
	font-size: 1.1em;
}

#leftnav h2, #leftnav .SubHead {
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color: #008d8e;
	font-weight: normal;
	font-size: 0.9em;
}


#leftpane{
	clear:both;
	padding-left:5px;
}

#leftpane a:link, #leftpane a.SubHead {
    font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	color:#A02D1B;
	text-decoration:underline;
}

#leftpane .ddactions {
margin-left:-150px;
}

#leftpane .ddactions table{
float:right;
}

#Navigation {
	width:100%;
}

#Navigation h1 {
	border-top: 1px solid #4f027c; 
	border-bottom: 1px solid #4f027c;
}


#footer {
	clear: both;
	margin: 0;
	/*padding: .5em;*/
	text-align:center;
	background-color:#9EB3D2;
	color:#0D72BA;
}
#footer .horizontalItemSimple{
position:inherit;
color:#000000;
width:auto;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#footer .horizontalSelSimple{
position:inherit;
color:#D29D1E;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#footer .horizontalMenuSimple{
position:inherit;
color:#000000;
font-size:x-small;
background-color:#cccccc;
display:inline;

}
#footer .horizontalSep{
background-color:#cccccc;
border:0px;
}

#footer .skinObject p{
color:#133F14;
}



/* ==================================================== */
/* Active forums  */
/* ==================================================== */

.afgrid, .afnormal
{
	/*font-family: Arial, Tahoma;*/
	color: #000000;
	font-size: 100%;
	 width:100%;
}
.aflastpost
{
	font-size: 95%;
	border-top: solid 1px #cdcdcd;
}
.NTForums_Pager
{
	border: solid 1px #333333;
	margin:0px 0px 0px 0px; 
	padding-top:0px;
}
.af_pager, .af_pagernumber, .af_currentpage,. afpager
{
	/*font-family: Arial, Tahoma;*/
	font-size:90%;
	color: #000000;
	padding: 2px,2px,2px,2px;
}
.af_pagernumber
{
	background-color: #DCDCDC;
	border-left: #000000 1px solid;
	width: 15px;
}
.af_currentpage
{
	background-color: #FFFFCC;
	border-left: #000000 1px solid;
	color: #000000;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	width: 15px;
	font-weight:bold;
}
.afcrumb
{
	/*font-family: Arial, Tahoma;*/
	font-size: 95%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.afcrumb a, .afcrumb a:link, .afcrumb a:visited, .afcrumb a:active
{
	color: #cc0000;
}
.afsubjectheader
{
	/*font-family: Arial, Tahoma;*/
	font-size: 110%;
	font-weight:bold;
	padding-bottom: 10px;
}
.afgrouprow
{
	font-weight: bold;
	font-size: 100%;
	background-image: url(Images/headerback.gif);
	color: #0d72ba;
	height: 30px;
}
.afgrouprow a:link, .afgrouprow a:visited, .afgrouprow a:active
{
	
}
.afsubgrid 
{
		border: solid 1px #cdcdcd;
}
.afheader
{
	font-weight: bold;
	font-size: 100%;
	background-image: url(Images/headerback22.gif);
	color: #0d72ba;
	height: 22px;

}

.afheader2{
	font-weight: bold; 
	font-size: 11px; 
	color: #ffffff; 
	background-color: #333333; 
	height: 18px; 
 }

.afheader2 td {
	color:#FFFFFF;
}
.afforumrow, .afforumrow2
{
	font-size:100%;
	border-right: solid 1px #cdcdcd;
	border-top: solid 1px #cdcdcd;
}

.afpostinfo1, .afpostinfo2{
border-left: solid 1px #cdcdcd; 
border-right: solid 1px #cdcdcd; 
border-bottom: solid 1px #cdcdcd; 
 }

 .afposttopic,  .afpostreply1, .afpostreply2 {
border-right: solid 1px #cdcdcd; 
border-bottom: solid 1px #cdcdcd; 
 }



.afforumrow a:link, .afforumrow a:visited, .afforumrow a:active, .afpostinfo a, .afpostinfo a:link, .afpostinfo a:visited, .afpostinfo a:active, .afposttopic a, .afposttopic a:link, .afposttopic a:visited, .afpostreply a, .afpostreply a:link, .afpostreply a:visited
{
	color: #cc0000;
}

.aflastpost a:link, .aflastpost a:visited, .aflastpost a:active
{
	color: #cc0000;
}
.aftopicrow1, .aftopicrownew, .afcol3, .afcol4, .afcol5, .afcol6, .afsubject, .afpostinfo, .afposttopic, .afpostreply, .afpostbody, .afpostattach, .afpostsig
{
	font-size: 100%;
}
.afpostinfo 
{
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}
.afposttopic, .afpostreply 
{
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}
.afsubrow
{
	font-size:100%;
	border-bottom: solid 1px #333333;
}
.afcol1,.afcol2 
{
	border-left: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	}
	
.afcell1{
	font-weight: bold; 
 }
 
.aftopicrow1, .aftopicrownew
{
	border-bottom: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
}
.aftopicrow1 a, aftopicrow1 a:link, aftopicrow1 a:visited, aftopicrow1 a:active
{
	color: #cc0000;
}
.aftopicrownew a, aftopicrownew a:link, aftopicrownew a:visited, aftopicrownew a:active
{
	color: #cc0000;
	font-weight: bold;
}
.NTForums_Button 
{
	cursor:pointer;
	border: #000000 1px solid;
	padding-right: 2px;
	display: block;
	padding-left: 2px;
	font-weight: bold;
	font-size: 80%;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#F5F0F0, EndColorStr=#CCCCCC);
	padding-bottom: 5px;
	width: 100px;
	color: #666666;
	padding-top: 5px;
	background-color: #cccccc;
	text-align: center;
	text-decoration: none;
}
.afButton 
{
	cursor:pointer;
	border: #000000 1px solid;
	
}
.afarrow 
{
	background-color: #FFFFFF;
	border: #696969 1px solid;
		cursor:pointer;
}
.afborder 
{
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}


/* ==================================================== */
/* Active forums controls */
.afprofiledetailhidden{
	visibility:hidden;
}


/* ==================================================== */
/* System Profile Controls  */
/* ==================================================== */

.MainMenu_MenuBreak {
border-top:none;
border-bottom:none;
height: 0px;
background-color:transparent;

}
.MainMenu_MenuIcon
{
    cursor: pointer;
    border-left: none;
    border-bottom: none;
    border-top: none;
    border-right: none;
}

/* Right Panel */
#content {
	float:left;
	position:inherit;
	/*background-color: #fff;*/
	/*border: 1px solid #4f027c;*/
	/*padding: 1em;*/
	/* ie uses width of window to set width of this element*/
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width:590px;
	/*max-width: 800px;*/
	/*min-width: 400px;*/
}

#rightPanel {
	position:inherit;
	float: right;
	width: 200px; /*209px*/
	/*background-color:#0D72BA;*/
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 5px;	
	height:100%;
	color:#fff;
}

#dnn_RightPane {
	padding: 0px 0px 20px 0px;
}
#rightPanel .Head, #rightPanel h2{
color:#fff;
/*font-size:14px;*/
font-size:small;
text-align: center;
}
#rightPanel .SubHead, #rightPanel h4 {
color:#fff;
font-weight:small;
font-style: italic;
}
#rightPanel p, #rightPanel .Normal{
font-size: x-small;
}

#rightPanel a{
color:#ffffff;
border-bottom:dashed 1px #ffffff;
text-decoration:none;
}

#rightPanel a:hover{
border-bottom:1px solid;
}

/* ==================================================== */
/* System Profile Controls  */
/* ==================================================== */
/* wrap the root menu items */

.rootGroup
 {
    white-space:normal !important;    
}
/* no wrap on all subsequent levels */
.level1
{
    white-space:nowrap !important;    
}

/* Border for ALL items */
 .radmenu .item 
{
    border-bottom: 1px solid #999999;
}
 
/* extra border for all lower levels */
.level1 .item
{
    border-left: 1px solid #999999;    
}

/* top border for the first item in all lower levels */
.level1 .first
{
    border-top: 1px solid #999999;    
}

/* for radMenu horizontal section menus */
.horizontal .item
{
	margin-right:5px;
}

.white .item
{
	background:#0d72ba;
}

#indicators {
background-color:#ffd76b;
}

.indicator_box {
background-color:#c5d1e4;
font-weight:bold;
}

.indicator_box p {
margin:20px;
}

.tl_line {
	margin-top:10px;
	width:360px;
}

ul.trafficlights {
	margin:0px;
	padding:0px;
	float:right;
}

.trafficlights li {
	display:inline;
	list-style-type:none;
	padding:8px;
}

.tl_red {
	background-image:url(/Portals/51/Skins/toolkit/Images/red_sm.gif);
	background-repeat:no-repeat;
	background-position:4px left;
}

.tl_amber {
	background-image:url(/Portals/51/Skins/toolkit/Images/amber_sm.gif);
	background-repeat:no-repeat;
	background-position:4px left;
}

.tl_green {
	background-image:url(/Portals/51/Skins/toolkit/Images/green_sm.gif);
	background-repeat:no-repeat;
	background-position:4px left;
}

.tl_none {
	background-image:url(/Portals/51/Skins/toolkit/Images/none_sm.gif);
	background-repeat:no-repeat;
	background-position:4px left;
}

#content .ddactions {
clear:both;
}

.abc li {
	list-style-type:lower-alpha;
}

#toolkit_link {
	margin-top:10px;
	margin-bottom:10px;
	}

#toolkit_link a {
	background-color:#ffd76b;
	padding:10px;
}
