﻿*
{
	margin: 0;
	padding: 0;
	border: none;
}

html
{
    overflow:auto;
}

body /* Internet Explorer */ 
{ 
    background-color: #EFF7FF;
    width: 100%;
	height: 100%;
	font-family: Segoe UI,Verdana,Arial,helvetica, sans-serif;
    text-align: center; 
    margin-right: auto; 
    margin-left:auto; 
    overflow:auto;
} 

body /* Mozilla Firefox alignment */ 
{ 
    background-color: #EFF7FF;
    width: 100%;
	height: 100%;
	font-family: Segoe UI,Verdana,Arial,helvetica, sans-serif;
    text-align: -moz-center;
    margin-right: auto; 
    margin-left:auto; 
    overflow:auto; 
} 
iframe
{
	background: transparent;
}
h1
{
    color: #009B89;
    font-weight: bold;
}
h2
{
    color: #009c8b;
    font-weight: bold;
}
h3
{
    color: #1B8194;
    font-weight: bold;
}

.center /* Internet Explorer */
{
    text-align: center; 
    margin-right: auto; 
    margin-left:auto; 
}
.center /* Mozilla Firefox alignment */ 
{
    text-align: -moz-center;
    margin-right: auto; 
    margin-left:auto; 
}
#content 
{
margin-left:auto;
margin-right:auto;
}

.masterTable
{
    background-color:White;
}
/* Menu Layout*/
.menuTitle
{
	color: #f48c09;
	font-size: 12px;
	font-weight: bold;
	background-color: #cedfd5;
	vertical-align: middle;
	width: 95%;
}
.menuContent
{
	font-size: 11px;
	font-weight: normal;
	color: Black;
	width: 99%;
}

.ListSearchExtenderPrompt
{
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: Gray;
}

.font_10pt_normal
{
	font-size: 13px;
	font-weight: normal;
	color: Black;
}
.font_10pt_bold
{
	font-weight: bold;
	font-size: 11px;
	color: Black;
}
.font_9pt_bold
{
	font-size: 10px;
	font-weight: bold;
	color: Black;
}
.font_9pt_normal
{
	font-size: 10px;
	font-weight: normal;
	color: Black;
}
.font_8pt_bold
{
	font-weight: bold;
	font-size: 9px;
	color: Black;
}
.font_8pt_normal
{
	font-weight: normal;
	font-size: 9px;
	color: Black;
}

/* Collapse Panel Layout */

.collapsePanelHeader
{
	font-weight: bold;
	color: Black;
	float: left;
	cursor: pointer;
	vertical-align: middle;
	width: 100%;
}
.collapsePanel
{
	overflow: hidden;
	width: 100%;
	height: 0px;
}
/*-------------------------*/
.Container
{
	width: 100%;
	height: 100%;
	bottom: 0px;
}

.menu_header
{
	width: 100%;
	height: 25px;
	background-color: #F5F5F5;
	font-weight: bold;
}

.menu_content
{
	background-color: #E8E8E8;
}


/*Modal Popup*/

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	background-color: #EFF7FF;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: auto;
}

.lnkPager:link
{
	color: #666666;
	text-decoration: underline;
}

.lnkPager:visited
{
	color: #666666;
	text-decoration: underline;
}

.lnkPager:hover
{
	color: #ff0000;
}

.text_9_black
{
	font-weight: normal;
	font-size: 9px;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}

.text_10_black
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}

.directory_header
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 100%;
	height: auto;
}
.directory_body
{
	position: inherit;
	overflow: auto;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 100%;
	height: 90%;
}
.directory_footer
{
	font-weight: normal;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 100%;
	height: auto;
}

.shape
{
	width: 100%;
	height: 66px;
	background-color: #EEEEEE;
}
.shape_image
{
	width: 120px;
	height: 90px;
}
.shape_title
{
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	width: 100%;
	height: 12px;
	background-color: #EEEEEE;
}

.shape_text
{
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.shape_link
{
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: Blue;
	text-decoration: underline;
}
/* Message Layout */
.messsage_title
{
	color: #f48c09;
	font-size: 12px;
	font-weight: bold;
	background-color: #cedfd5;
}
.messsage_body
{
	color: Black;
	font-size: 11px;
	font-weight: normal;
}
.messsage_footer
{
	color: Black;
	font-size: 11px;
	font-weight: bold;
}
.link3:link
{
	color: #009900;
}

.link3:visited
{
	color: #009900;
	text-decoration: none;
}

.link3:hover
{
	color: #ff6600;
	text-decoration: none;
}

wireFrame
{
	display: none;
	overflow: hidden;
	z-index: 2;
	background-color: #FFFFFF;
	border: solid 1px #D0D0D0;
}

table_border
{
	border-width: 1px;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
}

update_progress_text
{
    font-weight: bold;
    font-size: 12px;
}
title_page
{
    text-align:left;
    font-family: 'Segoe UI';
    font-size: 14px;
    color: #006400;
    font-weight: bold;
}
a:link
{
    font-family: 'Segoe UI';
    color: #000000;
}
a:visited
{
    color: #009B89;
    font-family: 'Segoe UI';
}
a:hover
{
    color: #ed890f;
    font-family: 'Segoe UI';
}

.panelSearch
{
	background-color: #EFF7FF;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 600px;
}

.padding5
{
    padding:5px 5px 5px 5px;
}

.padding10
{
    padding:10px 10px 10px 10px;
}
.warning
{
	font-size: 10px;
	font-weight: normal;
	color: Black;
	border-color:Red;
	border-style:dashed;
	border-width:1px;
}