﻿table.gridview
{
	font-size: 1.2em;
}

#header
{
	display:block;
	margin: 0;
	padding: 0;
	background: transparent url(/App_Themes/JobClub/images/header_background.jpg) 0 0 repeat-x;
	float:left;
}
#logo
{
	background: transparent url(/App_Themes/JobClub/images/logo_top.jpg) 0 0 repeat-x;
	width: 294px;
	height: 58px;
	display: block;
	text-indent: -3000px;
}

#logo-bottom
{
	display: block;
	background: transparent url(/App_Themes/JobClub/images/logo_bottom.jpg) 0 0 repeat-x;
	width: 294px;
	height: 33px;
	text-indent: -3000px;
}

#subheader
{

	background: transparent url(/App_Themes/JobClub/images/navigation_background.jpg) 0 0 repeat-x;

}

.box
{
	background: transparent url(/App_Themes/JobClub/images/box_background.gif) 0 0 repeat-y;
}

#primary .box
{
	float:left;
	width: 310px;
	margin: 5px 5px 10px 5px;
}
.box .box-top
{
	background: transparent url(/App_Themes/JobClub/images/box_top.gif) 0 0 no-repeat;
	padding: 10px 15px 0 15px;
	height: 27px;
}

.box .box-content
{
	padding: 0 15px 0 15px;

}

.box .box-bottom
{
	background: white url(/App_Themes/JobClub/images/box_bottom.gif) 0 0 no-repeat;
	margin-bottom: 10px;
}

#primary .box .box-bottom
{
	margin-bottom: 0;
}

.box .box-top .box-title
{
	float:left;
	width: 230px;
}

.box .box-top .box-collapse
{
	float: right;
	width: 30px;
}


.box h3
{
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #3f3f3f
}

.box h4
{
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    color: #666666
}

.box p
{
	font-size: 1.2em;
	margin: 0;
	padding: 2px 0;
}

.box ul
{
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 8px 2px 0px 10px;
	margin:10px 0 10px 10px;

}

.box li {
	margin-bottom: 10px;
  }

