@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, p, a{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul{list-style:none; margin:0; padding:0;}

body{
	background:#e5ddbf url(images/body.gif) repeat-y top center;
	
}

h3{
  font-family:georgia; 
  font-size:1.5em; 
  font-style:italic; 
  color:#790000;
  margin-bottom:4px;
  }
  
#wrapper{
	width:940px; margin:0 auto;
	background:#fff;
	padding:0 0 35px 0;
	}
	
#branding{
	position:relative;
	height:125px;
	background:url(images/branding_apple.gif) no-repeat 575px bottom;
}

#branding h1{
	text-indent:-999em;font-size:0em;
}

#branding img{position:absolute; top:20px; left:0;}
#AdminHostList{position:absolute; bottom:10px; right:0;}
span.loginlinks{position:absolute; top:10px; right:0;}
#nav{float:left; background:#e9e2c4 url(images/menu-bg.gif) no-repeat top left; width:940px; margin:4px 0;}

#nav ul{margin-left:20px; }
#nav li{list-style-type:none;float:left; width:146px; margin:0 2px;  text-align:center;}

.SelectedTab{font-weight:normal;font-size:1em; }

#nav li a{
	font-size:0.875em; 
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	padding:8px 0; 
	display:block; 
	color:#666; 
	text-transform:uppercase;
	text-decoration:none;
	 }
	 
	 #nav li a:hover{background:#f4f0e1;}
	 #content{float:left; margin:8px 0px 30px 20px; background:url(images/sidebar.gif) repeat-y top right;}
	 #contentpane_wrap{width:570px;/*width:618px;*/ float:left; }
	 #sidebar{width:317px; margin-left:31px;float:left; height:100%;}
	 /*Need to Convert to dnn_sidebarpane when in portal*/
	 #sidebarpane{padding:10px 10px 10px 15px;}	
		
	 
	 h2{font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:1.5em; line-height:1.5em; color:#006600;}
	 h2 + h3{font-size:0.825em; margin-bottom:5px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;}
	 #footer{ padding:6px 0;clear:both; float:left; width:940px; border-top:1px solid #e9e2c4; border-bottom:1px solid #e9e2c4; margin-bottom:35px;}
	 #footer p{width:50%; float:left;font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#663300;}
	 h6{float:right; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#663300;}
	 h6 a, #footer p a{color:#663300;}
	 h6 a:hover, #footer p a:hover{font-weight:bold;}
	 

p{font-size:1.125em; }
p img{margin-top:0.625em;}




/* Doc manager */

.SubTitle
{
   font-style:italic;
   font-family:Comic Sans MS;
   font-size:12px;
}

.Title
{
  /* color:#12127D;*/
 color:#701507;
  font-size:24px;
  font-weight:bolder;
 
}

.HostSubTitle
{
   font-style:italic;
   font-family:Comic Sans MS;
   font-size:12px;
}

.HostTitle
{
 /* color:#12127D;*/
 color:#701507;
  font-size:24px;
  font-weight:bolder;
  text-align:center;
}

.HostContainerTable
{
  width:800px;
 /* border:solid 2px black; */
  /*Background-Color:#FFE8B3
  background-color:#F7907F;*/
  background-color:white;
}

.ContainerTable
{
  width:800px;
  border:solid 1px black;
  /*Background-Color:#FFF7E6;
  background-color:#FDE3DF; */
  background-color:#EAE1C4;
}

.TitleRow
{
   /*Background-Color:#FFECBF; */
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    /*background-color:#C4CCFF;*/
    background-color:#FFFFFF;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    
}
.DataGrid_Container
{
	background-color: Transparent;
	
}

.DataGrid
{
  width:100%;
  
}

.DataGrid_Footer
{
    background-color:White;
}

.DocumentManager_DataGrid_Header th
{
    /*background-color:#091A86;*/
    background-color:#701507;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.DataGrid_Item
{
    /*background-color:#8898FF;*/
    background-color:#EAD4C3;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: #D6D6D6;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
}


