	 
* {
margin:0;padding:0;
}
/* ***** Fix for IE bug ***** */
img {
position: relative;
}

body {
font-size:12px;
background:url(images/background.gif) repeat-x;
background-color:#565656;
margin:0;
padding:0;
}
/* ***** Standard text styling ***** */
td, th, div, td a, td a:link {
font-family: arial,tahoma,verdana;font-size:11px; color:#aaa;
}
a,a:link,a:visited {
color:#000000; text-decoration:underline; 
}
a:hover{
color:#999999; text-decoration:underline;
}
.Normal{
font-family: arial,tahoma,verdana;
font-size:12px;color:#000000; 
}
.Normal ul {
margin: 0px 10px 0px 25px;padding:5px 0;
}
.skinObject {
color:#ffffff;
font-weight:normal;
}
.Head {
color:#aaa;
}
.SubHead {
color:#aaa;
}

.SubHead a:link, .SubHead a:visited {
color:#aaa;
}
.DataGrid_Header {
color:#000000;
}
.CommandButton, .CommandButton a {
color:#aaa;
}


.DNNEmptyPane {
width:0px;
height:0px;
}

/* ***** Wrapper for all Content ***** */
#container {
width:922px;
clear:both;
display:block;
text-align:center;
margin:0 auto;
background:url(images/contentback.gif) repeat-y;
border:4px solid #232323;
}

#container td {text-align: left;}


/* ***** Narrow Bar at very top ***** */
#top {
width:922px;
height:39px;
background:url(images/topmenuback.gif) repeat-x;
background-color:#3a3a3a;
border-bottom:2px solid #282828;
margin-bottom:0;
}

#topright {
float:right;
width:250px;
height:30px;
text-align:right;
color:#ffffff;
font-weight:normal;
padding-right:6px;
padding-top:0px;
}

/*-------- search box ------------*/
#dnn_dnnSEARCH_txtSearch {
width:120px;
color:#000;
font-weight:normal;
border:1px solid #000;
background:url(images/searchbac.gif) repeat-x;
background-color:#aaaaaa;
height:20px;
padding:0px;
margin:0px;
}

#dnn_dnnSEARCH_cmdSearch img {
border:0px;
position:relative;
top:6px;
left:0px;
margin-right:5px;
margin-left:-3px;
}

#title {
width:922;
height:125px;
background:url(images/title.gif) no-repeat;
}

#flash {
width:922px;
height:264px;
z-index:-100;
}

#menu2 {
width:922px;
height:39px;
background:url(images/topmenuback.gif) repeat-x;
background-color:#3a3a3a;
border-bottom:2px solid #282828;
margin-bottom:0;
}

/* ***** footer area at very bottom ***** */
.footerclass {
font-weight:normal;font-size:10px;
}
#footer {
height:20px;
font-family:"Trebuchet MS",arial,verdana,tahoma;
font-size:10px;
line-height:16px;
color:#ffffff;
padding-top:0px;
text-align:center;
}

#footer a {
font-family:arial,tahoma,verdana;font-size:10px; color:#999999; text-decoration:underline; 
}
#footer a:hover{
color:#ffffff;
}

/* ***** Whole content area ***** */

#content {
width:922px;
clear:both;
padding-top:10px;
}
/* ***** Left column - leftpane ***** */
#toppane {
margin:0 20px;
width:925px;
display:block;
}
#left {
float:left;margin-left:15px;width:615px;display:inline;
}
/* ***** Right column - several panes ***** */
#right {
float:right;margin-right:15px;width:255px;display:inline;
}
#righttop {
clear:both;font-family:arial,tahoma,verdana;font-size:11px;
}
#leftbottomleft {
width:320px;float:left;
}
#leftbottomright {
width:320px;float:right;
}
/* ***** Bottom pane ***** */
#bottom {
width:925px;clear:both;font-family:arial,tahoma,verdana;font-size:11px;margin:0 20px;
}
/* ***** Filler to fix CSS bug ***** */
#filler {
clear:both;
}

.ListTable .ListHeader   {
	background-image:none; 
	background-color:#333333;
	color:#aaaaaa; 
}

/*  NavMenu styles start here */

#nav ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:auto;
    background-color:none;
	z-index:1000;
}

#nav li {
  position: relative;
  float:left;
  height : 39px;
  line-height : 39px;
  list-style: none;
}
#nav li li{
  position: relative;
  float:left;
  height : 25px;
  line-height : 25px;
  list-style: none;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#333;
}


#nav a {
    font-size:11px;
	display:block;
    text-decoration:none;
    text-align:center;
    font-weight:normal;
     padding :0px 20px 0px 20px;
    color:#fff;
    border-left:1px solid #525252;
    border-right:1px solid #282828;	
	font-family:"Trebuchet MS",arial, tahoma, sans-serif;
}

#nav li li a {
    width:12em;
	height:25px;
	line-height:25px;
	text-align:left;
	border-bottom:1px solid #555;
}

#nav li a:hover {
    border-left:1px solid #525252;
    border-right:1px solid #282828;	
	background:url(images/menuhover.gif) repeat-x;
}
#nav li li a:hover {
    border-left:1px solid #525252;
    border-right:1px solid #282828;	
	border-bottom:1px solid #777;	
    background-color:#555;
}
#nav li a.SelectedTab {
    font-size:1.12em;
    background-color: #FFF;
}
#nav .DisabledTab {
    color:#ccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li.iehover ul {
	top: 39px;
	left:0;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,  
#nav li li li.iehover ul {
	top: 0;
	left:12.8em;
}










/*  NavMenu styles start here */

#nav2 ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:auto;
    background-color:none;
	z-index:1000;
}

#nav2 li {
  position: relative;
  float:left;
  height : 39px;
  line-height : 39px;
  list-style: none;
  	z-index:1000;
}
#nav2 li li{
  position: relative;
  float:left;
  height : 25px;
  line-height : 25px;
  list-style: none;
  	z-index:1000;
}

#nav2 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#333;
}


#nav2 a {
    font-size:11px;
	display:block;
    text-decoration:none;
    text-align:center;
    font-weight:normal;
     padding :0px 13px 0px 12px;
    color:#fff;
    border-left:1px solid #525252;
    border-right:1px solid #282828;	
	font-family:"Trebuchet MS",arial, tahoma, sans-serif;	
}

#nav2 li li a {
    width:12em;
	height:25px;
	line-height:25px;
	text-align:left;
	border-bottom:1px solid #555;
}

#nav2 li a:hover {
    border-left:1px solid #525252;
    border-right:1px solid #282828;	
		background:url(images/menuhover.gif) repeat-x;
}
#nav2 li li a:hover {
    border-left:1px solid #525252;
    border-right:1px solid #282828;	
	border-bottom:1px solid #777;	
    background-color:#555;
}
#nav2 li a.SelectedTab {
    font-size:1.12em;
    background-color: #FFF;
}
#nav2 .DisabledTab {
    color:#ccc;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#nav2 li:hover ul ul,
#nav2 li:hover ul ul ul,
#nav2 li:hover ul ul ul ul,
#nav2 li.iehover ul ul,
#nav2 li.iehover ul ul ul,
#nav2 li.iehover ul ul ul ul{
  left: -999em;
}

#nav2 li:hover ul, 
#nav2 li.iehover ul {
	top: 39px;
	left:0;
}
#nav2 li li:hover ul,
#nav2 li li li:hover ul,
#nav2 li li.iehover ul,  
#nav2 li li li.iehover ul {
	top: 0;
	left:12.8em;
}

#nav2258 {
display:none;
}

