@font-face
{
	font-family: arial; /*src: url(METANOR0.eot);*/
	font-size: 9pt;
}

body
{
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	
	
	font-size: 8pt;
	color: #565656;
}

h3.Title, .Title
{
	font-weight: bold;
	font-size: 18px;
	color: #e40043;	
	margin:0px;
	margin-bottom:3px;
	margin-top:3px;
}


p
{
	color: #dfdbdb;
}

.Label
{
}

.error
{
	color: #ff0000;
	font-size: 10px;
}

div.row
{
	float: none;
	clear: both;
}

div.row .column
{
	float: left;
}

div.row .rightcolumn
{
	float: right;
}

div.row .label
{
	float: left;
	text-align: right;
	font-weight: bold;
}

input
{
}

select
{
	
}

.TextArea
{
	font-size: 12px;
	font-family: arial;
}

.Button
{
	font-size: 11px;
	background: #000000;
	color: #ffffff;
	cursor: pointer;
	border: 1px #999999 solid;
	height: 23px;
	text-decoration: none;
}

/*=============================================================


==============================================================*/
.PageHolder
{
	margin: 0px auto;
	width: 760px;
}

.PageContainer
{
	width: 760px;
	background: #838182 url(images/bg.jpg) no-repeat;
	background-position: bottom;
	float: left;
}

.logo
{
	background: url(images/logo.jpg) no-repeat;
	width: 755px;
	height: 115px;
	margin: 0px auto;
}

/*================================================================

=================================================================*/
.tabs
{
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 10px 10px 0 10px;
	margin-left: 18px;
	background: transparent url(images/tabs_begin.gif) no-repeat 0% 100%;
	padding-left: 5px;
	height: 35px;
}

.tabs li
{
	float: left;
	display: block;
	background: transparent url(images/tab_end.gif) no-repeat 100% 100%;
	margin-right: -1px;
	padding-right: 5px;
	height: 35px;
}
.tabs a
{
	float: left;
	display: block;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 10px 8px 0 8px;
	height: 25px;
	-moz-outline-style: none;
}
.tabs .selected
{
	border-bottom: none;
	font-weight: bold;
	background-image: url(images/tab_selected.gif);
	z-index: 1;
	position: relative;
}
.tabs .selected a
{
	background: transparent url(images/tab_selected.gif) no-repeat 0% 100%;
	position: relative;
	left: -8px;
	padding: 10px 2px 0 14px;
}
.tabPanel
{
	background: #fff url(images/tabs_base.gif) repeat-x;
	border: solid 1px #c0c3c2;
	border-top-style: none;
	padding: 15px 10px;
	position: relative;
	left: 5px;
	margin-right: 5px;
	top: -5px;
}
.tabContentHidden
{
	position: absolute;
	top: -10000px;
	left: -10000px;
}

/*
a
{
	text-decoration: none;
	color: #000;
}

a img
{
	border: 0px;
	vertical-align: middle;
}

a.command
{
	padding: 5px 3px 1px;
	margin-right: 1px;
	vertical-align: middle;
	border: 0px;
	height: 35px;
}

a.command:hover
{
	background-color: #F7F7F7;
	border: 1px solid #DEDAD7;
	height: 35px;
}

*/

a.commandSmall
{
	text-decoration: none;
	color: #000;
}

a img, .command img, .commandBig img, .infoBar img
{
	margin-right: 1px;
	vertical-align: middle;
	border: 0px;
}


.toolbar
{
	border-bottom: solid 1px #dedad7;
	border-right: solid 1px #dedad7;
	height: 30px;
}
.toolbar .inner
{
	margin: 0 10px;
}
.toolbar a, .toolbar .command, .toolbar .commandBig
{
	display: block;
	float: left;
	color: #4f5559;
}

.toolbar .command, .toolbar .commandBig
{
	height: 20px;
	padding: 6px 4px 2px 4px;
	margin: 1px 0;
	overflow: hidden;
	text-decoration: none;
	float: left;
	overflow: hidden;
}
.toolbar .commandBig
{
	height: 25px;
}

.toolbar .toggled, .toolbar .command:hover, .toolbar .commandBig:hover, .infoBar
{
	background-color: #f7f7f7;
	border: solid 1px #dedad7;
	padding: 5px 3px 1px 3px;
}


.toolbar .command:active, .toolbar .commandBig:active
{
	background-color: #dedad7;
}
.toolbar .plain, .toolbar .cancel
{
	font-weight: normal;
}


/* command options opener */

.commandOptions
{
	height: 30px;
}
.commandOptions .optionGroup a
{
	float: none;
	display: block;
	width: 280px;
}
.commandOptions .opener
{
	background: transparent url(../img/framed_opener.gif) no-repeat 0% 100%;
	height: 10px;
	float: left;
	display: block;
	padding: 12px 8px 8px 2px;
	position: relative;
	cursor: pointer;
	cursor: hand;
}



#toolbar
{
	z-index: 77;
	white-space: nowrap;
}
#toolbar label
{
	color: #333333;
	float: none;
	clear: none;
}


/********************************************************************************
*											Splitter							*
********************************************************************************/

.HorizontalSplitterBar
{
	background: url(images/splitter_horBg.gif);
}

.CollapsedHorizontalSplitterBar
{
	background: url(images/splitter_horBg.gif);
	border: 1px solid #000000;
	border-right-width: 0px;
}

.ActiveSplitterBar
{
	background-color: #000000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
}

.SplitterPane
{
	border: 1px solid #333333;
}

.SplitterPaneContent
{
	border: 0px solid red;
}

/*******************************************************************************************
*                          Tree                                                            *
*******************************************************************************************/
/* tree */

.PRowHeader
{
	background-color: #2196c2;
	color: #fff;
	padding-top: 5px;	
}


.PRow,.PQuestionRow
{
	background-color: #fff;	
	padding: 5px;	
	vertical-align:top;
	min-height:30px;
	line-height:20px;
}

.PRowAlter,.PQuestionRowAlter
{
	padding: 5px;			
	vertical-align:top;
	background:#f6f6f6 url(images/AlterRowBG.png)repeat-x ;	
	min-height:30px;
	line-height:20px;
}