/* drupal stuff */

.supportContainer p
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1em;
	margin: 0.25em 1em 0.25em 1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	color: #565035;
}

/* Work-around for drupal */
.supportContainer p a
{
	margin: 0;
	padding: 0;
	color: #e05f00;
}

.supportContainer a
{
	text-decoration: none;
}

.supportContainer ul
{
	list-style: none;
}

.supportContainer
{
	border: 1px solid #aeaead;
	background-color: #f0efee;
}

.supportTabs ul
{
	list-style: none;
}

.supportTabs li
{
	display: inline-block;
}

.supportTable
{
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	border-color: gray;
	width: 100%;
}

.supportTable .supportHeader th, .supportTable thead th
{
	background-image: url("../img/forum/forumTopicHeader_gradient.png");
	background-repeat: repeat-x;
	background-size: 100% 100%;
	border-top: 1px solid #f0efee;
	border-bottom: 1px solid #b8b8b7;
	min-height: 23px;
}

.supportTable .supportHeader p, .supportTable thead p
{
	text-align: left;
	margin: 0.1em 0.1em 0.1em 1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	display: inline-block;
	float: left;
}

.supportTable .supportHeader img, .supportTable thead img
{
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	float: left;
}

.supportHeaderInfo
{
	background-image: url("../img/forum/forumInfoHeader_gradient.png");
	background-repeat: repeat-x;
	background-size: 100% 100%;
	border-top: 1px solid #f0efee;
	border-bottom: 1px solid #b8b8b7;
	min-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
}

.supportHeaderInfo p
{
	display: inline-block;
	font-size: 10pt;
	margin: 0.25em 0em 0.25em 0em;
	padding: 0.5em 0.25em 0.5em 0.25em;
}

.supportHeaderInfo .supportUserInfo
{
	font-weight: 900;
}

.supportTopicRow .icon img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
}

.supportTopicRow .longName
{
	font-size: 10pt;
	margin: 8px 15px 0px 13px;
	padding: 0.25em 0.5em 0.25em 0.5em;
	color: #565035;
	font-weight: 900;
}

.supportTopicRow .longDesc
{
	font-size: 8pt;
	margin: 0px 15px 9px 15px;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

.supportTopicRow .supportColumn_ForumLastPost p
{
	line-height: 1.15em;
	margin: 0em 1em 0em 1em;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-size: 8pt;
	text-align: right;
}

.supportTopicRow .supportColumn_ForumLastPost .lastReplyTopic
{
	font-weight: 900;
}

.supportTopicRow .topics p
{
	text-align: center;
}

.supportTopicRow .posts p
{
	text-align: center;
}

.supportTopicRow td
{
	border-top: 1px solid #c5c4c3;
	border-left: 1px solid #c5c4c3;
	border-bottom: 1px solid #c5c4c3;
	border-right: 1px solid #c5c4c3;
}

.supportTable .even td
{
	border-top: 1px solid #f0efee;
	border-left: 1px solid #f0efee;
	border-bottom: 1px solid #d8d8d7;
	border-right: 1px solid #d8d8d7;
	background-color: #efeeed;
}

.supportTable .odd td
{
	border-top: 1px solid #f0efee;
	border-left: 1px solid #f0efee;
	border-bottom: 1px solid #d8d8d7;
	border-right: 1px solid #d8d8d7;
	background-color: #e9e8e7;
}

.supportActions
{
	margin: 0em 0em 0em 0em;
	padding: 0.1em 0.25em 0.1em 0.25em;
	background-color: #c6c5c5;
	background-image: url("../img/forum/forumActions_gradient.png");
	background-repeat: repeat-x;
	background-size: 100% 100%;
}

.supportActions .supportAction p
{
	margin: 0.25em 0.25em 0.25em 0.25em;
	padding: 0.5em 1em 0.5em 1em;
	border-top: 1px solid #faf8f6;
	border-left: 1px solid #faf8f6;
	border-bottom: 1px solid #d8d8d7;
	border-right: 1px solid #d8d8d7;

	text-align: center;
	background-color: #e9e8e7;
	display: inline-block;
}

.supportActions .supportLabel p
{
	display: inline-block;
}

.supportActions .active p
{
	font-weight: 900;
	background-color: #faf9f7;
	border-top: 1px solid #fffcfa;
	border-left: 1px solid #fffcfa;
	border-bottom: 1px solid #b3b3b1;
	border-right: 1px solid #b3b3b1;
}

.supportActions li
{
	display: inline;
}

.supportSpacerBottom, .supportSpacerBar
{
	background-image: url("../img/forum/forumTopicHeader_gradient.png");
	background-repeat: repeat-x;
	background-size: 100% 100%;
	border-top: 1px solid #f0efee;
	
	min-height: 23px;
}