/* CSS for Tab controls - Homepage */
#tabContainer1 {float: left; width:321px; height:233px; margin:-23px 0 0 0; padding-left:5px; position:relative;}
#tabContainer2 { float: left; width:319px; height:233px; margin:-23px 0 0 0;  padding-left:5px;position:relative;}
#tabContainer3 { float: left; width:271px; height:233px; margin:-23px 0 0 0;  padding-left:5px;position:relative;}
#tabContainer4 { width:900px; margin:15px 0 0 10px; position:relative; float:left;}
#mapright #tabContainer1 {width:321px; height:233px; margin:10px 5px 0 0; position:relative; padding:0;}
.tabmenu {color:#272727;height:33px; float:left; width:100%;}
.tabmenu ul {margin:0px; padding:0px; list-style:none; text-align:left; width:100%;}
.tabmenu li {line-height:33px; float:left; width:100%; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
.tabmenu li a {color:#000000; text-decoration:none; height:33px; display:block; float:left; width:100%; cursor:pointer;}
.tabmenu li a.tabactive {position:relative; display:block; float:left; width:100%; }
.tabmenu li a p{ float:left;background-image:url(/images/tabs/inactive_left.png); background-repeat:no-repeat; width:100%;}
.tabmenu li a.tabactive p { float:left;background-image:url(/images/tabs/active_left.png); background-repeat:no-repeat; width:100%;}
.tabmenu li a p span { position:relative; top:4px; left:15px; color:#FFFFFF; white-space:nowrap; margin-right:9px;}
.tabmenu li a.tabactive p span { color:#000000; white-space:nowrap;}
.tabmenu ul b{ display:block; float:left; background-image:url(/images/tabs/inactive_right.png); background-repeat:no-repeat; height:33px; width:10px;}
.tabmenu ul b.on { float:left; background-image:url(/images/tabs/active_right.png); background-repeat:no-repeat; height:33px; width:10px;}

/*every new tab content area has to be added here*/
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4, #tabcontenttwo1,#tabcontenttwo2,#tabcontenttwo3 {border:1px solid #ececec; border-top:2px solid #bcbcbc; padding:0; font-size:12px; margin:0; clear:left; background-color:#fff; height:180px; display:none; overflow:hidden;}
#tabcontentthree1, #tabcontentthree2 {border:1px solid #ececec; border-top:2px solid #ececec; padding:0; font-size:12px; margin:0; clear:left; background-color:#fff; width:269px; height:182px; display:none; overflow:hidden;}
#tabcontent1, #tabcontenttwo1, #tabcontentthree1 { display:block;}
#tabContainer3 #tabcontentthree1, #tabContainer3 #tabcontentthree2 {background-color:transparent;}
#admincontent1,#admincontent2,#admincontent3,#admincontent4 {border:none; padding:0; font-size:12px; margin:0; clear:left; background-color:#fff;display:none; }
 
/* Bottom border of tab module */
#tab_btm_border{padding:0; margin:0;width:100%; border:none;}
#tab_btm_border #left { height:17px;background-image:url(/images/tabs/btmBorder_left.png); background-repeat:no-repeat;}
* html #tab_btm_border #left { height:17px; background:none; background-repeat:no-repeat; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/btmBorder_left.png', sizingMethod='crop')}
#tab_btm_border #right { width:12px; height:17px; background-image:url(/images/tabs/btmBorder_right.png); background-repeat:no-repeat;}
* html #tab_btm_border #right { width:12px; height:17px; background:none; background-repeat:no-repeat; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/btmBorder_right.png', sizingMethod='crop')}
* html .tabmenu li a p{width:100%; background: none; background-repeat:no-repeat; display:block; float:left; filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/inactive_left.png', sizingMethod='crop')}
* html .tabmenu li a.tabactive p { float:left; background:none; background-repeat:no-repeat; width:100%; filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/active_left.png', sizingMethod='crop')}
* html .tabmenu ul b{ display:block; float:left; background:none; background-repeat:no-repeat; height:33px; width:10px; filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/inactive_right.png', sizingMethod='crop')}
* html .tabmenu ul b.on { float:left; background: none; background-repeat:no-repeat; height:33px; width:10px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/active_right.png', sizingMethod='crop')}
