table.newspaper_main_table
{
	width: 900px;
}

table.newspaper_layout
{
	border-spacing: 20px;
}

td.newspaper_layout
{
	border: 1px solid #e4e4e4;
	padding: 0px;
}

.newspaper
{
	color: #c9c9c9;
	padding: 8px;
	display: block;	
	line-height: 18px;
}

.newspaper_bb
{
	color: #bd181e;
}

.newspaper_tm
{
	color: #0099da;
}

.newspaper_required
{
	color: red;
	font-size: 13px;
}

.newspaper_bb_white
{
	color: #6f6f6f;
}


.newspaper_pages
{
	padding: 12px !important;
}

.newspaper_header_container
{
	border-bottom: 1px solid #e4e4e4;
}

.newspaper_header
{
	font-weight: bold;	
}

.newspaper_container
{
	
}

.newspaper_link
{
	color: #c9c9c9;
	text-decoration: none;
	cursor: pointer;
}

.newspaper_link_bb
{
	color: white;
}


.newspaper_link:hover
{
	text-decoration: underline;
}

ul.newspaper_menu
{
	position: relative;
	padding: 0px !important;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	z-index: 800;
}

ul.newspaper_menu li
{
	text-align: left;
	cursor: pointer;
	font-size: 22px;
	color: black;
	margin-right: 16px;
	letter-spacing: 1px;
}

ul.newspaper_menu_bb li
{
	color: black;
	color: #bd181e;
	font-weight: bold;
}

ul.newspaper_menu li:hover
{
	color: black;
}

ul.newspaper_menu_bb li:hover
{
	color: #bd181e;
	color: black;
}

ul.newspaper_menu > li
{
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}

td.newspaper_line
{
	border-top: 1px solid #e4e4e4;
}

hr.newspaper
{
	color: #e4e4e4;
	padding: 0px;
	background-color: transparent;
}