	 

/* ***** Fix for IE bug ***** */
img {
position: relative;
}

body {
font-size:12px;
background-color:#888888;
margin:0;
padding:0;
}
/* ***** Standard text styling ***** */
td, th, div, td a, td a:link {
font-family: "trebuchet ms",arial,tahoma,verdana;font-size:12px; color:#aaa;
}
a,a:link,a:visited {
color:#a3baff; text-decoration:underline; 
}
a:hover{
color:#999999; text-decoration:underline;
}
.Normal{
font-family: arial,tahoma,verdana;
font-size:12px;color:#000; 
line-height:20px;
}
.Normal ul {
margin: 0px 10px 0px 25px;padding:5px 0;
}
.skinObject {
color:#000;
font-weight:normal;
}
.Head {
color:#000;
}
.SubHead {
color:#2e3192;
}

.SubHead a:link, .SubHead a:visited {
color:#2e3192;
}
.DataGrid_Header {
color:#000000;
}
.Normal .CommandButton, .Normal .CommandButton a, .CommandButton, .CommandButton a {
color:#000;
}
.NormalTextBox {
	border:1px solid #999999;
}

h2.blog_title, h2 .blog_title, .blog_title {
font-family:"trebuchet ms",arial, tahoma, verdana;
font-size:20px;
color:#ff0000;
}
.SideForm .CommandButton {
	border:1px solid #000;
	background-color:#fff;
	text-decoration:none;
	padding:2px 5px;
	margin:0px;
}
.MainForm td  {
 padding: 3px; 
}

.TitleHeader {
	color:#ffffff;
}
.OwnerHeader {
	color:#ffffff;
}
.CategoryHeader {
	color:#ffffff;
}
.ModifiedDateHeader {
	color:#ffffff;
}
.SizeHeader {
	color:#ffffff;
}
.DownloadHeader {
	color:#ffffff;
}

.DNNEmptyPane {
width:0px;
height:0px;
}

/* ***** Wrapper for all Content ***** */
#container {
width:774px;
clear:both;
display:block;
text-align:center;
margin:0 auto;
border:1px solid black;
margin-top:15px;

}

#container td {text-align: left;}

/* ***** Narrow Bar at very top ***** */
#top {
width:654px;
height:74px;
background:url(images/topback.gif) no-repeat;
background-color:#ffffff;
font-size:24px;
color:#000;
font-family:"trebuchet ms", arial, tahoma;
padding-top:40px;
padding-left:120px;
text-align:left;
}


#title {
width:253px;
height:254px;
background:url(images/cross.gif) no-repeat;
float:right;
}

#menu2 {
	background:url(images/menuback.gif) no-repeat;
	width:774px;
	height:28px;
}

/* ***** footer area at very bottom ***** */
.footerclass {
font-weight:normal;font-size:10px;
}
#footer {
height:91px;
width:774px;
font-family:"Trebuchet MS",arial,verdana,tahoma;
font-size:11px;
line-height:16px;
color:#9b9b9b;
padding-top:0px;
text-align:center;
background:url(images/footerback.gif) no-repeat;
padding-left:20px;
}

#footer a {
font-family:arial,tahoma,verdana;font-size:10px; color:#9b9b9b; text-decoration:underline; 
}
#footer a:hover{
color:#990000;
}

/* ***** Whole content area ***** */

#content {
width:774px;
clear:both;
padding-top:0px;
padding-bottom:0px;
background:url(images/contentback.gif) no-repeat;
background-color:#051085;
}

#right {
display:inline;
border:0px solid #000000;
padding:0px;
width:734px;
float:right;
margin:0px;
margin-right:20px;
margin-left:20px;
}
#filler {
	clear:both;
}



/*  NavMenu styles start here */

#nav2 ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:auto;
    background-color:none;
	margin-top:7px;
	margin-right:3px;
}

#nav2 li {
  position: relative;
  float:left;
  height : 16px;
  line-height : 16px;
  list-style: none;
}
#nav2 li li{
  position: relative;
  float:left;
  height : 25px;
  line-height : 25px;
  list-style: none;
}

#nav2 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
    background-color:#333;
}


#nav2 a {
    font-size:12px;
	display:block;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
     padding :0px 10px 0px 10px;
    color:#a3baff;
	font-family:"Trebuchet MS",arial, tahoma, sans-serif;	
}

#nav2 li li a {
    width:12em;
	height:28px;
	line-height:28px;
	text-align:left;
	border-bottom:1px solid #555;
}

#nav2 li a:hover {
	color:#fff;
}
#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: 28px;
	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;
}
