/* LEAPSEED CORE STYLE SHEET */

/* LINK STYLES */
a:link       {color: rgb(0,153,204); background-color:transparent; text-decoration: none }
a:visited {color: #377abc; background-color:transparent; text-decoration: none}
a:active  {color: #377abc; background-color:transparent; text-decoration: none }
a:hover   {color: #b6824c; background-color:transparent; text-decoration: none }

body	{
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica;
	font-size: small;
	color: rgb(64,64,64);
	}

img	{ padding:0px; margin:0px; border:0px; }

/* HEADER STYLES */
h1   { font-family: Arial, Helvetica; font-size: xx-large; color: rgb(84,130,175) }
h2   { font-family: Arial, Helvetica; font-size: x-large; color: rgb(84,130,175) }
h3   { font-family: Arial, Helvetica; font-size: large; color: rgb(84,130,175) }
h4   { font-family: Arial, Helvetica; font-size: medium; color: rgb(84,130,175) }
h5   { font-family: Arial, Helvetica; font-size: small; color: rgb(84,130,175) }
h6   { font-family: Arial, Helvetica; font-size: x-small; color: rgb(84,130,175) }

form { margin: 0px; }

/* INPUT STYLES */
textarea { font-family: Arial; font-size: small; color: rgb(64,64,64)  }
input { font-family: Arial; font-size: small; color: rgb(64,64,64)  }
select { font-family: Arial; font-size: small; color: rgb(64,64,64)  }

/* PARAGRAPH, LIST AND FONT STYLES */
p   { font-family: Arial, Helvetica; font-size: small; color: rgb(64,64,64); margin-top: 0px; margin-bottom: 24px;  }
div   { font-family: Arial, Helvetica; font-size: small; color: rgb(64,64,64)  } 
li   { font-family: Arial, Helvetica; font-size: small; color: rgb(64,64,64)  } 

span          {   }

/*  TABLE STYLES */
table {
	padding: 0px;
	spacing: 0px;
	}

td {
	font-family: Arial, Helvetica;
	font-size: small;
	color: #333333;
}



/* CLASS SPECIFIC STYLES BEGIN HERE */

a.top:link       { color: rgb(255,255,255);  background-color:transparent; text-decoration: none }
a.top:visited {color: rgb(255,255,0) ; background-color:transparent; text-decoration: none }
a.top:active  {color: rgb(255,255,255) ; background-color:transparent; text-decoration: none }
a.top:hover   {color: rgb(0,255,255) ;background-color:transparent; text-decoration: none }

a.side:link       {color: #4d6185; background-color:transparent; text-decoration: none; font-weight: bold}
a.side:visited {color: #4d6185; background-color:transparent; text-decoration: none; font-weight: bold}
a.side:active  {color: #4d6185; background-color:transparent; text-decoration: none; font-weight: bold}
a.side:hover   {color: #b6824c; background-color:transparent; text-decoration: none; font-weight: bold }

a.login:link    {color: rgb(0,153,204); background-color:transparent; text-decoration: none }
a.login:visited {color: rgb(0,153,204); background-color:transparent; text-decoration: none }
a.login:active  {color: rgb(0,153,204); background-color:transparent; text-decoration: none }
a.login:hover   {color: rgb(0,153,204); background-color:transparent; text-decoration: none }

a.file:link       {color: #377abc; background-color:transparent; text-decoration: none; font-size: 8pt }
a.file:visited {color: #377abc; background-color:transparent; text-decoration: none; font-size: 8pt }
a.file:active  {color: #377abc; background-color:transparent; text-decoration: none; font-size: 8pt }
a.file:hover   {color: #b6824c; background-color:transparent; text-decoration: none; font-size: 8pt }

a.breadcrumb  { font-size: small }

.field-label { font-weight: bold; }

body         {margin-top: 10px}
body.main         { background-color: #6b7378; margin-top: 10px}

span.hidden { visibility: hidden; }
span.submenu    { font-family: Arial, Helvetica; font-size: x-small; }

span.bodyhead	   { font-size: large; font-weight: 500; color: rgb(84,130,175);  }
span.bodyhead2   { font-family: Arial, Helvetica; font-size: medium; font-weight: 500;  color:rgb(84,130,175) }
span.bodyhead3   { font-family: Arial, Helvetica; font-size: small; font-weight: 500; color: rgb(84,130,175)  }

span.ajaxloading   { font-family: Arial; font-size: 8pt; font-weight:bold; height:20px;}

span.adminpanel  { font-size: x-small; font-weight: bold}

span.errortext { color: Red }

span.fileManagerHeader  { font-family: Arial, Helvetica; font-size: x-small; font-weight: bold; color: rgb(140,162,206) }

span.breadcrumb { font-size: medium }

span.subsection_header {
   font-weight: bold;
   color: rgb(84,130,175);
   font-size: 13pt;
}

span.small { font-size: x-small; } 
span.italics { font-style: italic; }
span.required { color: red; }
span.errortext { color: red; }

span.duplicate {
	visibility: hidden;
	font-style:italic;
	font-weight: bold;
}
span.heading { font-weight: bold; font-size: medium; }
span.export {
	color:#377abc;
	cursor:pointer
}


.border
{
   border-width: 1px;
   border-style: solid;
   border-color: rgb(200, 200, 200);

}


/* Sitemap Styles */
span.sitemap-section a { font-size: small; }
span.sitemap-submenu a { font-size: x-small; }
/* End Sitemap styles */





/* Tab and Table Styles used by Data Manager */

.tabpane {
   background-color: rgb(250, 250, 250);
   border-width: 1px;
   border-style: solid;
   border-color: rgb(200, 200, 200);
 }


.tab_left		{ background: url("/images/tab_left.jpg")}
.tab_center		{ background: url("/images/tab_center.jpg")}
.tab_right		{ background: url("/images/tab_right.jpg")}
a.tab_text_on		{ font-weight: bold; font-style: italic; color: #878700 }
a.tab_text_off	{ font-weight: bold; }


table.subgrid {
	border-width: 1px; border-style: outset;
}

.subcontent { background-color: transparent; }

/* End Tab and Table Styles used by Data Manager */


/* Data Manager structure element default styles */

input.structure-select-type-in { width: 200px; }
select.structure-select-type-in { width: 205px; }

input.structureTypeInLookupSelected { background-color: #B4FFB4; font-weight: bold;}
input.structureTypeInLookupNotSelected { background-color: #FFFFFF; }

div.structureTypeInLookupDiv {
	margin-left: 5px;
	margin-top: 5px; 
	background-color: #FFFFFF;
	padding: 3px;
	border-width: 1px;
	border-style: outset;
	width: 200px;
	height: 200px;
	font-size: small;
	overflow: scroll; }

/* End Data Manager structure element default styles */





/* Menu Button Styles */
.subbar	{ BACKGROUND-COLOR: #FFFFFF }

.subbaroff:hover	{ background-color: rgb(0,153,204);  vertical-align: middle; text-align: center; min-height: 20px; padding-top: 2px; margin-bottom: 5px; margin-right: 5px; border-style: outset; border-color: #E1E1E1; border-width: 1px; min-width: 100px; font-size: small; }
.subbaron	{ background-color: rgb(147,205,102);  vertical-align: middle; text-align: center; min-height: 20px; padding-top: 2px; margin-bottom: 5px; margin-right: 5px; border-style: inset; border-color: #E1E1E1; border-width: 1px; min-width: 100px; font-size: small; }
.subbaroff	{ background-color: rgb(190,230,255);  vertical-align: middle; text-align: center;min-height: 20px; padding-top: 2px; margin-bottom: 5px; margin-right: 5px; border-style: outset; border-color: #E1E1E1; border-width: 1px; min-width: 100px; font-size: small;}

.subbaroff:hover a	 { color: #FFFFFF }
.subbaron a { color:rgb(255,255,255) }
.subbaroff a	  { color: rgb(0,123,184) }

/* End Menu Button Styles */







/* Content Manager Styles */
.contentstate
{
	padding: 5px;
	border: solid 2px #fdd48b;
	font-weight: bold;
}

/* End Content Manager Styles */





/* Global Search Styles */
td.toolheader {
	padding-top: 0px; 
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	color: #999999;
	font-size: large;
}

td.toolheadericon
{
	padding-top: 0px; 
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 10px;
}


td.searchsectionheader1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 2px #666666;
}
td.searchsectionheader2 {
	font-family: arial;
	font-size: 12px;
	text-align: right;
	border-bottom: solid 2px #666666;
}
/* END Global Search Styles */




/* DIALOG BOX AND GRID STYLES */
td.dialogboxheader  {
			 border-bottom-style: solid;
			 border-bottom-color: #E7E3E7; 
			 border-bottom-width: 1px;
			 PADDING-RIGHT: 3px;
			 PADDING-LEFT: 3px;
			 PADDING-BOTTOM: 3px;
			 PADDING-TOP: 3px;
			 background-image: url('/images/tab_center.jpg');
			 font-size: small;
			 font-weight: bold;
		 	 color: #2D2D2D;
}


td.dialogboxheader a:link		{ color: #377abc; background-color:transparent; text-decoration: none }
td.dialogboxheader a:visited	{ color: #377abc; background-color:transparent; text-decoration: none }
td.dialogboxheader a:active		{ color: #377abc; background-color:transparent; text-decoration: none }
td.dialogboxheader a:hover		{ color: #b6824c; background-color:transparent; text-decoration: none }

td.dialogcolumnheader {
	
	background-color: #E1E1FF;
	font-size: small;
	font-weight: bold;
	color: #292C29;
}

td.dialogcolumnheader a:link	{ color: #377abc; background-color:transparent; text-decoration: none }
td.dialogcolumnheader a:visited	{ color: #377abc; background-color:transparent; text-decoration: none }
td.dialogcolumnheader a:active	{ color: #377abc; background-color:transparent; text-decoration: none }
td.dialogcolumnheader a:hover	{ color: #b6824c; background-color:transparent; text-decoration: none }


.contentback2 { BACKGROUND-COLOR: rgb(250,250,250) }
.contentback3 { BACKGROUND-COLOR: rgb(240,240,240) }

.contentback2:hover { BACKGROUND-COLOR: rgb(250,214,156) }
.contentback3:hover { BACKGROUND-COLOR: rgb(250,214,156) }

.contentback2 td { font-size: x-small; }
.contentback3 td { font-size: x-small;  }

.contentback2:hover td { font-size: x-small; }
.contentback3:hover td { font-size: x-small; }

.contentbackDELL { BACKGROUND-COLOR: rgb(200,0,0)  }
.contentbackDELL:hover { BACKGROUND-COLOR: rgb(255,175,175)  }

.contentbackDELL td { font-size: x-small; color: #FFFFFF; }
.contentbackDELL:hover td { font-size: x-small; color: #000000; }

/* End DIALOG BOX AND GRID STYLES */





/* Dropdown styles */ 
div.dropdown
{
	position:absolute; 
	visibility:hidden; 
	width:200px; 
	text-align:left; 
	/*background: url('/images/background/content-box-bg.jpg'); */
	background: #FFFFFF;
	border-style:solid; 
	border-width:1px;
	border-color:#AEB0B3;
	z-index: 10000;
	
}

.ddcontainerBack
{
	position:absolute; 
	visibility:hidden; 
	width:200px;
	z-index: 100;
	background-color: #FFFFFF;
}

div.dropdownitems
{
	display:none;
}

ul.ddlist
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-left:0px;
}

ul.ddlist li
{
	width: 100%;
	border-bottom: solid 1px #AEB0B3;
	text-align:left;
	cursor: pointer;
	color: #5A595A;
	font-size:8pt;
	font-weight: bold;
	font-family:Arial;
	line-height: 0px;
	padding: 1px 0 1px 0;
}

ul.ddlist li span
{
	padding-left: 5px;
}
	
ul.ddlist li span a
{
	color: #5A595A;
	font-size:8pt;
	font-weight: bold;
	font-family:Arial;
}

a.ddlink
{
	color: #5A59FF; 
	background-color:transparent; 
	text-decoration: none;
	font-size:7pt;
	font-weight: bold;
	font-family:Verdana;
	text-align:left;
}


/* End Dropdown styles */ 





/* Additional Elements for Div-based Positioning */
#site-container {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	/*padding-left: 5px; */
	/*padding-bottom: 10px; */
	/*padding-top: 10px; */
	background: #FFFFFF;
	border-top:1px solid #003C75;
	border-left:1px solid #003C75;
	border-right:1px solid #003C75;
	
	 }

#site-pagecontent	{
	padding-top: 0px;
	float: left; 
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 430px;
	z-index: 1;
	background-color: #ffffff;
}



#site-footer { vertical-align: bottom; padding-top: 10px; width: 900px; margin-left: auto; margin-right: auto; font-family: arial; font-size: x-small; color: #000000; }
#site-footer a { font-family: arial; font-size: x-small; color: #000000; }

#site-top-menu { width: 775px; background-color: #ffffff; float: left;}
#site-logo {float: left;}

#site-sidebar { float: left; width: 160px; min-height:650px; background-color:#e5e5cc; border-color: #E1E1E1; border-width: 0px; border-style: outset; overflow: hidden;}
#site-sidebar_nav { padding-top: 16px; margin-left: 15px; }
#site-sidebar-ajax-pane {float: left; width: 15px;}

#site-helpicon {
		
		
		position: relative;
		float: right;
		height: 36px;
		top: 0px;
		left: 0px;
		margin-left: auto;
		margin-right: auto;
		z-index: 12;
		padding-top: 0px; padding-bottom: 0px;
		margin-bottom: 0px; margin-top: 0px;
		}

/* End Additional Elements for Div-based Positioning */





/* Sidebar Styles */
div.sidebar_subnav {padding-top: 0px; margin-left: 17px; padding-bottom: 0px;}	
div.sidemenu_images { vertical-align: middle; margin-left: 15px;}
		
div.panel_container { padding-bottom: 15px; }		
div.panel_background { background-color: #ffffff; padding-bottom: 5px; text-align: left; }
		
div.panel_outline {border: #878787 solid 1px; width: 127px; }
div.panel_nav {padding-left: 5px; padding-top: 3px; font-size: x-small; }
div.panel_nav div { font-size: x-small; }
div.panel_subnav {padding-left: 30px; padding-top: 3px;}

div.horizontal-divider {margin-left: 15px; margin-right: 15px;  padding-top: 18px; border-bottom: solid 1px #8CB6D7; font-size: 3px; margin-bottom: 16px;}


div.sidebar_panel_header
{
   background-image: url("/images/side/panelheaderbg.gif");
   border-bottom-width:  1px;
   border-bottom-style: solid;
   border-bottom-color: #878787;
   padding: 2px;

}

span.adminlabel {
	font-family: arial;
	font-size: x-small;
	font-weight: bold;
	color: #666666;
}


span.panelheader
{
    font-size: small; color: #292C29; font-weight: bold;
}

div.sidebar_panel_footer
{
   border-top-width:  1px;
   border-top-style: solid;
   border-top-color: #878787;
	padding: 5px;

}

.arrow
{
    BACKGROUND-IMAGE: URL("/images/rb_arrow.gif")
}


/* Topic Linking Classes */
div.links_text { padding: 5px; }


/* End Sidebar Styles */
