@charset "utf-8";
body.normal  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ececec;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 1.1em;
	color: #3D3D3D;
	
}
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3D3D3D;

}

body.first {
	background: #ffffff;
}
/* START - CUSTOM SCHRINKWRAPPABLE BUTTON CLASSES */
	#wrap {
		max-width:50em;
		margin:2em auto;
	}
	.button:link,
	.button:visited,
	.button:hover {border:none;}
	* html #wrap {width:50em}
/* END - CUSTOM SCHRINKWRAPPABLE BUTTON CLASSES */

/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.thrColHybHdr #container { 
	width: 100%;
	width: 1005px;
	max-width: 1150px;
	background: #FFFFFF;
	background-image:url(../images/stokab/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: 1px solid #CCCCCC; 
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: .8em;
}  
.thrColHybHdr #containerStartpage { 
	width: 95%;
	width: 1005px;
	max-width: 1150px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC; 
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: .8em;
}  
.thrColHybHdr #header { 
	width: 100%;
	height: 65px;
	background-color: #ffcc33; 
	background-image: url(../images/stokab/topBanner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left;
} 
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColHybHdr #topLogoArea{ 
	width: 200px;
	height: 64px;
	float: left;
} 
.thrColHybHdr #loggedInArea{ 
	float: right;
	padding: .5em 1em .5em 0;
}
.thrColHybHdr #topMenuContainer 
{
	height: 34px;
	background-image:url(../images/stokab/topMenu_bg.gif); 
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#424244;
	padding: 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	clear: both;
} 

.tabOuter
{
	height:26px;
	float:left;
	margin:8px 8px 0px 0px;
	padding:0px;
	background-color:white;
	display:expression("inline-block");
	display:block;

	border:0px;
}

.tabLeftSelected
{
	height:21px;
	width:3px;
	background-image:url(../images/stokab/tabLeftSelected.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
.tabRightSelected
{
	height:21px;
	width:3px;
	background-image:url(../images/stokab/tabRightSelected.gif);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
.tabLeft
{
	height:21px;
	width:3px;
	background-image:url(../images/stokab/tabLeft.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
.tabRight
{
	height:21px;
	width:3px;
	background-image:url(../images/stokab/tabRight.gif);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
}
.tabContent
{
	height:20;
	float:left;
	padding:3px 3px 0px 3px;
	vertical-align:middle;
	border:0px;
	margin:0px;
	line-height: 1.5em;
	font-size: 1.1em;
}

.tabContent a:hover
{
	text-decoration:none !;	
}

.logOut 
{
	padding: .9em 15px 0 0;
	z-index: 100;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
.thrColHybHdr #sidebar1 {
	float: left;
	width: 200px; /* since this element is floated, a width must be given */
	background: #f7f7f9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar2{
	float: right; 
	width: 220px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 0 0; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHybHdr #mainContentStartpage {
	min-height: 550px;
 	margin: 0 230px 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 15px 15px 20px 15px; /* padding here creates white space "inside the box." */
} 
.thrColHybHdr #mainContent {
	min-height: 530px;
 	margin: 0 230px 0 210px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 20px 15px 20px 15px; /* padding here creates white space "inside the box." */
} 
.thrColHybHdr #mainContentCommon 
{
	min-height: 530px;
 	margin: 0 230px 0 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 20px 80px 20px 15px; /* padding here creates white space "inside the box." */
} 

#mainContent A:link {text-decoration: underline;}
#mainContent A:visited {text-decoration: underline;}
#mainContent A:active {text-decoration: underline;}
#mainContent A:hover {text-decoration: underline; color: #ffcc33;}

#mainContentCommon A:link {text-decoration: underline;}
#mainContentCommon A:visited {text-decoration: underline;}
#mainContentCommon A:active {text-decoration: underline;}
#mainContentCommon A:hover {text-decoration: underline; color: #ffcc33;}

.thrColHybHdr #mainContentFirst {
	min-height: 550px;
 	margin: 0 230px 0 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0px 15px 20px 15px; /* padding here creates white space "inside the box." */
} 
.thrColHybHdr #footer {
	overflow: auto;
	width: 100%;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFCE3B;
	border-top: 1px solid #CCCCCC;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColHybHdr #footerLogo {
	width: 198px;
	height: 60px;
	float: left;
	padding: 5px 0 0 0;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #EBEBEB;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}
.thrColHybHdr #footerLinkContainer {
	padding: 0;/* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.thrColHybHdr #footerAnchors {
	padding: .6em 1em .6em 1em;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left: 198px;
	background:#EBEBEB;
} 
.thrColHybHdr #footerDisclaimer {
	padding: 1em 1em .25em 1em;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-left: 198px;
} 

/* MISCELLANEOUS CLASSES FOR REUSE ################################################################################################*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	/*margin-right: 8px;*/
	/*border: 1px solid green;*/
}
.fltrt2col { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 49%;
}
.fltlft2col { /* this class can be used to float an element left in your page */
	float: left;
	width: 49%;
}
.fltlft3col { /* this class can be used to float an element left in your page */
	float: left;
	width: 33%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cellPadding {
	padding: 5px;
}
.bigCellPadding {
	padding: 10px;
}

.bigBigCellPadding {
	padding: 15px;
}

.disablePadding {
	padding: 0;
}

.fullWidth {
	width: 100%
}
.halfWidth {
	width: 50%
}

.prodItem {
	width: 100%;
	padding: 5px 0 5px 0;
}
.pageTypeIntro {
	float: left;
	width: 100%;
	padding: 1em 0 1em 0;
	/*border:  solid red;*/
}
.pageTypeIntro p {
	padding: 1em 0 0 0;
	border: 0 solid red;
}
/* STOKAB DIV "TABLE" PANE LAYOUT  ################################################################################################ */
.stokabDivTable { /* set table border and the table width to fill the withd of the content area */
	width: 100%;
	border: 1px solid #D1D1D1;
	float: left;
	background-image: url(../images/stokab/gradient_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #EDEDED;
}
.inputText {
	margin-top: 1px;
	width: auto;
}

/* STOKAB GENERAL TABLE LAYOUT  ################################################################################################### */
.stokabTable { /* set table border and the table width to fill the withd of the content area */
	width: 100%;
	border-top: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	margin-bottom: 4px;
	float: left;
}

.stokabTableMain { /* set table border and the table width to fill the withd of the content area */
	width: 745px;
	border-top: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.stokabTableList { /* set table border and the table width to fill the withd of the content area */
	width: 100%;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin-bottom: 4px;
	float: left;
}

.stokabTableInput { /* set table border and the table width to fill the withd of the content area */
	width: 100%;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin-bottom: 4px;
	float: left;
}

.stokabTableInput td
{
	padding: 10px 0px 10px 0px;
}

.stokabTableList td 
{
	border-bottom: 1px dashed #D1D1D1;
	padding: 10px 0px 10px 0px;
}
.stokabTableSmall { /* set table border and the table width to fill the withd of the content area */
	width:33%;
	margin-right:3px;
	border-top: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	margin-bottom: 4px;
	float: left;
}
.stokabTableHeader { /* background gradient and color for the table header */
	height: 2.2em;
	background-image: url(../images/stokab/stokabTableHeader_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FEFEFE;
}
.stokabTableHeaderFocus { /* background gradient and color for the table header */
	height: 2.2em;
	background-image:url(../images/stokab/stokabTableRowSelected_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFE390;
	border-bottom: 1px solid #D1D1D1;
}
th {
	height: 2.2em;
	padding: 4px;
}
.stokabTable td,
.stokabTd {
	padding: 5px;
}
.RadioBList td
{
	padding: 1px;
}
td {
	vertical-align:top;
}
.borderTop {
	border-top: 1px solid #D1D1D1;
}
.borderBtm {
	border-bottom: 1px solid #D1D1D1;
}
.stokabTableRowOdd { /* background color of odd rows */
	background-color: #F7F7F9;
}
.stokabTableRowEven { /* background color of odd rows */
	background-color: #FFFFFF;
}
.stokabTableRowSelected { /* background gradient and color for the table header */
	background-image:url(../images/stokab/stokabTableRowSelected_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFE390;
	border-bottom: 1px solid #D1D1D1;
	: nowrap;
}

.borderLt {
	border-left: 1px solid #CCCCCC;
}

.borderRt {
	border-right: 1px solid #CCCCCC;
}

.threecolumns
{
	width:745px;
	padding:20px 0px 0px 0px;
	margin:0px;
	border:0px;
}
.threecolumns td
{
	padding:0px;
	margin:0px;
	border:0px;
}

/* COMMON PANE ################################################################################################################### */
.commonPaneTop {
	background-image: url(../images/commonPaneTop_bg.gif); 
	background-repeat: no-repeat;
	background-position: top left;	
	width: 200px;
}
.commonPaneBottom {
	background-image: url(../images/commonPaneBottom_bg.gif); 
	background-repeat: no-repeat;
	background-position: bottom left;	
	width: 200px;
	height: 20px;
	margin: 0 0 1em 0;
}
.commonPaneContent {
	padding: 14px 14px 0 14px;
}

/* FORM CLASSES ################################################################################################################### */
select {
	font-size: 1em;
	width: 200px;
}
input {
	font-size: 1em;
}
/* IMAGE CLASSES ################################################################################################################## */
.imgIcon {
	border: 0;
	height: 16px;
	width: 16px;
	vertical-align: middle;
}
.img {
	border: 0;
}
.imgContactPhoto {
	border: 1px solid #000000;
	vertical-align: top;
	float: left;
	margin: 0 3px 2px 0;
}
.sectionIcon {
	vertical-align: middle;
}
.pageTypeIcon {
	margin: 0 1em 0 0;
	vertical-align: middle;
	float: left;
}
/* TYPOGRAPHY ##################################################################################################################### */
h1
{
	font-size: 1.35em;
	line-height: 1em;
	padding: 0;
	margin: .3em .3em .3em 0;
}
h2
{
	font-size: 1.2em;
	line-height: 1em;
	padding: 0;
	margin: .3em .3em .3em 0;
}
h3
{
	font-size: 1.1em;
	line-height: 1em;
	padding: 0;
	margin: .3em .3em .3em 0;
}
h4
{
	font-size:1.1em;
	: nowrap;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0.5em 0px;
}
p {
	margin: 0;
	padding: 0 0 1.5em 0;
}
.finePrint {
	 font-style: italic;
}
.hr
{ 
	float: left;
	background: url(../images/stokab/hr_bg.gif) repeat-x bottom left;
	width: 100%;
	height: 5px;
	border: 0; 
	padding: 0;
	margin: 0 0 5px 0;
}
.sectionTextLabel
{
	font-weight: bold;
	padding: 0;
	margin: 1em 0 .5em 0;
}
.fromColor {
	color: green;
}
.toColor {
	color: blue;
}

.redText {
	color:Red; 
	font:verdana; 
	font-weight:normal;
}

.toBigSearch
{
	padding: 0;
	margin: 1em 0 .5em 0;
}

/* LINKS ######################################################################################################################### */
a:link {
	text-decoration: none;
	color: #3D3D3D;
}
a:visited {
	text-decoration: none;
	color: #3D3D3D;
}
a:active {
	text-decoration: none;
	color: #3D3D3D;
}
a:hover {
	text-decoration: underline; 
	color: #000000;
}
/* Inverted links ----------------------------------------------------------------------------------------------------------------*/
.invLink:link {
	text-decoration: none;
	color: #FFFFFF;
}
.invLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.invLink:active {
	text-decoration: none;
	color: #FFFFFF;
}
.invLink:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}

/* WIZARD PROGRESS BAR ########################################################################################################### */
#wizardPrograssBar {
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	background-image:url(../images/stokab/wizardProgressBar_rgtbg.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#wizardPrograssBarMenu {
	width: 98%;
	float: left;
	background-image: url(../images/stokab/wizardProgressBar_ltfbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#wizardPrograssBarLftBtm {
	float: left;
	width: 98%;
	background-image: url(../images/stokab/wizardProgressBar_ltfbtmbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 4px !;
	height: 8px;
}
#wizardPrograssBarRgtBtm {
	float: left;
	width: 2%;
	background-image: url(../images/stokab/wizardProgressBar_rgtbtmbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 4px !;
	height: 8px;
}
#wizardPrograssBar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#wizardPrograssBar li {
	float: left;
	margin: 0 0.15em;
}
#wizardPrograssBar li a {
	height: 2em;
	line-height: 3em;
	line-height: 2em !;
	float: left;
	width: auto;
	display: inline;
	color: #3D3D3D;
	text-decoration: none;
	text-align: center;
	padding: .5em .5em 0 .5em;
}
.wizardPrograssBarCompleted {
	height: 2em;
	line-height: 3em;
	line-height: 2em !;
	float: left;
	width: auto;
	display: inline;
	color: #3D3D3D;
	text-decoration: none;
	text-align: center;
	padding: .5em .3em 0 .3em;
}
.wizardPrograssBarSelected {
	height: 2em;
	line-height: 3em;
	line-height: 2em !;
	float: left;
	width: auto;
	display: inline;
	color: #3D3D3D;
	text-decoration: none;
	text-align: center;
	padding: .5em .3em 0 .3em;
	font-weight: bold;
}
.wizardPrograssBarDisabled {
	height: 2em;
	line-height: 3em;
	line-height: 2em !;
	float: left;
	width: auto;
	display: inline;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding: .5em .3em 0 .3em;
}
#wizardPrograssBar li a:hover {
	text-decoration: underline;
}
/* Hide from IE5-Mac \*/
#wizardPrograssBar li a {
	float: none
}
/* End hide */

/* TABS FOR CONTENT AREA USE ################################################################################################## */
.contentAreaTabs {
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
} 
.contentAreaTabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contentAreaTabs li {
	float: left;
	margin: 0 .3em 0 0;
}
.contentAreaTabs li a, .contentAreaTabsSelected {
	height: 2em;
	line-height: 2em;
	float: left;
	width: auto;
	display: block;
	color: #3D3D3D;
	text-decoration: none;
	text-align: center;
	padding: 0 .8em 0 .5em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0;
	border-left: 1px solid #CCCCCC;
}
.contentAreaTabs li a {
	background-image: url(../images/stokab/tabBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F1F1F3;

}
.contentAreaTabsSelected {
	background-image: url(../images/stokab/tabSelectedBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FECF39;
	font-weight: bold;

}
.contentAreaTabs li a:hover {
	text-decoration: underline;

}

/* Hide from IE5-Mac \*/
.contentAreaTabs li a
{
	float: none
}
/* End hide */

ul.bulletlist
{
	padding-left:1em;
	margin-top:2px;
}

/* CUSTOM BULLETPROOF SCHRINKWRAPPING BUTTONS ############################################################################################# */
.button:link,
.button:visited { /* Top left corner, top edge */
	float:left;
	color:#ddd;
	background:#fefefe url(../images/stokab/button.gif) no-repeat;
	font:1em/1.0 Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}
.button * {display:block;}
.button span { /* Top right corner */
	padding:6px 0 0;
	background:url(../images/stokab/corners.gif) no-repeat right top;
}
.button span span { /* Bottom left corner, left and bottom edges */
	padding:0 0 0 6px;
	background:url(../images/stokab/button.gif) no-repeat left bottom;
}
.button span span span { /* Bottom right corner */
	padding:0 0 6px;
	background:url(../images/stokab/corners.gif) no-repeat right bottom;
}
.button span span span span { /* Right edge */
	padding:1px 12px 1px 6px; /* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */
	background:url(../images/stokab/button.gif) no-repeat right center;
}
.button:hover,
.button:focus,
.button:active { /* Make the button more visible on :hover and :focus */
	outline:1px solid #FECF3B; /* Not supported by IE/Win :-( */
	color:#FFFFFF;
}
.button {margin: 5px 0 5px 5px;}

/* START - CONTACT PANE FORMAT AND STYLE */
.thrColHybHdr #primaryContactPaneTop {
	width: 200px;
	min-height: 200px;
	background-image: url(../images/stokab/primaryContact_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffcc33;
}
.thrColHybHdr #primaryContactPaneBottom {
	width: 200px;
	height: 20px;
	background-image: url(../images/primaryContact_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0 0 1em 0;
}

/* TOP MENU ########################################################################################################### */
#mainNav {
  height: 2.5em;
  float:left;
  width:50%;
  
  line-height:normal;
  border: 1px solid white;
}

#navigation a {
height: 2.5em;
line-height: 2.5em;
color: #000;
background: #EDEDEF url(../images/stokab/topMenuTab_lftgb.gif) left top no-repeat;
text-decoration: none;
font-weight: bold;
padding-left: 10px;
margin: .5em 2px 0 0;
}

#navigation a span {
height: 2.5em;
line-height: 2.5em;
background: url(../images/stokab/topMenuTab_rtgb.gif) right top no-repeat;
padding-right: 10px;
}

#navigation a, #navigation a span {
display: block;
float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span {
float: none
}
/* End IE5-Mac hack */

#navigation a:hover {
color: #000;
background: #FFCC33 url(../images/stokab/topMenuTabSelected_lftgb.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a:hover span {
background: url(../images/stokab/topMenuTabSelected_rtgb.gif) right top no-repeat;
padding-right: 10px
}

#navigation {
list-style: none;
padding: 0;
margin: 0
}

#navigation li {
float: left;
display: block;
margin: 0;
padding: 0
}

/*Error Modal*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color: #FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:#dfedc2;
	padding:3px;
}

.highLightedTxtBox {
	background-color: #FFFF33;
	margin-top: 1px;
	width: auto;	
	font-size: 1em;
}

.CustomTabStyle .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(images/tab-line.gif) repeat-x bottom;
}
.helpTextODF {
	font-size:10px;
	line-height:1.35em;
}

.txtOFF
{
	background-color: #DDDDDD;      
}


.ajax__tab_xp2 .ajax__tab_header 
{
	font-family:verdana,tahoma,helvetica;
	font-size:12px;
	background:url(../images/tab-line.gif) repeat-x bottom;
}

.ajax__tab_xp2 .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: auto;
	display: block;
	color: #3D3D3D;
	text-decoration: none;
	text-align: center;
	padding: 0 .8em 0 .5em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0;
	border-left: 1px solid #CCCCCC;
}	

.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab
{
	text-decoration: underline;
}

.ajax__tab_xp2 .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab
{
	background-image: url(../images/stokab/tabSelectedBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FECF39;
	font-weight: bold;
}

.ajax__tab_xp2 .ajax__tab_body 
{
	font-family:verdana,tahoma,helvetica;
	font-size:10pt;
	border:1px solid #999999;
	border-top:0;
	padding:8px;
	background-color:#EDEDED;
	background-image: url(../images/stokab/gradient_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.noTab{
	font-family:verdana,tahoma,helvetica;
	font-size:10pt;
	border:1px solid #999999;
	padding:8px;
	background-color:#EDEDED;
	background-image: url(../images/stokab/gradient_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.ajax__tab_xp3 .ajax__tab_header 
{
	font-family:verdana,tahoma,helvetica;
	font-size:12px;
	background:url(../images/tab-line.gif) repeat-x bottom;
	width:100%;
}

.ajax__tab_xp3 .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: auto;
	display: block;
	color: #3D3D3D;
	text-decoration: none;
	text-align: center;
	padding: 0 .8em 0 .5em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0;
	border-left: 1px solid #CCCCCC;
}	

.ajax__tab_xp3 .ajax__tab_hover .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab
{
	text-decoration: underline;
}

.ajax__tab_xp3 .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab
{
	background-image: url(../images/stokab/tabSelectedBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FECF39;
	font-weight: bold;
}

.ajax__tab_xp3 .ajax__tab_body 
{
	font-family:verdana,tahoma,helvetica;
	font-size:10pt;
	border:1px solid #999999;
	border-bottom: 0;
	border-left: 0;
	border-right:0;
	border-top:0;
		
}

.ajax__tabMinHight
{
	min-height: 125px;
}
/*
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
*/

.pufftext 
{
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: .3em 0 .3em 0;
	display:block;
}

fileinputs {
	position: relative;
}

.fileUpload 
{	
	position:relative;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	-khtml-opacity: 0;
}

.fakeFileUpload
{	
	position:absolute;	
	top: 0px;
	left: 0px;
}


#div1
{
	position: relative;	
}

#div1_1
{	
	position: relative;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	-khtml-opacity: 0;
}

#div1_2
{	
	position:absolute;	
	top: 0px;
	left: 0px;	
	border-width: 0px;	
}

#div1_3
{	
	position: absolute;
	top: 0px;
	right:
	50px;
}

.datelistingtext
{
	font-style:italic;
	color:#777777;
}

.NewsListingItem a
{
	font-weight:bold;
	margin-bottom:10px;
}

.stokabWelcomeHeading
{
	font-weight:bold;
	color:#FFFFFF;
	padding-left: 15px;
	padding-top: 0px !;
	padding-top: 5px;
	margin-top: 0;
}

/* Kbarkas additional CSS ##########################################################################################################################*/
h1.mainContentStartpage {
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}
h4.mainContentStartpage {
	color: #515151;
}
.thrColHybHdr #mainContentStartpageInner {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/IndexPageHeaderTop1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.thrColHybHdr #mainContentStartpageText {
	float: left;
	width: auto;
	margin: 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 5px 0px 5px 15px;  /*padding here creates white space "inside the box." */
	
}
.thrColHybHdr #mainContentStartpageBrandbox {
	float: left;
	height: 91px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/coreImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageGradient {
	float: left;
	background-image: url(../images/IndexPageGradientBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageMainContent {
	width: 738px;
	background-image: url(../images/IndexPageHeaderSideGraylt.gif);
	padding: 0 0 0 2px;
	background-repeat: repeat-y;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageMainContentInner {
	padding: 0 0 0 0;
	width: 100%;
	background-image: url(../images/IndexPageHeaderSideGrayrt.gif);
	background-repeat: repeat-y;
	background-position: right top;
	z-index: 10000;
}
.thrColHybHdr #mainContentStartpageInnerBtm {
	float: left;
	width: 740px;
	background-image: url(../images/IndexPageHeaderBtmLong.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
	height: 20px;
}
.thrColHybHdr #mainContentStarpageLeftContent {
	float: left;
	width: 210px;
	margin-left: 10px;
	margin-top: 15px;
	padding: 0px 15px 15px 0px;
}
.thrColHybHdr #mainContentStarpageMiddleContent {
	float: left;
	width: 210px;
	margin-top: 15px;
	padding: 0px 15px 15px 0px;
}
.thrColHybHdr #mainContentStarpageRightContent {
	float: left;
	width: 240px;
	margin-top: 15px;
	padding: 0px 7px 15px 0px;
}
h5.mainContentStarpageContent {
	font-size: 0.90em;
	padding: 0px;
	margin: 0px;
}
h4.mainContentStartpageContent {
	font-size: 1em;
	margin-top: 10px;
}
ul.mainContentStartpage {
	margin: 0px;
	padding-left: 13px;
}
.nomargin {
	padding: 0px;
	margin: 0px;
}
.thrColHybHdr #mainContentStartpageBlobLeft {
	width: 237px;
	float: left;
	margin-right: 15px;
}
.thrColHybHdr #mainContentStartpageBlobLeftText {
	float: left;
	padding: 1.2em 1.2em 1.1em 1.0em;
}
.mainContentStartpageBlobLeftTextRule {
	font-size: 1.1em;
	color: #626262;
}

.thrColHybHdr #mainContentStartpageBlobLeftInner {
	float: left;
	width: 100%;
	height: 3.2em;
	background-image: url(../images/IndexPageBlobHead01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.thrColHybHdr #mainContentStartpageBlobLeftBorderLt {
	height: 100%;
	min-width: 232px;
	float: left;
	padding: 0 0 0 2px;
	background-image: url(../images/IndexPageBlobBorderLt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageBlobLeftContent {
	float: left;
	width: 217px;
	padding: 8px;
	background-image: url(../images/IndexPageBlobGradientBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageBlobLeftBorderRt {
	float:left;
	padding: 0 2px 0 0;
	background-image: url(../images/IndexPageBlobBorderRt.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.thrColHybHdr #mainContentStartpageBlobLeftInnerBtmLt {
	float: left;
	width: 237px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/IndexPageBlobBottomBorderLt_long.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
.thrColHybHdr #mainContentStartpageBlobMiddle {
	width: 237px;
	min-height: 147px;
	float:left;
	margin-right: 14px;
}
.thrColHybHdr #mainContentStartpageBlobMiddleText {
	float: left;
	padding: 1.2em 1.2em 1.1em 1.0em;
}
.thrColHybHdr #mainContentStartpageBlobMiddleInner {
	float: left;
	width: 100%;
	height: 3.2em;
	background-image: url(../images/IndexPageBlobHead02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageBlobMiddleBorderLt {
	height: 100%;
	min-width: 232px;
	float: left;
	padding: 0 0 0 2px;
	background-image: url(../images/IndexPageBlobBorderLt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageBlobMiddleContent {
	float: left;
	width: 217px;
	padding: 8px;
	background-image: url(../images/IndexPageBlobGradientBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageBlobMiddleBorderRt {
	float:left;
	padding: 0 2px 0 0;
	background-image: url(../images/IndexPageBlobBorderRt.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.thrColHybHdr #mainContentStartpageBlobMiddleInnerBtmLt {
	float: left;
	width: 237px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/IndexPageBlobBottomBorderLt_long.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
.thrColHybHdr #mainContentStartpageBlobRight {
	width: 237px;
	min-height: 147px;
	float:left;
}
.thrColHybHdr #mainContentStartpageBlobRightText {
	float: left;
	padding: 1.2em 1.2em 1.1em 1.0em;
}
.thrColHybHdr #mainContentStartpageBlobRightInner {
	float: left;
	width: 100%;
	height: 3.2em;
	background-image: url(../images/IndexPageBlobHead03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageBlobRightBorderLt {
	height: 100%;
	min-width: 228px;
	float: left;
	padding: 0 0 0 2px;
	background-image: url(../images/IndexPageBlobBorderLt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageBlobRightContent {
	float: left;
	width: 217px;
	padding: 8px;
	background-image: url(../images/IndexPageBlobGradientBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColHybHdr #mainContentStartpageBlobRightBorderRt {
	float:left;
	padding: 0 2px 0 0;
	background-image: url(../images/IndexPageBlobBorderRt.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.thrColHybHdr #mainContentStartpageBlobRightInnerBtmLt {
	float: left;
	width: 237px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/IndexPageBlobBottomBorderLt_long.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}

.ajax__calendar_days td
{
	padding: 0px 0px 0px 0px;
}


#breadcrumb									{ height: 19px;
											  background-color: #e9e9e9; 
											  background-image: url(../images/breadcrumbs-bg_right.gif) no-repeat bottom right;
											  margin: 0px 0px 20px 0px;
											  padding: 0px 0 0 15px; }

#breadcrumb p								{ font-size: 0.75em;
											  color: #888888;}

#breadcrumb a:link, a:visited				{ color: #aaaaaa;
											  text-decoration: none; }
					  
#breadcrumb a:hover							{ color: #888888;
											  text-decoration: none;}