/* @override http://localhost/~akrapacs/outdoorshowcase/css/global.css */

/* @group Body */

body
{
	font-family: "Lucida Grande", Arial, sans-serif; 
	background: #f6f6f6;
}

/* @end */

/* @group Page */

#div_page
{
	position: relative; 
	width: 800px; 
	height: 600px; 
	margin: 18px auto 0;
	overflow: auto;
	background: #ffffff;
}

/* @end */

/* @group Header */

#div_header
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 50px;
	color: #ffffff;
	background: url("../images/header_background.png");
	cursor: pointer;
}

#div_headerImage
{
	position: absolute;
	left: 10px;
	top: 1px;
}

#div_headerText
{
	position: absolute;
	left: 93px;
	top: 5px;
}

#div_subText
{
	position: absolute;
	left: 95px;
	top: 30px;
}

#imgLogo
{
	width: 77px;
	height: 48px;
}



/* @end */

/* @group Menu */

#div_menu {
	position: absolute;
	left: 0px;
	top: 50px;
	right: 0px;
	height: 20px;
	border-bottom: 1px solid #d73a20;
	margin-top: 3px;
}

.menuItem {
	float: left;
	height: 20px;
	width: 100px;
	text-align: center;
}

.currentMenu {
	background: url("../images/menu_background.png");
}

#div_menu .currentMenu a:link,
#div_menu .currentMenu a:visited,
#div_menu .currentMenu a:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: default;
}

#div_menu a:link,
#div_menu a:visited  {
	color: #d73a20;
	cursor: pointer;
}

#div_menu a:hover {
	color: #2e3990;
	cursor: pointer;
}

/* @end */

/* @group Page Content */

#div_pageContent
{
	position: absolute;
	left: 0px;
	top: 74px;
	right: 0px;
	bottom: 30px;
	overflow: auto;
}

#div_pageContent h1
{
	font-size: 12pt;
	font-weight: bold;
}

#div_pageContent h2
{
	font-size: 10pt;
	font-weight: bold;
}

/* @end */

/* @group Footer */

#div_footer
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 30px;
	color: white;
	background: url("../images/footer_background.png");
	font-size: 8pt;
	text-align: center;
}

#div_footerContent
{
	margin-top: 5px;
}



/* @end */

/* @group Shared / Global */

img {
	border: none;
}

.linkContainer a:link
{
	/*color: #082d8b;*/
	color: #d73a20;
}

.linkContainer a:hover
{
	color: #d73a20;
}

.linkContainer a:visited
{
	color: #d73a20;
}

.largeText
{
	font-size: 16pt;
}

.mediumLargeText
{
	font-size: 14pt;
}

.mediumText
{
	font-size: 12pt;
}

.smallMediumText
{
	font-size: 10pt;
}

.smallText
{
	font-size: 8pt;
}

.header1
{
	font-size: 12pt;
	font-weight: bold;
}

.header2
{
	font-size: 10pt;
	font-weight: bold;
}

.imageThumb
{
	cursor: pointer;
}



/* @end */
