/*

	Drensky Style Sheet for Hart Island Project
	Last Update: 09/18/2008

*/


body
{
	padding: 35px 0px 35px 0px;
	background-attachment: fixed;
	background-color: #000000; /*  #33335C;  */
	background-image: url(images/1009bg.jpg);
	background-repeat: no-repeat;
}

body,input
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* color: #33335C; */
	color: #333333;
}

p {

	line-height: 15px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



p a:link, p a:visited, p a:active { text-decoration:underline; }
p a:hover {text-decoration:none; }

#whiteContainer {
	position:relative; 	
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF; 
	margin-bottom:15px;
}
#whiteBox {
	position:absolute; 
	text-align:center;
	padding:5px; 
	background-color:#FFFFFF; 
	border: 1px solid #CCCCCC;
	width:115px;
}

#whiteBox a:link, #whiteBox a:visited, #whiteBox a:active {  color:#FF3366;   }
#whiteBox a:hover { background-color:transparent; font-weight:bold;}


/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    /* color:#000033; */
	color: #333333;
}
.NormalDisabled
{
    color: Silver;
}
.NormalDark
{
    color: #000033;
}
.NormalBold
{
    font-weight: bold;
}
.NormalRed
{    
    color: #660000;
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
}
.ControlPanel 
{
    padding: 10px;
}
/*	Green buttons for login and/or register links	background-color:#ABB930;*/
.top_login
{
	position:relative;
	float: right;
	width: 100px;
	height:22px;
	margin-top:60px;
	margin-right: 25px;
	padding-top:6px;
	background: transparent  url('images/WhiteTrans.png') repeat;
	text-align:center;
}
a:link.LoginSkinItem, a:link.UserSkinItem, a:visited.LoginSkinItem, a:visited.UserSkinItem, a:active.LoginSkinItem, a:active.UserSkinItem  {
    color: #CC3366;
    text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
font-weight:bold;
	/*	text-transform:lowercase;
*/
}
a:hover.LoginSkinItem, a:hover.UserSkinItem {
	color: #CC3366;
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
font-weight:bold;
	/*	text-transform:lowercase;
*/
}

/* DotNetNuke Admin Menu */
#adminmenu 
{
    position: absolute;
    top: 50px;
    right: -145px;
    padding: 5px 0 5px 20px;
    margin: 0;
    background-color: #fff;
}
/*** end DNN styles overrides ***/

a:link, a:visited
{
/* color: #000033; */
color: #CC3366;
text-decoration: none;
padding: 2px;
}

a:hover
{
/* background-color:  #72724B;;
color: #000077; */
color:#000033;
background-color: #FFFFCC;
text-decoration: none;
padding: 2px;
}

a:active
{
color: #000044;
/* color: #000066; */
text-decoration: underline;
}


h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
/* background-image: url('images/db1.gif'); */
}

h4
{
font-size: 1.2em;
padding-right: 28px;
/* background-image: url('images/db2.gif'); */
}

.contentarea
{
padding-top: 0px;
}


img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #CACACA url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}



#outer
{
	z-index: 2;
	
	/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
	width: 915px;
	border: 2px ridge #EBEBEB;
	background: transparent url('images/grayTrans.png') repeat;
	margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 100px;
background: #fff url('images/clip3_top.jpg') no-repeat;
margin-bottom: 1px;
}

#headerpic
{
position: relative;
height: 80px;
background: #fff url('images/clip3_bottom.jpg') no-repeat top left;
margin-bottom: 1px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0px 10px 5px 10px;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#search
{
position: absolute;
width: 250px;
top: 40px;
left: 600px;
}


.spacer
{
	position:relative;
	float:right;
	margin-top:80px;
	margin-right: 5px; 	
	width:10px;
}

/******************************************************/
.SkinItemSearch
{
    background: #ABB930 url('images/menubg.gif') repeat-x;
    border: solid 1px #5F6800;
    padding: 5px 10px;
    font-size: 10px;
	font-weight:bold;
    color: #FFFFFF;
}
a.SkinItemSearch
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.SkinItemSearch
{
    text-decoration: underline;
}
#dnn_dnnSEARCH_txtSearch
{
	/*margin-right: 0.5em;*/
	border-top: solid 1px #000000;
	border-right: 0px;
	border-bottom: solid 1px #777777;
	border-left: 0px;
	padding: 2px;
	width: 100px;
	font-family: tahoma;
	color:#333333;
}
#menu
{
	position: relative;
	font-family:Georgia;
	background: #fff url('images/greenTop.png') repeat-x;	
	height: 28px;	
	padding-top:1px;
	padding-bottom:1px;
	border-bottom: 1px inset #FFFFFF;
	background-color: none;
}

/* Dren testing submenu positioning */
.MainMenu_MenuIcon {
	display: none;
}
.ModuleTitle_MenuIcon {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
/* DREN SOPA -- 10/13
Nothing has changed - this class was taken from the default DNN Skins (Gray) */
.MainMenu_MenuItem td { /*TD if menu option for using tables is on*/
	color:#666666;
  	padding-top:3px;
  	padding-bottom:3px;
/*	text-transform:lowercase; */
}
.MainMenu_MenuItem { /*TD if menu option for using tables is on*/
	color:#666666;
  	padding-top:3px;
  	padding-bottom:3px;
/*	text-transform:lowercase; */
}


.MainMenu_RootMenuItem  { /*TD if menu option for using tables is on*/
	font-size:11px;
	letter-spacing:1px;
	font-family:Georgia;
	height:28px;
	font-weight:bold;
	text-transform:lowercase;
	color:#FFFFFF;
	padding-right:40px;	
	padding-left:25px;
	padding-top:0px;
  	padding-bottom:0px;
}
.MainMenu_RootMenuItem td { /*TD if menu option for using tables is on*/
	font-size:11px;
	letter-spacing:1px;
	font-family:Georgia;	
	height:28px;
	font-weight:bold;
	text-transform:lowercase;
	color:#FFFFFF;
	padding-right:40px;	
	padding-left:25px;
	padding-top:0px;
  	padding-bottom:0px;
}

.MainMenu_RootMenuItemSelected {
	font-size:11px;
	letter-spacing:1px;
	font-weight:bold;
	height:28px;
	font-family:Georgia;	

	text-transform:lowercase; 
	background: transparent;
	padding-right:40px;	
	padding-left:25px;
	padding-top:0px;
  	padding-bottom:0px;
}
.MainMenu_RootMenuItemSelected td {
	font-size:11px;
	letter-spacing:1px;	
	font-weight:bold;
	font-family:Georgia;	
	height:28px;

	text-transform:lowercase; 
	background: transparent;
 	padding-right:40px;	
	padding-left:25px;
	padding-top:0px;
  	padding-bottom:0px;
}
.MainMenu_RootMenuItemActive {
		color:#FF3366;
	text-transform:lowercase; 
	letter-spacing:1px;
	height:28px;
	font-family:Georgia;
	font-size:11px;
	font-weight:bold;	
	padding-right:40px;		
	padding-left:20px;
	padding-top:0px;
  	padding-bottom:0px;
}
.MainMenu_RootMenuItemActive td {
	color:#FF3366;
	text-transform:lowercase; 
	letter-spacing:1px;
	font-family:Georgia;
	height:28px;
	font-size:11px;
	font-weight:bold;	
	padding-right:40px;		
	padding-left:20px;
	padding-top:0px;
  	padding-bottom:0px;
}
/* Did not work so far... another attempt 12/23 
It worked with this one but just the initial state:
*/
.main_dnnmenu_submenu {
	width: 115px;
	background: transparent  url('images/subWhite.png') repeat;	
	z-index: 1000;
	font-weight:normal;
	margin-left:0px;
	padding-top:2px;
	padding-left:10px;
	padding-right:2px;
	border-top: 2px solid #72724B;
	border-right: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
	border-left: 2px solid #EBEBEB;
}
.MainMenu_SubMenuItemSelected td {

	font-weight:normal;
	background: transparent;

  	padding-top:3px;
  	padding-bottom:3px;
}
.MainMenu_SubMenuItemSelected {

	font-weight: normal;
	width:110px;
	background: transparent;
	
  	padding-top:3px;
  	padding-bottom:3px;
}

/*********************************************************************************/
/* ****************************************************************** */

/*        Dren testing UDT color changing          */



.Normal UDT_Table_AlternateItem
{
	color:#000033;
	background-color: whitesmoke;
}



/* ****************************************************************** */
#content
{
padding: 0px 0px 0px 0px;
}

#primarycontainer
{
float: left;
margin-right: -15px;
width: 80%;
}

#primarycontent
{
margin: 10px 15px 0px 0px;
}

#secondarycontent
{
margin-top: 10px;
float: right;
width: 250px;
}

#footer { /* 	background: #404010 url('images/menuactive.gif') repeat; */
	position: relative;
	height: 12px;
	border-top: 2px ridge #EBEBEB;
	padding-top: 12px;
	background: #D1D1D1 url('images/footer2.jpg') no-repeat;
	font-size: 11px;
	color:#000033;
}

#footer .left
{
position: absolute;
left: 10px;
bottom: 5px;
}

#footer .right
{
position: absolute;
right: 10px;
bottom: 5px;
}

#footer a:link, #footer a:visited, #footer a:active  { color:#000033; text-decoration:underline }
#footer a:hover { color: #000033; text-decoration:none }


.DLeftPane{max-width: 220px; margin-right: 20px; margin-left:10px; padding-top: 3px; /*border-right:1px solid #cccccc*/}
.DContentPane{ height: 100%;width: 100%; padding-top:0px;padding-left:0px; padding-right:0px;}
.DRightPane{max-width:280px; margin-left: 20px; margin-right:10px;/* border-left: 1px solid #cccccc;*/}
