.NewsContent
{
	width:80%;
}
.ErrorMessage
{
	color:Red;
}


#slkinput input
{
    width: 1em;
}

.input-submit
{
    width: 5em;
}

li
{
    margin: 0em 0em 0em auto;
}

fieldset
{
    padding: .5em;
}

div.question
{
    float: left;
    padding-right: .5em;
}

.question-holder
{
    clear: both;
    margin: 15px 0px;
}

h3
{
    clear: both;
}

/* Encloses the required field marker */
.reqd
{
    font-style: normal;
    color: red;
}


.news-title
{
}

.news-category
{
}

.news-date
{
}
	
.news-content
{
}

/* Used instead of breadcrumbs at the top of a "wizard" (e.g. initialisation procedure) */
#wizard-progress
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

.indent
{
    padding-left: 1em;
}

/* Override the font weight property from the QG stylesheet at DSQ's request */
#nav1
{
    font-weight: normal;
}


dt.sub-term
{
    margin-left: 2em;
    font-weight: normal;
    font-style: italic;
}

dd
{
    margin-left: 2em;
}