﻿#flashbanner {
    position: absolute;
    float: right;
	left:380px;
	top:15px;
    width: 600px;
}
 table#menu_tabs
{
  background: #999 url(../../App_Images/Master/HeadcaseButtonBG.gif) repeat-x top left;
  margin-left: 15px;
  cursor: pointer;
  width: 764px;
}
table#menu_tabs div.tab1
{
  width: 255px;
  height: 33px; 
  background: #999 url(../../App_Images/Master/HeadcaseButtonBG.gif) repeat-x top left; 
  line-height: 30px; 
  vertical-align: bottom; 
  text-align:center;
}
table#menu_tabs div.tab
{
  width:191px;
  height: 33px; 
  background: #999 url(../../App_Images/Master/HeadcaseButtonBG.gif) repeat-x top left; 
  line-height: 30px; 
  vertical-align: bottom; 
  text-align:center;
}
table#menu_tabs div.tab1 a { color: #fff; text-decoration: none; font-size: 15px; font-weight: bold; }
table#menu_tabs div.tab1 a:hover { color: #fff; }

table#menu_tabs div.tab a { color: #fff; text-decoration: none; font-size: 15px; font-weight: bold; }
table#menu_tabs div.tab a:hover { color: #fff; }


div.menuitem_container
{
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 182px;
  position: absolute;
  padding: 0px;
  border-top: none;
}


table.menuitem a { color: #000; text-decoration: none; font-weight: normal; text-align: center;}
table.menuitem a:hover { color: #000;}
table.menuitem
{
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
  display:none;
  margin-top: 0px;
  margin-bottom: 5px;
}
table.menuitem td { width: 106px; background: #666 url(../../App_Images/Master/subnav-spotlight.gif);  padding-left: 10px; line-height: 18px; }
 
 a.login { color: Blue; }
 
 a.login:hover { color: #6E7A8B; }
 
 .searchButton
 {
   background: #333 url(../../App_Images/searchButton.gif) top left;
   width: 100px;
   height: 33px;
 }
 
 .sidemenuitems
 {
    background:url(../../App_Images/Master/middle_menu_box.gif) repeat-y; 
    padding: 20px;
 }
 
 .sidemenuitems div
 {
    line-height: 33px;
    vertical-align: middle;
    margin-top: 5px;
 }
 
 .sidemenuitems div a
 {
	font-weight: bold;
	font-size: 13px;
	color: Navy;
 }
 
 .sidemenuitems div a:hover
 {
	color: #6E7A8B;
 }
 
 .sidemenuitems div img
 {
     float:left;
     padding-right: 10px;
 }
 #pnlfooter
 {
     word-spacing: 10px;
     color: #333;
     margin: 0 auto;	
     margin-top: 20px;
     margin-bottom: 10px;
     text-align:right;
     padding-right: 30px;
 }
 
 #pnlfooter a { color: #32738a; }
 
 a.login { color: #fff; text-decoration:none; font-size: 14px; }
 a:hover.login { color: #fff; text-decoration:none; font-size: 14px; }
 /* TUTORIAL BOX
------------------------------------------------------------- */
.sidebox.tabbed {
	background: #fff url(../../images/tabbed-back.jpg) 0px 16px repeat-x;
	border: 1px solid #b0b0b0;
	margin-top: 15px;
	width: 242px;
	}
	
.sidebox.tabbed.top {
	background: #fff url(../../images/tabbed-back.jpg) 0px 50px repeat-x;
	}
	
	h3.tab-header {
		background: #000 url(../../images/tab-header.jpg) left center repeat-x;
		color: #fefefe;
		font-size: 1.1em;
		margin: 0;
		padding: 5px 12px;
		text-transform: uppercase;
		}
	
	ul.tabs {
		display: block;
		height: 27px;
		margin: 0;
		padding: 0;
		}
		
		ul.tabs li { 
			background: url(../../images/tabbed-nav-back.jpg) left center repeat-x;
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			}
			
			li.first, li.third {
				width: 84px;
				margin: 0;
				}
				
			li.second {
				border-left: 1px #5a8c9e solid;
				border-right: 1px #5a8c9e solid;
				padding: 0px 1px;
				width: 72px;
				}
				
		ul.tabs li a {
			background: url(../../images/tabbed-nav-back.jpg) left center repeat-x;
			color: #fff;
			display: block;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 1.0em;
			outline: none;
			text-decoration: none;
			width: 100%;
			height: 22px;
			padding: 5px 0 0 0;
			text-align: center;
			}
			
		ul.tabs li a:hover {
			background: url(../../images/tabbed-nav-back-hover.jpg) left center repeat-x;
			}
			
		ul.tabs li a.active {
			color: #000;
			font-weight: bold;
			}
			
		ul.tabs li.first a.active {
			background: url(../../images/tabbed-active-left.jpg) right bottom no-repeat;
			}
			
		ul.tabs li.third a.active {
			background: url(../../images/tabbed-active-right.jpg) left bottom no-repeat;
			}
			
		ul.tabs li.second a.active {
			background: url(../../images/tabbed-active-center.jpg) center bottom no-repeat;
			}
			
.sidebox .box {
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	}
	
#layers-box {
	padding-bottom: 8px;
	}	
/* LATEST TUTS
------------------------------------------------------------- */
.latestTuts ul {	
	clear: both;
	margin: 0;
	margin-bottom: -5px;
	padding: 0px 10px 0px 10px;
	list-style-type: none;
	}
.latestTuts li {
	clear: both;
	min-height: 6em;
	line-height: 14px;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	}
.latestTuts .thumb {
	float: left;
	margin-right: 10px;
	}
.latestTuts h3 {
	margin: 0 0 0 0;
	padding: 0;
	}
.latestTuts p {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 14px;
	}
	#latestTuts p b {
		font-size: 1.1em;
		line-height: 1em;
		}
.latestTuts .date {
	font-size: .9em;
	color: blue;
	}
.latestTuts li img {
	float:left;
	background: #fff;
	border:#b1b1b1 1px solid;
	margin:-9px 5px 3px 0;
	padding: 1px;
	width: 60px;
	height: 60px;
	}
	.latestTuts li:hover img {
		border: #81c2d9 1px solid;
		}
.latestTuts a {
	color:grey;
	text-decoration:none;
	}
.latestTuts a:hover {
	color:orange;
	text-decoration:none;
	}