/* ================================
    CSS STYLES FOR DotNetNuke
    DXDNN - Onyx Skin
   ================================
*/     


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	width: 948px;
	height: 100%;
	background-image: url(images/APEX_r1_c1.jpg);
	background-repeat: repeat-x;
	background-color: #252525;
	background-position: top;
	top: 0px;
	margin: auto;

}

/* background/border colors for the selected tab */
.TabBg {
}

.BannerPane{
	width: 100%;
	background-color: ;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.TopPane {
	width: 948px;
	background-color: ;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.LeftAdPane {
	width: 165px;
	background-color: #1a1a1a;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.PagePane {
	width: 3%;
	height: 372px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #2c2c2c;
	vertical-align: bottom;
}


.LeftPane {
	width: ;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.ContentPane {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;

}

.RightPane {
	width: 33%;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.BottomPane {
	width: 100%;
	background-color: ;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.BottomPane2 {
	width: 100%;
	background-color: ;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.B1AdPane{
	width: 25%;
	background-color: ;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.B2AdPane{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.B3AdPane{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.B4AdPane{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}

/* text style for the selected tab */
.SelectedTab {
	Color: black;
}

.image {
border:0px; border-thickness: 1px; border-color: #00000; border-style: solid;
}

a:link .image {border:0px; border-thickness: 0px; border-color: #FF9900; border-style: solid;}
a:hover .image {border:0px; border-thickness: 0px; border-color: #FF9900; border-style: solid;}
a:active .image {border:0px; border-thickness: 0px; border-color: #FF9900; border-style: solid;}


/* hyperlink style for the selected tab */
a:link.SelectedTab {
	Color: #333333;
border: 0px solid #000000;
}

a:visited.SelectedTab  {
	Color: #333333;
border: 0px solid #000000;
}

a:active.SelectedTab   {
Color = #fffc00;
border: 0px solid #000000;
}

a:hover.SelectedTab    {
	Color: #333333;
border: 0px solid #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
	Color: #999999;
border: 0px solid #000000;
}
    
/* hyperlink style for the unselected tabs - such as login and registrations buttons*/
a:link.OtherTabs {
	Color: #cccccc;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal; 
border: 0px solid #000000;
}

a:visited.OtherTabs  {
	Color: #cccccc;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
border: 0px solid #000000;
}

a:active.OtherTabs   {
	Color: #596C8E;
	font-size: 12px;
border: 0px solid #000000;
}

a:hover.OtherTabs    {
	Color: #cccccc;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal; 
border: 0px solid #000000;
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	Color = #;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal; 
	font-style: normal;
}

.user {
	font-family: verdana;
	font-size: 10px;
	color: #ededed;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	vertical-align: middle;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	Color = #596C8E;
	font-size: 12px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
	Color = #596C8E;
font-size: 12px;
border: 0px solid #000000;
}

a:visited.CommandButton  {
	Color = #596C8E;
font-size: 12px;
border: 0px solid #000000;
}

a:active.CommandButton   {
	Color = #596C8E;
font-size: 12px;
border: 0px solid #000000;
}

a:hover.CommandButton    {
	Color = #fffc00;
border: 0px solid #000000;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
border: 0px solid #000000;
Color = #6D90AB;
font-size: 12px;
}

A:visited   {
border: 0px solid #000000;
Color = #fffc00;
font-size: 12px;
}

A:active    {
Color = #6D90AB;
font-size: 12px; 
border: 0px solid #000000;
}

A:hover {
Color = #fffc00;
font-size: 12px;
border: 0px solid #000000;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

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 {
Color = #fffc00;
}
.top-back {
	background-image: url(images/onyx_r1_c5.jpg);
	background-repeat: repeat-x;
}
.table-border {
	border: 1px solid #333333;
	background-color: #000000;
	align: center;

}

#SearchContainer input{
	MARGIN:0px; 
	padding:0px;
	BORDER-left:1px solid #696969;
	BORDER-top:1px solid #696969;
	BORDER-bottom:1px solid #696969;
	font-size:11px;color:#000000; 
	background:#666666; 
	WIDTH:120px;HEIGHT:19px; margin-right:-5px;
}

.ModuleTitle_MenuItem {
border-left: 0px solid #FFFFFF; 
	border-bottom: 0px solid #FFFFFF; 
	border-top: 0px solid #FFFFFF; 
	border-right: 0px solid #FFFFFF;
	height: 26px;
	cursor: pointer; 
	cursor: hand; 
	color: #cccccc; 
	font-family: verdana; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent

}

.ModuleTitle_MenuIcon {
background-color: transparent; 
	border-left: #FFFFFF px solid; 
	border-bottom: #FFFFFF px solid; 
	border-top: #FFFFFF px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: ; 
	width: 15; 
	height: 26px;

}

.ModuleTitle_SubMenu {
background-color: #666666; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=1); 
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	background-color: #cccccc;
	cursor: pointer;
	cursor: hand;
	color: #333333;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	height: 26px;
	vertical-align: 0%;
}

.ModuleTitle_MenuArrow {
border-right: 1px solid #0000ff; 
	border-bottom: 1px solid #0000ff; 
	border-top: 0px solid #0000ff;
	font-family: Webdings;
	color: #666666;
}

.ModuleTitle_RootMenuArrow {
font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #666666; 
	font-weight: normal; 
	font-style: normal;

}


/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:;
	background-color: transparent;
}

.MainMenu_MenuContainer {
	background-color: transparent;
}

/* Altered Menu */

/* Submenu and Main Menu */
.MainMenu_MenuItem,.submenuitembreadcrumb{
	color:#c5c5c5;
	font-size:14px;
	font-weight:normal;
	font-family: tahoma;
	padding:1px 5px 2px;
	margin:0px;
	background: #252525;
	letter-spacing: 1px;
	border-width:0px 0px;
}



/* Main Menu Off Stage */
.rootmenuitem TD{ 
	color:#c5c5c5;	
	font-size:14px;
	font-family: tahoma;
	font-weight:; 
	background-image:url(images/menu_bg2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 5px 2px 13px;
	height:25px;
	width:170px;
	margin:0px;
	letter-spacing: 1px;
}

/* Main Menu Selected Tab */
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#B5C9D8;
	font-size:14px;
	font-weight:; 
	background: #2c2c2c;
	background-image:url(images/menuback.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 5px 2px 13px;
	height:25px;
	width:170px;
	margin:0px;
	letter-spacing: 1px;
	border-width:0px 0px;
}

/* Drop Down Menu Selected */
.submenuitemselected{
	color:#6D90AB;	
	font-size:14px;
	font-weight:normal;
	border-width:0px 0px;
	background-position:top left;
	background:#252525;
	padding:1px 5px 2px;
	letter-spacing: 1px;
	margin:1px;

}

/* Drop Down Hover */
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #B5C9D8;
	font-family: tahoma;
	background:#252525;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding:1px 5px 2px;
	letter-spacing: 1px;
	margin:1px;
	border-width:0px 0px;

}

.submenu{
	z-index:1000;
	border:2px #666666 solid;
	padding:0px;
	background:#1a1a1a;
	margin-top: 3px;
	margin-left: -2px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='000000', Direction=135, Strength=5); 
}

.MainMenu_MenuBreak{display:none;}

/* End Altered Menu */


.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}


.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #505052 0px solid; 
	border-bottom: #505052 0px solid; 
	border-top: #505052 0px solid;
	display: none;
	color: #fffc00;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
	color: #fffc00;
}


.left_border {
	background-image: url(images/APEX_r4_c2.jpg);
	background-repeat: repeat-y;
}

.border_bottom {
	background-image: url(images/APEX_r6_c4.jpg);
	background-repeat: repeat-x;
}
.border_right {
	background-image: url(images/APEX_r4_c8.jpg);
	background-repeat: repeat-y;
}
.border_top {
	background-image: url(images/APEX_r2_c4.jpg);
	background-repeat: repeat-x;
}
.solpartmenualign {
	height: 100%;
	top: 500px;
}
.copyright {
border: 0px solid #000000;
Color = #6D90AB;
font-size: 12px;
font-family: verdana;
}

.date  {
Color = #D0D0D0;
font-size: 12px;
font-family: verdana;
}


