﻿@import url(layout.css);
@import url(panels.css);
@import url(menu.css);
@import url(body.css);
/*LAYOUT OF SCREEN
LEFT AND RIGHT PANELS & THEIR CONTENT
HORIZONTAL TAB-LIKE MENU
ALL BODY CONTENTS*/

p
{
font-size: 12px;
}

h1
{
color: Navy;
}



a:link     {color: black;
            text-decoration: underline;
            }

a:visited  {color: navy;
            text-decoration: underline;
            }

a:active   {color: navy;
            text-decoration: underline;
            }

a:hover    {color: navy;
            text-decoration: underline;
            }
			
.button-rightaligned
{
	float: right;
}
#PageHeader
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('images/Bookshelf.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	z-index: 0;
}

#PageHeaderLeft
{	
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('images/BookshelfL.gif');
	background-repeat:no-repeat;
	height: 100px;
	width: 160px;
	background-position:left;
	z-index: 1;
	
}

#PageHeaderRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url('images/BookshelfR.gif');
	background-repeat:no-repeat;
	height: 100px;
	width: 160px;
	background-position: right;
	z-index: 1;
}

#PageHeaderLogo
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('images/BookshelfLogo.gif');
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

#PageBodySection
{
	position: absolute;
	top: 175px;
	left: 0px;
	width: 100%;
}

/* Navigation bar Styles */
#TopNavigationBar
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	text-align: left;
	height: 47px;
	z-index: 1;
	background-image:  url(images/bg_tabs.gif);
}

.TopTabLeft
{
	height: 47px;
	width: 125px;
	background-image:  url(images/bg-tab-left.gif);
	float: left;
}

.TopTabText
{
	height: 20px;
	min-width: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	text-align: center;	
	color: white;
	vertical-align: bottom;
	float: left;
	z-index: 2;
	font-size: 12px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: lowercase;
}

.TopTabDivider
{
	height: 47px;
	width: 2px;
	background-image:  url(images/bg-tab-middle.gif);
	background-repeat: no-repeat;
	float: left;	
}

a.TopTabLink:link     {color: #FFFFFF;	
            text-decoration: underline;
            }

a.TopTabLink:visited  {color: #FFFFFF;	
            text-decoration: underline;
            }

a.TopTabLink:active   {color: #FFFFFF;	
            text-decoration: underline;
            }

a.TopTabLink:hover    {color: #FFFFFF;	
            text-decoration: underline;
            }


#PageBody
{
	width: 100%;
	
}

#RightOfScreen
{
	padding-top: 0px;
}

#MainBodyCenter
{
	vertical-align: top;
	padding-top: 13px;
	font-size: 12px;
	background: #FFFFFF url(images/bg-center.gif) repeat-x top left;
	
}
/*left vertical panels*/
#MainBodyLeft
{
	width: 200px;
	height: 100%;
	vertical-align: top;
	background: url(images/bg-mainbodyleft.gif) no-repeat top right;
	padding-right: 25px;
	padding-left: 5px;
}
/*right vertical panels*/
#MainBodyRight
{
	width: 200px;
	height: 100%;
	vertical-align: top;
	background: url(images/bg-mainbodyright.gif) no-repeat top left;
	padding-left: 25px;
	padding-right: 5px;
}

td.MainBodySideBar
{
	width: 190px;
}

#MainBodyTable
{
	width: 100%;
}

#MainBodyContent
{
	vertical-align: top;
	padding-top: 13px;
	min-height: 600px;
	font-size: 12px;
	background-color: White;
	z-index: 1;
	color: black;
	font-weight: bold;
	font-style: normal;
		
	 
}

.BoldBlueText
{
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Navy;
	
	}
	







