table#helpdesk-table
{
	margin-left:15px;	
	width:550px;
}

table#helpdesk-table td.helplabel
{
	border-collapse:2px;
	height:20px;
	
}

table#helpdesk-table td span.required
{
	color:#990000;
	font-style:italic;
}


table#helpdesk-table td .helpdeskError
{
	color:#990000;
	font-size:.95em;
	font-style:italic;
}



table#helpdesk-table td.membershiplabel
{
	height:30px;
}

table#helpdesk-table td.topiclabel
{
	height:30px;
}


table#helpdesk-table td ul
{
	margin-top:0px;
	margin-bottom:20px;
	list-style:none;
}



div.helpdeskError-header
{
	color:#990000;
	font-weight:bold;
	margin-bottom:15px;
}

.radio input
{
	margin-left: 20px !important;
	margin-right: 8px !important;
}
.radio label
{
	margin-right: -20px !important;
}


ul.bullets 
{
	padding: 0;
	margin:0;
}

ul.bullets li
{
	padding: 0 0 0 12px;
	margin:0;
	background-image:url(/img/static/bullet.gif);
	background-repeat:no-repeat;
	list-style-type:none;
}

ul#ticket_category_links_sortable {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
}

ul#ticket_category_links_sortable li {
  
}

ul#ticket_category_links_sortable li img.handle-sort {
  width: 20px;
}

#helpful_links #inner {
  margin-left: 140px;
  border: 2px solid gray;
  margin-right: 75px;
  height: 400px;
}

#helpful_links #inner #loading {
  text-align: center;
  padding-top: 150px;
  margin: 0 auto 0 auto;
  display: block;
}

div#content #helpful_links h2.helpful-links-header {
  margin-top: 0px;
  font-size: 16px;
  color: white !important;
  background-color: #365091;
  padding-bottom: 6px;
}

#helpful_links ol#category_links {
  height: 320px;
  margin-bottom: 0px;
  overflow-y: scroll;
  font-style:italic; 
  font-family:Georgia, Times, serif; 
  font-size:24px;
  margin-top: 11px;
}

#helpful_links ol#category_links li { 
  border-left: 1px solid #999;
}

#helpful_links ol#category_links li a {
  padding:8px; 
  font-style:normal; 
  font-family:Arial; 
  font-size:13px; 
  display: block;
}

#helpful_links ol#category_links li span.description {
  display:block;
  padding-left: 20px;
  font-size: 14px;
}

#helpful_links a#go_to_helpdesk_form {
  display: block;
  font-size: 16px;
  color: white !important;
  background-color: #365091;
  padding-bottom: 6px;
  text-align: center;
  padding-top: 6px;
  margin-top: 5px;
}

div#roster-page .d_submission label {
	float:none;
	width:auto;
	height:auto;
	text-align:left;
	padding: 0 0 10px 0;
	font-weight:normal;
	font-size:13px;
}
div#roster-page .d_submission textarea { width:98%; }
