img {
    border:none;
	/*fixes ie<7 png 24 transparency issues*/
	behavior: url(/Portals/iepngfix.htc);
}
* { 
	margin:0;
	padding:0;
	}

/*------------solpart menu-----------------*/
/*behind all the scenes*/
.menu_container {background-color:transparent; width:590px;}

/*main menu background color (only behind text and along full width)*/
.menu_bar {background-color:transparent; cursor:pointer;}

	.root_menu_item {}
	/*main menu item idle (background + general text formatting)*/
	.root_menu_item td  {text-align:center; }
	/*main menu item idle (background + specific text formatting)*/
	.root_menu_item td span {color:#46392e; font-size:11px; font-weight:bold; margin:0 2px 0 2px; padding:2px 6px 2px 6px;}
	/*main menu hover!!*/
	.root_menu_item_selected {}
	.root_menu_item_selected td {text-align:center;}
	.root_menu_item_selected td span{color:#fff; font-size:11px; font-weight:bold; margin:0 2px 0 2px; padding:2px 6px 2px 6px; background:#f1914f;}
	/*Root Menu a:active*/
	.root_menu_item_active {}
	.root_menu_item_active td {text-align:center;}
	.root_menu_item_active td span{color:#fff; font-size:11px; font-weight:bold; margin:0 2px 0 2px; padding:2px 6px 2px 6px; background:#f1914f;}
	/*controls background of current main menu item (disable root_menu_item td span background first)*/
	.root_breadcrumb {}
	.root_breadcrumb td {text-align:center;}
	.root_breadcrumb td span {color:#fff; font-size:11px; font-weight:bold; margin:0 2px 0 2px; padding:2px 6px 2px 6px; background:#f1914f;}
		
		/*only use for submenu idle text*/
		.menu_item {color:black; cursor:pointer;}
		/*submenu idle (background, text control is in menu_item)*/
		.submenu {background-color:white; border:1px solid #eae7e2;}
		/*submenu hover (background + text)*/
		.submenu_item_selected {background-color:white; color:black; text-decoration:underline;}

.menu_icon {display:none; }

.submenu_item_active { }
.submenu_breadcrumb { }
/*submenu hover text so far (however, use submenu_item_selected for hover), overrridden by root_menu_item*/
.menu_mouseover {color:;}
.separator { }
.menu_arrow { }
.menu_rootarrow { }
.menu_break { }

/*------------general formatting---------------*/

li {
}

/*text*/
.normal {padding:2px 0 2px 0;}
.normal,div,span,p,td,th,li,a{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#333; }
/* style for module titles */
.head{font-family:Verdana, Arial, Helvetica, sans-serif;color:#46392e; font-size:10pt;font-weight:bold; padding:0 5px 0 0;}
/* style of item titles on edit and admin pages */
.subhead{font-family:Verdana, Arial, Helvetica, sans-serif;color:#46392e; padding:0 5px 0 0;}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {font-family: Tahoma, Arial, Helvetica; font-size:  11px; font-weight: bold; color: #46392e;}

/*links & buttons*/
a:link{color:#46392e;text-decoration:underline;}
a:visited{color:#46392e;text-decoration:underline;}
a:hover{color:#ccc;text-decoration:none;}
a:active{color:#000;text-decoration:none;}

/*links and buttons for register and login*/
a.user:link{color:#333;text-decoration:underline;}
a.user:visited{color:#333;text-decoration:underline;}
a.user:hover{color:#333;text-decoration:none;}
a.user:active{color:#333;text-decoration:none;}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

.venturebutton{
	background:url(/Portals/ventureexpeditions/login.gif) no-repeat;
	width:62px;
	height:20px;
}

H1  {
    font-family: Verdana, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #46392e;
}

H2  {
    font-family: Verdana, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #46392e;
}

H3  {
    font-family: Verdana, sans-serif;
    font-size:  10pt;
    font-weight:    normal;
    color: #46392e;
}

H4  {
    font-family: Verdana, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #46392e;
}

H5, DT  {
    font-family: Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #46392e;
}

H6  {
    font-family: Verdana, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #46392e;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #46392e;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #46392e;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



