	/********************************************************************************
* Bij het wijzigen van deze stylesheet, let op de volgende punten:              *
* - Netscape doet vervelend over niet gedefiniëerde klasses, hij neemt daarvoor *
*   zijn default stylesheet in plaats van de parent waarden                     *
* - Dit document bevat alle klasses welke door SurveyWeb worden gebruikt        *
* - Als je zelf klasses toevoegd, vermeld je naam er dan bij                    *
* - Als je dit document wijzigt, controleer het dan altijd met de validator:    *
*   http://jigsaw.w3.org/css-validator/validator-uri.html                       *
********************************************************************************/

ul.mainmenu{
	padding:	0px;
	margin:		0px;
}

.menuitem{
	font-weight:			bold;
	text-decoration:		none;
	color:					#E0DFD9 !important;

	text-indent: 10px;
	margin:					0;

	background-image:		url(../images/arrow.gif);
	background-position:	right center;
	background-repeat:		no-repeat;
	cursor:					hand;
	list-style-type:		none;
 }

.menuitem a, .menuitem a:visited {
	color:					#E0DFD9 !important;
}

.menuitema{
	padding-bottom:			0px;
}

.menuitemtext a:hover{
	background:				#FFFFFF;
	text-decoration :		underline;
}

/********************************** Classes for pages ********************************************/

/**************************************************
* This class specifies the header text for a page *
* Affected HTML objects: <td>											*
**************************************************/
.PG_Headertext
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/**************************************************
* This class specifies the footer text for a page *
* Affected HTML objects: <td>											*
**************************************************/
.PG_Footertext
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/******************************** Classes for matrices *******************************************/

/*******************************************************
* This class specifies the answer text inside a matrix *
* Affected HTML objects: <td>											     *
*******************************************************/
.MX_AW_Text
{
}

/*************************************************
* This class specifies a element inside a matrix *
* Affected HTML objects: <td>										 *
*************************************************/
.MX_AW_Element
{
}

/**************************************************************
* This class specifies an presentationelement inside a matrix *
* Affected HTML objects: <td>											            *
**************************************************************/
.MX_PresentationElement
{
}

/**********************************************
* This class specifies the border of a matrix *
* Affected HTML objects: <table>							*
**********************************************/
.MX_Border
{
	border-width: 0px;
}

/**************************************************
* This class specifies the headertext of a matrix *
* Affected HTML objects: <td>											*
**************************************************/
.MX_HeaderText
{
}

/**************************************************
* This class specifies the footertext of a matrix *
* Affected HTML objects: <td>											*
**************************************************/
.MX_FooterText
{
}

/*****************************************************
* This class specifies the displaynumber of a matrix *
* Affected HTML objects: <td>											   *
*****************************************************/
.MX_DisplayNumber
{
}

/********************************************
* This class specifies the text of a matrix *
* Affected HTML objects: <td>							  *
********************************************/
.MX_Text
{
	padding-bottom: 5px;
}

/******************************************************************
* This class specifies the table around the questions in a matrix *
* Affected HTML objects: <td>											                *
******************************************************************/
.MX_Questions
{
}

/***********************************************************
* This class specifies the table around a grid in a matrix *
* Affected HTML objects: <td>											         *
***********************************************************/
.MX_Grid
{
}

/**************************************************************
* This class specifies the table around the grids in a matrix *
* Affected HTML objects: <table>											        *
**************************************************************/
.MX_Grids
{
	border-width: 0px;
}

/****************************************************************
* This class specifies the table around the answers in a matrix *
* Affected HTML objects: <tr>											              *
****************************************************************/
.MX_Answers
{
}

/*******************************************************************
* This class specifies the seperator between the questions in a    *
* matrix                                                           *
* Affected HTML objects: <td>											                 *
*******************************************************************/
.MX_QST_Seperator
{
	background-image: url("../images/hr.gif");
	background-repeat:repeat-y;
	padding: 0px;
	width: 1px;
}

/*******************************************************************
* This class specifies the displaynumber of a question in a matrix *
* Affected HTML objects: <td>											                 *
*******************************************************************/
.MX_QST_DisplayNumber
{
}

/**************************************************
* This class specifies the answersrow in a matrix *
* Affected HTML objects: <td>											*
**************************************************/
.MX_QST_ColumnHeader
{
}

/*************************************************************************
* This class specifies the presentationelement of a question in a matrix *
* Affected HTML objects: <td>											                       *
*************************************************************************/
.MX_QST_PresentationElement
{
}

/***************************************************************
* This class specifies the errortext of a question in a matrix *
* Affected HTML objects: <td>											             *
***************************************************************/
.MX_QST_ErrorText
{
	color: rgb(255, 0, 0);
}

/**********************************************************
* This class specifies the text of a question in a matrix *
* Affected HTML objects: <td>											        *
**********************************************************/
.MX_QST_Text
{
}

/****************************************************************************
* This class specifies the cell around the answer of a question in a matrix *
* Affected HTML objects: <td>											                          *
****************************************************************************/
.MX_QST_Answer
{
	text-align: left;
}

/******************************** Classes for questions ******************************************/

/*******************************************************
* This class specifies the space between the questions *
* Affected HTML objects: <tr>                          *
*******************************************************/
.QST_Spacer
{
	height: 15px;
}

/******************************************
* This class specifies the questionnumber *
* Affected HTML objects: <td>             *
******************************************/
.QST_DisplayNumber
{
}

/**************************************************************
* This class specifies the presentation element of a question *
* Affected HTML objects: <td>                                 *
**************************************************************/
.QST_PresentationElement
{
}

/***************************************************
* This class specifies the errortext of a question *
* Affected HTML objects: <td> <span>               *
***************************************************/
.QST_ErrorText
{
	color: rgb(255, 0, 0);
}

/**********************************************
* This class specifies the text of a question *
* Affected HTML objects: <td>                 *
**********************************************/
.QST_Text
{
}

/****************************************************************
* This class specifies the cell around the answer of a question *
* Affected HTML objects: <td>                                   *
****************************************************************/
.QST_Answer
{
}

/*****************************************************************
* This class specifies the cell around the answers of a question *
* Affected HTML objects: <td>                                    *
*****************************************************************/
.QST_Answers
{
}

/************************************ Classes for grids ******************************************/

/*******************************************************
* This class specifies the answer text inside a matrix *
* Affected HTML objects: <td>											     *
*******************************************************/
.GD_AW_Text
{
}

/*************************************************
* This class specifies a element inside a matrix *
* Affected HTML objects: <td>										 *
*************************************************/
.GD_AW_Element
{
}

/*********************************************************
* This class specifies the presentationelement of a grid *
* Affected HTML objects: <td>                            *
*********************************************************/
.GD_PresentationElement
{
}

/***************************************************
* This class specifies the even elements of a grid *
* Affected HTML objects: <tr>                      *
***************************************************/
.GD_EvenElement
{
	background-color: #FFFFFF;
}

/**************************************************
* This class specifies the odd elements of a grid *
* Affected HTML objects: <tr>                     *
**************************************************/
.GD_OddElement
{
	background-color: #FFFFFF;
}

/********************************************
* This class specifies the border of a grid *
* Affected HTML objects: <td>               *
********************************************/
.GD_Border
{
	border-width: 0px;
}

/************************************************
* This class specifies the headertext of a grid *
* Affected HTML objects: <td>                   *
************************************************/
.GD_HeaderText
{
}

/************************************************
* This class specifies the footertext of a grid *
* Affected HTML objects: <td>                   *
************************************************/
.GD_FooterText
{
}

/***************************************************
* This class specifies the displaynumber of a grid *
* Affected HTML objects: <td>                      *
***************************************************/
.GD_DisplayNumber
{
}

/******************************************
* This class specifies the text of a grid *
* Affected HTML objects: <td>             *
******************************************/
.GD_Text
{
	padding-bottom: 5px;
}

/***************************************************************
* This class specifies the cell around the questions of a grid *
* Affected HTML objects: <td>                                  *
***************************************************************/
.GD_Questions
{
}

/********************************************************
* This class specifies the cell around a grid in a grid *
* Affected HTML objects: <td>                           *
********************************************************/
.GD_Grid
{
}

/************************************************************
* This class specifies the table around the grids in a grid *
* Affected HTML objects: <table>                            *
************************************************************/
.GD_Grids
{
}

/*******************************************************************
* This class specifies the seperator between the questions in a    *
* matrix                                                           *
* Affected HTML objects: <td>											                 *
*******************************************************************/
.GD_QST_Seperator
{
	background-image: url("../images/hr.gif");
	background-repeat:repeat-y;
	padding: 0px;
	width: 1px;
}

/*****************************************************************
* This class specifies the space between the questions in a grid *
* Affected HTML objects: <tr>                                    *
*****************************************************************/
.GD_QST_Spacer
{
	height: 15px;
}

/*****************************************************************
* This class specifies the displaynumber of a question in a grid *
* Affected HTML objects: <td>											               *
*****************************************************************/
.GD_QST_DisplayNumber
{
}

/************************************************
* This class specifies the answersrow in a grid *
* Affected HTML objects: <td>										*
************************************************/
.GD_QST_ColumnHeader
{
}

/***********************************************************************
* This class specifies the presentationelement of a question in a grid *
* Affected HTML objects: <td>											                     *
***********************************************************************/
.GD_QST_PresentationElement
{
}

/*************************************************************
* This class specifies the errortext of a question in a grid *
* Affected HTML objects: <td>											           *
*************************************************************/
.GD_QST_ErrorText
{
	color: rgb(255, 0, 0);
}

/********************************************************
* This class specifies the text of a question in a grid *
* Affected HTML objects: <td>											      *
********************************************************/
.GD_QST_Text
{
}

/**************************************************************************
* This class specifies the cell around the answer of a question in a grid *
* Affected HTML objects: <td>											                        *
**************************************************************************/
.GD_QST_Answer
{
}

/************************************ Classes for answers ****************************************/

/******************************************************
* This class specifies the displaynumber of an answer *
* Affected HTML objects: <td>                         *
******************************************************/
.AW_DisplayNumber
{
}

/*********************************************
* This class specifies the text of an answer *
* Affected HTML objects: <td>                *
*********************************************/
.AW_Text
{
}

/**********************************************************
* This class specifies the cell around the answer element *
* Affected HTML objects: <td>                             *
**********************************************************/
.AW_Element
{
}

/*********************************** Classes for elements ****************************************/

/*****************************************************
* This class specifies a hidden question in a matrix *
* Affected HTML objects: <input>                     *
*****************************************************/
.MX_QST_HIDDEN_ELEMENT
{
}

/***************************************************
* This class specifies a hidden question in a grid *
* Affected HTML objects: <input>                   *
***************************************************/
.GD_QST_HIDDEN_ELEMENT
{
}

/*****************************************
* This class specifies a hidden question *
* Affected HTML objects: <input>         *
*****************************************/
.QST_HIDDEN_ELEMENT
{
}

/*****************************************************
* This class specifies a textbox element in a matrix *
* Affected HTML objects: <input>                     *
*****************************************************/
.MX_AW_TEXTBOX_ELEMENT
{
}

/***************************************************
* This class specifies a hidden answer in a matrix *
* Affected HTML objects: <input>                   *
***************************************************/
.MX_AW_HIDDEN_ELEMENT
{
}

/***************************************************
* This class specifies a radio element in a matrix *
* Affected HTML objects: <input>                   *
***************************************************/
.MX_AW_RADIO_ELEMENT
{
}

/******************************************************
* This class specifies a checkbox element in a matrix *
* Affected HTML objects: <input>                      *
******************************************************/
.MX_AW_CHECKBOX_ELEMENT
{
}

/**********************************************
* This class specifies a textarea in a matrix *
* Affected HTML objects: <textarea>           *
**********************************************/
.MX_AW_TEXTAREA_ELEMENT
{
}

/****************************************************
* This class specifies a select element in a matrix *
* Affected HTML objects: <input>                    *
****************************************************/
.MX_AW_SELECT_ELEMENT
{
}

/***************************************************
* This class specifies a textbox element in a grid *
* Affected HTML objects: <input>                   *
***************************************************/
.GD_AW_TEXTBOX_ELEMENT
{
}

/*************************************************
* This class specifies a hidden answer in a grid *
* Affected HTML objects: <input>                 *
*************************************************/
.GD_AW_HIDDEN_ELEMENT
{
}

/*************************************************
* This class specifies a radio element in a grid *
* Affected HTML objects: <input>                 *
*************************************************/
.GD_AW_RADIO_ELEMENT
{
}

/****************************************************
* This class specifies a checkbox element in a grid *
* Affected HTML objects: <input>                    *
****************************************************/
.GD_AW_CHECKBOX_ELEMENT
{
}

/********************************************
* This class specifies a textarea in a grid *
* Affected HTML objects: <textarea>         *
********************************************/
.GD_AW_TEXTAREA_ELEMENT
{
}

/**************************************************
* This class specifies a select element in a grid *
* Affected HTML objects: <input>                  *
**************************************************/
.GD_AW_SELECT_ELEMENT
{
}

/*****************************************
* This class specifies a textbox element *
* Affected HTML objects: <input>         *
*****************************************/
.AW_TEXTBOX_ELEMENT
{
}

/***************************************
* This class specifies a hidden answer *
* Affected HTML objects: <input>       *
***************************************/
.AW_HIDDEN_ELEMENT
{
}

/***************************************
* This class specifies a radio element *
* Affected HTML objects: <input>       *
***************************************/
.AW_RADIO_ELEMENT
{
}

/******************************************
* This class specifies a checkbox element *
* Affected HTML objects: <input>          *
******************************************/
.AW_CHECKBOX_ELEMENT
{
}

/************************************
* This class specifies a textarea   *
* Affected HTML objects: <textarea> *
************************************/
.AW_TEXTAREA_ELEMENT
{
}

/****************************************
* This class specifies a select element *
* Affected HTML objects: <input>        *
****************************************/
.AW_SELECT_ELEMENT
{
}

