/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Section Boxes 982px 2-Column Layout
  -------------------------------------
*/

/*Sidebar Left Section Boxes*/
.c2_982 #c1 .section_boxtop {
	background-image: url(../images/layout/2col_Leftbox_top.jpg);
	background-repeat: no-repeat;
}
.c2_982 #c1 .section_boxbottom {
	background-image: url(../images/layout/2col_Leftbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*Main Column Section Boxes*/
.c2_982 #c2 .section_boxtop {
	background-image: url(../images/layout/2col_box_top.jpg);
	background-repeat: no-repeat;
}
.c2_982 #c2 .section_boxbottom {
	background-image: url(../images/layout/2col_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*Main Column Section Boxes Color 2*/
.c2_982 #c2 .section_box2 {
	background-image: url(../images/layout/2col_box2_mid.jpg);
	background-repeat: repeat-y;
	color: #000000 !important;
}
.c2_982 #c2 .section_boxtop2 {
	background-image: url(../images/layout/2col_box2_top.jpg);
	background-repeat: no-repeat;
}
.c2_982 #c2 .section_boxbottom2 {
	background-image: url(../images/layout/2col_box2_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #FFF;
	background-color: #06C;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	color: #339;
	background-color: #0CF;
}
