/*//////////////////////////////////////////////////////////////////////////////
// AxisMundi.ca
// stylesheet.css
*/

/*//////////////////////////////////////////////////////////////////////////////
// GENERAL */
body
{
	background-color: #000000;
	background-image: url(bkg-dark.gif);
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/*////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
// MENU */
#menuBar
{
	height: 25px;
	background-image: url(images/layout/mnu_bkg_white.gif);
	background-repeat: repeat-x;
	
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-top: none;
	border-bottom: none;
}
.menuItem
{
	height: 100%;
	padding: 0px 15px 0px 15px;
	
	font-size: 10px;
	font-weight: bold;
	color: #284862;
	text-transform: uppercase;
	
	border-left-style: solid;
	border-left-width: 1px;	
	border-left-color: #a3a3a3;
	
	cursor: pointer;
}
.menuItemOver
{
	background-image: url(images/layout/mnu_bkg_white_over.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.menuItemSelected
{
	background-image: url(images/layout/mnu_bkg_orange.gif);
	background-position: top left;
	background-repeat: repeat-x;
	
	cursor: default;
}
/*////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
// LAYOUT */
#header
{
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	border-top: none;
}
#content
{
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	
	background-color: #FFFFFF;
	padding: 40px;
	
	vertical-align: top;
	
	background-image: url(images/layout/bkg_content.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#splashBox
{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	border-left: none;
	border-right: none;
	
	height: 350px;

	
	padding: 20px;
}
#splashLogoText
{
	position: relative;
	right: 20px;
}
/*////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
// CUSTOM */
.pageTitle
{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
}
.defaultMenu
{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	cursor: pointer;
}
.menuBox
{
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	border-top: none;
}
/*////////////////////////////////////////////////////////////////////////////*/
