body {
    margin: 0;
    padding: 0;
	text-align: center;
	font-size : 76%;
	line-height : 150%;
}

body, td, div, p, ol, ul, blockquote  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* Containers to control width of site and allow for two background images  */

#container1 {
	background: url(../images/bg_shadow.jpg) repeat-y center center;
	text-align: center; 
	border-left: 1px #fff solid; /* helps the shadow show up in IE6 */
}

#container2, #navbar_bottom {
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: left;
	border-bottom: 5px #001937 solid;
}

#container2 {
	background: url(../images/bg_3col.jpg) left repeat-y;
	text-align: auto;
	height: auto;
}

#container3 {
}

/* Banner with circular logo and site name */

#header {
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: left;
	height: 100px;
	border-bottom: 5px solid #001937;
	position: relative;
}

#header div#ualink {
	clear: left;
}

#header div#ualink a {
	display: block;
	padding: 0;
	margin: 0; 
	float: left;
	width: 200px; 
	height: 115px;
}

#header div#ualink a span {
	margin: 0 0 0 -9999em;
	padding: 0;
}

#header div#facultylink { 
	float: none; 
	position: absolute; 
	top: 80px; 
	left: 202px;
}

#header div#facultylink a {
	height: 18px;
	width: 530px;
	display: block;
}

#header div#facultylink a span {
	margin-left: -9999em;
}

#header div#sitelink h1 {
	padding: 0;
	margin: 0;
	line-height: 100%;
}

#header div#sitelink h1 a {
	display: block;
	float: left;
}

 #header div#sitelink h1 a span {
	margin-left: -9999em;
	margin-bottom: 0;
	padding: 0;
}

/* Navigation elements at top right */


#navbar_top, #navbar_top ul {
	width: 745px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

#navbar_top li {
	display: inline;
	font-size: 0.92em;
	border-right: 1px #fff solid;
}

#navbar_top a {
	color: #fff;
	padding: 0 8px 0 6px;
	text-decoration: none;
}

#navbar_top a:hover {
	text-decoration: underline;
}

#breadcrumb_top {
	font-size: 0.92em;
	text-align: left;
	padding: 0;
	margin: 0 0 10px 0;
}

/* Layout with navigation column plus three columns */

#navcol {
    padding: 0;
	margin: 0 0 300px;
    width: 215px;
	font-size: 0.93em;
	float: left;
	min-height: 300px;
}

#column1, #column2, #column3 {
    padding: 25px 15px 40px 20px;
	margin: 0;
    width: 207px;
	font-size: 0.93em;
	float: left;
}

/* Clearing style to extend background images to bottom */

.clear, .teaserclear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Footer */

#footer {
	margin: 0 auto 0 auto;
	width: 980px;
	background: url(../images/bg_shadow_bottom.jpg) top center no-repeat;
	padding: 5px 0 0 5px;
    text-align: left;
    clear: both;
	font-size: 0.92em;
}

#footer div.container {
	width: 950px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: none;
}

#footer div.container div.columnLeft {
	width: 220px;
	padding: 0 15px 0 0;
	float: left;
}

#footer div.container div.columnCenter {
	width: 485px;
	padding: 0 15px 0 0;
	float: left;
}

#footer ul {
	width: 45%;
	float: left;
	margin: 0;
	padding: 0 7px 0 0;
}

#footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer a {
	text-decoration: none;
	color: #002A5C;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul li a {
	text-decoration: none;
	color: #616161;
}

#footer ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#footer div#copyright {
	width: 950px;
	clear: both;
	text-align: right;
/*	font-size: 1.1em; */
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

#footer div#copyright a {
	font-weight: normal;
}

/* Content styles */

table, div, p, ol, ul, blockquote {
	line-height: 150%;
	}
	
ol, ul {
	padding: 0;
	margin: 0 0 0 30px;
}

ol li, ul li {
	margin: 0 0 0.8em 0;
}

ul li ul li {
	margin: 0;
}

a {
	color : #008bb0;
}

a:hover {
	text-decoration : none;
}

a:visited {
	color : #666666;
}

b {
    font-weight : bold;
}

i {
    font-style : italic;
}

table.image {
	padding: 0 10px 0 10px;
	}

/* Left navigation menu styles */

div#expandingmenu {
	margin: 0 0 130px 0;
}

div#expandingmenu ul{
 	margin: 0;
	padding: 0;
 }
 
div#expandingmenu ul li {
	list-style-type: none;
	border-bottom: 1px #F0F5EB solid;
	margin: 0;
}

div#expandingmenu ul li a {
	display: block;
	text-decoration: none;
	line-height: 120%;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 10px 7px 20px;
}

div#expandingmenu ul li a:hover {
	background-color: #F0F5EB;
}

div#expandingmenu ul li ul {
	background: url(../images/bg_submenu.jpg);
}

div#expandingmenu ul li ul li{
	border: none;
}

div#expandingmenu ul li ul li a {
	font-size: 1em;
	font-weight: lighter;
}

div#expandingmenu ul li ul li ul {
	background-color: #ebebeb;
	background-image: none;
}

div#expandingmenu ul li ul li ul li a {
	padding-left: 35px;
}

div#expandingmenu ul li ul li ul li ul {
	background-color: #fff;

}

div#expandingmenu ul li ul li ul li ul li a {
	padding-left: 50px;
}

/* Map link */

#maplink a {
	display: block;
	height: 91px;
	width: 197px;
	background: url(../images/btn_map.jpg) 0 0 no-repeat;	
}

#maplink a:hover {
	background: url(../images/btn_map_f2.jpg) 0 0 no-repeat;	
}


#maplink a span {
	margin-left: -9999em;
}

/* Menu hovers, arrows, and you-are-here indicators */

.sectionhere {
	background: url(../images/arrow_down.gif) 4px 11px no-repeat;
}

div#expandingmenu ul li ul li ul li a.sectionhere {
	background-position: 19px 11px;
}

div#expandingmenu ul li ul li ul li ul li a.sectionhere {
	background-position: 40px 11px;
}

.here {
	background: #fff url(../images/arrow_right.gif) 7px 7px no-repeat;
}

div#expandingmenu ul li ul li ul li a.here {
	background-position: 22px 7px;
}

div#expandingmenu ul li ul li ul li ul li a.here {
	background-position: 37px 7px;
}

/* Central image */

#centralimage {
	float: left;
}

/* News, events, quicklinks, profiles styles */

div#events, div#news, div#quicklinks, div#profile {
	font-size: 1.0em;
	margin: 0 0 30px 0;
	padding: 0;
}

div#events ul, div#news ul, div#quicklinks ul, div#profile ul {
	padding: 0;
	margin: 0;
}

div#events ul li,  div#news ul li, div#quicklinks ul li, div#profile ul li {
	padding: 0;
	list-style-type: none;
}

div#quicklinks ul.navsublink li {
	padding: 0;
	margin: 0 10px 10px 0;
	line-height: 125%;
}

div#events ul li, div#news ul li {
	margin-bottom: 16px;
}

div#events ul li p, div#news ul li p, div#profile ul li p {
 	margin: 3px 0 0 0;
	line-height: 135%;
}	

div#news img, div#profile img {
	border: none;
	padding: 7px 0 7px 7px;
}

/* Header styles */

h1, h2, h3, h4, h5, h6 {
	font-weight : bold;
	color : #002A5C;
	line-height : 125%;
	}
	
h1 {
	font-size: 1.5em;
	}	
	
h1.pagetitle {
	line-height : 125%;
	margin-bottom: 12px;
	margin-top: 0px;
}

h2 {
	font-size : 1.3em;
}

h2.hdrabout {
	background: url(../images/hdr_about.gif) 0 0 no-repeat;
}

h2.hdrnews {
	background: url(../images/hdr_news.gif) 0 0 no-repeat;
}

h2.hdrevents {
	background: url(../images/hdr_events.gif) 0 0 no-repeat;
}

h2.hdrprofile {
	background: url(../images/hdr_profiles.gif) 0 0 no-repeat;
}

h2.hdrevents span, h2.hdrnews span, h2.hdrquicklinks span, h2.hdrabout span, h2.hdrprofile span {
	margin-left: -9999em;
}

h2.hdrevents, h2.hdrnews, h2.hdrquicklinks, h2.hdrabout, h2.hdrprofile {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 6px;
	height: 25px;
}

h3 {
	font-size : 1.1em;
}

div#news li h3, div#profile li h3 { 
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

div#events ul li h3 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

div#column1 div#events li h3 {
	font-size: 1em;
}

div#news li h3 a, div#events ul li h3 a, div#announcements ul li h3 a, div#profile h3 a {
	text-decoration: none;
	color: black;
}

div#news li h3 a:hover, div#events ul li h3 a:hover,  div#announcements ul li h3 a:hover, div#profile h3 a:hover {
	text-decoration: underline;
}

h4{
	font-size: 1em;
}

div#events ul li h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}

h5 {
	font-size: 0.92em;
	color : #000;
}

h6 {
	font-size: 0.92em;
	font-style : italic;
	color : #666;
}

/* Calendar */

table#calendar {
 	width: 300px; 
	border: solid #ccc 1px; 
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

table#calendar tr td {
	border: solid #ccc 1px; 
	text-align: right;
	margin: 0;
	padding: 3px;
}

table#calendar tr th {
	border-top: solid #fff 1px; 
	border-right: solid #fff 1px; 
	text-align: center;
	margin: 0;
	padding: 3px;
	background-image: url(../images/bg_calgradient.jpg);
	background-repeat: repeat-x;
	font-size: 0.92em;
}

table#calendar tr td.today {
	border: 2px solid #063;
}

table#calendar tr td.selectedday a, table#calendar tr td.todayselected a{
	background-color: #063;
	color: #fff;
	}
	
table#calendar tr td.todayselected {
	background-color: #ebebeb;
	border: 2px solid #063;
	}

table#calendar tr td a {
	display: block;
	width: 100%;
	background-color: #FD5;
	color: #000;
	text-decoration: none;
	}
	
table#calendar tr td a:hover {
	background-color: #063;
	color: #fff;
	}
	
table#calendar tr th a:hover {
	background-color: #063;
	color: #fff;
	}

/* Search box */

#searchbox {
	margin: 15px 10px 0 0;
	padding: 0;
	float: right;
	text-align: right;
}

#searchbox #sa {
	width: 50px;
	background: url(../images/search_button.gif) no-repeat top left;
	border: none;
	cursor: pointer;
}

#searchbox #q {
	background: #FFF !important;
}

/* News Archives */

div#newsarchives {
	border: 1px #666 solid; 
	background-color: #666;
}

ul#newsyear, ul#newsmonth {
	margin: 0;
	padding: 0;
}

#newsmonth {
	background-color: #fff;
}

#newsyear li, #newsmonth li {
 	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.92em;
 }
 
#newsyear li a, #newsmonth li a {
	padding: 2px 5px 3px 5px;
	text-decoration: none;
	color: #000000;
 }
 
 #newsyear li a {
 	color: #fff;
 }
 
#newsyear li a:hover, #newsmonth li a:hover  {
	background-color: #ffcc00;
	color: #000;
 }
 
 #newsyear li a.yearon, #newsmonth li a.monthon  {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	}
 

/* Hide accessibility features */

.hide {
	display: none;
}

/********************************************************
 * GLOBAL/MISCELLANEOUS                    				*
 *******************************************************/

#page_container{
	text-align:center;
	font-size:11px;
	width:100%;
}


.clear{
	clear:both;
}
.static{
	position:static;
}
.flush-right{
	padding-top:20px;
	padding-right:2px;
	padding-left:10px;
	padding-bottom:5px;
	float:right;
}

body
{
    font-family: "Times New Roman", Times, serif;
}



/********************************************************
 * SEARCH FORM                          		*
 *******************************************************/

label {
	position: absolute; 
	text-align:right; 
	width:110px; 
	padding-left:5px;
	padding-right:1px;
}
input, textarea, select { 
	margin-left: 125px; 
	margin-bottom:2px;
	padding-left:3px;

}
input.btn{
	color: #002A5C;
	margin:0px;
	margin-left:5px;
	background-color:#ddd;
	border:1px solid #bbb;
	padding:3px;
	cursor:pointer;
}
#search_container{
	position:relative;
	margin-top:50px;
	width:580px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}
#search_container form{
	margin-bottom:0px;
}
#search_query{
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	text-align:left;
	width:330px;
	border: 1px solid #bbb;
}
#search_options{
	padding-top:5px;
	padding-right:2px;
	padding-left:2px;
	padding-bottom:5px;
	float:right;
	width:210px;
	border: 1px solid #bbb;
}
#search_space{
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	float:right;
	width:210px;
}
#search_buttons{
	position:relative;
	right:0px;
	bottom:0px;
	width: 175px;
	color: #002A5C;
	text-align:right;

}



/********************************************************
 * PAGINATION  		                       				*
 *******************************************************/

#pagination{
	display:inline;
	float:right;
	text-align:right;
	margin-bottom:20px;
}

#pagination .inactive{
	display:inline;
	color:#002A5C;
}

#pagination a, a:hover, a:visited{
	text-decoration:none;
	color:#008BB0;
}


/********************************************************
 * RESULTS 	   		                       				*
 *******************************************************/
 
#summary{
	display:inline;
	float:left;
	margin-bottom:20px;
}
#result_container{
	position:relative;
	width:100%;
	text-align:left;
}
#result_header{
	height:20px;
	text-align:left;
	padding-top: 3px;
	padding-left: 5px;
	padding-right:5px;
	border:1px solid #bbb;
	background-color:#ddd;
	font-size: 12px;
	clear:both;
}
#result_header a{
	color: #002A5C;
	text-decoration:none;
	cursor:pointer;
}
#result_header_cart{
	display:inline;
	float:right;
	text-align:right;
}

.result{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:0px;
	padding-left:30px;
	overflow:hidden;
	clear:both;
}
.result input{
	margin:0px;
}
.result h1{
	color: #002A5C;
	font-size:12px;
	display: inline;
	margin-left:15px;
}

.result a:link{
	color: #002A5C;
	#text-decoration:none;
}
.result a:visited{
	color: #002A5C;
	text-decoration:none;
}
.result a:hover{
	color: #002A5C;
	text-decoration:underline;
}
.result a:active{
	color: #002A5C;
	text-decoration:none;
}
.result_info{
	width:560px;
	font-size:11px;
	display:block;
	margin-left:30px;
	margin-top:5px;
}
.result .label{
	width:150px;
	font-size:11px;
	font-weight:bold;
	display:inline;
	margin-right:5px;
}
.result_add_to_cart{
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	color: #002A5C;
	font-size:11px;
	border:1px solid #bbb;
	background-color:#ddd;
	padding:4px;
	cursor:pointer;
}
a.no_underline:link {
	text-decoration:none;
	color: #002A5C;
}
a.no_underline:visited{
	text-decoration:none;
	color: #002A5C;
}


.thumbnail{
	border:1px solid #000;
	display:inline;
	float:left;
	width:100px;
	height:75px;
	margin-right:10px;
}
.thumbnail img.resized{
	width:100px;
	height:75px;
	border:none;
}



/********************************************************
 * DETAILS 		                     	  				*
 *******************************************************/
table#details {
	border-collapse: collapse;
	width:690px;
} 
#details th{
	border:1px solid #ccc;
	text-align:right;
	vertical-align:top;
	width:200px;
	background-color:#ddd;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
}

#details td{
	padding-left:7px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #ccc;
}

#details_add_to_cart{
	background-color:#ddd;
	float:right;
	margin-top:20px;
	color: #002A5C;
	font-size:11px;
	border:1px solid #ccc;
	padding:5px;
	text-decoration:none;
}
#details td.thumbnail_box{
	padding:0px;
	width:200px;
}
#details td.thumbnail_box img{
	margin:0px;
	padding:0px;
	width:200px;
	height:150px;
	border:none;
	display:inline;
}

#googlemap iframe {
    pointer-events:none;
}

#container2 {
	background: url(../images/bg_1col.jpg) left repeat-y;
}

#column1 {
	width: 690px;
	font-size: 1em;
	padding-top: 5px;
	}

#column2 {
	display: none;
}

#column3 {
	display: none;
}

.tdback {
	background: url(../images/form_td_back.jpg);
}

.rowhidden {
 	/*placeholder class for javascript getElementsByClass name IE workaround*/
}

.rowhidden2 {
	/*placeholder class for 2nd depth javascript getElementsByClass name IE workaround */
}

#hidden_transfer{
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
	padding:5px;
	display: none;
}

#hidden_changeName{
	background-color:#EEEEEE;
	border:1px solid #AAAAAA;
	padding:5px;
	display: none;
}


#toolbar {
	/*background: url(../images/toolbar.jpg) top left repeat-x;*/
	position: relative;
	width: 735px;
	height: 20px;
	background-color: #185121;
	margin: -5px -25px 5px -20px;
	text-decoration: none;
	text-align: right;
}

#toolbar .toolname {
	position: absolute;
	left: 15px;
	top: 0px;
	/*text-align: left;
	margin-left: 15px;*/
	color: #EEE;
	z-index: 1;
}

#toolbar .toollink {
	text-align: right;
	text-decoration: none;
	margin-right: 5px;	
	color: #EEE;
}

#toolbar .toollink:visited {
	text-decoration: none;
	color: #EEE;
}

#toolbar .toollink:hover {
	text-decoration: none;
	color: #b5db84;
}

.seedanchor {
	color: #404040;
	text-decoration: bold
}
   
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #003008;
 border-bottom: none;
 background: #ffe144;
 text-decoration: none;
}

ul.tabbernav li a:link { 
 color: black;
}
ul.tabbernav li a:visited { color: #003008; }

ul.tabbernav li a:hover
{
 color: #b5db84;
 background: #EEE;
 border-color: black;
}

ul.tabbernav li.tabberactive a
{
 color: black;
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #b5d884;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
}

table.quickform
{
	border: 1px solid #AAA;
}

table.results
{
	background-color: #EEEEEE;
	border: 1px #AAA solid;
}

#reminder
{
	background-color: #EEEEEE;
	border: 1px #AAA solid;
	padding: 8px;
	display: none;
	font-weight: bold;
}

td.resulthead
{ 
	background-color: #b5d884;
	border: 1px #AAA solid;
	padding-left: 5px; 
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #404040; 
}

td.carthead
{ 
	background-color: #b5d884;
	border: 1px #AAA solid;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;;
	color: #404040; 
}

th {
	text-align: center;
	font-size: 12px;
}

th.left {
	text-align: left;
	font-size: 12px;
	padding-left: 7px; 
}

th.pid {
	border-top: 1px #003008 dotted;
	text-align: center;
	font-size: 12x;
}

th.bottom {
	border-bottom: 1px #003008 dotted;
	text-align: center;
	font-size: 12px;
}

th.insthead {
	border-bottom: 1px #003008 dotted;
	border-top: 1px #003008 dotted;
	text-align: center;
	font-size: 12px;
}

td.courseinstance
{
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

td.resultinstance
{ 
	border-top: 1px #003008 dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

td.instbottom
{ 
	border-bottom: 1px #003008 dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

td.listbottom
{ 
	border-bottom: 2px #003008 solid;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

td.bogcover
{ 
	border-bottom: 1px #003008 dotted;
	text-align: center;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

#vertical_slide {
	background: #EEEEEE;
	color: #003008;
	padding: 10px;
	border: 5px solid #003008;
}

td.seedbut
{ 
	text-align: right;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

td.coursetotal
{ 
	border-top: 1px #003008 dotted;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}