/* CSS Document */

body
{
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	color: #666666;

	margin: 0;
	padding: 0;
}

#whole_page
{
	width: 1258px;
	overflow: hidden;
}

/* Top menu */

#top_menu
{
	float: left;
	height: 24px;
	margin-top: 4px;
}

.top_menu_item,
.top_menu_item a,
.top_menu_item a:hover,
.top_menu_item_login,
.top_menu_item_login a,
.top_menu_item_login a:visited,
.top_menu_item_login a:hover
{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

	padding-left: 5px;
}

.top_menu_item a:hover,
.top_menu_item_login,
.top_menu_item_login a,
.top_menu_item_login a:visited,
.top_menu_item_login a:hover
{
	color: #ff3399;
}

/* Side bar */

#side_bar
{
	float: left;
	width: 189px;
	background-color: #fff;
}

#side_logo
{
	text-align: center;
	border: 0;
}


#side_logo img
{
     border: 0;
}

#side_menu
{
	background-color: #fff;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 13px;
	width: 140px;
	margin-left: 25px;
}

#side_spacer
{
	height: 400px;
}

.side_menu_item_container
{
	display: none;
}

.side_menu_top_level_item
{
	margin-top: 5px;
	width: 140px;
	height: 13px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.side_menu_second_level_item
{
	width: 140px;
	height: 18px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.side_menu_second_level_login
{
	width: 140px;
	height: 18px;
	text-align: left;
}

.side_menu_second_level_login img
{
	border: 0;
}

.side_menu_form
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.side_menu_login_text_field
{
	border: solid 1px #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	padding: 4px;
	width: 100%;
}

#middle
{
}

/* Content area */

#content_area
{
	float: left;
}

#content_area a,
#content_area a:visited
{
	color: #666666;
	text-decoration: none;
}

#content_area a:hover
{
	color: #ff3399;
	text-decoration: none;
}

.banner_heading
{
	background-color: #fff;
	border: solid 1px #cccccc;
	color: #666666;
	width: auto;
	padding-bottom: 2px;
}

.banner_heading img
{
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: middle;
	border: 0;
}

.empty_div
{
	clear: both;
	height: 0;
}

.error
{
	display: block;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 2px;
	margin-right: 10px;
	background-color: #f00;
	color: #fff;
	border: solid 2px #f88;
}
