/*****************************************************************************/
/* structural layout */
/*****************************************************************************/
body, input, textarea
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 13px;
	color:#333;
}

div, input, textarea
{
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;

}

body {
	background-color: white;		
	margin: 0px 0px 0px 0px;
}
html { overflow:hidden;} /* ie6 */

#SideBarLeft
{
    position:absolute;
    left:0px;
    top:100px;
    width:122px;
    height:25px;
    overflow:hidden;
    z-index:2;
    
    background-color:#0299B6;
    border-right:solid 2px #38C1DB;
}
#SideBarLeft_Top
{
    height:2px;
}
#SideBarLeft_Backdrop
{
    min-height:360px;
/*    background-image:url(../Images/Layout/logo.png);
    background-repeat:no-repeat;
*/
}
#SideBarLeft_Mid
{
    min-height:360px;
    padding-left:10px;
    padding-top:20px;
}
.SideBarLeft_MenuHeader
{
	font-size:large;
	text-align:center;
	line-height:21px;
/*	height:23px; */
	margin-left:2px;margin-left:0px;
	margin-right:10px;margin-right:8px;
    /*background-image:url(../Images/Layout/layout_06.png);*/
    background-color:#3463C0;
    background-color:#FFF2DB;
    background-color:#8A7B2F;
    background-color:#DED19C;
    border-bottom:solid 1px #C8BD8D;
    border-top:solid 1px #C8BD8D;
	color:#8A7B2F;
    
    background-position:bottom;
}
.SideBarLeft_MenuItem
{	
	font-size:larger;
	color:#333;
	margin-right:10px;
	padding-left:10px;
	padding-top:2px;
	margin-left:2px;margin-left:0px;
	margin-right:10px;margin-right:8px;
	
	padding-bottom:100px;
}
	.SideBarLeft_MenuItemSmall
	{
		padding-bottom:30px;
	}
#SideBarLeft_Low
{
    height:40px;
    background-repeat:no-repeat;
}

.SideBarLeft_InfoTable
{
	width:95%;
	border-collapse:collapse;
}
	.SideBarLeft_InfoTable td
	{
		vertical-align:top;
	}
.InfoTable_SeperatorRow
{
	padding-top:30px;
}
.InfoTable_ColRight
{
	text-align:right;
}

#TopBar
{
    position:absolute;
    left:0px;
    top:0px;
    height:100px;
    width:100%;
    min-height:29px;
    background-image: url(../images/layout/header_lighter_wider.png);
    background-position: left center;
    background-repeat: no-repeat;
    
    background-color:#9FBCCC;
    border-bottom:solid 2px #38C1DB;
}

#TopBarLogo
{
	position: absolute;
	top: 0px;
	right: 0px;
    width: 216px;
    height: 71px;
}


#TopBarItems
{
    /*height:29px;*/
    /*margin-right:197px;*/ /* EQUAL TO #CLIENTLOGO WIDTH */
    margin-left:121px;
    margin-top:71px;
    overflow:auto;
    
    padding-left:9px;
    padding-top:3px;
    padding-bottom:5px;

    background-color: #0299B6;
    
    border:solid 1px #016476;
    border-right:none;
    border-bottom:none;
}
#TopBarItems_Left
{
    float:left;
}

#TopBarItems_Right
{
    float:right;
    width:150px;
    text-align:right;   
    margin-right:20px;
    padding-top:2px;
}

#breadcrumb_container
{
    font-weight:bold;
    color:#fff;
}

#breadcrumb_container a
{
    display:inline-block;
    font-weight:normal;
	color: #ffffff;
    border-bottom:solid 1px white;
}
#breadcrumb_container a:hover
{
    display:inline-block;
	border-bottom:dashed 1px white;
	text-decoration:none;
}


.breadcrumb_icon
{
	position:relative;
	top:4px;
}


#MainContent
{
    position:absolute;
    left:122px;
    top:100px;
    margin-left:28px;
    padding-top:20px;
    overflow:auto;
}
#SideBarRight
{
    position:absolute;
    left:700px;
    top:25px;
    width:200px;
    height:25px;
    overflow:hidden;
}




/*****************************************************************************/
/* links, buttons and icons */
/*****************************************************************************/

A
{
	text-decoration:none;
	
}

A:hover 
{
	text-decoration: underline;
}
	
A.alwaysblue:visited
{
	color:#0066CC;
}
a:active
{
    outline:none;
}
a:visited
{
    outline:none;
}

a.underlined, .underlined
{
	text-decoration:none;
	color:#0066CC;
}
a.underlined:hover
{
	text-decoration:underline;
}
a.underlined:visited
{
	color:#0066CC;
}
A IMG { border: none; position:relative; top:3px; }

/*****************************************************************************/
/*
 * Command bar
 */
.btnStandaloneContainer
{
	position:relative; /* needed for layout errors on icon in btn (occurs with js setlayout) */
	border:solid 1px white; /* needed to prevent layout error in IE6 */
	amargin-top:10px;
	overflow: auto;
}


.btnCommand, .btnCommandStandalone
{
	position:relative;
	float:left;
	
	background-color:#E8E8E8;
	font-size:10pt;
	cursor:pointer;

	vertical-align:top; /* useful? */

	top:0px;
	width:120px;
	
	padding:3px 6px;
	margin-right:10px;
}

.btnCommand:visited
{
    color:#0066CC;
}

.btnCommand
{
	border:solid 1px #EDEDED;
}
.btnCommandStandalone
{
	border:solid 1px #A7B7B9;
    
    padding-left:45px;
    line-height:38px;
    
    background-color:#D2E5E8;
}

    .btnCommandFloatRight
    {
	    float:right;
    }

	a:hover, a.btnCommandStandalone:hover
	{
	    border-color:#0066CC;
	}
	
	.btnCommandWide
	{
		width:175px;
	}
	
	.btnCommand img, .btnCommandStandalone img
	{
		position:relative;
		top:2px;
		margin-right:3px;
		border:none;
	}
	.btnCommandStandalone img
	{
	    position:absolute;
	    top:6px;
	    left:6px;
	}
	
    .btnCommandStandaloneSmall
    {
        padding-left:32px;
        line-height:16px;
    }
    .btnCommandStandaloneSmall img { top:3px; }


	.btnDisabled
	{
		color:Gray;
		font-style:italic;
	}
	



/*****************************************************************************/
/*
 * List for modules
 */
.list
{
    position:relative;
    overflow:visible;

    border:none;
    border-bottom:solid 1px #A65C30;
}

.list_horizontalscroll
{
    overflow:auto;
}
.listitems_group_container
{
}

.listitems_group_header
{
	position:relative;
	top:0px;
	left:0px;
	height:20px;
	padding-top:2px;

    font-weight:bold;
    color:#A65c30;
    
    border:none;
    border-bottom:solid 2px #A65c30; /*#A68d30;*/
    
    margin-bottom:2px;
	z-index:2;
}
	.listitems_group_icon
	{
		float:left;
		margin-left:2px;
		margin-top:2px;
	}
	.listitems_group_header div, .listitem_container div
	{
		float:left;
		margin-left:5px;
	}

.listitem_container
{
	clear:both;	
	padding-bottom:2px;

    cursor:pointer; 
	overflow:auto;
}
    .listitem_container_hover
    {
        background-color:#C6e3ff;
    }
    
	.listitem_label
	{
		width:300px;
	}
	.pseudolink
	{
	    color:Blue;
	}
	.listitem_container_hover .pseudolink
	{
	    text-decoration:underline;
	}
	
.listitem_add_container
{
}


/*****************************************************************************/
/*
 * Table 
 */

.table_row_header, .table_row
{
	position:relative;
	overflow:auto;
	border-style:solid;
	border-width: 1px;
}
	.table_row_header
	{
		padding-top:1px;
	}
	.table_row
	{
		border-top-style:none;
	}
	.table_row_no_line
	{
		border-bottom-style:none;
	}

.table_cell_header, .table_cell
{
	float:left;
	margin-right:5px;
	padding-left:5px;
}

.table_cell_header
{
	font-weight:bold;
}



/*****************************************************************************/
/*
 * Text layout
 */
.form_header
{
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}

.form_input_line
{
	position:relative; /* new */
	margin-bottom: 2px;
	display:block;
	clear:both;
	overflow:hidden; /* overflow:hidden makes sure that this box wraps it's floating children */
}
.form_input_text, .form_input_select, .form_input_textarea { border: solid 1px #A68D30; } 
.form_input_text
{
    width:276px; /* was 218px */
    padding-left:1px; /* paddings needed for FF & IE to cooperate */
    padding-right:1px;
}
.form_input_text_small { width:216px; }

.form_input_textarea
{
    width:276px;
    height:50px;
    padding-left:1px; /* paddings needed for FF & IE to cooperate */
    padding-right: 1px;
}

.form_fieldname
{
	float: left;
	clear: none;
	width: 120px;
	line-height:21px;
}
.form_fieldname_wide
{
    width:150px;    
}

.form_input_select
{
    width:280px;
}
.form_input_select_wide
{
    width:260px; /* not up to date */
}

.form_extra_warning
{
	float:left;
	padding-left:10px;
	padding-top:2px;
	color:Red;
	font-weight:bold;
}

.form_value_label
{
    line-height:21px;
    float:left;
    width:278px;
    color:gray;
}
.form_subheader
{
    font-size:16px;
    font-weight:bold;
    margin-bottom:2px;
}

.form_field_instruction
{
    display:inline;
    color:Gray;
    font-style:italic;
}

.txtFieldDefaulted { color: #61AAF3; }

.submitmaintainer_required
{
	background-color: #FFE8E6;
}
/*****************************************************************************/
/* warnings */
/*****************************************************************************/
.panel_warning_message
{
    position:relative;
    background-color:#FFBADE;
    padding-left:68px;
    padding-top:6px;
    min-height:46px; height:auto !important; height:46px;
    
    margin-bottom:10px;
    border:solid 2px #FFE6F3;

}
.panel_warning_message img
{
    position:absolute;
    left:18px;
    top:10px;

}

.pnlNotification
{
    background-color:#A1F0FF;
    
    border:solid 2px #016476;
    padding:5px 20px 5px 10px;
    
    position:relative;
}
    .pnlNotification_lowprio
    {
        background-color:#E4FBFF;
        border:solid 1px #64C8DB;
        color:Gray;
    }
    .pnlNotification_hiprio
    {
        background-color:#FFC675;
        border:solid 1px red;
        color:black;
    }
    
.pnlNotification img.left_icon
{
    position:absolute;
    top:3px;
    left:3px;
}

/*****************************************************************************/
/* edit pages */
/*****************************************************************************/
.layout_form_container
{
    overflow:auto;
}
.layout_command_bar
{
	clear:left;
	position:relative;
	height:28px;
	background-color:#A4A4A4;
	border:solid 1px #EDEDED;
	margin-top:20px;
	padding:4px 0px 4px 5px;
}

#editColumnOne
{
    float:left;
    width:370px;
    overflow:auto;
}
#editColumnTwo
{
    float:left;
    margin-left:60px;
    width:370px;
    overflow:auto;
}

#editColumnSingle
{
    float:left;
    width:620px;
    overflow:auto;
}


/*****************************************************************************/
/* Filter columns */
/*****************************************************************************/

.filter_header
{
    font-weight:bold;
    line-height:23px;
    margin-right:10px;
    padding-left:5px;

    background-color:#D8D763;
    border:1px solid #B1B031;
    border-bottom:none;
    color:#737210;
}
.filter_container
{
    margin-bottom:10px;
}
.filter_container select
{
    width:100%;
} 
.filter_container label
{
    color:White;
} 


.lnkAboutThisApp
{
    font-size:smaller;
    color:White;
    margin-left:10px;
}
.lnkLogout
{
    color:White;
}

.icon_link_16x16
{
    border:none;
    width:16px;
    height:16px;
}

