/* CSS Document */
/* ================================
    CSS STYLES FOR Inspiring Women
   ================================
*/   
/* background color for the content part of the pages */
body {
	background-color: #FF6FC6;
	margin-left: 0px;
	margin-top: 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:x-small;
	font-style:normal;
	font-weight:normal;
}

/*
=====================================================================================
Panes
======================================================================================
*/

#TopPane {
	background-color: #FFFFFF;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: white;
}


.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.leftpane  { 
	 background-color: #FFFFFF;
	 padding-left: 5px;
	 padding-right: 0px;
	 padding-top: 6px;
	 width:200px;
}

#contentpane {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 2px;	
	padding-top: 6px;
}


#rightpane {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 6px;
	width: 200px;
}



.copyright	{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
}


/*
=====================================================================================
font sizing for Search, Date Breadcrumb, Login, Register Copyright, Terms and Privacy
======================================================================================
*/
.SkinObject {
    font-size: 12px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration: none;
    color: black;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: #FF00CC;
}
A.SkinObject:hover    {
    text-decoration: none;
    color: #333333;
}
A.SkinObject:active   {
    text-decoration: none;
    color: #333333;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration: none;
    	color: black;
}

A.SelectedTab:visited  {
	text-decoration:    none;
   	 color: #FF00CC;
}


A.SelectedTab:hover    {
	text-decoration: none;
    	color: #333333;
}

A.SelectedTab:active   {
	text-decoration: none;
   	 color: #333333;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 12px;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
    color: black;
}

A.OtherTabs:visited  {
	text-decoration: none;
   	color: #FF00CC;
}

A.OtherTabs:hover    {
	text-decoration: none;
    	color: #333333;
}

A.OtherTabs:active   {
	text-decoration: none;
    color: #333333;
}


/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;

}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules 

*/
.SubSubHead {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF66CC;
}

/* text style used for most text rendered by modules */
.Normal	{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed	{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.NormalBold	{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/*
=====================================================================================
Admin buttons and links PLUS [LINKS] token
======================================================================================
*/
CommandButton     
{
   	font-family: Tahoma, Arial, Helvetica;
   	font-size: 12px;
   	font-weight: normal;
	color: black;
}  
A.CommandButton:link 
{
    text-decoration:    underline;
    color: black;
}
A.CommandButton:visited  
{
    text-decoration:    underline;
    color: #FF00CC;
}
A.CommandButton:hover    
{
    text-decoration:    underline;
    color: #333333;
}
A.CommandButton:active   
{
    text-decoration:    underline;
    color: #333333;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF00CC;
}
h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF00;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0099;
}
h4 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

H5, DT  {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

TD {
}

A:link  {
	font-weight: bold;
   	font-size: 12px;
   	color: #FF00CC;
   	font-family: Tahoma, Arial, Helvetica;
   	text-decoration: none;
}

A:visited   {
	text-decoration: none;
    color: #FF00CC;
}

A:hover {
	text-decoration: none;
    color: #333333;
}

A:active    {
	text-decoration: none;
    color: #333333;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
	list-style-position: outside;
	list-style-type: square;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events 
.ItemTitle    {
}
*/

/* Menu-Styles */

/* Module Title Menu */

.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
	height: 25px;
	background-color: transparent;
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	background-color: #EFEFEF;	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	background-color: #EFEFEF;
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: white;
	text-align: left;
}

.MainMenu_MenuBar	{
	height: 25px;
}

.MainMenu_MenuItem {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	color: black;
	font-family: Tahoma, Arial, sans-serif;	
	height: 25px;
}
.MainMenu_MenuIcon	{
	display: none;
}
	
.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: #EFEFEF;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	height: 25px;  
}

.MainMenu_MenuBreak {	
}

.MainMenu_MenuItemSel {
	background-color: #efefef; 
	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px;
	font-weight: bold; 
	font-style: normal;
	height: 25px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 30px; 
	cursor: pointer;
	width: 30px;  
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 30px; 
	cursor: pointer;
	width: 30px; 
}

