/******************************************************
   (c) 2002 LANSA                            
   XHTML Standard Styles                    
   $Workfile::   CE_style_aws.css             $ 
   $Revision::   1.0                       $ 
*******************************************************/

	.bold                
	{
		font-weight: bold;
	}
	.menubold                
	{
		font-size: 10pt;
		font-weight: bold;
	}
	.canceled                
	{
		background-color: #FF0000;
	}
	.dark                
	{
		background-color: #DDDDDD;
	}
	.dark a:link
	{
		font-size: 9pt;
		color: #000000;
		text-decoration: underline;
	}
	.dark a:visited
	{
		font-size: 9pt;
		color: #000000;
		text-decoration: underline;
	}
	.dark a:hover
	{
		font-size: 9pt;
		color: #ff0000;
		text-decoration: underline;
	} 
	div.messages
	{
		text-align: left;
		width: 60%;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px;
		border: 1px solid #c7dff4;
		background-color: #80C9FF;
		color: black;
	}
	tr.list-h    
	{
		background: #80C9FF;
		color: #000000;
	}
	tr.list-o
	{
		background: #FFFFFF;
		color: black;
	}
	tr.list-e
	{
		background: #e4e4e4;
		color: black;
	}
	input.number
	{
		background-color: #eaf3fb;
		text-align: left;
	}
	input.text
	{
		background-color: #eaf3fb;
		text-align: left;
	}
	input.ltext
	{
		background-color: #eaf3fb;
		text-align: left;
		text-transform: lowercase
	}
	input.utext
	{
		background-color: #eaf3fb;
		text-align: left;
		text-transform: uppercase;
	}
	.inputfocus
	{
		background: #ffffcc;
	}
	input.button
	{
		background-color: #c7dff4;
		color: #000000;
		font-size: 8pt;
		font-weight: bold;
	}
	input.button_mouseover
	{
		background: #ffffcc;
		color: #000000;
		font-size: 8pt;
		font-weight: bold;
		border-style: inset;
	}
	td.caption, div.caption 
	{
		font-weight: bold;
	}
	th.text
	{
		text-align: left;
	}
	th.number    
	{
		text-align: right;
	}
	td.text, div.text    
	{
		text-align: left;
	}
	td.number, div.number
	{
		text-align: right;
	}
	img.weblink
	{
		margin-left: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom:0px;
		border-style: none;
	}
	
	
		h1.title     
	{
		text-align: center;
		line-height: 18pt;
		font-weight: bold;
		color: #000000;
	}

	
	h2
	{
		font-size: 12pt;
		color: #000000;
	}
	h3
	{
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
	}

	img.lweb_disabled
	{
		filter:alpha(opacity=40);
	}
	strong
	{
		font-style: italic;
		color: #000000;
	}

	a:link
	{
		color: #2A587E;
		text-decoration: underline;
	}
	a:hover
	{
		color: #2A587E;

	}   

	.maximized
	{
		width: 100%;
		height: 100%;
	}
	.whitebg     
	{
		background-color: #ffffff;
	}
	.cyanscroll
	{
		scrollbar-face-color: rgb(234,242,255);
		scrollbar-highlight-color: rgb(234,242,255);
		overflow: auto;
		scrollbar-shadow-color: rgb(234,242,255);
		scrollbar-3dlight-color: rgb(120,172,255);
		scrollbar-arrow-color: black;
		scrollbar-track-color: rgb(224,224,224);
		scrollbar-darkshadow-color: rgb(120,172,255);
		scrollbar-base-color: rgb(234,242,255)
	}
/******************************************************
   XHTML Standard Weblet Styles
*******************************************************/
	.std_headerl
	{
		background-color: #E6F4FF;
		background-image: url("../std_logo.gif");
		background-repeat: no-repeat;
		background-position: left middle;
		border-top: 5px solid;
		border-bottom: 1px solid;
		border-color: #01478c;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    height: 80px;
	}
	.std_headerr
	{
		background-color: #3a7bbb;
		background-image: url("../std_headimg.gif");
		background-repeat: no-repeat;
		background-position: right middle;
		border-top: 5px solid;
		border-bottom: 1px solid;
		border-color: #01478c;
    vertical-align: bottom;
    text-align: right;
    width: 50%;
    height: 80px;
	} 
	.std_menutop_bg
	{
		background-color: #7db0e5;
		height: 20px;
	}
	a.std_menu
	{
		display: block;
		width: 150px;
		height: 20px;
		padding: 3px;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
		color: #01478c;
		background-color: #E6F4FF;
		border-left: 2px solid #7db0e5;
		border-right: 2px solid #7db0e5;
		border-bottom: 1px solid #7db0e5;
	}
	a.std_menu:hover
	{
		display: block;
		width: 150px;
		height: 20px;
		padding: 3px;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
		color: #01478c;
		background-color: #ffffcc;
		border-left: 2px solid #ffff66;
		border-right: 2px solid #ffff66;
		border-bottom: 1px solid #ffff66;
	}
	.std_footer
	{
		background-color: #c7dff4;
		color: #000000;
		font-size: 8pt;
		text-align: center;
		line-height: 20px;
	} 
	.std_layout_outline
	{
		background-color: #E6F4FF;
	}
	.std_layout_content
        {
		vertical-align: top;
		text-align: center;
		width: 95%;
        }
	.std_layout3_content
        {
		width: 90%;
        }
	.std_layout5_content
        {
		vertical-align: top;
		text-align: left;
		width: 80%;
        }
	.std_anchor
	{
	}
	.std_anchor_mouseover
	{
	}
	.std_anchor_text
	{
	}
	.std_attachment_panel_top
	{
	}
	.std_attachment_panel_left
	{
	}
	.std_attachment_panel_center
	{
	}
	.std_attachment_panel_right
	{
	}
	.std_attachment_panel_bottom
	{ 
		border: 1px solid #01478c;
	}
	.std_banner
	{
		cursor: hand;
	}
	.std_button
	{
		padding-left: 2px;
		padding-right: 2px;
		font-size: 11px;
		color: #000000;
		border: 2px outset #e2effa;
		background-color: #ffffff;
	}
	.std_button_mouseover
	{
		padding-left: 2px;
		padding-right: 2px;
		font-size: 11px;
		color: #000000;
		border: 2px inset #e2effa;
		background-color: #ffffcc;
	}
	.std_checkbox
	{
	}
	.std_checkbox_mouseover 
	{
	}
	.std_checkbox_text
	{
	}
	.std_click_image
	{
	}
	.std_click_image_disabled
	{
		filter:alpha(opacity=40);
	}
	.std_dropdown
	{
		background-color: #eaf3fb;
		text-align: left;
	}
	.std_dropdown_mouseover
	{
	}
	.std_grid_head
	{
		border: 1px outset #c7dff4;
		font-weight: bold;
		background: #80C9FF;
		cursor: default;
	}
	.std_grid_even_row
	{
		background-color: #e4e4e4;
		border: 1px ridge;
	}
	.std_grid_odd_row
	{
		background-color: #E6F4FF;
		border: 1px ridge;
	}
	.std_grid_cell 
	{
		border: 1px ridge;
	}
	.std_grid_edit_cell
	{
		background-color: #ffffff;
	}
	.std_grid_sort_box
	{
		color: #808080;
		font-family: webdings, verdana, serif;
	}
	.std_grid_outline
	{
		border-style: solid;
		border-width: thin;
		border-color: #eeeeee;
	}
	.std_image_button
	{
		padding-top: 2px;
		color: #000000;
		background-color: #e2effa;
	}
	.std_image_button_mouseover
	{
		padding-top: 2px;
		color: #000000;
		border: 2px inset #e2effa;
		background-color: #ffffcc; 
	}
	.std_image_button_text
	{
		font-weight: bold;
		vertical-align: middle;
	}
	.std_textarea
	{
		border: 1px solid #c7dff4;
		scrollbar-DarkShadow-Color: #3a7bbb;
		scrollbar-3dLight-Color: #ffffff;
		scrollbar-arrow-color: #01478c;
		scrollbar-Base-Color: #c7dff4;
		scrollbar-Face-Color: #e2effa;
		scrollbar-Highlight-Color: #ffffff;
		scrollbar-Shadow-Color: #7db0e5;
		scrollbar-Track-Color: #d1d1d1;
		overflow: auto;
	}
	.std_listbox
	{
		border: 1px solid #c7dff4;
	}
	.std_listbox_mouseover 
	{
	}
	.std_menu_item 
	{
		font-weight: bold;
	}
	.std_nav_panel
	{
		border: 1px solid #c7dff4;
	}
	.std_panel
	{
		overflow: auto;
	}
	.std_prompter
	{
	}
	.std_prompter_button
	{
		color: #000000;
		background-color: #e2effa;
		padding: 0px;
	}
	.std_prompter_button_mouseover
	{
		padding-top: 2px;
		color: #000000;
		background-color: #ffffcc; 
	}
	.std_prompter_content
	{
		font-size: 8pt;
	}
	.std_rad_button
	{
	}
	.std_rad_button_text
	{
	}
	.std_rad_button_mouseover
	{
	}
	.std_splitter_horz_top
	{
		scrollbar-DarkShadow-Color: #3a7bbb;
		scrollbar-3dLight-Color: #ffffff;
		scrollbar-arrow-color: #01478c;
		scrollbar-Base-Color: #c7dff4;
		scrollbar-Face-Color: #e2effa;
		scrollbar-Highlight-Color: #ffffff;
		scrollbar-Shadow-Color: #7db0e5;
		scrollbar-Track-Color: #d1d1d1;
		overflow: auto;
	}
	.std_splitter_horz_bottom
	{
		scrollbar-DarkShadow-Color: #3a7bbb;
		scrollbar-3dLight-Color: #ffffff;
		scrollbar-arrow-color: #01478c;
		scrollbar-Base-Color: #c7dff4;
		scrollbar-Face-Color: #e2effa;
		scrollbar-Highlight-Color: #ffffff;
		scrollbar-Shadow-Color: #7db0e5;
		scrollbar-Track-Color: #d1d1d1;
		overflow: auto;
	}
	.std_splitter_horz_divider
	{
		border: 1px outset #c7dff4;
	}
	.std_splitter_vert_left
	{
		scrollbar-DarkShadow-Color: #3a7bbb;
		scrollbar-3dLight-Color: #ffffff;
		scrollbar-arrow-color: #01478c;
		scrollbar-Base-Color: #c7dff4;
		scrollbar-Face-Color: #e2effa;
		scrollbar-Highlight-Color: #ffffff;
		scrollbar-Shadow-Color: #7db0e5;
		scrollbar-Track-Color: #d1d1d1;
		border-top: 1px solid #c7dff4;
		border-bottom: 1px solid #c7dff4;
		border-left: 1px solid #c7dff4;
		overflow: auto;
	}
	.std_splitter_vert_right
	{
		scrollbar-DarkShadow-Color: #3a7bbb;
		scrollbar-3dLight-Color: #ffffff;
		scrollbar-arrow-color: #01478c;
		scrollbar-Base-Color: #c7dff4;
		scrollbar-Face-Color: #e2effa;
		scrollbar-Highlight-Color: #ffffff;
		scrollbar-Shadow-Color: #7db0e5;
		scrollbar-Track-Color: #d1d1d1;
		border-top: 1px solid #c7dff4;
		border-bottom: 1px solid #c7dff4;
		border-right: 1px solid #c7dff4;
		overflow: auto;
	}
	.std_splitter_vert_divider
	{
		border: 1px outset #c7dff4;
		width: 4px;
	}
	.std_tab_pages_bottom_tab_row
	{
		vertical-align: top;
   	}
	.std_tab_pages_bottom_active
	{
		border: 2px inset #e2effa;
		background-color: #c7dff4;
		cursor: pointer;
		font-weight: bold;
		white-space: nowrap;
		padding-bottom: 2pt;
	}
	.std_tab_pages_bottom_inactive
	{
		border: 2px outset #e2effa;
		background-color: #e2effa;
		cursor: pointer;
		font-weight: bold;
		white-space: nowrap;
	}
	.std_tab_pages_left_tab_row
	{
		text-align: right;
	}
	.std_tab_pages_left_active
	{ 
		border: 2px inset #e2effa;
		background-color: #c7dff4;
		cursor: pointer;
		layout-flow: vertical-ideographic;
		font-weight: bold;
		white-space: nowrap;
		padding-right: 2pt;
	}
	.std_tab_pages_left_inactive
	{
		border: 2px outset #e2effa;
		background-color: #e2effa;
		cursor: pointer;
		layout-flow: vertical-ideographic;
		font-weight: bold;
		white-space: nowrap;
	}
	.std_tab_pages_right_tab_row
	{
		text-align: left;
	}
	.std_tab_pages_right_active
	{
		border: 2px outset #e2effa;
		background-color: #c7dff4;
		cursor: pointer;
		layout-flow: vertical-ideographic;
		font-weight: bold;
		white-space: nowrap;
		padding-right: 2pt;
	}
	.std_tab_pages_right_inactive
	{
		border: 2px inset #e2effa;
		background-color: #e2effa;
		cursor: pointer;
		layout-flow: vertical-ideographic;
		font-weight: bold;
		white-space: nowrap;
	}
	.std_tab_pages_top_tab_row
	{
		vertical-align: bottom;
	}
	.std_tab_pages_top_active
	{
		border: 2px inset #e2effa;
		background-color: #c7dff4;
		cursor: pointer;
		font-weight: bold;
		white-space: nowrap;
		padding-top: 2pt;
	}
	.std_tab_pages_top_inactive
	{
		border: 2px outset #e2effa;
		background-color: #e2effa;
		cursor: pointer;
		font-weight: bold;
		white-space: nowrap;
	}
	.std_tab_pages_page_content
	{
		border-top: 1px solid #e2effa;
		background-color: #ffffff;
	}
	.std_treeview
	{
		background-color: #ffffff;
	}
	.std_treeview_target
	{
	}
		
/******************************************************
Franklin Styles
*******************************************************/

/* Master Style Sheet v1.0 */
/* Property of Franklin Electric, All Rights Reserved */



#loginWindow{
	width:100%;
	border:1px solid #CCCCCC;
	margin:0 auto 0 auto;
	background-color:#EEEEEE;
	padding:10px;
}

#loginWindow h2{

	text-align:center;
	font-weight:bold;
	margin-bottom:5px;

}

#container{
	text-align:right;
	margin:50px auto 0 auto;
	width:650px;
	
}

#logbox{
	text-align:right;
	margin:50px auto 0 auto;
	width:300px;
	
}

#container #logo{
	width:300px;
	height:62px;
	margin:0 auto 10px auto;
}

#loginWindow fieldset{
	padding:10px;
	margin:0 auto 0 auto;
}

#loginWindow legend{
	font-weight:bold;
	color:#333333;
	font-size:12px;
}

#loginWindow label{

	padding:4px;
	color:#333333;
	font-weight:bold;
}

#loginWindow input[type=text], input[type=password]{
	float:right;
	padding:2px;
	border:1px solid #999999;
	width:150px;
}

#loginWindow input[type=submit]{
	float:right;
}

.inputField{
	clear:both;
	padding-top:5px;
}

#loginWindow p{
	padding-top:10px;
	text-align:right;
}