/*Global min width, ie/mozilla set min width dif(dont change skin specific)*/
html { min-width: 750px; }
.minwidth{width:750px;}

/*Option widths - these can be changed in portal.css*/
.setwidth{width:760px;}
.skinleftpane{width:250px;}
.skinrightpane{width:180px;}

.skinimage{
	width:200px;
	height:200px;
	background-image: url(SideImages/woman.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*FontStylin - needs to be early because of cascades*/
.Normal,P,SPAN,TD{
	font-family:Helvetica,tahoma,verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#555555;
} 
A, A:link,A:hover,A:active,A:visited{
	font-family:Helvetica,tahoma,verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	color:#333333;
}
A:hover{
	color:#006600;
}

.OtherTabs, A.OtherTabs, A.OtherTabs:link,A.OtherTabs:hover,A.OtherTabs:active,A.OtherTabs:visited{
	font-family:tahoma,verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#777777;
}
A.OtherTabs:hover{
	color:#006600;
}
.SelectedTab, A.SelectedTab, A.SelectedTab:link,A.SelectedTab:hover,A.SelectedTab:active,A.SelectedTab:visited{
	font-family:tahoma,verdana;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
}
A.SelectedTab:hover{
	text-decoration:none;
	color:#C4DF9B;
}

.Head{
	font-family:"Century Gothic",tahoma,verdana;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#444444;
	text-transform:uppercase;	
}


.skincontentpane{}
.skinrightpane{
padding-bottom:150px;
	background-image:   url(Themes/Grey/rightsplatter.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.skinleftpane{
}
.skintoppane{
}

body{
scrollbar-base-color:#555555;
scrollbar-highlight-color:#555555;
scrollbar-shadow-color:#555555;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#aaaaaa;
}
.bg{border:solid 1px #555555;}
.bgmenu{background-image:   url(Themes/Grey/bg.gif);}
.bgtop {
	background-image:   url(Themes/Grey/topsplatter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bgbody{
	background-image:   url(Themes/Grey/bottomsplatter.gif);
	background-repeat: no-repeat;
	background-position: 20% top;
	padding-top:37px;
	pagging-bottom:10px;
}
.bgfooter{}




/*MENU*/
.MainMenu_MenuContainer, .MainMenu_MenuContainer TD, .MainMenu_MenuContainer TR, .MainMenu_MenuBar, .MainMenu_MenuBar TD, .MainMenu_MenuBar TR,.MainMenu_SubMenu, .MainMenu_MenuBreak, .MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; 
	background-color:transparent; background-image:none; width:auto; height:auto; filter:none;
}

.MainMenu_SubMenu{
	border-left: #555555 1px solid; border-bottom: #555555 1px solid; border-top: #555555 4px solid; border-right: #555555 1px solid;;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135, Strength=1);; 
}

.MainMenu_SubMenu .MainMenu_MenuItem, .MainMenu_SubMenu .MainMenu_MenuIcon , .MainMenu_SubMenu .MainMenu_MenuArrow{
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid; 
	background-color: #ffffff;
	color: #555555;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel{
	border-left: #555555 1px solid; 
	border-bottom: #555555 1px solid; 
	border-top: #555555 1px solid; 
	border-right: #555555 1px solid; 
	background-color: #555555;
	color:#C4DF9B;
}

.ModuleTitle_MenuBreak{
	background-color: #ffffff;
}

TR.MainMenu_MenuBar TD, TR.MainMenu_MenuBar TD.MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; ;
	color:#ffffff;
	background-color: Transparent;
}

TR.MainMenu_MenuItemSel TD, TR.MainMenu_MenuItemSel TD.MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; ;
	color:#C4DF9B;
	background-color: Transparent;
}

.MainMenu_MenuContainer TD{
	font-family:tahoma,verdana;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;	
}

.MainMenu_SubMenu TD{
	font-family:tahoma,verdana;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;	
}

TD.MainMenu_MenuIcon{
	width:10px;
	text-align: left;
	display:none; ;
}
TD.MainMenu_RootMenuArrow, TD.MainMenu_MenuArrow{
	width:10px;
	text-align: right;
}

.MainMenu_MenuContainer TABLE{
	width:auto;;
	height:16px;
}

.MainMenu_SubMenu TABLE{
	width:130px;
}

.MainMenu_SubMenu TD{
	height:auto;;
}

/*ACTIONS*/

.ModuleTitle_MenuContainer, .ModuleTitle_MenuContainer TD, .ModuleTitle_MenuContainer TR, .ModuleTitle_MenuBar, .ModuleTitle_MenuBar TD, .ModuleTitle_MenuBar TR,.ModuleTitle_SubMenu, .ModuleTitle_MenuBreak, .ModuleTitle_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; 
	background-color:transparent; background-image:none; width:auto; height:auto; filter:none;
}

.ModuleTitle_SubMenu{
	border-left: #555555 1px solid; border-bottom: #555555 1px solid; border-top: #555555 4px solid; border-right: #555555 1px solid;;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135, Strength=1);; 
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItem, .ModuleTitle_SubMenu .ModuleTitle_MenuIcon , .ModuleTitle_SubMenu .ModuleTitle_MenuArrow{
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-right: #ffffff 1px solid; 
	background-color: #ffffff;
	color: #555555;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItemSel{
	border-left: #555555 1px solid; 
	border-bottom: #555555 1px solid; 
	border-top: #555555 1px solid; 
	border-right: #555555 1px solid; 
	background-color: #555555;
	color:#C4DF9B;
}

.ModuleTitle_MenuBreak{
	background-color: #ffffff;
}

.ModuleTitle_SubMenu TD{
	font-family:tahoma,verdana;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	text-align:left;	
}

TD.ModuleTitle_MenuIcon{
	width:10px;
	text-align: left;
}

TD.ModuleTitle_RootMenuArrow, TD.ModuleTitle_MenuArrow{
	width:10px;
	text-align: right;
}

.ModuleTitle_SubMenu TABLE{
	width:130px;
}

.MainMenu_SubMenu, .ModuleTitle_SubMenu{
	filter:alpha(opacity=80);-moz-opacity:0.80;opacity: 0.80;
}
















