/* file: 000-styles.css */
	*
	{
	}	
	*.rtl
	{
		direction:rtl;
	}
	span.rtl
	{
		unicode-bidi:embed;
	}	

	
	body {
		background-color : #FFFFFF;
		margin-top : 0px;
		margin-bottom : 10px;
		margin-left : 10px;
		margin-right : 10px;
	}
	body.popin
	{
			background-color : #BCCED8;
			margin-top : 7px;
			margin-left : 7px;
			margin-right : 7px;
			margin-bottom : 0px;
			background-image : none;
			overflow:auto;
	}
	body.popin table.grid tr td
	{
		border:none;

	}	
	body.popin_rtl
	{
		direction:rtl;
		background-color : #BCCED8;
		margin-top : 7px;
		margin-left : 7px;
		margin-right : 7px;
		margin-bottom : 0px;
		background-image : none;
		overflow:auto;
	}

	body, th, td, a, div, span, label, input, textarea, select {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	}

/*------------------------------------------------------------------------*/

	.BGColor1{ background-color : #FFFFFF; }
	.BGColor2{ background-color : #C1CED4; }
	.BGColor3{ background-color : #C9E0E7; }


body.rtl .headerBGImage {
	background-image : url(images/header/headerBGI_rtl.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.headerBGImage {
	background-image : url(images/header/headerBGI.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.frame1 {background-color : #D6E8EB;}
.frame1Center{
	background-color : #D6E8EB;
	padding-top:10px;
	padding-bottom:10px;
}

body.rtl .frame2Left {
	background-image : url(images/frames/frame2L_rtl.gif);
	background-position: right;
}
.frame2Left {
	background-color : #F4FAFB;
	background-image : url(images/frames/frame2L.gif);
	background-position: left;
	background-repeat: repeat-y;
}
body.rtl .frame2Right {
	background-image : url(images/frames/frame2R_rtl.gif);
	background-position: left;
	}
.frame2Right {
	background-color : #F4FAFB;
	background-image : url(images/frames/frame2R.gif);
	background-position: right;
	background-repeat: repeat-y;
}

body.rtl .frame2Center{
	background-image : url(images/frames/frame2B_rtl.gif);
	}
.frame2Center{
	background-color : #F4FAFB;
	background-image : url(images/frames/frame2B.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top:13px;
	padding-bottom:8px;
}

.topText1 {
	font-size:18px;
	color: #003455;
	font-weight:bold;
}

.topText2 {
	font-size:10px;
	color: #003455;
}

.topText3 {
	font-size:11px;
	color: #003455;
	font-weight:bold;
}

.topText4 {
	font-size:10px;
	color: #003455;
}

.topLink1{
	font-size:10px; 
	color: #003455;
	text-decoration:none;
}

.topLinksSeparator {background-color : #D6E8EB;}

.inputText{
	font-size:11px;
	color: #003455;
}
.regText1{
	font-size:11px;
	color: #003455;
}

.regLink1{
	font-size:11px; 
	color: #003455;
}

.regLink2{
	font-size:10px; 
	color: #003455;
}

.advLink{
	font-size:10px; 
	color: #38627B;
}



	


/* Top Navigation ------------------- */

	.topNavTabNormal{
		font-size:12px;
		color: #003455;
		font-weight:bold;
		padding-left:7px;
		padding-right:7px;
		padding-top:0px;
		padding-bottom:5px;
		cursor : pointer;
	}
	
	.topNavTabSelected{
		font-size:12px;
		color: #000000;
		font-weight:bold;
		padding-left:7px;
		padding-right:7px;
		padding-top:0px;
		padding-bottom:2px;
		cursor : pointer;
		border-bottom:3px solid #FDA823;
	}
	
/* ----------------------------------- */

/* Left Navigation ------------------- */

	body.rtl .leftNavTabNormal{
		background-image : url(images/leftNav/normalTabBGI_rtl.gif);
	}		
	tr td.leftNavTabNormal{
		font-size:10px;
		color: #FFFFFF;
		font-weight:bold;
		/*background-color : #007CA5;*/
		background-image : url(images/leftNav/normalTabBGI.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
		padding-left:8px;
		padding-right:5px;
		padding-top:6px;
		padding-bottom:11px;
		cursor : pointer;
		box-sizing: border-box;
	}
	
	body.rtl .leftNavTabSelected{
		background-image : url(images/leftNav/selectedTabBGI_rtl.gif);
		background-position: right bottom;
		padding-right:14px;
		padding-left:0px;
		}
	tr td.leftNavTabSelected{
		font-size:11px;
		color: #003455;
		font-weight:bold;
		/*background-color : #D6E8EB;*/
		background-image : url(images/leftNav/selectedTabBGI.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
		padding-left:14px;
		padding-right:0px;
		padding-top:6px;
		padding-bottom:11px;
		cursor : pointer;
		box-sizing: border-box;
	}
	
/* ----------------------------------- */

/* Inner Navigation ------------------- */

	.innerNavTabsRowBGI {
		background-image : url(images/innerNav/innerNavTabsRowBGI.gif);
		background-position: bottom;
		background-repeat: repeat-x;
	}
	
	.innerNavTabNormalBGI{
		background-image : url(images/innerNav/BGI.gif);
		background-repeat: repeat-x;
		cursor : pointer;
		box-sizing: border-box;
	}
	
	.innerNavTabNormal{
		font-size:11px;
		color: #003455;
		padding-left:7px;
		padding-right:7px;
		padding-top:0px;
		padding-bottom:0px;
		box-sizing: border-box;
	}
	
	body.rtl .innerNavTabSelectedBGI{
		background-image : url(images/innerNav/BGI_d_rtl.gif);
		
		}
	.innerNavTabSelectedBGI{
		background-image : url(images/innerNav/BGI_d.gif);
		background-repeat: repeat-x;
		cursor : pointer;
		box-sizing: border-box;
	}

	.innerNavTabSelected{
		font-size:11px;
		color: #003455;
		font-weight:bold;
		padding-left:7px;
		padding-right:10px;
		padding-top:0px;
		padding-bottom:0px;
		box-sizing: border-box;
		
	}
	
/* ----------------------------------- */

/* Button 1 ------------------- */

	body.rtl .button1{
		background-image : url(images/button1/BGI_rtl.gif);
	}
	.button1{
		background-image : url(images/button1/BGI.gif);
		cursor : pointer;
	}
	
	.button1text{
		font-size:11px;
		color: #003455;
		padding-left:5px;
		padding-right:5px;
	}

/* ---------------------------- */

/* Button 2 ------------------- */

	body.rtl .button2{
		background-image : url(images/button2/BGI_rtl.gif);
	}
	.button2{
		background-image : url(images/button2/BGI.gif);
		cursor : pointer;
	}
	
	.button2text{
		font-size:11px;
		color: #003455;
		padding-left:4px;
		padding-right:5px;
	}

/* ---------------------------- */


/* For Data Table -------------------------------- */

	.dataTableTitle1{
		height:18px;
		padding-left:6px;
		padding-right:6px;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight:bold;
		color : #FFFFFF;
		background-color : #003455;
	}
	
	.dataTableBorder1{
		border-left: 1px solid #003455;
		border-right: 1px solid #003455;
		border-bottom: 1px solid #003455;
	}
	
	.dataTableLine1{
		background-color : #F4FAFB;
	}
	
	.dataTableHeaderRow{
		height:17px;
	}
	
	.dataTableAddRow{
		height:17px;
	}

	.dataTableHeader{
		padding-left:5px;
		padding-right:5px;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #003455;
		background-color : #D7E6EB;
		cursor:default;
	}

	.dataTableHeaderWithSorting{
		padding-left:5px;
		padding-right:5px;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #003455;
		background-color : #D7E6EB;
		cursor : pointer;
	}

	.sort_down{
		background-image : url(images/dataTable/sortedHeaderDown.gif);
		background-position: right;
		background-repeat: no-repeat;
		font-weight:bold;
	}


	.sort_up{
		background-image : url(images/dataTable/sortedHeaderUp.gif);
		background-position: right;
		background-repeat: no-repeat;
		font-weight:bold;
	}
	table.normal thead tr th.sort_up{
		background-image : url(images/dataTable/sortedHeaderUp.gif);
		background-position: right;
		background-repeat: no-repeat;
		font-weight:bold;
	}
	table.normal thead tr th.sort_down{
		background-image : url(images/dataTable/sortedHeaderDown.gif);
		background-position: right;
		background-repeat: no-repeat;
		font-weight:bold;
	}
	
	.dataTableHeaderSep{
		background-color : #A8BEC9;
	}

	.dataTableSep{
		background-color : #A8BEC9;
	}
	
	.DivForDataTableWithScroll{
		width: 100%;
		height: 100%;
		overflow-y:auto;
		background-color : #F9FCFD;
	}

	.DivForDataTableWithScroll2{
		width: 100%;
		height: 126px;
		overflow-y:auto;
		background-color : #EDF4F6;
	}

	.dataTableRow{
		height:17px;
		background-color : #F9FCFD;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #003455;
	}

	.dataTableRow2{
		height:17px;
		background-color : #EDF4F6;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #003455;
	}

	.dataTableRowSelected{
		height:17px;
		background-color : #F6EAD0;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #003455;
	}
	
	.dataTableCell{
		padding-left:5px;
		padding-right:5px;
		cursor:default;
	}

/* ------------------------------------------------ */

/* Bottom Information Part ------------------------ */

	.bottomInformationPartHeader{
		width:100%;
		border-left: 1px solid #003455;
		border-right: 1px solid #003455;
		border-bottom: 1px solid #003455;
		background-color : #F6EAD0;
		padding: 4px;
	}

	.bottomInformationPartHeaderRow{
		background-color : #3D657E;
	}
	
	.bottomInformationPartHeaderText{
		height:18px;
		padding-left:6px;
		padding-right:30px;
		font-size:11px;
		color: #FFFFFF;
		font-weight:bold;
	}
	
	.bottomInformationPartBody{
		width:100%;
		border-left: 1px solid #003455;
		border-right: 1px solid #003455;
		border-bottom: 1px solid #003455;
		/*background-color : #EDF4F6;*/
		display: block;
	}

/* ------------------------------------------------ */


.textbox1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #003455;
	background-color : #FFFFFF;
	border:1px solid #426E82;
	width: 100px;
}

.textbox2{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #003455;
	background-color : #FFFFFF;
	border:1px solid #426E82;
	width: 130px;
}

.combobox1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #003455;
	background-color : #FFFFFF;
	border:1px solid #426E82;
	width: 110px;
}

.combobox2{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #003455;
	background-color : #FFFFFF;
	border:1px solid #426E82;
	width: 131px;
}

	.regularRow{
		background-color : #EDF4F6;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #003455;
	}

	table.dataTable tr.selectedRow {
		background-color : #F6EAD0;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #003455;
	}
	table.dataTable
	{
		background-color : #A8BEC9;
		width:100%;
		height:100%;
	}
	td.horizontalLine 
	{
		background-color: #C8DEF9;
	}
	table.dataTable thead  tr
	{
		color : #003455;
		background-color : #D7E6EB;
	}
	table.dataTable tr.header
	{
		color : #003455;
		background-color : #D7E6EB;
	}
	table.dataTable tr
	{
		background-color : white;
	}
	td.addItem
	{
		font-size : 10px;
		padding-left:2px;
		height:17px;
		color: #3862D0;
		cursor : pointer;
		text-decoration: underline;
	}
	.actionText
	{
		font-size : 10px;
		color: #3862D0;
		cursor : pointer;
		text-decoration: underline;
	}
	.hyperlink
	{
		color: blue;
		cursor : pointer;
		text-decoration: underline;
	}
	
	table.grid>tr>td
	{
		padding-right:0px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		vertical-align:baseline;

	}	
	table.grid tr.alignTop td
	{
		vertical-align:top;
	}	
	table.grid tr td
	{
		border:none;
	}
	table.grid tr
	{
		border:none;
	}
	
	table.grid2>tr>td
	{
		padding-right:0px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		vertical-align:baseline;

	}	
	td.gridright
	{
		padding-right:0px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		text-align:right;
	}
	
	td.right
	{
		padding-right:5px;
		padding-left:5px;
		padding-top:2px;
		padding-bottom:2px;
		text-align:right;
	}
	/* ------------------------------------------------ */
	table.normal
	{
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		border-collapse: collapse;
   	 	border-left: 1px solid #003455;
   	 	border-right: 1px solid #003455;
   	 	border-bottom: 1px solid #003455;
   	 	margin-bottom:1em;
	}
	table.normal.resizing
	{
		cursor:e-resize;
	}
	table.normal caption
	{
		text-align:left;
		height:18px;
		padding-left:6px;
		padding-right:6px;
		padding-top:3px;
		padding-bottom:3px;
		font-weight:bold;
		color : #FFFFFF;
		background-color : #003455;
		white-space:nowrap;
	}
	body.rtl table.normal caption
	{
		text-align:right;
	}
	table.normal thead tr th
	{
		vertical-align: top;
	}
	
	table.normal tr
	{
		height:17px;
    }
    
	table.normal tr.selected
	{
		height:17px;
		background-color : #F6EAD0;
		
    }
	table.normal thead tr td 
	{
		background-color : #D7E6EB;
	}
	table.normal th 
	{
		font-weight: normal;
		text-align:left;
		padding-left:5px;
		padding-right:5px;
		background-color : #D7E6EB;
    	border: 1px inset #A8BEC9;
    }
	table.normal td 
	{
    	border: 1px inset #A8BEC9;
		font-weight: normal;
		padding-left:5px;
		padding-right:5px;
    }
    table.normal tbody tr.emphasis td
    {
    	font-weight:bold;
    	color:#0000ff;
    }
    table.normal tbody tr td.alert
    {
    	font-weight:bold;
    	background-color: #ffD0D0;
    	color:#B00000;
    }
    table.normal thead tr th img
    {
    	margin-left:1em;
    }
    input
    {
    	vertical-align:bottom;
    }
    /* input[readonly] {background-color:#e0e0e0;}*/
    button:disabled
    {
		color: graytext;
		cursor: default;
		background-color: transparent;
		padding-bottom:1px;
		padding-top:0px;
		padding-left:6px;
		padding-right:7px;
		border: 1px solid gray;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		vertical-align:middle;
		margin-left:1px;
		margin-right:1px;
	}
    button
    {
		background-color: transparent;
		cursor: pointer;
		padding-bottom:0px;
		padding-top:0px;
		padding-left:6px;
		padding-right:6px;
		margin-left:1px;
		margin-right:1px;
		border-left: 1px solid #7b97a3;
		border-right: 2px solid #7b97a3;
		border-top: 1px solid #7b97a3;
		border-bottom: 2px solid #7b97a3;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #003455;
		vertical-align:middle;
		
	}
	
	.label
	{
		font-weight: bold;
		white-space: nowrap;
	}
	
	form.inline
	{
		display:inline;
	}
	table.grid tr td
	{
		vertical-align: baseline;
	}
	table.grid tr td span
	{
		vertical-align: baseline;
	}
	table.grid tr td input
	{
		vertical-align: baseline;
	}
	table.grid tr td span input
	{
		vertical-align: baseline;
	}

	iframe.hidden
	{
		width:0px; height:0px; border: 0px;display:none;
	}
	span.monospace
	{
		font-family: monospace;
		font-size: 12px;
	}
	tr.changeRow
	{
    	font-weight:bold;
    	color:red;
	}
	div.break
	{
		height:1em;
	}
	/* Sets spacing inside normal div (creating spacing between elements in a view) */
	div.vertical *
	{
		display: block;
		margin-bottom : 0.25em;
	}
	

img.tree_item_icon {
	height:18px;
	width:18px;
	background-position: center center;
	background-repeat: no-repeat;
}
img.tree_item_atomic {
	height:18px;
	width:18px;
}
img.tree_item_collapsed {
	height:18px;
	width:18px;
	background-image : url(images/tree/expand.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
img.tree_item_expanded {
	height:18px;
	width:18px;
	background-image : url(images/tree/collapse.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
span.tree_item_header * {
	vertical-align:middle;
}
span.tree_item_header {
	cursor:pointer;
	white-space:nowrap;
}
.tree_item {
}
.tree_item_content {
	padding-left:20px;
}

.tree_item_header_text {
	margin-left: 2px;
}
.tree_item_header_text_selected {
	margin-left: 2px;
	background-color:#0a246a;
	color:white;
}

.red
{
	color:red;
}

.splitPane
{
	position:relative;
	border-style:solid;
	border-color:black;
}
.splitPane.resizing
{
	cursor:e-resize;
}
.splitPaneDivider
{
	cursor:pointer;
	cursor:e-resize;
	background-color:gray;
	overflow:auto;
	float:left;
}
.splitPaneDivider.rtl
{
	float:right;
}
.splitPaneContent
{
	overflow:auto;
	float:left;
}
.splitPaneContent.rtl
{
	float:right;
}
.vSplitPaneDivider
{
	cursor:pointer;
	cursor:n-resize;
	background-color:gray;
	overflow:hidden;
}
.vSplitPane.resizing
{
	cursor:n-resize;
}

.vSplitPaneContent
{
	overflow:auto;
}

.alignTop
{
	vertical-align:top;
}
.alignBottom
{
	vertical-align:bottom;
}
.alignMiddle
{
	vertical-align:middle;
}
.alignLeft
{
	text-align:left;
}
.alignRight
{
	text-align:right;
}
.alignCenter
{
	text-align:center;
}

/* New Tree */
span.ntree_item_header {
	cursor:pointer;
	white-space:nowrap;
}
span.ntree_item_inner_header {
	cursor:pointer;
	white-space:nowrap;
	vertical-align:middle;
}
span.ntree_item_inner_header_selected {
	cursor:pointer;
	white-space:nowrap;
	vertical-align:middle;
}
.ntree_item {
}
.ntree_item_body {
	padding-left:20px;
}
body.rtl .ntree_item_body {
	padding-right:20px;
	padding-left:0px;
}
body.popin_rtl .ntree_item_body {
	padding-right:20px;
	padding-left:0px;
}
span.ntree_item_inner_header > * {
	vertical-align:middle;
	padding-left:1px;
	padding-right:1px;
}
span.ntree_item_inner_header_selected > * {
	vertical-align:middle;
	padding-left:1px;
	padding-right:1px;
}
span.ntree_item_inner_header_selected span
{
	background-color:#0a246a;
	color:white;	
}
img.ntree_toggle_atomic {
	height:18px;
	width:18px;
	vertical-align:middle;
}
img.ntree_toggle_collapsed {
	height:18px;
	width:18px;
	vertical-align:middle;
	background-image : url(images/tree/expand.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
img.ntree_toggle_expanded {
	height:18px;
	width:18px;
	vertical-align:middle;
	background-image : url(images/tree/collapse.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.invalid
{
	background-color:#FFDDDD;
}
*.invalid input
{
	background-color:red;
	color:white;
}
*.invalid textarea
{
	background-color:red;
	color:white;
}
*.invalid select
{
	background-color:red;
	color:white;
}
input.invalid
{
	background-color:red;
	color:white;
}
select.invalid
{
	background-color:red;
	color:white;
}
textarea.invalid
{
	background-color:red;
	color:white;
}

input.pf_txt {
border: 2px inset rgb(212,208,200);
}

button.pf_browse {
	border: 2px inset rgb(212,208,200);
	width:18px;
	margin-right: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align:bottom;
	position:relative;
	background-image:url(images/browse.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

button.pf_browse img {
	width:16px;
	height:1px;
	postion:relative;
	top:0;
	left:0;
	margin:0;
	border:none;
}

table.options
{
	border:1px solid black;
}
table.options tr.highlight
{
	background-color:#0a246a;
	color:white;
}
img.divider
{
	background-color:gray;
	width:1px;
	height:1.5em;
	border:none;
	vertical-align:bottom;
	margin-left:0.5em;
	margin-right:0.5em;
}

.progressBar
{
	padding:20px;
	border:1px solid black;
	margin:20px;
	background-color:#F4FAFB;
	position: absolute;
	bottom: auto;
	z-index:500;
}
button.menuButton
{
	background-image:url('images/menu_button.gif');
	background-position: center right;
	padding-right:10px;
	background-repeat: no-repeat;
}

span.radioLabel
{
	cursor:pointer;
}
span.checkboxLabel
{
	cursor:pointer;
}
input.checkbox
{
	vertical-align:bottom;
}
input.radio
{
	vertical-align:bottom;
}
/** Dialogs (currently - popup and popin ) **/
.dialogHeader{
	background-image : url(images/dialog/dialogHeader.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color : #F4FAFB;
	padding-top:5px;
	padding-left: 5px;
	padding-right: 16px;
	border: 1px solid #628397;
	font-size:13px; 
	color: #003455;
	font-weight:bold;
	height:23px;
}
body.popin_rtl .dialogHeader
{	
	background-image : url(images/dialog/dialogHeader_rtl.jpg);
	background-position: left top;
	padding-left: 16px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-color : #F4FAFB;
	padding-top:5px;
	border: 1px solid #628397;
	font-size:13px; 
	color: #003455;
	font-weight:bold;
	height:23px;
}
body.rtl .dialogHeader{
	background-image : url(images/dialog/dialogHeader_rtl.jpg);
	background-position: left top;
	padding-left: 16px;
	padding-right: 5px;
}
.dialogBody
{
	overflow:auto;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 17px;
	padding-bottom: 5px;
	background-color: #F4FAFB;
	border-bottom: 1px solid #628397;
	border-left: 1px solid #628397;
	border-right: 1px solid #628397;
	vertical-align:baseline;
}
.dialog .dialogBody
{
	border-left:none;
	border-right:none;
}
.dialog .dialogHeader
{
	border-left:none;
	border-right:none;
}
.dialogFooter
{
	height:30px;
	padding-left: 10px;
	padding-right: 10px;
}
.dialog .dialogFooter
{
	background-color:white;
}
.dialogFooter button
{
	background-color:white;
}

.dialogFooter
{
	position:relative;
}
.dialogFooter table
{
	float:right;
}

body.popin_rtl .dialogFooter table
{
	float:left;
}
body.rtl .dialogFooter table
{
	float:left;
}

div.drag_feedback
{
	border:1px solid black;
	background-color:#a8e9cd;
	position:absolute;
}
/** Autocomplete styles **/
.autocomplete
{
	background-color:white;
	border:1px solid black;
}
.selectedOption
{
	background-color:black;
	color:white;
}
div.dialog_mask  
{
	background-image: url("images/dialog_mask.png");
	background-repeat: repeat;
}
div.dialog
{
	border: 4px solid blue;
	background-color:white;
}
.menu_item img
{
	vertical-align:middle;
	margin-left:2px;
	margin-right:2px;
}
.menu_item a
{
	font-weight:bold;
	text-decoration:none;
	color:black;
	background-color:transparent;
	padding-left:0px;
	padding-right:0px;
}
.menu_item a:hover
{
	color:white;
}
.menu_item a:focus
{
	color:white;
	border:none;
}
.menu_item a.focus
{
	color:white;
	border:none;
}

table.menu_bar
{
	background-color:#afafaf;
	margin-bottom:0.5em;
}

body.progress *
{
	cursor:wait;
}
body.progress div *
{
	cursor:wait;
}
body.progress div div *
{
	cursor:wait;
}
table.mceToolbar tbody tr td
{
	vertical-align:middle;
}
body#tinymce
{
	margin-right:2px;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
}
body#tinymce
{
	margin-right:2px;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
}
body.rtl#tinymce
{
	margin-right:2px;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
}
img.spacer_image
{
	display:block;
}/* file: 000-styles.non-iphone.css */

div.scrollPane
{
	height:400px;
	width: 500px;
	overflow:auto;
	border:1px solid black;
}
/* file: 001-panes.css */
/************************************************************************************************
 * Copyright (c) 2003-2005 Tersus Software Ltd. and others.
 * All rights reserved.
 *
 * This program is made available under the terms of the GNU General Public License v2,
 * which is part of this distribution and is available at http://www.gnu.org/licenses/gpl.txt.
 *
 * Contributors:
 *     Tersus Software Ltd.� Initial API and implementation
 *************************************************************************************************/
 /* Tabbed Pane Elements */
.tabbedPaneHeader {
    width:100%;
    
	background-image:url("images/tabbedPane/headerBottomLine.gif");
	background-repeat:no-repeat;
	background-position: right bottom;
    line-height:normal;
}

.tabbedPaneHeader div.footer {
	border-left: 1px solid #7a97a8;
}
.tabbedPaneHeader ul {
	margin:0;
	padding:0;
	list-style:none;
}

.tabbedPaneHeader li {
	float:left;
	padding:0;
	background-image:url("images/tabbedPane/normalTabRight.gif");
	background-repeat:no-repeat;
	background-position: right top;
}
.tabbedPaneHeader li div {
	background:none;
	background-image:url("images/tabbedPane/normalTabLeft.gif");
	background-repeat:no-repeat;
	background-position: left top;
}
.tabbedPaneHeader li div a {
	display:block;
	text-decoration:none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003455;
	padding-left:19px;
	padding-right:12px;
	padding-top:5px;
	padding-bottom:3px;
	background-image:url("images/tabbedPane/normalTabBottomLine.gif");
	background-repeat:no-repeat;
	background-position: left bottom;
	border:none;
}
.tabbedPaneHeader li.selected {
	background-image:url("images/tabbedPane/selectedTabRight.gif");
}
.tabbedPaneHeader li.selected div {
	background-image:url("images/tabbedPane/selectedTabLeft.gif");
}
.tabbedPaneHeader li.selected div a{
	padding-left:22px;
	font-weight:bold;
	background-image:url("images/tabbedPane/selectedTabBottomLine.gif");
	background-repeat:no-repeat;
	background-position: right bottom;
}
.tabbedPaneContentTR
{
	background-image:url("images/tabbedPane/contentTopRight.gif");
	background-repeat:no-repeat;
	background-position: top right;
}
.tabbedPaneContentBL
{
	background-image:url("images/tabbedPane/contentBottomLeft.gif");
	background-repeat:no-repeat;
	background-position: bottom left;
}
.tabbedPaneContentBR
{
	background-image:url("images/tabbedPane/contentBottomRight.gif");
	background-repeat:no-repeat;
	background-position: bottom right;
}
.tabbedPaneContent
{
	padding:5px;
	overflow:auto;
}

/* RTL Variants */

.tabbedPaneHeader_rtl {
    width:100%;
    
	background-image:url("images/tabbedPane/headerBottomLine_rtl.gif");
	background-repeat:no-repeat;
	background-position: left bottom;
    line-height:normal;
}

.tabbedPaneHeader_rtl div.footer {
	border-right: 1px solid #7a97a8;
}
.tabbedPaneHeader_rtl ul {
	margin:0;
	padding:0;
	list-style:none;
}

.tabbedPaneHeader_rtl li {
	float:right;
	padding:0;
	background-image:url("images/tabbedPane/normalTabRight_rtl.gif");
	background-repeat:no-repeat;
	background-position: left top;
}
.tabbedPaneHeader_rtl li div {
	background:none;
	background-image:url("images/tabbedPane/normalTabLeft_rtl.gif");
	background-repeat:no-repeat;
	background-position: right top;
}
.tabbedPaneHeader_rtl li div a {
	display:block;
	text-decoration:none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003455;
	padding-right:19px;
	padding-left:12px;
	padding-top:5px;
	padding-bottom:3px;
	background-image:url("images/tabbedPane/normalTabBottomLine_rtl.gif");
	background-repeat:no-repeat;
	background-position: right bottom;
	border:none;
}
.tabbedPaneHeader_rtl li.selected {
	background-image:url("images/tabbedPane/selectedTabRight_rtl.gif");
}
.tabbedPaneHeader_rtl li.selected div {
	background-image:url("images/tabbedPane/selectedTabLeft_rtl.gif");
}
.tabbedPaneHeader_rtl li.selected div a{
	padding-right:22px;
	font-weight:bold;
	background-image:url("images/tabbedPane/selectedTabBottomLine_rtl.gif");
	background-repeat:no-repeat;
	background-position: left bottom;
}
.tabbedPaneContentTR_rtl
{
	background-image:url("images/tabbedPane/contentTopRight_rtl.gif");
	background-repeat:no-repeat;
	background-position: top left;
}
.tabbedPaneContentBL_rtl
{
	background-image:url("images/tabbedPane/contentBottomLeft_rtl.gif");
	background-repeat:no-repeat;
	background-position: bottom right;
}
.tabbedPaneContentBR_rtl
{
	background-image:url("images/tabbedPane/contentBottomRight_rtl.gif");
	background-repeat:no-repeat;
	background-position: bottom left;
}
.tabbedPaneContent_rtl
{
	padding:5px;
}
/* file: 003-testrunner.css */
.testRunnerHeader
{
	text-align:center;
	background-color:silver;
}
.testRunnerLogDateAndTimeColumn
{
	color:blue;
}
.testRunnerLogTypeColumn
{
	color:green;
}
.testRunnerLogDescriptionColumn
{
	color:black;
}
.testRunnerLogError
{
	background-color:red;
}
.testRunnerLogWarning
{
	background-color:fuchsia;
}
.testRunnerNameLink
{
	color: navy;
	cursor : pointer;
	text-decoration: underline;
}/* file: blog.css */
div.blog_header
{
}
td.blog_side_pane
{
	width:200px;
	padding-top:16px;
	background-color:transparent;
	background-image:url(inner_nav_border.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
td.blog_content_pane
{
	padding-left:45px;
}
.blog_header h2
{
	color:#FF8C3F;
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	white-space:nowrap;
}

.blog_header p
{
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
}

div.blog_other_posts
{
	margin-top:15px;
}
div.blog_post_pane h1.title span.title
{
	color:#589AD6;
	font-size:20px;
	font-weight:normal;
}
div.blog_post_pane h1.title span.date
{
	font-size:16px;
	color:	#6B6A6A;
	margin-left:2em;
}
div.blog_other_posts div.news_item div.title span.link
{
	color:#589AD6;
}
div.comments h2.title
{
	color:#589AD6;
	font-size:14px;
	border-bottom:1px solid #589AD6;
}

div.trackback_note
{
color:#002B54;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}
/* file: stylesheet-base.css */
.floaty{float:left;}
body
{
	background-color:white;
	background-image:none;
	margin-left:10px;
	margin-top:10px;
}

h1.link a
{
	color:blue;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	margin-right:1em;
	display:list-item;
	list-style-image:url(images/inner_page_title_bullet.gif);
}

h1.link-inline{display:inline;}

button
{
	font-size:12px;
}
td.mainpage_left
{
	width:40%;
}
td.mainpage_right
{
	width:30%;
}
td.mainpage_center
{
	width:30%;
	text-align:center;
}
img.separator
{
	border:none;
	padding:none;
	display:block;
	width:100%;
	height:1px;
}
div.page_header img.separator
{
	height:2px;
	margin-top:0px;
	display:block;
}
table.top_row
{
	border-collapse:collapse;
	margin-bottom:0px;
}
table.top_row tr td
{
	border-collapse:collapse;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

ul.navigation
{
	diplay:block;
	background-color: #AFB7C0;
	font-weight:bold;
	text-align:left;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:25px;
}
ul.navigation li
{
	display:inline;	
}
ul.navigation li.trailer img.spacer
{
	height:1px;
	widht:1px;
	display:inline;
}

ul.navigation span
{
	text-decoration:none;
	color:white;
	font-size:14px;
	cursor:pointer;
}
ul.navigation li.selected span.selected
{
	color:black;
	cursor:pointer;
}
ul.navigation img
{
	margin-right:7px;
	margin-left:7px;
}
td.inner_navigation
{
	width:200px;
	background-color:#FD711D;
	overflow:auto;
	padding-left:0px;
}
div.main_page td.inner_navigation
{
	display:none;
}
table.inner_page_columns
{
		border-collapse: collapse;
		border:none;
		width:850px;
}
table.inner_page_columns tbody
{
		vertical-align:top;
}
table.inner_page_columns td.content
{
	padding-left:55px;
	padding-top:5px;
}
table.inner_page_columns td.inner_navigation
{
	width:200px;
}	

div.inner_navigation_node
{
	padding-left:5px;
}
div.inner_navigation_link
{
	padding-top:3px;
	padding-bottom:6px;
}
div.inner_navigation_link a
{
/*	font-size:13px;*/
	font-weight:bold;
	text-decoration:none;
	color:white;
}
.nolink a
{
	text-decoration:none;
}
div.current_page_link
{
	padding-top:3px;
	padding-bottom:6px;
}
div.current_page_link a
{
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	color:black;
}
.message_author
{
	font-weight:bold;
	font-size:13px;
}
table.thread_list thead tr th.sort_up{
	background-image : url(images/dataTable/sortedHeaderUp.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight:bold;
}
table.thread_list thead tr th.sort_down{
	background-image : url(images/dataTable/sortedHeaderDown.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight:bold;
}
table.thread_list
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border-collapse: collapse;
	border: 1px solid #003455;
	margin-bottom:0.5em;
	margin-top:0px;
}
table.thread_list.resizing
{
	cursor:e-resize;
}
table.thread_list thead tr th
{
	vertical-align: top;
}

table.thread_list tr
{
	height:17px;
}

table.thread_list tr.selected
{
	height:17px;
	background-color : #F6EAD0;
}

table.thread_list thead tr td 
{
	background-color : #D7E6EB;
}
table.thread_list th 
{
	font-weight: normal;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	background-color : #D7E6EB;
   	border: 1px inset #A8BEC9;
}
table.thread_list td 
{
   	border: 1px inset #A8BEC9;
	font-weight: normal;
	padding-left:5px;
	padding-right:5px;
}
table.table_navigation_row button
{
	border:none;
	color: blue;
	cursor : pointer;
	text-decoration: underline;
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
}
table.table_navigation_row
{
	vertical-align:baseline;
	border-spacing:0px;
}
table.table_navigation_row tr td
{
	padding-left:0px;
}
table.table_navigation_row *
{
	vertical-align:baseline;
}
table.table_navigation_row td
{
	padding:none;
}

.login
{
	text-align:right;
}

div.search_results_heading
{
	font-size:18px;
	margin-top:10px;
	margin-bottom: 10px;
}
div.intro_toggle_label
{
	text-align:center;
	margin-bottom:1em;
}

div.highlight
{
	background-color: #ddddff;
}

div.description
{
	border: 1px solid black;
	padding: 1em;
	width: 70%;
}

	/* ------------------------------------------------ */
	table.list
	{
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 11px;
		border-style: none;
	}
	table.list caption
	{
		text-align:center;
		height:18px;
		padding-left:6px;
		padding-right:6px;
		padding-top:3px;
		padding-bottom:3px;
		font-weight:bold;
		white-space:nowrap;
	}
	table.list thead tr th
	{
		vertical-align: top;
		text-decoration: underline;
		font-weight: bold;
	}
	
	table.list tr
	{
		height:17px;
    }
    
	table.list tr.selected
	{
		height:17px;
		background-color : #F6EAD0;
		
    }
	table.list th 
	{
		font-weight: normal;
		text-align:left;
		padding-left:5px;
		padding-right:5px;
    	border-style: none;
    }
	table.list td 
	{
    	border-style: none;
		font-weight: normal;
		padding-left:5px;
		padding-right:5px;
    }
div.user_list
{
	border: 1px solid black;
	margin-top:1em;
	margin-bottom:1em;
	width:300px;
}

div.project_description
{
	font-weight:bold;
}

div.news_item
{
	margin-bottom:1em;
	font-size:14px;
}
div.news_item div
{
	font-size:14px;
}

div.title span
{
	margin-right: 1em;
	font-size:14px;
}
div.title span.link
{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:blue;
	cursor:pointer;
}

.tagTitle
{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#002B54;
	cursor:pointer;
}
td.inner_navigation a
{
	font-size: 13px;
	text-decoration:none;
}
td.inner_navigation div.normal a{
    color: #FED5BC;	
}
td.inner_navigation div.normal a:hover{
    color: #FFFFFF;	
}
td.inner_navigation div.normal
{
	background-image : url(images/inner_nav_bullet_normal.gif);
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	background-position: top left;
	background-repeat: no-repeat;
}
td.inner_navigation div.selected
{
	background-image : url(images/inner_nav_bullet_selected.gif);
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	background-position: top left;
	background-repeat: no-repeat;
}
td.inner_navigation div.selected a{
    color: #002B54;	
}
div.inner_nav_1
{
	padding-left:10px;
	border-bottom: 1px solid #FD8D4A;
}
div.inner_nav_2
{
	padding-left:20px;
	border-bottom: 1px solid #FD8D4A;
}
div.inner_nav_3
{
	padding-left:30px;
	border-bottom: 1px solid #FD8D4A;
}
div.inner_nav_4
{
	padding-left:40px;
	border-bottom: 1px solid #FD8D4A;
}
div.inner_nav_5
{

}
div.inner_nav_6
{
}
div.inner_nav_7
{
}
div.inner_nav_8
{
}
td.conent
{
	padding-left:55px;
}
div.forum_view_title a
{
		text-decoration:none;
		display:list-item;
		list-style-image: url(images/inner_page_title_bullet.gif);
        font-size:20px;
        font-weight:bold;
	    color: #FF6000;
		margin-top:1.2em;
		margin-bottom:0em;		
}
div.forum_list div.forum_view_title a
{
        font-size:16px;
        font-weight:bold;
	    color: #FF8C3F;
		margin-top:0.8em;
		margin-bottom:0em;
		display:inline;
}
div.forum_list_pane
{
	margin-top:1em;
	padding-top:1em;
	border-top:3px solid #A8BEC9;
}
div.forum_list_pane table.normal
{
	margin-top:0.5em;
	border: 1px solid #003455;
}

span.forum_list_title
{
        font-size:16px;
        font-weight:bold;
	    color: #FF8C3F;
		margin-top:0.8em;
		margin-bottom:0em;		
}

h1.title
{
	display:list-item;
	list-style-image: url(images/inner_page_title_bullet.gif);
	margin-bottom:10px;
}
.upload_pane
{
	border: 1px solid black;
	margin-top:5px;
	margin-bottom:5px;
}
.upload_pane div
{
	margin-bottom:5px;
}

div.noscriptbox
{
	margin: 5px;
	border: 1px solid black;
	padding: 10px;
	position: absolute;
	background-color:white;
	top:0px;
	left:0px;
}
table.zebra
{
	clear:both;
	border:0px;
	border-collapse:collapse;
}
table.zebra caption {
background-color:transparent;
color:#6b6a6a;
font-weight:bold;
font-size:13px;
height:24px;
padding:0px;
padding-bottom:5px;
text-align:left;
white-space:nowrap;
border-top:0px;
border-right:0px;
border-left:0px;
border-bottom:2px solid #d7d7d7;
}
table.zebra thead tr th.sort_down
{
	background-color:transparent;
}
table.zebra thead tr
{
  background-image: url(tab_head.gif);
  background-repeat:repeat;
  background-position:top left;
	background-color:#d7d7d7;
	height:27px;
	
}
table.zebra tbody tr
{
	border:0px solid black;
	background-color:#f2f0f0;
}
table.zebra tbody tr.even
{
	background-color:#faf8f8;
}

table.zebra thead tr th
{
	padding-top:8px;
	padding-left:16px;
	padding-right:16px;
	border:none;
	border-left:2px solid white;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	
}
table.zebra thead tr th.first
{
	border-left:0px;
}

table.zebra tbody tr td
{
	border:0px solid black;
	border-left:2px solid white;
	border-top:2px solid white;
	padding:5px;
	line-height:16px;
	font-size:11px;
}
table.zebra tbody tr td span
{
	line-height:16px;
	font-size:11px;
}

table.zebra tbody tr td.first
{
	border-left:0px;
}
.darkbutton
{
	height:18px;
	border:0px;
	padding:0px;
	cursor:pointer;
}
.darkbutton div 
{
	background-color:#384b6a;
	border:medium none;
	color:white;
	font-weight:bold;
	line-height:18px;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}
div.forum_pane div.header .darkbutton
{
	float:right;
	margin-bottom:5px;
}
.newproject
{
	width:180px;
	float:right;
}
div.news_item div.title span.link {
	margin-right:1em;
}
div.forum_view_title a
{
	display:none;
}
.permalink
{
	font-size:10px;
	font-style:italic;
	margin-left:1em;
}
/* file: stylesheet-intro.css */
/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

/* Copy of /tersus/intro/stylesheet.css, with most styles commented out - originally included for Shopping List tutorial - Stage 1

  body { margin: 7px 0px 0px 7px;
    background-color: rgb(188, 206, 216);
    background-image: none;
    }

  th, td, a, div, span, label, input, textarea, select { font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    }

  div.content { border-top: 1px solid rgb(98, 131, 151);
    border-left: 1px solid rgb(98, 131, 151);
    border-right: 1px solid rgb(98, 131, 151);
    padding: 17px 6px 10px;
    width: 100%;
    height: 100%;
    }

  ol, ul { margin-top: 0px;
    }

  a img { border: medium none ;
    }

  .header { padding: 8px 16px 8px 5px;
    font-size: 20px;
    color: rgb(0, 52, 85);
    }

  .header2 { padding-bottom: 16px;
    font-size: 18px;
    color: rgb(0, 52, 85);
    font-weight: bold;
    text-align: center;
    }

  .popupHeaderBorder { border-style: solid solid none;
    border-color: rgb(98, 131, 151) rgb(98, 131, 151) -moz-use-text-color;
    border-width: 1px 1px 0px;
    padding: 0px;
    background-image: url(images/header.gif);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: white;
    width: 100%;
    height: 100%;
    }

  .footer { padding-left: 10px;
    padding-right: 10px;
    }

  .content { border-top: 1px solid rgb(98, 131, 151);
    border-left: 1px solid rgb(98, 131, 151);
    border-right: 1px solid rgb(98, 131, 151);
    padding: 17px 6px 10px;
    width: 100%;
    height: 100%;
    overflow: auto;
    }

  .contentBox { border: 1px solid black;
    width: 50%;
    height: 50%;
    }

  .innerBGColor { background-color: rgb(244, 250, 251);
    }

  .frameBorder { background-color: rgb(98, 131, 151);
    }

*/

  #actiontext { color: rgb(0, 0, 255);
    }

/* file: stylesheet-local.css */
body
{
	margin-left:35px;
	margin-bottom:1px;
}
body#tinymce
{
	margin-left:2px;
	margin-right:2px;
}
p
{
	color:#6b6a6a;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:1.5;
}
img.flush
{
	clear:both;
	display:block;
	width:100%;
	height:1px;
}
div.inner_page p
{
	line-height:16px;
	margin-top:5px;
	margin-bottom:5px;
}
div.left_margin table.inner_page_columns
{
	margin-left:190px;
}
div.left_margin td.content
{
	background-image:url(inner_nav_border.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
td.content div.project_list
{
	width:680px;
}
div.project_list table.zebra tbody tr
{
 	height:75px;
}

a
{
	color: #e08005;
}
h1, h2
{
	color:#696969;
}
.darkbutton
{
	background-image:url(button_l.gif);
	background-repeat:repeat;
	background-position:top left;
	height:18px;
	border:0px;
	padding:0px;
	cursor:pointer;
}
.newproject
{
	width:180px;
	float:right;
}
.darkbutton div
{
	background-image:url(button_r.gif);
	background-repeat:repeat;
	background-position:top right;
	background-color:transparent;
	line-height:18px;
	font-weight:bold;
	color:white;
	vertical-align:middle;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	border:none;
	margin:0px;
	white-space:nowrap;
}
div.inner_page table.inner_page_columns
{
	height:455px;
}
div.news_item div
{
	font-size:11px;
	color: #6b6a6a;
}
div.news_item span
{
	font-size:11px;
	color: #6b6a6a;
}
div.news_item div.title span.link
{
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color: #e08005;
	margin-right:1em;
}
table.zebra
{
	clear:both;
	border:0px;
	border-collapse:collapse;
}
table.zebra caption {
background-color:transparent;
color:#6b6a6a;
font-weight:bold;
font-size:13px;
height:24px;
padding:0px;
padding-bottom:5px;
text-align:left;
white-space:nowrap;
border-top:0px;
border-right:0px;
border-left:0px;
border-bottom:2px solid #d7d7d7;
}
table.zebra thead tr
{
  background-image: url(tab_head.gif);
  background-repeat:repeat;
  background-position:top left;
/*	background-color:#d7d7d7;*/
	height:27px;
	
}
table.zebra tbody tr
{
	border:0px solid black;
	background-color:#f2f0f0;
}
table.zebra tbody tr.even
{
	background-color:#faf8f8;
}

table.zebra thead tr th
{
	padding-top:8px;
	padding-left:16px;
	padding-right:16px;
	border:none;
	border-left:2px solid white;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	
}
table.zebra thead tr th.first
{
	border-left:0px;
}

table.zebra tbody tr td
{
	border:0px solid black;
	border-left:2px solid white;
	border-top:2px solid white;
	padding:5px;
	line-height:16px;
	font-size:11px;
}
table.zebra tbody tr td span
{
	line-height:16px;
	font-size:11px;
}

table.zebra tbody tr td.first
{
	border-left:0px;
}
div.navigation_bar
{
  background-image: url(nav_bg.gif);
  background-repeat:repeat;
  background-position:top left;
  margin-bottom:0px;
}
div.inner_page div.navigation_bar
{
	margin-bottom:30px;
}
ul.navigation
{
  background-color:#AFB7C0;
  font-weight:bold;
  padding:0px;
  margin:0px;
  text-align:left;
  height:28px;
  width:100%;
  background-image: url(nav_bg.gif);
  background-repeat:repeat;
  background-position:top left;
}
ul.navigation li
{
  display:block;
  float:left;
  padding:0px;
  padding-right:2px;
  margin:0px;
  height:28px;
  text-align:left;
  background-image: url(nav_separator.gif);
  background-repeat:no-repeat;
  background-position:top right;
  overflow:hidden;
}
ul.navigation li span
{
	display:block;
	height:28px;
}
ul.navigation li.trailer img.separator
{
  height:28px;
  width:2px;
}
ul.navigation li.selected span
{
  background-image: url(nav_bg_sel.gif);
}
ul.navigation li span
{
  float:left;
  vertical-align:top;
  color:black;
  padding-top:5px;
  padding-left:20px;
  padding-right:20px;
  font-family:Myriad Pro;
}
ul.navigation li img 
{
	display:none;
}
div.navigation_bar img.separator
{
	display:block;
	clear:both;
	height:1px;
	margin-top:0px;
}
button.go
{
	background-image:url(go.gif);
	backgroun-position:top left;
	width:31px;
	height:18px;
	border:none;
	display:block;
	font-size:11px;
	font-weight:bold;
	vertical-align:bottom;
	padding-top:0px;
	padding-bottom:3px;
	padding-left:3px;
	text-align:left;
	color:white;
}
input.search
{
	height:19px;
	width:127px;
	background-color:#f6f4f5;
	border-top:1px solid #bababa;
	border-right:1px solid #bababa;
	border-left:none;
	border-botton:none;
	margin-right:10px;
	margin-left:14px;
	padding-left:4px;
}
span.search
{
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
}

table.action_row tr td a
{
	color:#a1a1a1;
	text-decoration:none;
	white-space:nowrap;
	font-weight:normal;
}
table.action_row tr td
{
	padding:0px;
	padding-right:8px;
}

table.action_row td.login
{
	padding-right:0px;
}
table.action_row td.logout
{
	padding-right:0px;
}
table.action_row td.register a
{
	font-weight:bold;
}
table.inner_page_columns
{
	width:100%;
}
h1.title
{
	display:block;
	font-family:Myriad Pro;
	color:#589ad6;
	border-bottom:2px solid #589ad6;
	font-size:20px;
	font-weight:normal;
	margin-top:16px;
	
}
div.description
{
	width: 650px;
}

div.page_content
{
	width: 650px;
}

td.inner_navigation
{
	background-color:transparent;
	background-image: url(inner_nav_border.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
td.inner_navigation a
{
	font-size:11px;
}
div.inner_nav_1 
{
	border:none;
}
div.inner_nav_2 
{
	border:none;
}
div.inner_nav_3 
{
	border:none;
}
div.inner_nav_4 
{
	border:none;
}

td.inner_navigation div.normal 
{
	background-image:none;
}
td.inner_navigation div.selected
{
	background-image:none;
/*	padding-left:22px;*/
}
td.inner_navigation div.normal a
{
	color:#002a54;
}
td.inner_navigation div.normal a:hover{
    color: black;	
}

td.inner_navigation div.selected a
{
	color:#589ad6;
	font-weight:bold;
}
table.inner_page_columns tr
{
	vertical-align:top;
}
table.inner_page_columns td.content
{
	padding:0px;
}
div.inner_page table.inner_page_columns td.content
{
	padding-left:45px;
}
table#hp_cols
{
	width:100%;
	vertical-align:top;
	border-collapse: collapse;
	empty-cells:show;
	margin-top:10px;
}
table#hp_cols tr
{
	vertical-align:top;
}
td#hp_col1
{
	width:667px;
	padding-top:8px;
}
div#hp_main
{
	width:617px;
}
h1#hp_title
{
	font-family:Myriad Pro;
	font-size:22px;
	font-weight:normal;
	color:#073058;
	margin:0px;
	padding:0px;
}
div#hp_textbox p
{
	margin:0px;
	font-family:Myriad Pro;
	font-size:14px;
	color:#93ddf5;
}
div#hp_textbox p#hp_textbox_download
{
    color:#e27f08;
    text-align:right;
    font-family:Verdana;
    font-weight:bold;
    font-size:11px;
    background-image:url(download_arrows.gif);
  	background-position:top right;
    background-repeat:no-repeat;
    padding-right:15px;
    line-height:normal;
}
div#hp_textbox p#hp_textbox_download a
{
    color:#e27f08;
    font-family:Verdana;
    font-weight:bold;
    font-size:11px;
}
div#hp_textbox
{
	background-color:#063058;
	font-family:Myriad Pro;
	font-size:14px;
	color:#93ddf5;
	padding-left:25px;
	padding-top:18px;
	padding-bottom:10px;
	padding-right:15px;
}
div#hp_textbox h2
{
	color:#93ddf5;
	font-size:20px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:8px;
	padding:0px;
}
img#hp_separator
{
	display:block;
	background-color:#002b55;
	width:100%;
	height:2px;
	margin-top:2px;
	margin-bottom:2px;
}

table#hp_screenshots
{
	border-collaps:collapse;
	margin:0px;
	border:none;
	padding:0px;
}
table#hp_screenshots tr td
{
	margin:0px;
	border:none;
	padding:0px;
}
table#hp_screenshots tr td#arrow
{
	width:100%;
	text-align:center;
	vertical-align:middle;
}
table#hp_screenshots h2
{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#002a54;
}
table#hp_screenshots h3
{
	font-size:11px;
	font-weight:normal;
	color:#002a54;
	margin-bottom:8px;
	margin-top:4px;
}

td#hp_col2
{
	border-left:1px solid #dedede;
	padding-left:18px;
	padding-top:8px;
}
td#hp_col_sep img
{
	width:50px;
}
img.hp_col2_sep
{
	display:block;
	width:230px;
	height:1px;
	background-color:#dedede;
}
div#hp_action_buttons
{
	padding-left:8px;
}
div#hp_action_buttons a img
{
	border:none;
}
div#hp_testimonials
{
	padding-left:8px;
	padding-bottom:8px;
}
div#hp_testimonials h2
{
	margin-top:20px;
	margin-bottom:18px;
}
div#hp_testimonials h2 a
{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#002a54
}
div#hp_testimonials marquee
{
	height:78px;
	width:210px;
	color:#6b6a6a;
	
}
div#hp_testimonials marquee p
{
	font-size:11px;
	text-align:left;
}
div#hp_testimonials marquee .large
{
	font-size:11px;
}

div#hp_news
{
	padding-left:8px;
	padding-bottom:8px;
}
div#hp_news h2
{
	margin-top:16px;
	margin-bottom:12px;
}
div#hp_news h2 a
{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#002a54
}
div#hp_news div.news_item div
{
	font-size:11px;
	color: #6b6a6a;
}
div#hp_news div.news_item div.title a
{
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color: #e08005;
}
div#hp_shortcuts
{
	padding-left:0px;
	padding-top:6px;
}
div#hp_shortcuts ul
{
	display:block;
	width:250px;
	height:54px;
	padding:0px;
	margin:0px;
}
div#hp_shortcuts img
{
	display:block;
	height:1px;
	clear:both;
}

div#hp_shortcuts li
{
	display:block;
	float:left;
	width:115px;
	height:27px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
div#hp_shortcuts li a
{
	display:block;
	background-image:url(hp/sc_button.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:white;
	font-size:11px;
	font-weight:bold;
	height:17px;
	width:89px;
	text-align:center;
	vertical-align:top;
	padding-top:1px;
	margin-left:13px;
	margin-top:5px;
}
li#hp_shortcut1
{
	background-image:url(hp/sc1.gif);
}
li#hp_shortcut2
{
	background-image:url(hp/sc2.gif);
}
li#hp_shortcut3
{
	background-image:url(hp/sc3.gif);
}
li#hp_shortcut4
{
	background-image:url(hp/sc4.gif);
}
div.page_footer
{
	clear:both;
	margin-top:10px;
	border-top:2px solid #002a54;
	padding-left:42px;
	padding-top:5px;
	padding-bottom:5px;
	color:#073058;
	background-color:#93ddf6;
	font-size:10px;
}
div.page_footer a
{

	color:#073058;
	font-size:10px;
}
div.quick_start div.page_content
{
	width:100%;
}
div.qs_div
{
  float:left;
  overflow:hidden;
  width:215;
  margin-right:20px;
}
h1.title2
{
	vertical-align:bottom;	
	font-family:Myriad Pro;
	color:#589ad6;
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:0px;
}
h1.title2 img
{
	position:relative;
	top:10px;
	margin:0px;
	margin-right:10px;
}
div.qs_div div.heading
{
	background-image:url(heading_bg.gif);
	background-position:top-left;
	background-repeat:repeat;
	height:29px;
	overflow:hidden;
}
div.qs_div div.heading h2
{
	margin-left:5px;
	font-size:11px;
	font-weight:bold;
	color:#6b6a6a;
	padding-top:3px;
	height:29px;
}
img.zeb_top_border
{
	display:block;
	clear:both;
	border-bottom:2px solid #d7d7d7;
	margin:0px 1px 0px 1px;
	height:5px;
	width:100%;
}
div.posting_pane
{
	clear:both;
}
div.forum_list div.forum_view_title {
	padding:0px;
	padding-bottom:5px;
	margin:0px;
	margin-top:16px;
	margin-left:1px;
	border:none;
}
div.forum_list div.forum_view_title a {
	text-align:left;
	white-space:nowrap;
	color:#6b6a6a;
	font-weight:bold;
	font-size:13px;
	display:inline;
}
div.forum_view_title a
{
	display:none;
}
div.forum_pane div.header .darkbutton
{
	float:right;
}
div.forum_pane div.subscribe
{
	text-align:right;
}
div.forum_pane div.subscribe a
{
	color:#A1A1A1;
	font-weight:normal;
	text-decoration:none;
	white-space:nowrap;
}
div.thread_content
{
	clear:both;
}
td.content div.forum_list
{
	width:680px;
}
td.content div.forum_view
{
	width:680px;
}
div.thread_content
{
	background-color:#f2f0f1;
}
div.thread_content img.ntree_toggle_expanded
{
	background-image:url(collapse.gif);
}
div.thread_content img.ntree_toggle_collapsed {
background-image:url(expand.gif);
}
div.thread_title
{
	color:#6B6A6A;
	display:inline;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}
div.thread_content div.posting_pane
{
	background-color:white;
	padding:10px;
	border:10px solid #f2f0f1;
}
span.ntree_item_inner_header_selected span 
{
   background-color:transparent;
   color:#002b54;
}
div.project_description
{
	margin-top:8px;
}
div.posting_pane div.darkbutton
{

}
div.forum_list_pane {
clear:both;
border:none;
margin-top:1em;
padding-top:1em;
} 
div.forum_list_pane table
{
    width:100%;
}
img.reply
{
	margin-left:20px;
}
table.table_navigation_row {
	background-color:#fae9d5;
	margin:2px 1px 5px 1px;
	white-space:nowrap;
}
table.table_navigation_row span.label
{
	color:#e09331;
	font-weight:normal;
	font-size:11px;
}
table.table_navigation_row input
{
	color:#912002;
	font-weight:normal;
	font-size:11px;
	border:none;
	height:16px;
	width:20px;
	vertical-align:middle;
	margin-right:4px;
	padding:1px;
	text-align:center;
	border:1px solid #c8c8c8;
}
table.table_navigation_row button {
	border:none;
	color:#e08005;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	text-decoration:underline;
	background-repeat:no-repeat;
	background-position:top left;
}
table.table_navigation_row button.top {
	background-image:url(top.gif);
	padding-left:7px;
}
table.table_navigation_row button.prev {
	background-image:url(prev.gif);
	padding-left:3px;
	margin-left:11px;
}

table.table_navigation_row button.next {
	background-image:url(next.gif);
	padding-right:3px;
	margin-right:11px;
	background-position:top right;
}
table.table_navigation_row tr {
	height:26px;
	vertical-align:middle;
}
table.table_navigation_row * {
	vertical-align:middle;
}
/* file: text_styles.css */
body, th, td, a, div, span, label, input, textarea, select {
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #002B54;
}
p
{
		margin-top:0.5em;
}
h1
{
        font-size:20px;
        font-weight:bold;
	    color: #FF6000;
		margin-top:1.2em;
		margin-bottom:0em;		
}
h2
{
        font-size:16px;
        font-weight:bold;
	    color: #FF8C3F;
		margin-top:0.8em;
		margin-bottom:0em;		
}
header_link
{
        font-size:16px;
	    color: #FF8C3F;
		margin-top:0.8em;
		margin-bottom:0em;
		text-decoration:underline;
}
h3
{
        font-size:14px;
        font-weight:bold;
		margin-top:0.8em;
		margin-bottom:0em;		
}
h4
{
        font-weight:bold;
        text-decoration:underline;
		margin-top:0.8em;
		margin-bottom:0em;		
}
*.large
{
	font-size:14px;
}

a>img.attachment
{
	border-style:none;
	vertical-align:middle;
}

/* 'western' styles are used in tutorial pages */
P.western
{
	font-family: "Times New Roman", serif; font-size: 12pt; so-language: en-US;
	margin-bottom: 0.08in; direction: ltr; color: #000000; text-align: justify; widows: 2; orphans: 2
}
H1.western
{
	font-family: "Arial", sans-serif; font-size: 16pt; so-language: en-US;
	margin-top: 0.42in; margin-bottom: 0.04in; direction: ltr; color: #000000; text-align: justify; widows: 2; orphans: 2
}
H2.western
{
	font-family: "Arial", sans-serif; font-size: 14pt; so-language: en-US; font-style: italic;
	margin-top: 0.33in; margin-bottom: 0.04in; direction: ltr; color: #000000; text-align: justify; widows: 2; orphans: 2
}
H3.western
{
	font-family: "Arial", sans-serif; font-size: 13pt; so-language: en-US;
	margin-top: 0.33in; margin-bottom: 0.04in; direction: ltr; color: #000000; text-align: justify; widows: 2; orphans: 2
}