﻿/* Copyrights Borgetsolutions.com */
/* YUI css */
.left-border{
	border-left:1px #ccc solid;
}
.bottom-border{
	border-bottom:1px #ccc solid;
}
#custom-doc{
	border:1px #ccc solid;
	padding:0;
	margin:0;
	font-size:12px;	
}
.yui-u div{
	padding:8px;
}
.alt-color{
	background-color:#f3f3f3;
}
.align-right{
	text-align:right;
	padding-right:8px;
}
.grid-header{
	background-color:#555;
	color:#fff;
}
/* YUI CSS ends here */
.red-header{
	padding: 4px 6px; 
	width: 40%; 
	background-color: #af2030; 
	color: white;	
}
* { 
    /* Reason : navigation allignment difference in ff and ie */
	margin: 0;
	padding: 0;	   
} 

html,body
{
	background: #333333;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	height:100%;
}
.onload{
	display:none;
	}
img
{  border-style: none;
}
a{ 
color:#1057AE;
text-decoration:none
}
a:hover{
	color:#F30;
	}

.header
{
    margin:0 auto;
    background: #ffffff url('../images/header_tile.jpg');
    background-position:left center;
    height:125px;
    background-repeat:repeat-x;
}
.borget-logo{
	float:left;
	vertical-align:bottom;
}

.borget-logo a{
	text-decoration:none;
	border:0;
	position:relative;
}

.borget-logo a:hover #borget-logo-home{
display:block;
}
#borget-logo-home{
	position:absolute;
	display:none;
	height:16px;
	width:16px;
	top:-75px;
	left:120px;
}

.nav_bg{

	background: #ffffff url(../images/menu_tile.jpg);
	background-repeat:repeat-x;
	height:38px;
}
/* Navigation */
.Navigation
 {
	width: 900px;
	margin: 0 auto;
	vertical-align:middle;
}
.Navigation ul { 
	float: left; 
	margin-right: 10px;	
}   
.Navigation ul li { 
	list-style: none; 
	margin-right:5px; 
	float: left;
	line-height: 3.1em;
	display: block;
	border:0;
	}

.Navigation ul li a { 
	float: left;
	text-decoration: none;
	display: block; 
	color: #666666;
}
.Navigation ul li a span {
	text-align: center;
	float: left;
	padding-left: 10px;				
}
.Navigation ul li a span span {
	text-align: center;
	float: left;
	padding-right: 18px;				
}
.Navigation ul li a:hover { 	 			
	background: url('../images/menu_hover_tile.jpg') repeat-x left bottom; 
	color: #666666;
	cursor: pointer;
}				
.Navigation ul li a:hover span { 
	background: url('../images/menu_hover_left.jpg') no-repeat left bottom; 
	color: #666666;
	cursor: pointer;
}
.Navigation ul li a:hover span span{
	background: url('../images/menu_hover_right.jpg') no-repeat right bottom;
	cursor: pointer;
	padding-right:18px;
}
.Navigation ul li.current,
.Navigation ul li.section,
.Navigation ul li.section:hover,
.Navigation ul li.current a:hover,
.Navigation ul li.current{ 
 	background: url('../images/menu_active_tile.jpg') repeat-x left bottom; 
 	color: #444;
}
.Navigation ul li.current span,
.Navigation ul li.section span,
.Navigation ul li.section:hover span,
.Navigation ul li.current a:hover span,
.Navigation ul li.current span{
	background: url('../images/menu_active_left.jpg') no-repeat left bottom; 
	color: #444;
}
.Navigation ul li.current span span,
.Navigation ul li.section span span,
.Navigation ul li.section:hover span span,
.Navigation ul li.current a:hover span span,
.Navigation ul li.current span span{
	background:  url('../images/menu_active_right.jpg') no-repeat right bottom;
	color: #444;
	padding-right:18px;
}
/* End of Navigation */

/* Sub-Navigation */
.SubNav{
	width: 600px;
	padding-top:10px; 
	text-align:center; 
}
.SubNav ul{
	float:left;
}
.SubNav ul li{
	list-style: none; 
	margin-right:20px;
	float: left;
	display: block;
	border:0;
    cursor: pointer;
}
.SubNav ul li a {
	background-image:url('../images/submenu_current_right.png');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
	float: left;
	text-decoration: none;
	display: block; 
	color: #666666;
	line-height:2.3em;
}
.SubNav ul li a:hover{
	background-color:#FFF;
	color:#222;
	}

.SubNav ul li a span{
	text-decoration: none;
	display: block; 
	color: #666666;
}
.SubNav ul li a span span{
	text-decoration: none;
	display: block; 
	color: #666666;
}
.SubNav ul li a span span:hover{
	text-decoration: none; 
	color: #333;
	}
.SubNav ul li.current,
.SubNav ul li.section,
.SubNav ul li.section:hover,
.SubNav ul li.current{ 
 	background: url('../images/submenu_current_tilepng') repeat-x left bottom; 
 	color: #666;
 	font-weight:bold;
}
/* End of Sub-Navigation */
.clear{
	clear:both;
}
/* Main content */
.layout{
	background-color: #fff; 
	width:100%
}
.layout-content{
	width:900px; 
	margin-right:auto; 
	margin-left:auto;
	}

.container
{
	background-image:url('../images/sidebar_tile.gif');
	background-position:right top;
	background-repeat:repeat-y;
	position:relative;
	/* top:-16px; */
	height:100%;
}

.content 
{
	width: 600px;  
	text-align:left;
    background-color:white;
    
}
.page-content a:hover{
	color:#FFF;
	background-color:#1057AE;
	}

.page-content{
	padding:10px 5px 50px 0px;
	clear:left;
}
.page-content h3 a{
	color:#fff;
	margin: 25px 0 15px 0;
	font-weight: 300;
	clear: both;
	font-size: 16px;
	text-decoration:none;
	background-color:#666;
	padding:1px 5px 1px 5px;
}

.page-content h3 a:hover{
	
	
	background-image:url('../images/read_more_arrow.gif');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:54px;
}

.borget-userform{
	text-align:left;
	padding-left:15px;
}
.sidebar
{
float:right;
width:272px;
height:100%;
}
/* End of Main content */

.borget-breadcrumbs{
	clear:left; 
	padding-top:10px; 
	padding-bottom:30px;
}
.breadcrumbs{
	background-image:url('../images/bread_crumbs_tile.jpg');
	background-repeat:repeat-x;
	float:left;
	height:27px;
	color: #4e4e4e;
	font-size:11px ;
	font-weight:bold;
	margin: 30px 0 20px 0;
}
.breadcrumbs a{

	text-decoration:none;
	color: #767676;
}

.breadcrumbs div{
	background-image:url('../images/bread_crumbs_left.jpg');
	background-repeat:no-repeat;
	background-position:left;
	height:27px;
}
.breadcrumbs div div{
	background-image:url('../images/bread_crumbs_arrow_right_most.jpg');
	background-repeat:no-repeat;
	background-position:right;
	height:27px;
	padding-right:10px;
}
.breadcrumbs div div a{
		
	background-image:url('../images/bread_crumbs_arrow.jpg');
	background-repeat:no-repeat;
	background-position:right;
	padding: 5px 12px  8px 5px;
}
.breadcrumbs div div a:hover{
		
	background-image:url('../images/bread_crumbs_arrow.jpg');
	background-repeat:no-repeat;
	background-position:right;
	padding: 5px 12px  8px 5px;
}

/* Footer */
.footer
{
	background-image:url('../images/footer_links_tile.png');
	clear:both;
	background-repeat:repeat-x;
	background-position:center top;
	width:100%;
	height:100%;
}
.footer-text{
	float:left;margin-top:30px;color:#f2f2f2;
}
.footer-body
{
	margin-left: auto;
	margin-right: auto;
	height:81px;
	text-align:left;
}
.footer-content
{
	background-image:url('../images/footer_divider.gif');
	background-position:right;
	background-repeat:repeat-y;
	text-align:left;
	width:31%;
	float:left;
	height:100%;
	padding: 2px 10px 2px 10px;
}
.footer-content-r
{
	background-repeat:repeat-y;
	text-align:left;
	width:31%;
	float:left;
	height:100%;
	padding: 2px 10px 2px 10px;
}

.footer-content ul,
.footer-content-r ul,
.footer-content ul li,
.footer-content-r ul li,
.footer-content a,
.footer-content-r a{
	text-decoration:none;
	color: #a9a9a9;
	}
.footer-content a,
.footer-content-r a{
	background:url('../images/button_footer_tile.jpg') repeat-x;
	border:1px #585858 solid;
	padding:1px 2px 1px 2px;
	margin:2px 0 2px 0;
	color: #a9a9a9;
	height:20px;
}
.footer-content a:hover,
.footer-content-r a:hover{
	background-image:url('../images/button_footer_hover_tile.jpg');
	background-repeat:repeat-x;
	height:20px;
	padding:1px 2px 1px 2px;
	margin:2px 0 2px 0;
	color: #f0f0f0;
	border-top:1px #c30a07 solid;
	border-bottom:1px #9e2c29 solid;
	border-left:1px #c30a07 solid;
	border-right:1px #c30a07 solid;
	background-color:#a60000;
}
.partners
{
	text-align:center;
	height:62px;
	clear:both;
	border-top:1px #414141 solid;
	width:900px;
	margin:20px auto 0 auto;
	background-color:#333333;
}

/* End of Footer */

/* Search Results */
.searchQuery
{
	text-align:left;
}
.searchResultHeader
{
text-align:left;
}
.readMoreLink
{
	margin-bottom:10px;
}
/* End of search results */

/* Body Content Styles */
	.content_subheader{
	background:#999999;
	color: #fff;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	margin: 5px 0 10px 0;
}

/* END Body Content Styles */

.eset a{
	color:#127276;
	text-decoration:none;
}
.eset a:hover{
	color:#4c3352;
	text-decoration:underline;
}
/* image popup */
#thumbs
{
	padding-top: 0;
	padding-bottom: 10px;
}
#thumbs .thumb_row
{
	width: 644px;
	width/* */:/**/640px;
	width: /**/640px;
	padding: 2px;
	display: block;

}

#thumbs .thumb
{
	width: 128px;
	float: left;
	width/* */:/**/120px;
	width: /**/120px;
	padding: 0px 4px 10px 4px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	line-height: 130%;
}

#thumbs .thumb_img
{
	width: 120px;
	height: 120px;
	background:url("img/bg_thumb.gif");
	text-align: center;
	padding-bottom: 3px;
}
/* css popup */

.spiderpic{
	position: relative;
	z-index: 0;
}
.spiderpic:hover{
	background-color: transparent;
	z-index: 50;
}
.spiderpic span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	left: -1000px;
	border: 0 solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.spiderpic span img{ /*CSS for enlarged image*/
	border-width: 0;
}
.spiderpic:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 23px;
	left: 35px; /*position where enlarged image should offset horizontally */
}
.spiderpic2{
	position: relative;
	z-index: 0;
}
.spiderpic2:hover{
	background-color: transparent;
	z-index: 50;
}
.spiderpic2 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	left: -1000px;
	border: 0 solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.spiderpic2 span img{ /*CSS for enlarged image*/
	border-width: 0;

}

.spiderpic2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 23px;
	left: -100px; /*position where enlarged image should offset horizontally */
}
/* end image popup*/
.sidebar-topic-button{
	margin:15px 0px 15px 0;
	padding: 2px;
	padding-top:1px;
	font-size: 1em;
	height:25px;
	font-family: Verdana, Tahoma, Sans-serif;
	border:1px #ccc solid;
	background-image:url('../images/button_tile.jpg');
	background-repeat:repeat-x;
	text-decoration:none;
	color:#666;
}
.sidebar-topic-button:hover {
	padding: 2px;
	padding-top:1px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
	height:25px;
	background-image:url('../images/button_footer_hover_tile.jpg');
	background-repeat:repeat-x;
	border-top:1px #c30a07 solid;
	border-bottom:1px #9e2c29 solid;
	border-left:1px #c30a07 solid;
	border-right:1px #c30a07 solid;
    color:#f2f2f2;
    background-color:#a60000;

}
.main-topic-button{
	margin:15px 0 15px 0;
	padding: 2px;
	padding-top:1px;
	font-size: 1em;
	height:25px;
	font-family: Verdana, Tahoma, Sans-serif;
	
	background-image:url('../images/button_footer_hover_tile.jpg');
	background-repeat:repeat-x;
	text-decoration:none;
	color:#f2f2f2;
	border-top:1px #c30a07 solid;
	border-bottom:1px #9e2c29 solid;
	border-left:1px #c30a07 solid;
	border-right:1px #c30a07 solid;
	background-color:#a60000;
}
.main-topic-button:hover {
	padding: 2px;
	padding-top:1px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
	height:25px;
	background-image:url('../images/button_tile.jpg');
	background-repeat:repeat-x;
    color:#666;
    border:1px #ccc solid;
}

.ShowHideButton{
	background-color:#333;
	padding:3px 5px 3px 5px;
}
.ShowHideButton a{
	color:white;
}

#showdiv{
	text-align:left;
	padding:0;
	display:none;
}
.gafollow{
	background-color:#af2030;
	color:white;
	padding:3px 5px 3px 5px;
	cursor:pointer;
}

#showdiv1{
	text-align:left;
	padding:0;
	display:none;
}
.gafollow1{
	background-color:#af2030;
	color:white;
	padding:3px 5px 3px 5px;
	cursor:pointer;
	
}

.bookmark_hot_spot a{
	background:none;
}
.bookmark_hot_spot a:hover{
	background:none;
	text-decoration:none;
}

.borget
{

	text-align:center;
	padding-top:2px;
	color:#777;
	font-size:11px;
	
}
.borget a{
	color:#ccc;
	text-decoration:none;
	font-size:11px;
}
.borget a:hover{
	color:#dc1735;
	cursor:pointer;
}
.borgets a{
	color:#ccc;
	text-decoration:none;
	font-size:11px;
}

.feedback{
	background-image:url('../images/feedback.png');
	background-repeat:no-repeat;
	position:fixed;
	left:0px;
	top:40%;
	height:104px;
	width:34px;
	display:block;
	margin-left:-2px;
}
.feedback:hover{
	margin-left:0px;
	cursor:pointer;
}
#bar { width: 34px; height: 104px; background-image:url('../images/feedback.png');background-repeat:no-repeat; z-index: 100; }

* html #bar { /*\*/position: absolute; top: expression((176 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((-2 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }
* html #bar:hover { /*\*/position: absolute; top: expression((176 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }
#foo > #bar { position: fixed; top: 176px; left: -2px; } 
#foo > #bar:hover { position: fixed; top: 176px; left: 0px; }


#FacebookBox{ position:absolute;top:0px;left:37px;width:280px;
        display:none; float:left; text-align:center;border:1px #bbcbea solid; }
  .FacebookClose{
	float:right;width:15px;font-family:Arial, Helvetica, sans-serif;font-size:11px;padding:2px;color:#666;cursor:pointer;margin-top:1px;margin-right:1px;border:1px #e9eef8 solid;
	}
  .FacebookClose:hover{
	border:1px #bbcbea solid;
	color:#2f5290;
	}
  .fan_box .profileimage{
	border:1px #bbcbea solid;
}
  #bar2 { width: 34px; height: 104px; background-image:url('../images/facebook.png');background-repeat:no-repeat; z-index: 100; }
	
  * html #bar2 { /*\*/position: absolute; top: expression((288 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((-2 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }
  * html #bar2:hover { /*\*/position: absolute; top: expression((288 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }
  #foo2 > #bar2 { position: fixed; top: 288px; left: -2px; } 
  #foo2 > #bar2:hover { position: fixed; top: 288px; left: 0px; }
  #foo2 > #bar2:hover #FacebookBox {margin-left: -2px; }
