@import url('ctrls/Menu.MainMenu.css');

body
{
	margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
	padding: 0px;
	font-family: Tahoma, Arial;
	font-size: 7pt;
	background: #000000 url('gfx/skyline_bg.png') no-repeat top center; /* DARKER */
	/*background: #555656 url('gfx/skyline_bg2.png') no-repeat top center;*/ /* LIGHTER */
}

a
{
    color: #ce0000;
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    color: #f00000;
}

#siteContainer	{
    width: 818px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#mainContainer  {
    width: 770px;
    background-color: #ffffff;
    padding: 15px;
}

#panesContainer {
    width: 760px;
    background-color: #f4f4f4;
    border: solid 5px #c4cbd5;
}

.container_main {
	/*width: 100%;*/
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.container_catalogs {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.container_main_bg {
    background-color: #ffffff;
    float: left;
}

.container_main_corner_lt {
    width: 10px;
    height: 10px;
    background: transparent url('/Portals/2/Containers/png_container/gfx_container/container_corner_nw.png') no-repeat;
}

.container_main_corner_rt {
    width: 10px;
    height: 10px;
    background: transparent url('/Portals/2/Containers/png_container/gfx_container/container_corner_ne.png') no-repeat;
}

.container_main_corner_lb {
    width: 10px;
    height: 10px;
    background: transparent url('/Portals/2/Containers/png_container/gfx_container/container_corner_sw.png') no-repeat;
}

.container_main_corner_rb {
    width: 10px;
    height: 10px;
    background: transparent url('/Portals/2/Containers/png_container/gfx_container/container_corner_se.png') no-repeat;
}

.firstTitle {
    font-size: 10pt;
    font-weight: bold;
}

.secondTitle    {
    font-size: 10pt;
    font-weight: bold;
}

#siteFooterCr	{
	text-align: center;
}

#siteFooterCr a	{
    color: #fff;
	cursor: pointer;
    font-weight: bold;
	text-decoration: none;
}

#siteFooterMenu	{
	text-align: center;
	padding: 10px 0px 15px 0px;
}

#footerMenu	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.footerMenuItem	{
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
    color: #e01010;
    font-size: 8pt;
	cursor: pointer;
    font-weight: bold;
	margin: 1px 2px 1px 2px;
    padding: 4px 3px 4px 3px;
}

.footerMenuItem	a	{
    color: #e01010;
    font-size: 8pt;
	cursor: pointer;
    font-weight: bold;
	text-decoration: none;
}

/* Content Panes */

.topPane    {
    /*height: 160px;
    padding: 5px;*/
}

.leftPane    {
    display: none;
    float: left;
}

.contentPane    {
    padding: 5px;
    width: 430px;
    float: left;
}

.rightPane    {
    width: 300px;
    padding: 5px;
    padding-top: 200px;
    text-align: center;
    float: left;
}

#bottomPane {
    padding: 5px;
}

#siteRemote {
    z-index: 500;
    position: absolute;
    top: 217px;
    left: 466px;
}

#productsMenu {
    list-style-type: none;
    display: inline;
    padding: 0px;
    margin: 0px;
}

#productsMenu li {
    padding: 4px 0px 2px 0px;
    margin: 0px;
}

#productsMenu a {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

.user,a.user:link,a.user:active,a.user:visited,.user{ color:#ffffff; text-decoration:none; font-weight:Normal; font-size:10px;}
a.user:hover{ color:#000000; text-decoration:none; font-weight:Normal; font-size:10px;}

/* code to make the search button look like it does */
.searchbox input{MARGIN: 0px 00px 0px 0px; border: 1px solid #cccccc; font-size:10px; color:#6D6D6D; background:transparent; width: 100px;height:18px;}
.search,a.search:link,a.search:active,a.search:visited,.search{ color:#6D6D6D; text-decoration:none; font-weight:bold; font-size:10px;}
a.search:hover{ color:#000000; text-decoration:none; font-weight:bold; font-size:10px;}

/* change the colour of the login button here */
.StandardButton {color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 10pt; font-weight: normal; background-color: #6D6D6D;}

/* classes used by DotNetNuke for things like the container titles */

.Head{ font-size:12px; font-weight:bold; color:#aaaaaa; }
.SubHead{ font-size:11px; color:#333333; }
.SubSubHead{ font-size:11px; color:#333333; }

/* this is the font class used throughout your site - change the size here */
table, tr, td, th, div, p
{
/*	color: black;*/
}

label, .normal, .Normal
{
	font-size: 11px;
}

table {padding: 0;}

p   {
}

.Normal{ font-size:11px; color:#333333; }
h3 {font-family: tahoma;font-size: 14px;font-weight: bold;color:#6D6D6D;padding: 2px 0 1px 7px;margin-top: 10px;margin-left: 0;margin-right: 0;margin-bottom: 5px;letter-spacing: 2px;}
h2 {font-family: tahoma;font-size: 12px;font-weight: bold;color:#6D6D6D;padding: 2px 0 1px 7px;margin-top: 10px;margin-left: 0;margin-right: 0;margin-bottom: 5px;letter-spacing: 2px;}

/* command button links */
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{color:#333333; text-decoration:none; }
A.CommandButton:hover{ color:#333333; text-decoration:underline;}


/*=== Menu Items */
/* Main Menu object styles */
/*
.MainMenu_MenuContainer {
    margin: 5px 0px 7px 0px;
}

.MainMenu_MenuBar {
    cursor: pointer;
}

.MainMenu_SubMenu, .ModuleTitle_SubMenu {
    z-index: 1000;
    cursor: pointer;
    padding: 5px;
    
    background-color: #f0f0f0;
    font-weight: normal;
}

.MainMenu_MenuItem, .ModuleTitle_MenuItem {
    color: #e01010;
    font-size: 13px;
	cursor: pointer;
	height: 20px;
    font-weight: bold;
    margin: 4px 15px 4px 15px;
}

.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel {
    color: #f00000;
    background-color: #ffffff;
    font-size: 13px;
	cursor: pointer;
	height: 20px;
    font-weight: bold;
    margin: 4px 10px 4px 10px;
}

.MainMenu_MenuItem:hover, .ModuleTitle_MenuItem:hover
{
    color: #f00000;
    background-color: #ffffff;
}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  {
    display: none;
}

.ModuleTitle_MenuContainer {
    color: #2c2c2c;
}

.ModuleTitle_MenuBar {
    cursor: pointer;
}

.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel {
    padding: 0px;
}

.MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon {
    display: none;
}

.MainMenu_MenuBreak {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
*/
