/**
 * @file
 * @project 617
 * @package stheme
 * @site app2
 */

/**
 * @section layout
 */
div.sf_content{float:left;width:650px;margin-right:10px;}
div.widgetset{float:right;width:230px;margin-right:10px;}
div.sf_footer{clear:both;}


/**
 * @section widget styles
 */
div.widgetset .widget {
	overflow:auto;
}

div.widgetset .widget_content {
	overflow:auto;
	width:230px;
}

div.widgetset .form_item {
	margin-bottom:5px;
}

div.widgetset label {
	display:block;
}

/* Navigation */
div.widgetset .sf_navigation .main_nav {
	margin-bottom:0;
}

/* Syndication */
div.widgetset div.FeedList ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.widgetset div.FeedList ul li {
	line-height:20px;
	margin:0;
	padding:0;
	display:list-item;
}

div.widgetset div.FeedList ul li a img {
	text-decoration:none;
	border:0;
	margin-right:4px;
}

/* Subscribe */
.SubscribeViaEmail .form_item input {
	width:auto;
}

.SubscribeViaEmail input#SubscriberEmail {
	width:210px;
}

div.widgetset .SubscribeViaEmail label {
	display:inline;
}

/* Search */
.Search #searchOnlyTitles a:link,
.Search #searchOnlyTitles a:visited,
.Search #searchOnlyTitles a:hover {
	color:#000;
	text-decoration:none;
}

.Search #quicklink,
.Search #advancedlink {
	width:160px;
	clear:both;
	line-height:30px;
	text-align:left;
}

.Search select,
.Search #q {
	width:210px;
}

/**
 * @section calendar
 */
.calendar {
	border-collapse: collapse;
	margin-bottom:30px;
	background-color:transparent;
	margin:0;
	padding:0;
	width:100%;
	border:0 !important;
	font-family:Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans serif;
}

.calendartitle {
	background-color:#f7f7f7;
}

.calendar .calendarcell {
	font-size:13px;
	padding:4px;
}

/* Chicklets */
.chicklet_group {
	margin:2em 0 1em;
}

.chicklet img{
	margin-right:5px;
}

/* Custom text */
.widget.CustomText .widget_content {
	overflow:auto;
	width:190px;
}

/**
 * @section buttons
 */
#surveysubmit input,
input#submitcomment,
input#resetcomment,
input#spellchk {
	background:#FCFDAE;
	border:1px solid #999;
	color:#5E5F0C;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:.25em;
	cursor:pointer;
    overflow: visible;
	width:auto !important;
	width: 0; /* IE 6 and below */
}

#surveysubmit input:hover,
input#submitcomment:hover,
input#resetcomment:hover,
input#spellchk:hover {
	background-color:#EBED81;
	border:1px solid #999;
	color:#5E5F0C;
}
