/**
 *	Zoki Test css
 *
 *	This file provides styles table for test
 *
 *	Copyright (c) 2007, Zoki Soft <info@zokisoft.com>.
 *
 *	This file is part of ZokiTest.
 *
 *	Zoki Test is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU Lesser General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	Zoki Test is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU Lesser General Public License for more details.
 *
 *	You should have received a copy of the GNU Lesser General Public License
 *	along with Zoki Test.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

/* test box */

	/* block with height depends of it's content */

	div.testBodyBlock
	{
		position:relative;
		margin:2px;
		border:0px solid #ffffff;
		text-align:left;
	}

	/* end of block with height depends of it's content */

	div.testContentBlock
	{
		position:relative;
		padding: 2px 15px 2px 2px;
		overflow:hidden;
		border:0px solid #00ff00;
	}

	div.testUp
	{
		position:absolute;
		right:5px;
		top:5px;
	}
	div.testDown
	{
		position:absolute;
		right:5px;
		bottom:5px;
	}
	div.testActionsBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		/* height of block with buttons */
		height:20px;
		border:0px solid #000000;
		text-align:center;
	}

	.testButtonInactive
	{
/*		filter:alpha(opacity=60);*/
		-moz-opacity:.60;
		opacity:.60;
	}

	.testButtonActive
	{
/*		filter:alpha(opacity=99);*/
		-moz-opacity:.99;
		opacity:.99;
	}

	/* end of test box */

	/* styles for autogenerated test elements */


	div.testPageImageBox
	{
		text-align: center;
	}
	div.testTextBox
	{
		position: relative;
		display:inline;
	}
	div.testTextBoxWrapper
	{
		position: relative;
		margin-left: 20px;
		border:0px solid #00cc00;
	}
	div.testTextContainer
	{
		position: relative;
		border:0px solid #0000cc;
		clear: both;
	}
	 /*IE addon */
	/* * html .testRadioButton
	{
		left: -30px;
		/*padding: 0px 20px 0px 20px;
	}*/
	.testRadioButton
	{
		position: absolute;
	} 

	/* end of styles for autogenerated test elements */
