/*  CSS Document

		Client:  Candian Federation of Students
		Site:    http://cfsadmin.org/admin
		Author:  Noah Earle for Offshoot
		Site:    http://offshootinc.com
		
*/


body {
	background:url(../imgs/common/header_bg.jpg) repeat-x top left; 
  margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2E7BB1;
}

.clear {
	clear:both;
}

.spacer {
	height:10px;
	background-color:#FFFFFF;
}

.large_spacer{
  height:50px;
}


.sep {
	border-bottom:1px solid #CCCCCC;
}

.content_padding{
  padding:10px 2px 10px 2px ;
	stress: 150;
	text-align:justify;
}

.posted_by{
  margin-top:10px;
  font-weight:bold;
	font-size:11px;
}

.highlight{
  color:#FFB00F;
}

.lowlight{
  color:#000000;
}

.lowerlight{
  color:#A2A2A2;
}

.dark_bg{
  background-color:#ECECEC;
}

.light_bg{
  background-color:#F8F8F8;
}


.left_cell_dark{
  width:200px;
	margin-left:13px;
	padding:3px 15px 3px 15px;
	border-bottom:1px solid #DBDBDB;
  background-color:#ECECEC;	
	cursor:pointer;
}

.left_cell_light{
  width:200px;
	margin-left:13px;	
	padding:3px 15px 3px 15px;
	border-bottom:1px solid #DBDBDB;
  background-color:#F8F8F8;	
	cursor:pointer;	
}

.right_cell_dark{
  width:637px;
	margin-left:7px;
	padding:3px 15px 3px 15px;
	border-bottom:1px solid #DBDBDB;
  background-color:#ECECEC;	
	cursor:pointer;
}

.right_cell_dark table td{
  font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.right_cell_dark table td a{
  font-size:11px;
	font-weight:bold;
	color:#FFB00F;
}

.right_cell_light{
  width:637px;
	margin-left:7px;	
	padding:3px 15px 3px 15px;
	border-bottom:1px solid #DBDBDB;
  background-color:#F8F8F8;	
	cursor:pointer;	
}

.right_cell_light table td{
  font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.right_cell_light table td a{
  font-size:11px;
	font-weight:bold;
	color:#FFB00F;
}

.body_header {
  color:#000000;
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
}

.template_index{
  width:180px;
	height:240px;
  background:url(../imgs/templates/index.jpg) top left no-repeat;
	padding:12px;
	padding-top:15px;
	float:left;
	margin-right:20px;
} 

.template_top{
  width:680px;
	height:12px;
	background:url(../imgs/templates/_top.jpg) bottom left no-repeat;
}

.template{
  position:relative;
  width:680px;
	padding:5px;	
	padding-left:12px;
	background:url(../imgs/templates/_content.jpg) top left repeat-y;
}

.template_content{
  position:relative;
	margin-left:11px;
}

.template_bottom{
  width:680px;
	height:12px;
	background:url(../imgs/templates/_bottom.jpg) top left no-repeat;
}

.template a {
	color:#336699;
	text-decoration:none;
}

.template a:hover {
	color:#000000;
	text-decoration:none;
}

.template_image {
	float:left;
	width:236px;
	vertical-align:top;
	text-align:center;
}

.template_right {
	float:left;
	width:400px;
	margin-left:15px;
	vertical-align:top;
	text-align:left;	
}

#news_top{
	width:475px;
	height:12px;
  background:url(../imgs/home/news_top.jpg) bottom left no-repeat;
}

#news_content{
	width:475px;
  background:url(../imgs/home/news_content.jpg) bottom left repeat-y;
	padding: 10px 3px 10px 3px;
}

#news_footer{
  position:relative;
	width:475px;
	height:70px;
	top:-10px;
  background:url(../imgs/home/news_footer.jpg) top left no-repeat;
}

.box_text {
	margin-left:20px;
	margin-right:20px;
	margin-top:70px;
}
