.test
{
}


H1
{
	font-size: 2em;
	border-bottom: darkgreen thin dashed;
	padding-bottom: 2px;
	margin-bottom: 7px;
	font-family: Cursive, Sans-Serif;
	vertical-align: top;
}

DIV.validation
{
	margin: 2px;
	font-weight: bold;
	display: none;
}

.failed div.validation
{
	background-color: #ff9999;
	display: block;
}

.success div.validation
{
	display: block;
}

DIV.FullImage
{
	margin: 8px 2px 8px 2px;
	clear: both;
	text-align: center;
}

DIV.FullImage img
{
    margin: auto;
}

DIV.InsetImage, figure
{
	clear: both;
	border: solid 1px #ccffaa;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	display: block;
}

.InsetImage
{
	float: right;
}

	.InsetImage.InsetLeft
	{
		float: left;
	}

	DIV.InsetImage IMG, figure IMG
	{
		margin: 2px;
        max-width: 99%;
        height: auto;
	}

DIV.Caption, figcaption
{
	text-align: center;
	background-color: #ddffcc;
	font-style: italic;
}

DIV.InsetImage DIV.Caption, figure figcaption
{
	margin: 0px;
}

.floatImage
{
    float: right;
}

DIV#mainContent p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

ul li
{
   margin-left: 14px; 
   padding-bottom: 2px;
}

.videolink
{
    padding-left: 70px;
    height: 64px;
    line-height: 64px;
    background: url(/images/play-video.png) left no-repeat;
    font-size: 120%;
}


/* specific pages */

#LicenceRepeat INPUT, #LicenceRepeat TEXTAREA
{
	width: 95%;
}

#contactTable input[type="text"], #contactTable textarea
{
	width: 400px;
}

.greenButton
{
	border: none;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 1.3em;
	margin: 12px auto 12px auto;
	padding: 4px 12px 3px 12px;
	text-decoration: none;
	display: block;
	min-width: 100px;
	text-align: center;
}

	.greenButton:not(:disabled)
	{
		background: none repeat scroll 0 0 #78B035;
		cursor: pointer;
	}

	.greenButton:disabled
	{
		background: none repeat scroll 0 0 #666666;
	}

	.greenButton:hover:not(:disabled), .greenButton.selected
	{
		background: none repeat scroll 0 0 #6AA237;
	}

A#downloadButton
{
	width: 150px;
}

.BuySectionHeader
{
	background-color: #ddffcc;
	font-family: Sans-Serif;
	font-size: larger;
	clear: both;
	margin-top: 14px;
	margin-bottom: 4px;
	padding: 1px 3px;
}

.BuyOptions TD .button
{
    margin: 5px;
}

.BuyOneOption
{
    display: none;
}

.Licences LI
{
	list-style-type: none;
}

A.Invoice
{
	font-size: 0.9em;
	width: 50px;
	display: inline-block;
	margin-left: 10px;
	margin-top: 6px;
}

A.Invoice2
{
	font-size: 0.9em;
	width: 120px;
}

DIV.paypal
{
	text-align: center;
}

DIV.ResultFail
{
	border: solid medium red;
	color: Red;
	margin: 7px;
}

DIV.ResultSuccess
{
	border: solid medium green;
	color: Green;
	margin: 7px;
}





/* General stuff */
@media print
{
	H1, UL.links,
	UL.ui-tabs-nav
	{
		display: none;
	}

	A
	{
		color: black !important;
	}
}

.hidden, .omit
{
	display: none;
}


DIV.versions
{
	font-size: 0.8em;
}



/* JQuery UI support - these classes are not the ones created by jQuery - they should be applied to the relevant elements manually */

/* reverse the rather large button effect in jQuery UI */
/* either uibutton or uibutton32 can be applied to get the jQuery UI button effect */
A.uibutton
{
	margin-bottom: 3px;
}

A.uibutton32
{
	margin-bottom: 3px;
	margin-top: 3px;
}

	A.uibutton32 IMG
	{
		margin-top: -18px;
		top: 11px;
		margin-bottom: 3px;
	}

.uibuttonnarrow SPAN /* uibuttonnarrow must be used in addition to one of the above */
{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	line-height: 0.85 !important;
}

.dialog
{
	display: none;
}

	.dialog DIV
	{
		margin-bottom: 3px !important;
	}

.colorboxpopup
{ /* class mainly used for scripting */
	/*display: none;*/
}

	.colorboxpopup DIV
	{
		margin-top: 1px;
		margin-bottom: 2px;
	}

/* overrides of jQuery styles */
DIV#rightside .ui-widget,
DIV#pagelinks .ui-widget
{
	font-size: 1em;
}

H3.ui-state-active,
H3.ui-state-active A
{
	cursor: default !important;
}


@media (orientation: portrait)
{
    .InsetImage
    {
        max-width: 50%;
        height: auto;
    }

}

 