/*
	E-Rack
	Author: Taha Rafiq
	Organization: Itaaza Web Solutions
	Last Updated: June 19, 2009
*/

@import "thickbox.css";
/* tags */

form {
	margin:0;
	padding:0;
}

body
{
	background: White;
	color: Black;
	text-align: center;
	margin:0 0 0 0;
	font-family: "Arial", "Lucida Sans", sans-serif;
	font-size:12px;
 
}

a
{
	text-decoration: none;
	color: #6389BA;
}

a:hover
{
	color: #283E5A;
}

table
{
	font-size: 12px;
}

td
{
	padding: 4px 2px 4px 2px;
}

.table_heading
{
	font-size: 14px;
	font-weight: bold;
}
/* Classes */

.container
{
	border: 2px solid black;
	margin: 10px auto;
	width: 1024;
	clear: both;
}

.title
{
	background: url(../images/title.jpg);
	height: 134;
	margin-bottom: 5px;
	border-bottom: 2px solid black;
}

.content
{
	padding: 10px 10px 10px 10px;
	overflow: auto;
}

/* left panel */
.left_panel
{
	float: left;
	width: 180px;
	border-right: 1px solid #E2E2DC;
	padding-right: 5px;
	text-align: left;
}

.left_panel .navigation
{
	/*text-align: right;*/
	margin-bottom: 10px;
}

.left_panel .navigation .navigation_title
{
	margin-bottom: 5px;
	font-size: 16px;
	color: #2F4B71;
	/*text-decoration: underline;*/
	background-color: #EFEFEF;
	padding: 2px 2px 2px 2px;
}

.left_panel .navigation .navigation_entry
{
	margin: 1px 0 1px 0;
}

.left_panel .navigation .navigation_entry .view_all
{
	text-align: right;
	
}

/*-----*/

/* right panel */
.right_panel
{	
	float: right;
	width: 810px;
	padding-left: 5px;
	text-align: left;
}

.right_panel .content_title
{
	font-size: 24px;
	color: Gray;
	margin-bottom: 8px;
}

.right_panel .magazine_list_entry
{
	border: 1px solid Gray;
	background-color: #F8F8F8;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

.right_panel .magazine_list_entry .entry_title
{
	font-size: 18px;
	margin-bottom: 2px;	
	
}

.right_panel .issues_title
{
	font-size: 18px;
	color: #2F4B71;
	margin-bottom: 5px;
}

.fullwidth
{
	width: 800px;
}
/*-----*/

/*magazine display*/

.magazine_display
{
	margin: auto;
	text-align: center;
}

.direction_buttons
{
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.page_jump
{
	margin: 10px 0 10px 0;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

/*-----*/
.footer
{
	margin-top: 5px;
	background-color: #E2E2DC;
	padding: 5px 0 5px 0;
	text-align: center;
	clear: both;
}
