/* Global Styles */
/* 
   USE: <link rel="stylesheet" type="text/css" href="tools/forcescrollbars.css" />

   DOCTYPE: XHTML 1.0 Transitional
   WORKS FOR: FIREFOXmac, FIREFOXpc, SAFARImac, IE7pc, (IE6pc - if needed)

   Forces a vertical scrollbar on the page even if none is needed. 
   Non-scrolling pages will now scroll by 1px (essentially unnoticeable).
   Forcing the scrollbar prevents the layout from shifting side-to-side 
   when navigating between scrolling and non-scrolling pages and when
   turning a non-scrolling page into a scrolling page by dynamically 
   displaying/adding extra content. 
*/

html { height:100%;padding-bottom:1px; }  /* FIREFOXmac, FIREFOXpc, SAFARImac, IE7pc */ 

/*
   IE6pc SUPPORT:
   In IE6pc and IE7pc, the vertical scrollbar is always present even if
   the page is not scrollable. We use a method here that works for IE7pc 
   but breaks (invisibily) for IE6pc. If needed (you shouldn't need it), 
   IE6pc support is provided below (commented out) - note that if you 
   turn it on, margins and padding on the body must be 0px. You will have 
   to add a wrapper div within the body if you want a page with margins 
   or padding.
*/

/* body { height:100%;margin:0;margin-bottom:1px; } */ /* IE6pc SUPPORT */
body { 
	height:auto;
	width: 760px; 
	margin:20px auto; 
	padding:0px;
	background: #1b1c20 url(images/background.jpg) repeat-x;
	border:0px solid #ccc;
}

.button_bar {
	width:164px; 
	background:#ebebc6;
	background:#b7d1d3;
	background:#cfd7e2;
	background:#d8d8d8; 
	margin-left:14px; 
	margin-right:14px; 
	height:100%;
	border-left:0px double #999;
}

.button_bar ul {
 	list-style:none;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:0px;
	padding-left:0px;

}
.navigation {																											
	margin-top:28px;
	margin-left:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#144271;
}

.navigation a {																											
	color:#144271;
	text-decoration:none;
}

.navigation a:hover {																											
	color:#135fdf;
	text-decoration:underline;
}

.here {
	color:#0a5ee1;
	font-weight:bold;
	margin-left:-14px;
}

.page_content {
	width:554px; 
	background:#f3e8d6;
	margin-right:14px; 
	height:100%;
}

table.pagetable {
	width:720px; 
	border:0px;
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	height:500px;
}

table.pagetable td {
	vertical-align:top; 
	height:100%;
}

.bottom_buttons {
	width:480px;
	margin-top:10px;
	margin-left:38px;
}

.login_to_epearl a {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#003399; 
	margin-left:80px;
	text-decoration:none;
}
.login_to_epearl a:hover { 
	color:#0033FF; 
	text-decoration:underline;
}
.login_to_epearl_no_buttons a {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#003399; 
	margin-left:120px;
	text-decoration:none;
}
.login_to_epearl_no_buttons a:hover { 
	color:#0033FF; 
	text-decoration:underline;
}

.printable_version a {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#003399; 
	margin-left:20px;
	text-decoration:none;
}
.printable_version a:hover { 
	color:#0033FF; 
	text-decoration:underline;
}
.print_icon a {
	float:left;
	margin-left:5px;
	margin-top:-3px;
	text-decoration:none;
	border:0px solid #FF0000;
	border-style:none;
}

.back_button a img {
	float:left;
	border:0px;
	text-decoration:none;
}
.forward_button a img {
	float:right;
	border:0px;
	text-decoration:none;
}

.page_title {
	float:left;
	padding-left:24px; 
	padding-top:38px; 
	padding-bottom:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:24px; 
	font-weight:bold; 
	color:#296eb1;
}

.home_page {
	float:left;
	padding-left:24px; 
	padding-right:24px;
	padding-top:4px; 
	padding-bottom:20px; 
	font-family:Verdana; 
	font-size:14px; 
	font-weight:normal; 
	color:#000000;
}
.home_page a {
	text-decoration:none;
}
.home_page a:hover {
	text-decoration:underline;
}

.videoplayer {
	padding-left:38px;
	padding-top:15px;
}

.list_of_videos {
	margin-top:3px;
	margin-left:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#144271;
	line-height:22px;
}
.list_of_videos li{
	line-height:16px;
}


.list_of_videos a {
	color:#333;
	text-decoration:none;
}

.list_of_videos ul li a {
	color:#333;
	text-decoration:none;
}
.list_of_videos ul li a img {
	border:0px;
	text-decoration:none;
}

.list_of_videos a:hover {
	color:#0f5be2;
	text-decoration:underline;
}

.list_of_videos ul li a:hover {
	color:#0f5be2;
	text-decoration:underline;
}
