/* 
================================
Skin styles for ChiOmega Skin
================================
*/   

Body
{
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #2e3192;
}
.PageMaster {
    width: 100%;
    height: 100%;
    padding: 0px;
    border-spacing: 0px;
}
.ControlPanel
{
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    border: solid 0px white;
    
}
.SkinMaster
{
    border-style: none;
    background-color: white;
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
}

.skinheader {
    background-image: url(Headerbg_03.png);
    background-repeat: repeat-x;
    padding: 0px;
    border-bottom: solid 1px #0071BC;
    border-spacing: 0px;
        
}
.HousePane 
{
    background-image: url(House.png);
    background-repeat: no-repeat;
    padding: 0px;
    width: 407px;
}
.HousePaneBottom
{
    background-image: url(House.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0px;
    text-align: right;
}

/******BREADCRUMB & LOGIN CELLS******/
.breadcrumbpane
{
    text-align: left;
    padding: 4px;
}
.loginpane 
{
    text-align: right;
    padding: 4px;
}
/******BREADCRUMB & LOGIN CELLS******/

/******MENU CLASS*******/
.MenuPane
{
    padding: 10px 10px 10px 20px;
    vertical-align: top;
    background-color: #0054A6;
    color: #E5E5E5;
    font-size: 9pt;
    border-right: 1px solid #0071BC;
    border-bottom: 1px solid #0071BC;
}


.TopPane {
    padding: 4px 4px 4px 4px;    
}


.RightPane {
    width: 25%;    
}
.ContentPane
{
    padding: 4px 4px 4px 4px;
    background-color: #FFFFFF;
    width: 75%;
}
.BottomPane
{
    color: white;
    font-size: 9pt;
    background-color: #D82D3A;
    border-top: 1px solid #0071BC;
    padding: 4px 4px 4px 4px;
    text-align: center;
}

.FooterPane
{
    font-size: xx-small;
    color: #2E3192;
    text-align: center;
    background-color: #FFFFFF;
    font-weight: normal;
    border-top: 1px solid #0071BC;
    padding: 4px 4px 4px 4px;
}

.SkinObject{
    font-size: xx-small;
    font-weight: normal;
}
a.SkinObject:link {
    color: #0054a6;
    text-decoration: none;
}
a.SkinObject:visited {
    color: #0071BC;
    text-decoration: none;
}
a.SkinObject:hover {
    color: #0071BC;
    text-decoration: underline;
}
a.SkinObject:active {
    color: Red;
    text-decoration: none;
}


a.selectedTab.hover
{
    text-decoration:underline;
    color: #0071BC;
    font-size: 8pt;  
}

a.FooterPane.link
{
	text-decoration: none;
	color: #2E3192;
}
a.bottompane.visited
{
	text-decoration:none;
	color: #0071BC;
}
/* background/border colors for the selected tab */
.TabBg {
}



/* text style for the selected tab */
.SelectedTab
{
    color: #2E3192;
    font-size: xx-small;
    font-weight: normal;
    
}

/* hyperlink style for the selected tab */
A.SelectedTab:link 
{
    text-decoration: none;
    color: #0054A6;
    font-size: xx-small;
}

A.SelectedTab:visited  
{
    text-decoration: none;
    color: #0071BC;
    font-size: xx-small;
}

A.SelectedTab:hover    
{
    text-decoration: underline;
    color: red;
    font-size: xx-small;
}

A.SelectedTab:active   
{
    text-decoration: underline;
    color: Red;
    font-size: xx-small;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link 
{
    text-decoration: none;
    color: #0054A6;
    font-size: xx-small;
}

A.OtherTabs:visited  
{
    text-decoration: none;
    color: #0054A6;
    font-size: xx-small;
}

A.OtherTabs:hover    
{
    text-decoration: underline;
    color: red;
    font-size: xx-small;
}

A.OtherTabs:active   
{
    text-decoration: underline;
    color: Red;
    font-size: xx-small;
}

/* GENERAL */
/* style for module titles */
.Head   
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: Red;
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}
.NormalBoldWhite
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: White;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
    font-size: 8pt;
    font-weight: bold;
    color:#2E3192;
}

A.CommandButton:visited  
{
    font-size: 8pt;
    font-weight: bold;
    color: #0054A6;
}

A.CommandButton:hover    
{
    font-size: 8pt;
    font-weight: bold;
    text-decoration: underline;
    color: Red;
}
    
A.CommandButton:active   
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: underline;
    color: red;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  
{
    text-decoration: none;
    color: #0054a6;
}

A:visited   
{
    text-decoration: none;
    color: #0071bc;
}

A:hover 
{
    text-decoration: underline;
    color: Red;
}

A:active    
{
    text-decoration: underline;
    color: red;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR 
{
    border: 1px;
    width: 100%
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	text-align: center; 
	width: 15; 
	height: 25;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: White; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	
}

.ModuleTitle_MenuBreak {
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Normal;
    font-style: normal;
    background-color: Gray;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 	
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: Transparent;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: right;
	font-size: xx-small;
}
.MainMenu_MenuBar
{
	cursor: hand;
	background-color: Transparent;
	text-align: center;
	color: #E5E5E5;
}
.MainMenu_MenuItem
{
	cursor: hand;
	background-color: Transparent;
	color: #e5e5e5;
	font-weight: normal;
	font-style: normal;
	font-size: xx-small;
	height: 30px;
	border-top: solid 0px #e5e5e5;
	border-bottom: solid 0px #e5e5e5;
	border-left: solid 0px #e5e5e5;
	border-right: solid 0px #e5e5e5;
}
.MainMenu_MenuIcon
{
	background-color: Transparent;
	cursor: hand;
	width: 20px;
	height: 30px;
	border-top: solid 0px #e5e5e5;
	border-bottom: solid 0px #e5e5e5;
	border-left: solid 0px #e5e5e5;
	border-right: solid 0px #e5e5e5;
}
.MainMenu_SubMenu
{
	background-color:#D82D3A;
	color: #e5e5e5;
	z-index: 1000;
	cursor: hand;
	font-weight: Normal;
	font-style: normal;
	font-size: xx-small;
	border-top: solid 0px #e5e5e5;
	border-bottom: solid 0px #e5e5e5;
	border-left: solid 0px #e5e5e5;
	border-right: solid 0px #e5e5e5;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_MenuItemSel
{
	background-color: #0071BC;
	cursor: hand;
	color: #e5e5e5;
	font-size: xx-small;
	font-weight: normal;
	height: 30px;
	border-top: solid 0px #e5e5e5;
	border-bottom: solid 0px #e5e5e5;
	border-left: solid 0px #e5e5e5;
	border-right: solid 0px #e5e5e5;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton 
{
	background: white;
	color: #2e3192;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
/*Edit In Place Tool Bar Classes*/
.eipbackimg {
 border: outset 1px; /*give toolbar a 3D look*/
 position: absolute; /*needed so it doesn't take up space */
 margin-top: -22px; /*specify toolbar to be just above text */ 
 white-space: nowrap; /* makes toolbar horizontal */
 background: url(images/eip_toolbar.gif);
 background-color: #99cccc;
 height: 22px;
}

.eipbuttonbackimg { 
 width: 21px;
 height: 21px; 
 cursor: pointer; /*change mouse to pointer when hover over button*/
 display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/ 
 display: inline-block; /* supported by Opera and ? */
}

.eipbutton_edit {
 background: url(images/eip_edit.gif) no-repeat 100% center;
}
.eipbutton_save {
 background: url(images/eip_save.gif) no-repeat 100% center;
}
.eipborderhover {
 border: outset 1px;
}