/**
 * This file is part of Helios Calendar, it's use is governed by the Helios Calendar Software License Agreement.
 *
 * @author Refresh Web Development, LLC.
 * @link http://www.refreshmy.com
 * @copyright (C) 2004-2011 Refresh Web Development
 * @license http://www.helioscalendar.com/license.html
 * @package Helios Calendar
 */

/*	Layout Alignment
*/
input {
	float:left;
	text-align:left;
	margin-bottom:5px;
}
textarea {
	float:left;
	text-align:left;
}
select {
	float:left;
	text-align:left;
	margin-bottom:5px;
}
.hc_align, .recurOptions {
	float:left;
}
/*	TinyMCE Adjustments
*/
table.mceLayout, table.mceToolbar {
	float:left;
}
/*	Core Classes
*/
p {
	margin:0px;
	padding:0px 0px 10px 0px;
}
#cal-rss-feeds p, #billboard p, #popular p, #newest p{
	font:12px Arial, Helvetica, sans-serif;
}
a.eventMain:link, a.catLink:link, a.eventMain:visited, a.catLink:visited{
	text-decoration:underline;
	color:#333 !important;
}
a.eventMain:hover, a.catLink:hover, a.eventMain:active, a.catLink:active{
	text-decoration:underline;
	color:#3D3F3E;
}
img {
	border:0px;
}
ul.billboard, ul.popular, ul.newest, ul.rssLinks, ul.catLinks {
	list-style-type:none;
	margin:0;
	padding:0px;
}
li.billboardDate, li.popularDate, li.newestDate {
	font-weight:bold;
}
li.billboard, li.popular, li.newest {
	padding-left:5px;
	padding-top:5px;
}
a.billboard, a.popular, a.newest {
	text-decoration:underline;
	color:#3D3F3E;
}
a.billboard:hover, a.popular:hover, a.newest:hover {
	text-decoration:none;
	color:#FF6600;
}
img.controlPanel {
	padding-bottom:5px;
	vertical-align:middle;
}
a.controlPanel {
	text-decoration:none;
	font-weight:bold;
	color:#FF6600;
}
a.controlPanel:hover {
	text-decoration:none;
	color:#3D3F3E;
}
.rssLinksAll, .rssLinksNew, .rssLinksBillboard, .rssLinksPopular, .rssLinksComment {
	background-image:url(../images/rss/feedIcon.gif);
	background-repeat:no-repeat;
	padding:1px 0px 4px 20px;
}
.iCalLinksSubscribe {
	background-image:url(../images/icons/iconiCal.png);
	background-repeat:no-repeat;
	padding:1px 0px 4px 20px;
}
#nav-top {
	clear:both;
	float:right;
	width:120px;
	padding-top:3px;
}
#nav-bottom {
	clear:both;
	float:right;
	width:120px;
	padding-top:7px;
}
#nav-news {
	clear:both;
	float:right;
	width:60px;
	padding-top:3px;
}
a.nav {
	float:left;
	padding:0px 2px 0px 2px;
}
.eventDateTitle, .newsMonth {
	clear:both;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #3D3F3E;
	color:#000000;
	padding:10px 0px 0px 0px;
}
h1.summary {
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.eventListTime, .newsDate {
	clear:both;
	float:left;
	width:25%;
	line-height:20px;
}
.eventListTimeHL, .newsDateHL {
	clear:both;
	float:left;
	width:25%;
	background:#EFEFEF;
	line-height:20px;
}
.eventListTitle, .newsSubject {
	float:left;
	width:75%;
	line-height:20px;
}
.eventListTitleHL, .newsSubjectHL {
	float:left;
	width:75%;
	background:#EFEFEF;
	line-height:20px;
}
a.eventListTitle {
	text-decoration:underline;
	width:100%;
	font-weight:bold;
	color:#3D3F3E;
}
a.eventListTitle:hover {
	text-decoration:none;
	font-weight:bold;
	color:#FF6600;
}
.eventReqTag {
	font-weight:bold;
	color:#DC143C;
}
#eventDetailTitle, #locDetailTitle {
	clear:both;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #3D3F3E;
	color:#000000;
	padding:10px 0px 3px 0px;
}
#eventDetailDesc, #locDetailDesc {
	clear:both;
	color:#000000;
	padding:10px 5px 10px 5px;
}
.eventDetailDate, .eventDetailPrice {
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
.eventDetailDatePast {
	font-size:13px;
	font-weight:bold;
	color:#DC143C;
}
.eventDetailTime {
	float:left;
	color:#000000;
	text-align:right;
	width:60px;
}
.eventDetailHeader, .locDetailHeader {
	border-top:solid 1px #CCCCCC;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
}
#eventDetailInfo, .locDetailsHalfL {
	float:left;
	padding-right:13px;
	width:50%;
}
#eventDetailTools, .locDetailsHalfR {
	float:left;
	width:45%;
}
.toolboxHeader {
	clear:both;
	font-weight:bold;
	padding-top:10px;
}
.eventDetailToolbox, .locDetailToolbox {
	padding:10px;
	border:1px solid #666666;
	background:#EEEEEE;
	width:93%;
}
.eventDetailReg {
	padding:10px;
	width:80%;
}
.eventSkipComments, .locSkipComments {
	font-weight:normal;
	font-size:11px;
	float:right;
}
a.eDetailCom {
	background-image:url(../images/icons/iconComments.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0px 20px 3px 0px;
	text-decoration:underline;
	line-height:18px;
	color:#3D3F3E;
}
a.eDetailCom:hover {
	text-decoration:none;
	line-height:18px;
	color:#FF6600;
}
a.eventShare, a.locShare {
	text-decoration:none;
	line-height:25px;
	padding:0px 5px 0px 0px;
	color:#0000FF;
}
a.eDetailShareE {
	background-image:url(../images/icons/iconEmail.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.eDetailSaveG {
	background-image:url(../images/cal/google.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.eDetailSaveY {
	background-image:url(../images/cal/yahoo.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.eDetailSaveW {
	background-image:url(../images/cal/windows.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.eDetailSaveI {
	background-image:url(../images/icons/iconiCal.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.eDetailSaveV {
	background-image:url(../images/icons/iconDownload.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
	margin-left:10px;
}
a.eDetailMap {
	background-image:url(../images/icons/iconDownload.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.lDetailSaveG {
	background-image:url(../images/cal/google.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.eDetailM, a.eDetailW, a.eDetailP, a.eventDetailRSS {
	float:right;
	text-decoration:none;
	border:0;
	margin:7px;
}
a.lDetailWeather {
	background-image:url(../images/icons/iconWeather.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.lDetailDriving {
	background-image:url(../images/icons/iconCar.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.lDetailBrowse {
	background-image:url(../images/icons/iconCalendar.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.lDetailRSS {
	background-image:url(../images/rss/feedIcon.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:none;
	line-height:25px;
	color:#3D3F3E;
	float:right;
	margin-top:7px;
}
#locTool {
	float:right;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	padding-right:5px;
	line-height:30px;
	color:#666666;
}
a.eDetailShareQR {
	background-image:url(../images/icons/iconQR.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.eventDetailLink {
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
	padding:0px 0px 0px 0px;
}
a.eventRegistration {
	background-image:url(../images/icons/iconRegister.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.commentReport {
	text-decoration:none;
	background-image:url(../images/icons/iconReport.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0px 20px 3px 0px;
	color:#FFFFFF;
}
a.commentReport:hover {
	text-decoration:none;
	color:#DC143C;
}
a.eventDetailLink:hover, a.eDetailShareE:hover, a.eDetailSaveG:hover, a.eDetailSaveY:hover, a.eDetailSaveW:hover, a.eDetailSaveI:hover, a.eDetailSaveV:hover, a.eventRegistration:hover, a.eDetailShareQR:hover, a.lDetailWeather:hover, a.lDetailDriving:hover, a.lDetailBrowse:hover {
	text-decoration:none;
	line-height:25px;
	color:#FF6600;
}
.eventTimeInput {
	width:27px;
}
.eventStartH, .eventEndH {
	float:left;
	text-align:left;
	width:30px;
}
.eventStartCtrl, .eventEndCtrl {
	float:left;
	text-align:center;
	width:16px;
	margin:0px 2px 0px 3px;
}
.eventStartM, .eventEndM {
	float:left;
	text-align:left;
	width:30px;
}
.eventStartAP, .eventEndAP {
	float:left;
	text-align:left;
	width:50px;
}
label.noEndTime {
	text-align:left;
	padding:0px 10px 0px 0px;
	vertical-align:middle;
	width:100px;
}
label.group {
	clear:both;
	width:90%;
	text-align:left;
	padding:10px 0px 10px 10px;
}
label.groupHL {
	clear:both;
	width:95%;
	text-align:left;
	padding:10px 0px 10px 10px;
	background:#EFEFEF;
}
a.eventDetailDates {
	text-decoration:underline;
	line-height:20px;
	color:#3D3F3E;
}
a.eventDetailDates:hover {
	text-decoration:none;
	line-height:20px;
	color:#FF6600;
}
#rssMenu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding-left:0px;
	text-align:left;
}
#rssMenu ul li {
	line-height:20px;
}
.rssTitle {
	clear:both;
	font-weight:bold;
	padding:12px 0px 3px 0px;
}
img.rssReader {
	padding-bottom:5px;
	vertical-align:middle;
}
a.rssReader {
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
	color:#FF6600;
}
a.rssReader:hover {
	text-decoration:none;
	font-weight:bold;
	line-height:25px;
	color:#3D3F3E;
}
#eventShare li {
	display:block;
	list-style-type:none;
	float:left;
	padding:3px 12px 7px 12px;
}
.button {
	font-size:11px;
	padding:0px 10px 0px 10px;
	color:#000000;
	text-align:center;
}
.locDetails {
	width:45%;
	min-width:175px;
	float:left;
	padding:0px 5px 0px 0px;
	clear:both;
}
#hc_Gmap {
	clear:both;
	padding-top:20px;
	width:100%;
	height:250px;
}
#hc_GmapLoc {
	float:left;
	width:75%;
	height:650px;
}
#hc_GmapLocDetail {
	float:left;
	width:370px;
	height:150px;
	margin-bottom:7px;
}
.GmapLocMenu {
	width:300px;
	height:20px;
	border-bottom:solid 1px #ACACAC;
}
.GmapLocPane {
	width:300px;
	height:200px;
	overflow:auto;
	padding:3px 0px 0px 0px;
}
a.locMenu {
	text-decoration:underline;
	color:#0000FF;
}
a.locMenu:hover {
	text-decoration:none;
	color:#666666;
}
a.locListReset {
	background-image:url(../images/icons/iconMap.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	line-height:25px;
}
a.locListReset, #locListLink {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	vertical-align:middle;
}
a.locListReset:hover, #locListLink:hover {
	text-decoration:none;
	color:#FF6600;
}
a.locList {
	text-decoration:underline;
	color:#000000;
}
a.locList:hover {
	text-decoration:none;
	color:#FF6600;
}
.locTitle {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
#locRest {
	float:right;
	width:100px;
}
#locList ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding-left:5px;
}
#locList ul li {
	padding:3px 0px 4px 0px;
	text-align:left;
}
#locList {
	overflow:auto;
	float:left;
	width:25%;
	height:650px;
}
img.locList {
	padding-bottom:5px;
	vertical-align:middle;
}
a.searchLoc {
	text-decoration:underline;
	font-size:13px;
	color:#FF6600;
}
.datePicker {
	position:absolute;
	visibility:hidden;
	background-color:#FFFFFF;
}
.tel {
	width:200px;
	float:left;
}
abbr {
	border:none;
}
.category {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	display:block;
}
a.email {
	text-decoration:underline;
	color:#3D3F3E;
}
a.email:hover {
	text-decoration:none;
	color:#FF6600;
}
fieldset {
	margin:10px 0;
	clear:both;
	border:none;
	border-bottom:1px solid #ccc !important;
}
legend {
	margin-bottom:10px !important;
	font-size:12px;
	font-weight:bold;
	color:#333;
	background:transparent;
}
label {
	float:left;
	width:50px;
	padding:0px 10px 0px 0px !important;
	text-align:right;
	font-size:11px !important;
}
label.radio {
	padding:0px;
	text-align:left;
	font-size:11px;
}
label.recur {
	clear:both;
	padding:0px;
	text-align:left;
	font-size:11px;
	width:100px;
}
label.recur-small {
	clear:both;
	padding:0px;
	text-align:left;
	font-size:11px;
	width:70px;
}
label.radioWide {
	padding:0px;
	text-align:left;
	width:200px;
	font-size:11px;
}
label.category {
	clear:both;
	padding:0px;
	text-align:left;
	width:180px;
	font-size:11px;
}
label.subcategory {
	clear:both;
	padding: 0px 0px 0px 15px;
	text-align: left;
	width: 175px;
	clear:both;
	font-size:11px;
}
label.label-large {
	clear:both;
	padding:0px;
	text-align:left;
	font-size:11px;
	width:100px;
}
.catCol {
	float:left;
	width:180px;
}
.catCtrl {
	clear:both;
	text-align:right;
	padding:10px 10px 0px 0px;
}
label.day {
	float:left;
	padding:0px;
	text-align:left;
	width:50px;
	font-size:11px;
}
fieldset div {
	margin-bottom:10px;
}
fieldset div input, textarea, select {
	font-family:Verdana, sans-serif;
	font-size:11px;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1px;
	color:#333;
	vertical-align:middle;
	font-size:11px;
}
input:focus, textarea:focus, select:focus {
	background:#efefef;
	color:#000;
}
fieldset div.frmReq, fieldset div.frmReq input, textarea, select {
	font-weight:bold;
}
fieldset div.frmOpt, fieldset div.frmOpt input, textarea, select {
	font-weight:normal;
}
fieldset.newsletter {
	margin-top:15px;
	margin-bottom:45px;
}
div.frmReq, div.frmOpt {
	clear:both;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	font-size:11px;
	width:150px;
	color:#000000;
	text-align:center;
}
input[type="checkbox"] {
	border: 0px;
}
.miniCalTable {
	border-collapse:collapse;
	empty-cells:show;
	width:300px;
	font-size:11px;
}
.miniCalTable td {
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	height:30px;
}
.miniCalTitle {
	border:1px solid #ACACAC;
	background-color:#EEEEEE;
	text-align:center;
}
.miniCalJump {
	background-color:#EEEEEE;
	font-family:Verdana, sans-serif;
	border:0px;
	float:none;
	color:#993300;
}
.miniCalNav {
	font-size:13px;
	font-weight:bold;
	border:1px solid #ACACAC;
	background-color:#EEEEEE;
	color:#993300;
}
.miniCalDOW {
	border:1px solid #ACACAC;
	background-color:#FFFFFF;
	color:#993300;
}
.miniCal {
	background:#FFFFFF;
	border:1px solid #ACACAC;
}
.miniCalToday {
	font-weight:bold;
	background:#5AA9A6;
	color:#fff;
}
.miniCalToday:hover {
	font-weight:bold;
	background:#C63F00;
	border:1px solid #ACACAC;
}
.miniCalEvents {
	border:1px solid #ACACAC;
	background:#C8C8AC;
}
.miniCalEvents:hover {
	text-align:center;
	border:1px solid #ACACAC;
	background:#B8B89B;
}
.miniCalFiller {
	border:1px solid #ACACAC;
	background:#FFFFFF;
}
td.miniCalNav a {
	display:block;
	text-decoration:none;
	color:#993300;
}
td.miniCalNav a:hover {
	display:block;
	text-decoration:none;
	color:#993300;
}
td.miniCalEvents a, td.miniCalToday a {
	display:block;
	text-decoration:none;
	color:#000000;
}
td.miniCalEvents a:hover {
	display:block;
	text-decoration:none;
	color:#993300;
}
.info {
	clear:both;
	font-weight:bold;
	padding:3px;
	text-align:center;
	background:#eef7ef;
	border: solid 2px #008E0D;
}
.warning {
	clear:both;
	font-weight:bold;
	padding:3px;
	text-align:center;
	background:#fffcee;
	border: solid 2px #FFDA00;
}
.error {
	clear:both;
	font-weight:bold;
	padding:3px;
	text-align:center;
	background:#fceeee;
	border: solid 2px #E40000;
}
input.noBorderIE {
	border:0px;
}
label.locSearch1 {
	line-height:20px;
	width:400px;
	text-align:left;
}
label.locSearch0 {
	line-height:20px;
	width:400px;
	text-align:left;
	background:#EFEFEF;
}
#eventDetailShareMore {
	padding-top:5px;
	width:95%;
}
.tweetToo {
	text-align:left;
	width:75%;
}
img.captcha {
	border:solid 1px #666666;
	padding:1px;
}
.capResponse {
	float:left;
	padding-right:5px;
}
.syndMenu {
	font-size:12px;
}
.recPanel {
	float:left;
	font-size:11px;
}
.socialT {
	float:left;
	width:32%;
	padding:3px 0px 5px 0px;
	text-align:center;
}
.socialF, .socialB {
	float:left;
	width:34%;
	padding:4px 0px 5px 0px;
	text-align:center;
}
.locSearchResults {
	font-size:11px;
}
#weekly {
	width:300px;
}
.recWeekOpt1 {
	clear:both;
	float:left;
}
.recWeekOpt2 {
	clear:both;
	float:left;
}
#customLocNotice {
	clear:both;
}
.fn {
	clear:both;
}
.noLocSearch {
	color:#DC143C;
	font-weight:bold;
	line-height:20px;
}
ol.noEvent {
	text-align:left;
}
.toolsHeader {
	clear:both;
	line-height:25px;
	margin:5px 0px 2px 0px;
}
.fb_Like {
	border:none;
	overflow:hidden;
	width:500px;
	height:35px;
}
.fb_iFrame {
	border:none;
	overflow:hidden;
	width:100%;
	height:40px;
}
.newsLinks {
	text-align:center;
}
.newsTools {
	float:right;
	width:250px;
	border:solid 1px #EFEFEF;
	margin:0px 15px 10px 20px;
	padding:15px;
	background:#FAFAFA;
}
a.archive {
	background-image:url(../images/icons/iconArchive.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
}
a.newreg {
	background-image:url(../images/icons/iconEmail.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
	margin-right:25px;
}
a.editreg {
	background-image:url(../images/icons/iconEmailEdit.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px 0px 3px 20px;
	text-decoration:underline;
	line-height:25px;
	color:#3D3F3E;
	margin-left:25px;
}
a.archive:hover, a.newreg:hover, a.editreg:hover {
	text-decoration:none;
	color:#FF6600;
}
/*	Disqus Classes */
h3 {
	color:#000000;
}
#disqus_thread {
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	border-top:solid 1px #CCCCCC;
}
#disqus_thread a {
	text-decoration:none;
	color:#3D3F3E;
}
#disqus_thread a:hover {
	text-decoration:underline;
	color:#FF6600;
}
a.dsq-brlink {
	clear:both;
	text-decoration:none;
	float:right;
	font-family:Verdana, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
}
a.dsq-brlink:hover {
	clear:both;
	text-decoration:underline;
	float:right;
	font-family:Verdana, sans-serif;
	font-size: 10px;
	color:#666666;
}
.dsq-comment {
	margin-botom: 15px;
}
.dsq-comment-header {
	background-color: #ffffff;
	font-family:Verdana, sans-serif;
	font-size: 10px;
	padding:0px;
	color: #666666;
}
.dsq-comment-message {
	font-family:Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
.dsq-textarea.dsq-textarea-reply {
	margin-bottom:0px;
}
textarea:focus {
	background:#FAFAFA;
}
.dsq-item-trackback {
	float:right;
	text-align:right;
	width:100%;
	height:50px;
	padding:10px 0px 0px 0px;
	margin-bottom:0px;
	line-height:25px;
}
.dsq-trackback-url {
	float:right;
	width:75%;
	margin-bottom:0px;
}
.dsq-tooltip-checkbox {
	width:75%;
	float:right;
	text-align:left;
}
.dsq-facebook {
	float:left;
	font-size:12px;
	color:#CECDCD;
	line-height:20px;
}
.dsq-twitter {
	float:left;
	font-size:12px;
	color:#CECDCD;
	line-height:20px;
}
#dsq-tooltip-actions {
	clear:both;
}
#dsq-share-step-1 h3 {
	color:#CECDCD;
}
#dsq-account-dropdown a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#CCCCCC;
}
#dsq-account-dropdown a:hover {
	text-decoration:underline;
	color:#666666;
}

