#logo {
	BACKGROUND: #000000; 
	FLOAT: left; 
	WIDTH: 100%; 
	/*POSITION: relative; */
	HEIGHT: 96px
}
#breadcrumb { 
	FLOAT: left;
	/*POSITION: relative; */
	MARGIN-TOP: 20px;
	HEIGHT: 20px ;
	MARGIN-LEFT: 260px
}

#solpartmenu { 
	MARGIN-LEFT: 12px
}
#container {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	WIDTH: 1005px; 
	PADDING-TOP: 0px; 
	TEXT-ALIGN: left
}
#containerbg {
	BACKGROUND: url(nav_bg.jpg) #000000 no-repeat; 
	FLOAT: left; 
	WIDTH: 980px; 
	/*POSITION: absolute;*/
}
#container_inner {
	CLEAR: left; 
	FLOAT: left; 
	WIDTH: 980px;
	height:560px;
	MARGIN-TOP: 20px;
	/*POSITION: absolute;*/
}

#leftcol {
	CLEAR: left; 
	/*MARGIN-TOP: 10px;*/ 
	FLOAT: left; 
	VERTICAL-ALIGN: bottom; _2col
	/*POSITION: absolute;*/
	HEIGHT: 550px ; 
	width:160px;
}

#content_main {
	FLOAT: left;  
	MARGIN: 0px 0px 0px 100px; 
	width: 720px;
}

#footer
{
	FLOAT: right;  
	MARGIN: 20px 0px 0px 100px; 
	width: 720px;
}
.clear {
	CLEAR: both
}

/* ================================
    CSS STYLES FOR ibuilder
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
    background-color: black;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
}

.LeftPane  { 
}

.ContentPane  {
float: left;
width: 68%;
}

.RightPane  { 
float: right;
width: 22%;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight:
    font-size: 6pt;
    color: white;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    font-weight:
    font-size: 6pt;
    color: #000000;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:visited  {
    font-weight:
    font-size: 6pt;
    color: #000000;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:active   {
    font-weight:
    font-size: 6pt;
    color: #000000;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:hover    {
    font-weight:
    font-size: 6pt;
    color: #333333;
    font-family: Arial, Helvetica;
    text-decoration: underline;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight:
    font-size: 6pt;
    color: #cccccc;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    font-weight:
    font-size: 6pt;
    color: #cccccc;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:
    font-size: 6pt;
    color: #cccccc;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:
    font-size: 6pt;
    color: #cccccc;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:hover    {
    font-weight:
    font-size: 6pt;
    color: #666666;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  14px;
	line-height: 0px;
    font-weight:    bold;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #999999;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #82060e;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
	line-height: 14px;
    font-weight: normal;
	color: #FFFFFF;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #ff0000

}

.Normalnormal
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #999999;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #999999;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #999999;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #999999;
}
    
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  14px;
    font-weight:    bold;
    color: #ff0033;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size:  9px;
    color: #999999;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #999999;
}

A:link  {
    text-decoration:    underline;
    color:  #ffffff;
}

A:visited   {
    text-decoration:    underline;
    color:  #ff0033;
}

A:active    {
    text-decoration:    underline;
    color:  #CCCCCC;
}

A:hover {
    text-decoration:    underline;
    color:  #CCCCCC;
}

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;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:    normal;
    color: #999999;
}

/* Menu-Styles */
/* 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: #82060e; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	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: #FFFFFF; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 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: #FFFFFF 1px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 1px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color: #FFFFFF; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #82060e; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	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;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #82060e 0px solid; 
	border-left: #82060e 0px solid; 
	border-top: #82060e 0px solid; 
	border-right: #82060e 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:12;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	/*font-weight: bold;*/
	font-style: normal; 
	border-left: #82060e 1px solid; 
	border-bottom: #82060e 1px solid; 
	border-top: #82060e 1px solid; 
	border-right: #82060e 1px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
	border-left: transparent 1px solid; 
	border-bottom: transparent 1px solid; 
	border-top: transparent 1px solid; 
	border-right: transparent 1px solid;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #82060e; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;*/
	border-left: transparent 1px solid; 
	border-bottom: transparent 1px solid; 
	border-top: transparent 1px solid; 
	border-right: transparent 1px solid;
	font-style: normal;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 2px;
}

.MainMenu_MenuItemSel {
	background-color: #ff0000; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 8pt; 
	/*font-weight: bold; */
	font-style: normal;
	border-left: #ff0000 1px solid; 
	border-bottom: #ff0000 1px solid; 
	border-top: #ff0000 1px solid; 
	border-right: #ff0000 1px solid;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.SkinObject {
    font-weight: normal;
    font-size: 8.5pt;
    color: #999999;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#999999;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#999999;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#999999;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#CCCCCC;
}















