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

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

/*--------------------------------------------------------------
	Page
*/

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

/*--------------------------------------------------------------
	Header
*/

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

#div_headerText
{
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
}

#div_subText
{
	padding-left: 10px;
	text-align: left;
}

/*--------------------------------------------------------------
	Menu
*/
#div_menu {
	position: absolute;
	left: 0px;
	top: 50px;
	right: 0px;
	height: 20px;
	border-bottom: 1px solid black;
	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 {
	text-decoration: none;
	color: #ffffff;
	cursor: default;
}

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

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

/*--------------------------------------------------------------
	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;
}

/*--------------------------------------------------------------
	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;
}

/*--------------------------------------------------------------
	Shared / Global
*/

.linkContainer a:link
{
	color: #000000;
}

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

.linkContainer .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;
}
