﻿.fieldset .fsTopRow .fsTopLeft
{
    padding-left: 4px;
    height: 21px;
    background: transparent url( '../../images/fieldset/topLeft.png' );
}

.fieldset .fsTopRow .fsLegendLeft
{
    padding-left: 20px;
    height: 21px;
    background: transparent url( '../../images/fieldset/legendLeft.png' ) right;
}

.fieldset .fsTopRow .fsLegend
{
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.3em;
    font-variant: small-caps;
    padding: 0 10px 0 10px;
    background-color: White;
    white-space: nowrap;
}

.fieldset .fsTopRow .fsTop
{
    width: 90%;
    background: transparent url( '../../images/fieldset/top.png' );
}

.fieldset .fsTopRow .fsTopRight
{
    padding-left: 4px;
    background: transparent url( '../../images/fieldset/topRight.png' );
}

.fieldset .fsCenterRow .fsLeft
{
    padding-left: 4px;
    background: transparent url( '../../images/fieldset/left.png' );
}

.fieldset .fsCenterRow .fsCenter
{
    width: 100%;
    padding: 10px;
    background: transparent url( '../../images/fieldset/bottomFade.png' ) no-repeat bottom;
}

.fieldset .fsCenterRow .fsRight
{
    padding-left: 4px;
    background: transparent url( '../../images/fieldset/right.png' );
}

.fieldset .fsBottomRow .fsLeft
{
    padding-left: 4px;
    height: 4px;
    background: transparent url( '../../images/fieldset/bottomLeft.png' );
}

.fieldset .fsBottomRow .fsCenter
{
    background: transparent url( '../../images/fieldset/bottom.png' );
}

.fieldset .fsBottomRow .fsRight
{
    padding-left: 4px;
    background: transparent url( '../../images/fieldset/bottomRight.png' );
}

.fieldset .fsSeparatorRowBottom .fsCell
{
    height: 20px;
}




/*****************************************************************
/* INPUT TABLE
 ****************************************************************/
table.input_table
{
	width: 100%;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

table.input_table td.input_table_label
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}

table.input_table td.input_table_input
{
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	border-left: solid 1px #eee;
}

table.input_table td.separator
{
	padding-top: 5px;
}



/************************************************************************************/
/* Blog style item 
/************************************************************************************/
.fieldset .bl_item
{
	padding-top: 10px;
	clear: both;
}

.fieldset .bl_item .bl_item_title
{
	border-bottom: solid 1px #ddd;
}

.fieldset .bl_item .bl_item_title_info
{
	float: right; 
	font-size: 10px;
	font-family: Verdana;
	color: #555;
}

.fieldset .bl_item .bl_item_title_link
{
	float: left;
}

.fieldset .bl_item .bl_item_body
{
	clear: both;
	float: left;
	width: 400px;
	padding: 5px 0px 0px 22px;
	border: solid 1px black;
	border: none;
}

.fieldset .bl_item .bl_item_misc
{
	float: right;
	width: 175px;
	border: solid 1px black;
	border: none;
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
}






/************************************************************************************/
/* Blog style item HIGHLIGHT
/************************************************************************************/
.fieldset .bl_item_hi
{
	padding-top: 10px;
	font-weight: bold;
}

.fieldset .bl_item_hi .bl_item_title
{
	border-bottom: solid 1px #ddd;
}

.fieldset .bl_item_hi .bl_item_title_info
{
	float: right; 
	font-size: 10px;
	font-family: Verdana;
	color: #555;
}

.fieldset .bl_item_hi .bl_item_title_link
{
	float: left;
}

.fieldset .bl_item_hi .bl_item_body
{
	float: left;
	width: 400px;
	padding: 5px 0px 0px 22px;
	border: solid 1px black;
	border: none;
}

.fieldset .bl_item_hi .bl_item_misc
{
	float: right;
	width: 175px;
	border: solid 1px black;
	border: none;
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
}

.fieldset .bl_item_separator
{
	padding-top: 10px;	
}





/**************************************************************************************/
/* ITEM 
/**************************************************************************************/
.fieldset .item
{
    display: inline-block;
    clear: both;
    margin: 3px;
    padding: 3px;
}

.fieldset .item:after
{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac \*/
* html .fieldset .item
{
    height: 1%;
}
.fieldset .item
{
    display: block;
}
/* End Hack */


.fieldset .label
{
    float: left;
    width: 250px;
    font-weight: bold;
    margin-left: 0px;
}

.fieldset .label_thin
{
    float: left;
    width: 150px;
    font-weight: bold;
}

.fieldset .explanation_text
{
    color: #8e1515;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
}

.fieldset .explanation
{
    font-family: Verdana;
    clear: left;
    float: left;
    width: 250px;
    padding: 0 0 0 3px;
    color: #8e1515;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
}

.fieldset .errormessages
{
    font-family: Verdana;
    clear: both;
    padding: 0 0 6px 6px;
    color: Red;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
}

.fieldset .input
{
    float: right;
    clear: right;
    width: 260px;
    padding-bottom: 1px;
}

.fieldset .input_thin
{
    float: right;
    clear: right;
    width: 150px;
}

.fieldset .wide_input
{
    width: 95%;
}
