	/*---------------------------------------------------------------
	# Package - Joomla Template based on Helix Framework   
	# ---------------------------------------------------------------
	# Author - JoomShaper http://www.joomshaper.com
	# Copyright (C) 2010 - 2011 JoomShaper.com. All Rights Reserved.
	# license - PHP files are licensed under  GNU/GPL V2
	# license - CSS  - JS - IMAGE files  are Copyrighted material 
	# Websites: http://www.joomshaper.com - http://www.joomxpert.com
	-----------------------------------------------------------------*/
	
	/* Master Reset */
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
	body{line-height:1}
	ol,ul{list-style:none}
	blockquote,q{quotes:none}
	blockquote:before,blockquote:after,q:before,q:after{content:none}
	:focus{outline:0}
	ins{text-decoration:none}
	del{text-decoration:line-through}
	table{border-collapse:collapse;border-spacing:0}
	
	/* Core */
	body{color:#555;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.4}
	body.bg{background:#FFF}
	.sp-wrap{margin-left:auto;margin-right:auto}
	.sp-block{float:left;display:inline}
	.mod-block {padding:10px}
	div.sp-inner{padding:0 10px}
	.sp-block .first {margin-left:-10px}
	.sp-block .last {margin-right:-10px}
	.sp-block .single {margin-left:-10px;margin-right:-10px}
	.gap{clear:both; margin-bottom:10px}
	
	/*Header Area*/
	#header {position:relative}
	a#logo,#logo-text{float:left}
	#logo-text h1{font-size:200%;font-weight:bold;text-transform:uppercase;border:0!important;margin:10px 0 0!important;padding:0!important}
	#logo-text h1 a{}
	#logo-text p.site-slogan{margin:0;padding:0;color:#999}
	
	/*Search*/
	#search{float:right;margin-top:40px}
	#search input#mod-search-searchword{padding:4px 10px;background: url(../images/search.png) no-repeat 98% 50%}
	.mod-search{margin:0;padding:0}
	
	/*Module positions user1-user4*/
	#sp-userpos {margin:10px 0}
	#sp-userpos h3 {color:#333}
	#sp-bottom{border-top:5px solid #666;color:#555;font-size:90%}
	
	/* Layout */
	#sp-leftcol, #sp-rightcol, #sp-maincol ,#inset1, #inset2, #inner_content {float:left}
	#sp-maincol {padding:10px 0}
	
	/*Font Resizer*/
	div.font-sizer{width:45px;height:16px;line-height:16px;position:absolute;z-index:1;top:5px;right:10px}
	div.font-sizer a.btn_fs_big,div.font-sizer a.btn_fs_reset,div.font-sizer a.btn_fs_small
	{background-image:url(../images/font-resizer.png);background-repeat:no-repeat;height:16px;width:15px;border:medium none;cursor:pointer;display:block;float:left;text-indent:-999em;padding:0}
	div.font-sizer a.btn_fs_big{background-position:0 0}
	div.font-sizer a.btn_fs_reset{background-position:-15px 0}
	div.font-sizer a.btn_fs_small{background-position:-30px 0}
	div.font-sizer a.btn_fs_big:hover{background-position:0 -16px}
	div.font-sizer a.btn_fs_reset:hover{background-position:-15px -16px}
	div.font-sizer a.btn_fs_small:hover{background-position:-30px -16px}
	
	/* Breadcrumbs */
	#breadcrumbs{overflow:hidden;height:30px;line-height:30px;margin-bottom:10px;}
	#breadcrumbs span.showhome {font-weight:bold;margin-right:5px}
	#breadcrumbs .padding{padding:5px 8px}
	#breadcrumbs a,#breadcrumbs span,#breadcrumbs strong{display:block;float:left}
	#breadcrumbs a,#breadcrumbs span.separator{margin-right:10px;padding-right:15px;background:url(../images/breadcrumbs.png) 100% 50% no-repeat}
	#breadcrumbs span.current{color:#666}
	
	/* Footer */
	#sp-footer{border-top:1px solid #ccc;padding:10px 0}
	#sp-footer .cp {float:left;}
	
	/*Footer Navigation*/
	#footer-nav{float:right}
	#footer-nav ul{list-style-type:none;padding:0;margin:0 0 5px 0}
	#footer-nav li{background:none;padding:0;display:inline}
	#footer-nav a{font-size:11px;font-weight:normal;text-decoration:none;display:inline;margin:0;padding:0 8px}
	a#topofpage{float:right;font-size:11px;margin:0 0 0 8px}
	
	/* Helix Logo */
	#powered-by{display:block;text-indent:-999em}
	.helix-logo-light,.helix-logo-dark,.helix-logo-light-small,.helix-logo-dark-small{display:block;margin:20px auto}
	.helix-logo-light,.helix-logo-dark,.helix-logo-light a,.helix-logo-dark a{height:33px;width:160px}
	.helix-logo-light-small,.helix-logo-dark-small,.helix-logo-light-small a,.helix-logo-dark-small a{height:33px;width:100px}
	.helix-logo a{background-position:center center;background-repeat:no-repeat;display:block;text-indent:-999em}
	.helix-logo-light a{background-image:url(../images/helix-logo/helix_light.png)}
	.helix-logo-dark a{background-image:url(../images/helix-logo/helix_dark.png)}
	.helix-logo-light-small a{background-image:url(../images/helix-logo/helix_light_small.png)}
	.helix-logo-dark-small a{background-image:url(../images/helix-logo/helix_dark_small.png)}
	
	/* Clearfix */
	.clr{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
	.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
	* html .clearfix,:first-child+html .clearfix{zoom:1}
	
	/*For content table*/
	#NCB_table caption {
		font-size: 13px;
		color: #333;
		text-align: center;
		background-color: #F2F2F2;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCC;
		padding-top: 4px;
		padding-bottom: 4px;
		font-weight: bold;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFF;
	}
	#NCB_table table {margin: 0; padding: 0; border-collapse: collapse; width: 100%;}
	#NCB_table th {
		background-color: #F2F2F2;
		padding-top: 5px;
		padding-right: 4px;
		padding-bottom: 5px;
		padding-left: 4px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
	}
	#NCB_table td{
		border-bottom: 1px solid #EEE;
		padding-top: 5px;
		padding-right: 4px;
		padding-bottom: 5px;
		padding-left: 4px;
	}
	#NCB_table td + td {border-left: 1px solid #FAFAFA; color: #999;}
	#NCB_table td + td + td {color: #666; border-left: none;}
	
	#NCB_table tfoot th {text-align: right;}
	#NCB_table th {text-align: left;}
	#NCB_table th + th {text-align: right;}
	#NCB_table th + th + th {text-align: left;}
	#NCB_table thead tr, tfoot tr {color: #555; font-size: 0.8em;}
	#NCB_table tr {
		background: url(prettyinpink_row.png) repeat-x #F8F8F8;
		color: #333;
		font-family: sans-serif;
		font-size: 12px;
	}
	#NCB_table tr:hover {background: #FFF;}
	
	
	/* Student */
	
	#student caption {
	font-size: 13px;
	color: #06C;
	text-align: center;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	}
	#student table {margin: 0; padding: 0; border-collapse: collapse; width: 100%;}
#student tr td a {
	color: #6F9C01;
	font-weight: bold;
	text-decoration: none;
}
#student tr td a:hover {
	color: #6F9C01;
	font-weight: bold;
	text-decoration: underline;
}
	#student th {
		background-color: #F2F2F2;
		padding-top: 5px;
		padding-right: 4px;
		padding-bottom: 5px;
		padding-left: 4px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
	}
	#student td{
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EEE;
	border-left-color: #D6D6D6;
	color: #999;
	}
	#student td+td{
		border-bottom: 1px solid #EEE;
		padding: 5px;
	}
	
}
#student td + td + td {
	color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
	
	#student tfoot th {text-align: right;}
	#student th {
		text-align: center;
	}
	#student thead tr, tfoot tr {color: #555; font-size: 0.8em;}
	#student tr {
		background: url(prettyinpink_row.png) repeat-x #F8F8F8;
		color: #333;
		font-family: sans-serif;
		font-size: 12px;
	}
	#student tr:hover {
	background: #FFF;
}
