/********************************** Classes for pages ********************************************/
table td{
	border-bottom:0px;
}

#mainmenu {background:#000;width:725px;margin:12px 0;float:left}
#mainmenu li {list-style-type: none ;list-style-image: none ;padding:0;background:none;float:left;white-space:nowrap}
#mainmenu li a {text-decoration : none;display:block;padding:6px 18px;color:#fff;font-weight:bold}
#mainmenu li a:hover {background:#e12;}

#submenu {text-align: left; float:left; margin:0px;}
#submenu li {list-style-type: none ;background:none;padding-left:0px;margin-left:0px;margin-top:4px;}
#submenu a {font-weight:bold;}
#submenu ul {margin-bottom:0; margin-left:0px;}  
#submenu ul li {float:left;padding-left:0px;margin-left:0px;font-size:1em;}
#submenu ul a {font-weight:normal;}

.menuitem {
	font-size:12px;
	font-weight: bold;
	line-height: 20px;
}

/**************************************************
* This class specifies the header text for a page *
* Affected HTML objects: <td>											*
**************************************************/
.PG_Headertext
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.resultheader{
	padding-top:10px;
	font-size: 14px;
	font-weight: bold;

}

.innerbox_new1 {
background:url("../img/box1-repeat.png") repeat-x scroll 0 0 #FFFFFF;
border:1px solid #FFFFFF;
overflow:hidden;
padding:10px 10px 5px;
}

/**************************************************
* 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
{

/* Toon grid aw-tekst van boven naar beneden ipv van links naar rechts */
/*writing-mode: tb-rl;
filter: flip;*/
}

/*************************************************
* 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);*/
	color: #C90016;
}

/**********************************************
* 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 td
{
	background-color: #FFFFFF;
	padding: 6px;
	border-left: 1px solid white;
	border-top: 1px solid #CECECE;
}

/**************************************************
* This class specifies the odd elements of a grid *
* Affected HTML objects: <tr>                     *
**************************************************/
.GD_OddElement td
{
	/*background-color: #BBCFDF;*/
	background-color: #FBFBFC;
	padding: 6px;
	border-left: 1px solid white;
	border-top: 1px solid #CECECE; 	
}

/********************************************
* 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*/

.MX_QST_ErrorText
{
	/*color: rgb(255, 0, 0);*/
	color: #C90016;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C90016;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C90016;
}

/********************************************************
* 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
{	
	width: 300px;
}

/***************************************************
* 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
{
}