/*
/////////////////////////////////////////////////////
General styles
*/
body			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	background-image: none;
	/* color: #FFFFFF;*/
	color: #000000;
	font-size: 9pt;	
}
code { font-size: 1em; }
p { 
	margin-top: 4px; 
	margin-bottom: 8px; 	
}
table			{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/* color: #FFFFFF; */
	color: #000000;
}
h1				{
	color: #A21B17;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-bottom: 8px;
	font-style: normal;
	line-height: 35px;
	font-variant: normal;
	text-transform: none;
}
h2				{
	color: #0F1D44;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 120px 0px 2px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
h3				{
	color: #0F1D44;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-weight: bolder;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 25px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

em				{ font-weight: bold; font-style: normal; color: #808080; font-family: Arial, Helvetica, sans-serif; }
input			{ font-family: Arial, Helvetica, sans-serif; font-size: 9pt; border: 1px solid #404040; }
textarea		{ font-family: Arial, Helvetica, sans-serif; font-size: 9pt;; background-color: white; border: 1px solid #7F9DB9; }
select			{ font-family: Arial, Helvetica, sans-serif; font-size: 9pt; }
ul				{ margin-top: 6px; margin-bottom: 0px; }
.underline		{ text-decoration: underline; }
.noItemsVisible	{ font-family: Arial, Helvetica, sans-serif; color: #808080; text-align: center; padding-top: 4px; }
.disabled		{ font-family: Arial, Helvetica, sans-serif; color: #808080; }
.noPadding		{ margin: 0 0 0 0; padding: 0 0 0 0; }
.text			{ color: white; }
.title			{ font-family: Arial narrow, Verdana, sans-serif; font-size: 18pt; color: white; }
.subtitle		{ font-family: Arial narrow, Verdana, sans-serif; font-size: 10pt; color: #b0b0b0; margin-top: -5px; }
.simpleBorder	{ border: 1px solid #0F1D44; width: 100%; }
/*
/////////////////////////////////////////////////////
	Styles for the log-in pages
*/
#loginBlock			{ color: White; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif; }
#loginBlock h1		{ color: #FFFFFF; font-size: 22pt; font-family: Arial, Helvetica, sans-serif; }
#loginBlock b		{ color: #0F1D44; font-weight: bold; }
#loginBlock input	{ font-size: 1em; }
#loginBlock td		{ color: White; font-family: Arial; }
#loginBlock label	{ color: White; font-family: Arial; }
#loginBlock p a		{ color: White; font-family: Arial; }
#horizontal		{ background-color: transparent; visibility: visible; }
#center			{ background-color: #fff; visibility: visible; padding-top: 2%; }
/*
/////////////////////////////////////////////////////
	Styles for the main menu bar
*/
.menuBarSpacer		{ border-bottom: 1px solid #295C9B; } 
.menuBarNormal		{
	color: White;
	vertical-align: middle;
	background: #2F5D99 repeat-x left top;
	border: 1px solid #2A548E;
}
.menuBarHover		{ 
	background-color: #AE1E1E;  /*#2A548E*/
	color: Black; 
	cursor: pointer; 
	vertical-align: middle; 
	border: 1px solid #2A548E;  /*#AE1E1E*/
}
.menuBarSelected	{
	background-color: #AE1E1E;
	color: black;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #AE1E1E;
}
.menuBarEnd			{ background-color: #0F1D44; color: White; vertical-align: middle; border: 1px solid #2A548E; }
#menuBarImage		{ padding: 4px 2px 4px 4px; }
#menuBarText		{ padding: 4px 4px 4px 2px; white-space: nowrap; color: #FFFFFF; }
#menuBarText a		{ color: white; text-decoration: none; }
.menuBarBlank		{ padding: 4px 4px 4px 4px; white-space: nowrap; }
#bannerSeparator	{ background-color: #AE1E1E; border-bottom: 1px solid #AE1E1E; height: 6px; margin: 0; padding: 0; width: auto; }
.logout				{ color: White; vertical-align: middle; cursor: pointer; white-space: nowrap; padding-right: 8px; } 
/*
/////////////////////////////////////////////////////
	Button styles for
		Image based = flatButton
		Normal = stdButton
*/
.flatButton							{ padding: 4px 4px 4px 4px; color: #000000; white-space: nowrap; cursor: pointer;  }
.flatButtonWithBorder				{ padding: 3px 3px 3px 3px; color: #A21B17; white-space: nowrap; border: 1px solid #c0c0c0; cursor: pointer; }
.flatButtonGray						{ color: #7f7f7f; }
.flatButtonHover					{
	padding: 3px 3px 3px 3px;
	color: #A21B17;
	border: 1px solid #A21B17;
	cursor: pointer;
	white-space: nowrap;
	background-color: #FFFFFF;
}
html > body .flatButton				{ padding: 5px 5px 7px 5px; }
html > body .flatButtonWithBorder	{ padding: 5px 5px 7px 5px; }
html > body .flatButtonHover		{ padding: 4px 4px 6px 4px; }
.stdButton							{ cursor: pointer; border: 1px solid #B5BDD6; padding: 1px 1px 1px 1px; background-color: #e0e0e0; color: #0F1D44; filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr= '#ffffff' ,EndColorStr= '#0F1D44' ); }
.stdButtonMouseOver					{ cursor: pointer; border: 1px solid #B5BDD6; padding: 1px 1px 1px 1px; background-color: #ffffff; color: #0F1D44; filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr= '#ffffff' ,EndColorStr= '#0F1D44' ); }
/*
/////////////////////////////////////////////////////
	Styles for panels, including editing.
*/
.panel {
	background-color: #FEF5F5;
	padding: 6px 6px 6px 6px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr= '#F8F8F8' ,EndColorStr= '#FEF5F5' ); 		
	width: 99%;
	border: 1px solid #AE1E1E;
}
.panel .editstrip h2	{ display: inline; margin-right: 16px; }
.panel .editstrip img	{ vertical-align: middle; }
.panel td.label		{ font-weight: bold; color: #707070; text-align: right; }
.panel label			{ color: #AE1E1E; white-space: nowrap; vertical-align: baseline; }
.panel .toolBar		 { padding: 6px 4px 4px 4px; }
/*
/////////////////////////////////////////////////////
	Styles used where a list of items can be selected
	from.
*/
.panelSelected			{ padding: 4px 4px 4px 4px; color: Black; border: 1px solid #2A548E; background-color: #2A548E; }
.panelUnselected		{ padding: 5px 5px 5px 5px; color: Black; }
.listSelected			{ padding: 2px 2px 2px 2px; color: Black; border: 1px solid #2A548E; background-color: #2A548E; cursor: pointer; }
.listUnselected			{ padding: 3px 3px 3px 3px; color: Black; }
.listHover				{ padding: 2px 2px 2px 2px; color: Black; border: 1px solid #2A548E; background-color: #a1b2cE; cursor: pointer; filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr= '#E0E8F6' ,EndColorStr= '#a1b2cE' ); } /*#C1D2EE*/
.listControl			{ background-color: white; color: Black; border: 1px solid #c0c0c0; }
.listControlMouseOver	{ background-color: white; border: 1px solid #316AC5; }
/*
/////////////////////////////////////////////////////
	Styles for home page
*/
.homeItemTitle			{
	color: #2A548E;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
}
.homeItemTitleSelected	{ 
	/* color: #000000; 
	font-size: 9pt; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;*/
	color: #2A548E;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;	
}

/*
/////////////////////////////////////////////////////
	Styles used when displaying errors
*/
#errorPanel			{
	margin: 5px;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
#errorPanel h1		{
	border: 1px solid #CC0000;
	border-left: 1;
	border-right: 1;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	background-color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: top;
}
#errorPanel p		{ border: 0; color: #000000; margin: 0; padding: 4px; }
#errorPanel ul li	{ background: transparent; border: 0; color: #A21B17; margin: 0; padding: 1px; }
#formError			{ color: #A21B17; font-weight: bold; }
#infoPanel			{
	background-color: #D1E2FE;
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	border: 1 solid #2A548E;
}
#infoPanel h1		{
	border: 1px solid #C1D2EE;
	color: #707070; /*#FFFFFF;*/
	font-size: 8pt; /*10pt*/
	margin: 0;
	padding: 4px;
	background-color: #C1D2EE;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}
#infoPanel p		{ background: transparent; border: 0; color: #000000; margin: 0; padding: 4px; }
#infoPanel ul li	{ background: transparent; border: 0; color: #74664e; margin: 0; padding: 1px; }
#infoPanel			{
	color: #0F1D44;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#infoPanel a { font-weight: bold; text-decoration: none; }
#infoPanel a:link { color: #636; }
#infoPanel a:visited { color: #636; }
#infoPanel a:hover,
#infoPanel a:active { color: #636; text-decoration: underline; }
/*
/////////////////////////////////////////////////////
	Styles used for left menu bar
*/
.taskMenuDescription {
	padding: 4px 4px 4px 4px;
	color: white;
	vertical-align: bottom;
	font-size: 10pt;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	font-variant: small-caps;
	font-style: normal;
	line-height: normal;
}
.taskMenu { vertical-align: top; background-color: #0F1D44; }
.taskMenu h1 { padding: 4px 4px 4px 4px; color: white; vertical-align: bottom; font-size: 10pt; white-space: nowrap; font-family: Arial, Helvetica, sans-serif; }
.taskMenuBackRight {
	background-color: #0F1D44;
	border-color: #0F1D44;
}
.taskMenuBackLeft { background-color: #0F1D44; }
.taskMenuSeparator { 
	border-bottom: solid 1px #0F1D44; 
	border-color: #0F1D44;	
}
#leftPanelContent { padding-left: 8px; padding-right: 8px; }
.content {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	background-image: none;
}
/*
/////////////////////////////////////////////////////
	Styles used for the menus both task and pop-up
*/
.menuBody		{color: White; border: 1px solid #2A548E; background-color: #0F1D44; }
.menuBodySingle	{ padding: 3px 3px 3px 3px; color: White; border: 1px solid #2A548E; background-color: #0F1D44; }
.menuHighlight	{ padding: 2px 2px 2px 3px; color: white; border: 1px solid #2A548E; background-color: #2A548E; cursor: pointer; }
.menuItem		{ padding: 3px 3px 3px 3px; color: #FFFFFF; }
.menuItemPopped	{ padding: 2px 2px 2px 3px; color: white; border: 1px solid #2A548E; background-color: #2A548E; cursor: pointer; }
.menuSeparator	{ border-bottom: 1px solid #c0c0c0; width: 90%; }

/* smiadmin.css */
.path {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
}

.pathBold {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration: underline;
	color : White;
}

A.path {
	color : #dddddd;
	text-decoration : none;
}

A.path:HOVER {
	color : #fff;
	text-decoration : none;
}

A.path2 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	
    font-size: 12px; 
    font-weight: bold;	
	color : #f00;
	text-decoration : none;
}

A.path2:HOVER {
	color : #f00;
	text-decoration : none;
}

.path3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
  	font-weight : bold;
  	color : #606060
}

A.path3 {
  color : #606060
	text-decoration : none;
}

A.path3:HOVER {
  color : #606060
	text-decoration : none
}

A.path3:VISITED {
  color : #606060
}

.path4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
  	font-weight : bold;
  	color : #77FF00;
}

A.path4 {
 	color : #77FF00;
	text-decoration : none;
}

A.path4:HOVER {
  color : #77FF00;
	text-decoration : none;
}

A.path4:VISITED {
  color : #77FF00 
}

.head_title {
    width: 100%; 
    border-bottom: solid #fff 1px; 
    border-top: solid #fff 1px; 
    background: #c0c0c0; 
    color: #222222; 
    font-size: 1em; 
    font-weight: bold;
    margin-bottom: 1px;
    padding: 1px 4px 1px 4px;
}
.normal
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #303030;
}
.tdLabel 
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #303030;
	padding-left: 10px;
}
.help
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #101010;
    background : #eeeeee
}
.normalBold
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size : 12px;
    font-weight: bold;
	color : #303030;
}
.tableParams {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #303030;
	margin: 5px 8px 5px 5px;
	padding: 2px;
}

.tableParams td.label2 {
	font-size : 12px;
    font-weight: bold;	
	padding-left: 10px;    
}

.inputtext
{
    FONT-SIZE: 12px;
  	border: #a05f09 1px solid;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #fff0f0;
    TEXT-DECORATION: none;
}

.inputtext2
{
    FONT-SIZE: 12px;
  	border: #a05f09 1px solid;
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #FFFAFC;
    TEXT-DECORATION: none;
    WIDTH : 300px;
}
.button
{
  border: #a05f09 1px solid;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 90px;
  background-color: #fff0f0;
  text-decoration: none
}
.button2
{
  border: #a05f09 1px solid;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 150px;
  background-color: #fff0f0;
  text-decoration: none
}
.tab1
{
  width: 100%;
  bgcolor: #f0f0f0;		
  border: #d0d0d0 1px solid;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #303030;
}
.tab1 tr.header {
	background-color: #d0d0d0;
	border-left: 1px solid #ffffff; 
	border-top: 1px solid #ffffff;
	border-right: 1px solid #fbfbfb;
	border-bottom: 1px solid #fbfbfb;
	text-align: left;
}
.tab1 tr {
	background-color: #fff0f0;
}
.tab1 th {
  padding: 4px 2px 4px 6px; 
}
.tab1 th.first {
  padding: 2px 4px 2px 8px; 
}
.tab1 td {
  padding: 2px 4px 2px 8px; 
}
.tab1 tr.mouseover {
	background-color: #ffd0d0;
	cursor: pointer;
}
.tab1 tr.mouseout {
	background-color: #fff0f0;
	cursor: default;
}
.tab1 tr.selected {
	background-color: #ffa0a0;
	cursor: pointer;
}
.checkbox1
{
    FONT-SIZE: 6px;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: transparent;
    border: 0px;    
}
.titleBold
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
    font-weight : bold;
	color : #303030;
}
.title2
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #303030;
}

.section_panel		{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	/*border: 1 solid #2A548E; */
}

.table th {
	background-color: #d0d0d0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}
.table td {
	padding: 2px 2px 2px 2px;
}

.label {
	font-weight: bold;
	text-align: right;
}

.tab ul {
	float: left;
	width: 100%;
	background-color: #e0e0e0;	
	padding: 0px;
	list-style-type: none;
	overflow: auto;
	margin: 2px 0px 2px 0px;
}

.tab li {
	display: inline
}

.tab a {
	float: left;
	text-decoration: none;
	color: 000;
	background-color: #e0e0e0;
	padding: 0.2em 0.6em;
	border-right: 1px solid white;
}

.tab a:hover {
	background-color: #fefefe;
}

.tab a:active {
	background-color: #fefefe;
}

.panelStdButton {
	margin: 10px 5px 2px 2px;
	float: right;
}

.navBar {
	float: left;
	width: 100%;
	margin-left: -8px;
	margin-top: -4px;
	background-color: #e0e0e0;	
	border-top: 0px #fff solid;
	border-left: 0px #fff solid;
	border-bottom: 1px #a0a0a0 solid;
	border-right: 1px #a0a0a0 solid;
}

.navBar ul {
	width: 100%;
	background-color: transparent;	
	list-style-type: none;
	overflow: auto;
	margin: 1px;
	padding: 1px;
}

.navBar li {
	display: inline;
	margin: 1px;
	padding: 1px;
	text-align: center;
}

.navBar li.disabled {	
	float: left;	
	font-weight: bold;
	color: #707070;
	padding: 2px 6px 2px 4px;
	border-right: 1px solid white;
	margin: 0px 4px 0px 4px;	
}
.navBar a {
	float: left;
	text-decoration: none;
	color: #707070;
	background-color: #e0e0e0;
	padding: 2px 6px 2px 4px;
	border-right: 1px solid white;
	margin: 0px 4px 0px 4px;
}

.navBar a:hover {
	text-decoration: none;
}

.navBar a:active {
	text-decoration: none;
}

#navigateBackButton {
	margin: 0em 5px 1em 5px;
}

#navigateBackButton a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}

table.submenu {
	font-size: 9pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000000;
}
table.submenu td {
	padding-left: 0px; 
	padding-top: 2px;
	padding-bottom: 2px;
}
table.submenu a.path {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	padding-left: 3px;
	text-decoration: none;
}
table.submenu a.path:hover {
	color : #fff;
	text-decoration : underline;
}
table.submenu a.path2 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;	
    font-size: 12px; 
    font-weight: bold;	
	color : #f00;
	text-decoration : none;
	padding-left: 3px;
}
table.submenu a.path2:hover {
	color : #f00;
	text-decoration : none;
}
table.submenu a.pathBold { 
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration: underline;
	color : White;
	padding-left: 3px;
}
.applyButton {
	padding-left: 5px;
}
.filesBlock {
	clear: left;
}