﻿/***********************************************************************************************
/* Forum Styles
***********************************************************************************************/
#shell .topRightShell, #shell .contentShell, #shell .footerShell
{
	border-left: solid 1px #999999;
}

/* LIST STRUCTURE index page */
/*  #wrapper<div> : <table> : #shell<table> : #contentShell<td> : .content<div> : #main<table> :   */
/*#wrapper #shell .contentShell .content #main ul*/
#index ul {
	margin-left: 3px;
	list-style-type: circle;
}

/*  #wrapper<div> : <table> : #shell<table> : #contentShell<td> : .content<div> : #main<table> :   : li */
/*#wrapper #shell .contentShell .content #main li*/ 
#index li {
	margin-bottom: 5px;
	margin-left: 3px;
}

.CommonListTitle table td
{
	background-color: #666666 !important;
}

.EditorTableFix table
{
	width:70% !important;
	text-align:left;
}

.EditorTableFix table td
{
	vertical-align: middle !important;
} 

#CreateUser div.Field
{
	width:350px;	float:left;	margin:10px 0px 0px 0px;	}

.CreateUserBox 
{
	width: 330px;
	}
	
.CreateUserBoxWide 
{
	width: 690px;
	}
	
.WorkingLanguages 
{
	width: 500px;
	white-space: nowrap;
	font-size: 10px;
	}
	
.RegistrationType 
{
	font-size: 10px;
	}

.CreateUserSection
{
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	padding: 10px;
	padding-bottom: 30px;	
	background-color: #F0F0F0;
	z-index: 99;
	}
	
.Free 
{
	color: #CC00CC;}