body
{
	font: 11px Arial, sans-serif;
}

table.layout td
{
	vertical-align: top;
}

ul.toc li
{
	margin-bottom: 5px; 
}

ul.toc li a
{
	font-size: 1.1em;
}

/* ============== UPLOADER ============== */

.uploader
{
}

.uploader h3
{
	margin: 15px 0;
	display: block;
}

.uploader .progressBarContainer
	{
		width: 300px;
		height: 40px;
		background-image: url("/fw/images/progressbarbg.gif");
		display: block;
		margin: 5px 0px 15px 0px;
	}
	
	.uploader .progressBarInProgress,
	.uploader .progressBarComplete {
		font-size: 0px;
		width: 0%;
		height: 40px;
		background-color: #69B70B;
		background-image: url("/fw/images/progressbarcompletebg.gif");
	}
	
	.uploader .progressBarError {
		font-size: 0px;
		width: 0%;
		height: 40px;
		background-image: url("/fw/images/progressbarerrorbg.gif");
	}
	
	.uploader .progressBarComplete {
		width: 100%;
		background-color: green;
		visibility: hidden;
	}
	.uploader .progressBarError {
		width: 100%;
		background-color: red;
		visibility: hidden;
	}
	.uploader .progressBarStatus {
		margin-top: 2px;
		width: 270px;
		font-size: 0.9em;
		font-family: Verdana;
		padding: 3px;
		text-align: center;
		
		position: absolute;
		z-index: 10;
		margin-top: -35px;
	}
	.uploader a.progressCancel,
	.uploader a.progressCancel:link,
	.uploader a.progressCancel:active,
	.uploader a.progressCancel:visited,
	.uploader a.progressCancel:hover
	{
		font-size: 0px;
		height: 20px;
		width: 20px;
		
		background-image: url(/fw/images/icons/assorted/delete.gif);
		background-repeat: no-repeat;
		background-position: -0px 0px;
		
		position: absolute;
		z-index: 5;
		margin-top: 22px;
		margin-left: 274px;
	}

/* ============== UPLOADER END ============== */


#popUpWindow
{
	position: absolute;
	with: 600px;
	height: 300px;
	margin: 300px auto;
	border: 1px dotted #f99;
	background-color: #ff0;
	display: none;
}

.feedbackPanelSuccess
{
	background-color: green;
	color: #fff;
	padding: 15px;
	width: 400px;
}

.feedbackPanelFailure
{
	background-color: red;
	color: #fff;
	padding: 15px;
	widtH: 400px;
}


/* ============== FORMS ============== */ 

form td
{
	vertical-align: top;
}

form .formItem
{
	padding: 0px;
	margin: 0px;
}

form .formItem table,
form .formItem table td
{
	padding: 0px;
	margin: 0px;
	height: 0px;
}

form div.description 
{
	color: #6B898F;
	font-size: 11px;
	margin-bottom: 5px;
}

form div.comment 
{
	color: #777;
	font-size: 11px;
	margin-top: 3px;
}

form .itemField
{
	vertical-aling: top;
	margin: 0 10px 0 0;
	padding: 0;
}



form .itemField img
{ 
	vertical-align: middle
}  

form .itemField .itemLabel
{
	font-weight: bold;
	margin-bottom: 3px;
}

ul.formLinks
{
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	padding-left: 7px;
}

ul.formLinks li
{
}

.formWriteUp, 
{
	font-size: 10px;
	color: #62738F;
}

div.wizard
{
	overflow: visible;
	width: 557px;
}

div.wizard div.title
{
	background-color: #D1D4DF;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	border-width: 0px;
	color: #4E4E4E;
	overflow: visible;
	width: 527px;
	height: 35px;
	line-height: 35px;
	background-image: url("../images/forms/block_header_bg.png");
}

div.wizard span
{
	line-height: 35px;
}

div.wizard input.button,
div.wizard input[type="submit"], 
div.wizard input[type="reset"]
{
}

div.wizard div.title span.step_name
{
	float: left;
	color: red;
	height: 33px;
	overflow: hidden;
}


div.wizard div.wizard_step_container
{
	margin-bottom: 10px;
	overflow: hidden;
}

div.wizard div.title span.step_label
{
	
	color: black;
}

div.wizard div.title span.step_status
{
	height: 33px;
	display: block;
	float: right;
}

div.wizard div.title img
{
	vertical-align: middle;
	margin-right: 5px;
	text-align: right;
	padding: 0;
}

div.wizard div.title a
{
	color: #617F1F;
	font-size: 14px; 
}

div.wizard div.content
{
	margin: 0px 5px;
	padding: 10px;
	overflow: visible;
	background-image: url("../images/forms/block_content_bg.png");
	background-position: bottom left;
	width: 530px;
}

legend
{
	color: #CFA80C;
}

fieldset 
{
	border: 0px solid #BFBFBF;
	padding: 0px;	
}

fieldset legend 
{
	display: none;	
}

/* ============ FORMS END ============ */


/* ============ LIST ============ */

ul.labeled_list,
ul.labeled_list li
{
	margin: 0px;
	padding: 0px;	
}

ul.labeled_list li
{
	display: block;
	margin-bottom: 5px;
}

ul.labeled_list li label
{
	font-weight: bold;
	margin-right: 10px;
	width: 80px;
	display: block;
	float: left;
}


dl.labeled_list
{
	padding: 0px;
	margin: 0px;
}

dl.labeled_list dt
{
	width: 70px;
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 1px 5px 0px 0px;
	font-weight: bold;
	clear: left;
	font-size: 10px;
}

dl.labeled_list dd
{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

dl.labeled_list dd.normal,
dl.labeled_list dd
{
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
	clear: right;
}

dl.labeled_list dd.normal
{
	widtH: 120px;
}

/* ============ LIST END ============ */


div.pagination
{
	clear: both;
	margin: 15px 0px;
}

div.pagination span.currentPage
{
	color: black;
	font-weight: bold;
}

div.pagination a.page
{
	color: #0000EE;
	font-weight: normal;
}

div.pagination span.separator
{
	color: #aaa;
	font-size: 9px;
	width: 20px;
	text-align: center;
}
	
div.centered_box
{
	width: 200px;
	margin: 0px auto;
	border: 10px solid #C2C7CF;
	padding: 10px;
	overflow: visible;
	background-color: #EDEEF2;
}

div.clear
{
	clear: both;
}

div.vertical_spacer
{
	height: 20px;
	border: 1px solid #f00;
}

ul.no_bullets
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	clear: both;
	overflow: auto;
	margin: 0px;
}

ul.no_bullets li
{
	margin-right: 10px;
}

ul.no_bullets li label
{
	font-weight: bold;
	margin-right: 10px;
	width: 80px;
	display: block; 
	floaT: left;
}

.float_left
{
	float: left;
}

ul.table_stats
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

.attention 
{ 
	color: #CF6619;
}

.negative 
{ 
	color: red;
}

.extra_details 
{ 
	color: #6F6F6F;
	font-style: italic;
}


.positive
{ 
	color: green;
}

.negativeFill
{ 
	color: white;
	background-color: red;
}

.neutralFill
{ 
	color: white;
	background-color: #DFB953;
}

.positiveFill
{ 
	color: white;
	background-color: #469F45;
}

/* ===== Table ===== */

table.list
{
	padding: 0px;
	margin: 0px;
	border: 10px solid #C2C7CF;
	border-collapse: collapse;
}

table.list tr
{
	padding: 0px;
	margin: 0px;
}

table.list tr th
{
	padding: 10px;
	margin: 0px;
	text-align: center;
	border-right: 1px solid #C2C7CF;
	border-bottom: 1px solid #C2C7CF;
	vertical-align: middle;
}


table.list tr td.checkbox
{
	margin: 0px;
	text-align: center;
	border: 1px solid #C2C7CF;
	vertical-align: middle;
}

table.list tr td
{
	padding: 10px;
	margin: 0px;
	text-align: left;
	border: 1px solid #C2C7CF;
	vertical-align: top;
}

table.list tr td.status
{
	width: 15px;
}

table.list tr td.active
{
	background-color: green;
}

table.list tr td.suspended
{
	background-color: red;
}

table.list tr td.small, 
.small
{
	text-align: center;
}

table.comparison
{
	border-collapse: collapse;
	background-color: #EFEFEF;
	border: 5px solid #BFBFBF;
	padding: 10px;
}

table.comparison th
{
	padding: 10px;
}

table.comparison td
{
	border: 1px solid #fff;
	padding: 10px;
}

table.comparison td.positive
{
	background-color: #74cc51;
	text-align: center;
	padding: 10px;
	color: #fff;
	border: 1px solid #fff;
}

table.comparison td.negative
{
	background-color: #EF5959;
	text-align: center;
	padding: 10px;
	color: #fff;
}

/* ===== Table END ===== */


input.text
{
	width: 235px;
	font-size: 15px;
	padding: 2px 5px;
	color: #555;
}

input.textarea
{
	font-size: 15px;
	padding: 2px 5px;
	color: #555;
}

select
{
	font-size: 15px;
	padding: 2px 1px 2px 5px;
	color: #555;
}

input.button
{
	font-size: 15px;
	padding: 4px 25px;
	color: #555;
}

table.layout td,
table.layout th
{
	padding: 0;
}
