/* HangWhere 
        Copyright 2007 Advanced Internet Solutions
        Rose Marie Davidson
        rmdavidson@wsiweb.org  
*/
        

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana;
}

.Head2
{
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	font-family: Verdana;
}

/* background color for the content part of the pages */
Body
{
	background-color: #ffffcc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color:red;
    scrollbar-arrow-color:#212A31;
    scrollbar-base-color:#00CC00;
    scrollbar-darkshadow-color:#314252;
    scrollbar-face-color:#314252;
    scrollbar-highlight-color:#4A627A;
    scrollbar-shadow-color:#000000
}

.controlpanel
{
	width: 100%;
	background-color: #999966;
}
    
.LeftPane {
    background-color: #cc6633;
	width:20%;
	overflow:auto;
}

.ContentPane {
    background-color: #ffffcc;
	width:50%;
	overflow:auto;
}

.MidPaneBottom {
    background-color: #ffffcc;
	width:auto;
	overflow:auto;
}

.MidPaneLeft {
    background-color: #999966;
	width:auto;
	overflow:auto;
}

.MidPaneRight {
    background-color: #cc6633;
	width:auto;
	overflow:auto;
}

.BottomPane {
    background-color: #993300;
	width:100%;
	overflow:auto;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #611E1C;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#611E1C;
}

A.SkinObject:visited  {
    text-decoration:    9d3c3a;
    color:#9d3a3a;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#9d3a3a;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#ffffff;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    font-color: #ffffcc;
}


/* text style for the selected tab */

.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */

A.SelectedTab:link {
    text-decoration:    none;
    color: #FFCC00;
    font-size: 12px;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #FFCC00;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: Red;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: Red;
}

.SubHead    {
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: black;
}

A:link  {
    color: #FFCC00;
    text-decoration: underline;
}

A:Hover  {
    color: #c0c0c0;
}

A:visited  {
    color: #FFCC00;
    text-decoration: underline;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color: black;
}

A.CommandButton:visited  {
    color: gray;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: strong;
    font-size: 12px;
    color:white;
    font-family: Verdana;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: White;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:white;
}


.Footer
{
	font-weight: normal;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
	cursor: default;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color:transparent;
}

.MainMenu_MenuBar {
	cursor: default;
	color: #ffffff;
	font: 14px Verdana;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font: 14px Verdana;
	font-weight: normal;
	border: 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	border-left: 0px solid;
	border-right: 1px solid #900e00;
	border-bottom: 0px solid #900e00;
	border-top: 0px solid #000000;
	text-align: center;
	width: 21;
	height: 21;
	background: #900e00;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	background: #dbad44;
	border: 1px solid black;
}

.MainMenu_MenuBreak {
	height: 1px;
	background: #dbad44;
	border: #000000;
}

.MainMenu_MenuItemSel
{
	font-weight: lighter;
	cursor: hand;
	color: Black;
	font-family: Verdana;
	background: #ffcc66;
	border: #000000;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	color: white;
	cursor: pointer;
	cursor: hand;
	border: 0px solid;
}

.MainMenu_RootMenuArrow {
	cursor: default;
	cursor: hand;
	color:white;
	font-family: webdings;
}
