/* JIM BRICKMAN CRUISE */

body {
	/* background-image: url(/portals/38/images/background_bu.jpg); */
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#5dd4d4;
}

/* affects built-in text in DNN modules - 
Login -"User Name," "Password"  
Blog - "Keywords" "Phrases" "View All Recent Entries"
Helfer form - "Name" "Email"
*/

label{
color:#738ec9; 
font-family:Arial, Helvetica, sans-serif; 
size:12px;
}


/* copyright text */
.SkinObject, td {
	font-size: 12px;
font-weight: normal;
font-family: Geneva,Arial,Helvetica,sans-serif;
color: #000000;
}

/* pagemaster contains skinmaster */
#pagemaster {
	width:100%;
	height:80%; /* keeps page height from scaling too high */	
	background-color:transparent;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* skinmaster contains top, nav, left, center, right and bottom panes */
/* width & margin force all panes to CENTER with background */
#skinmaster {
	width:900px; /* should be exactly the width you want to center, Firefox will cascade down the left without this */ 
	background-image: url(http://www.jimbrickmancruise.com/portals/_default/Skins/BrickmanCruise/images/Cruise2013-Skinmaster-BG.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 100%;
	background-color:transparent;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin:0px auto 0px auto; /* absolutely necessary keeping contents centered : top (beyond pane), rightspace, bottom, leftspace */
	padding:0px;
	border: 1px solid transparent;
}



.skinheader {
}

.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}

#navpane  { 
	background-color: transparent; 
	background-position: center; 
	text-align: center;
	text-shadow:#3333CC;
	width: 900px; 
	height: 60px; 
	overflow: visible;
	padding-top:0px; /* keeps the nav text centered vertically */	
	margin: 22px auto 0px auto;
}
#CountdownTicker {
margin: 208px 0px 0px 100px;
height: 85px;
width:327px;
border:0px solid green;
}
.audiopane {
width: 265px;
height: 51px;
margin: 11px 0px 0px 317px;
border: 0px solid #f15278;
}

#ContentArea {
width: 900px;
height: auto;
margin: 13px 0px 0px 0px;
background-image: url(http://www.jimbrickmancruise.com/portals/_default/Skins/BrickmanCruise/images/Cruise2013-ContentArea-BG.jpg);
background-repeat:repeat-y;
}

.controlpanel {
	background-color:transparent;  /* anything but transparent, a 20 px high color bar goes across top of PC Int Explorer */	
	border:0px;
	width:900px; /* keeps control panel centered */	
	text-align: center;
	margin: 0px auto;
}
.toppane {
	background-color:transparent;
	text-align: center;
	width:874;
	margin: 0px auto 0px auto;
	}
	
.leftpane {
	width: 215px;
	height:auto;
	background-color:transparent;
	margin: 0px 20px 0px 13px;
	border: 0px solid green;
	float:left;
}

.contentpane {
	width:635px;
	background-color:transparent;
	margin: 0px 13px 0px 0px;
	border: 0px solid blue;
	float:left;
}

.bottompane {
	width:874px;
	background-color: transparent;
	margin: 0px auto 0px auto;
	border: 0px solid orange;
	clear:both;
}

#FooterPane {
width: 900px;
height: 122px;
background-image: url(http://www.jimbrickmancruise.com/portals/_default/Skins/BrickmanCruise/images/Cruise2013-Footer-BG.jpg);
text-align: center;
border: 0px solid red;
}

.clear {
clear:both;
}


.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;

}

/* nav main text controls */
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #f15278; 
	font-size: 14px; 
	font-weight: bold;
	text-transform: uppercase;
	border-left-width: 0px; /* set border-left-width to 1 for a vertical separator between menus */
	border-color: #ccccc;
	border-left-style: solid;
	background-color: Transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/    
	padding: 0px 12px 2px 12px;	   /* vert seperator dimensions: top (beyond pane), rightspace, bottom, leftspace */
}


/* rollover - nav main text */
.main_dnnmenu_itemhover {  
	color: #5dd4d4;
	background-color: Transparent; 
}


/* nav drop-down text controls */

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #F15278; /* color of text that first drops down */
	font-size: 14px; 
	font-weight: bold;
	/*text-transform: uppercase;*/
	background-color: Transparent;
	border-bottom-width:0px; /* set to 1 for a horizontal separator between menus */
	border-color: #cccccc;
	border-bottom-style: solid;
	background-color: Transparent;font-family: Geneva, Arial, Helvetica, sans-serif;
	white-space: nowrap;  /* Word wrapping menu item now optional */
	padding: 4px 5px 2px 0px;	  /* drop-down spacing: top (beyond pane), rightspace, bottom, leftspace */
	                /* padding also affects drop-down vert heights */
}


/* rollover - nav drop-down text */
.main_dnnmenu_itemhover td {
	color: 5DD4D4;  
	background-color: #FFF5E3; 
}

/* nav drop-down arrow for more than 1 drop-down area */
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	color:#000000;
	text-align: center; 
	vertical-align: middle;
	width: 15px; 
	height: 100%;
}

/* drop-down menus - overall area */
.main_dnnmenu_submenu {
	background-color: #FFF5E3;  
	z-index: 1000; /* should help to position div layer order, but here it does nothing */
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#a28f5d', Direction=135, Strength=0); 
	padding: 0px 0px 0px 0px;   /* must explicitly set padding for sub-menus */
}


.main_dnnmenu_break {
	height: 2px;
	font-size: 10px;
}

.main_dnnmenu_arrow {
	display: none;
	color: 000000;
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	display: none;
	color: 000000;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}


#dnn_dnnTERMS_hypTerms {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: Arial, Helvetica;
	color: 738ec9;
}

#dnn_dnnPRIVACY_hypPrivacy {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: Arial, Helvetica;
	color: 738ec9;
}


#dnn_dnnLOGIN_cmdLogin {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
	font-family: Arial, Helvetica;
	color: 738ec9;
	text-transform:uppercase;
}

/* Login button, every button */
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}

/* text style : module titles in admin, Blog headlines */
.Head {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 3554a5;
}

/* text style : subpage headlines */
H1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #f15278 !Important;
	padding-top:30px;
	padding-bottom:10px;
}

/* text style : this is for most internal text that is rendered by modules 
Blog Module - "There are no blogs in this portal" "Search" button */
.Normal{
	font-size: 12px; 
	font-weight: normal;
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	color: #000000;
}

A:link  {
	font-size: 12px; 
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	color: 3554a5;
}

A:hover {
	font-size: 12px; 
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	color: 738ec9;
}

A:visited   {
	font-size: 12px; 
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	color: 3554a5;
}

A:active    {
	font-size: 12px; 
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	color: 3554a5;
}



/* admin header text: 'ContentPane', 'LeftPane', 'RightPane', etc. 
Blog Module - Calendar - "Archive" "Monthly" */

.SubHead{
	font-size: 12px; 
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#3554a5;
	background-color: transparent;
	margin:0px; 
	padding:0px;
}



/* text style for buttons and link buttons used ONLY in the admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used ONLY in the admin pages */
A.CommandButton:link {
	color: 3554a5;
}

A.CommandButton:hover    {
	color: orange;
}



/* BRENDAN ADDED */


/* footer contains sub_promos 1,2,3 on all pages */

.footer{
	width:800px;
	text-align:center;
	background-color:transparent;
	margin:0px auto 0px auto; /* absolutely necessary to keep contents centered */
	padding:0px;
}

.footerpromo1{
margin: 0px 20px 0px 20px;
text-align:center;
float:left;
}

.footerpromo2{
margin: 0px 0px 0px 0px;
text-align:center;
float:left;
}

.footerpromo3{
margin: 0px 0px 0px 20px;
text-align:center;
float:left;
}








/* Login Styles */

.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

