
/*-------------------------------------------------------------------
* Basic Elements
* Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
--------------------------------------------------------------------*/
body{
    background-color: #f9f9f9;
}
/*-------------------------------------------------------------
* Generic Classes
* Define styles for simple things like floating to the sides,
* removing a bottombottom margin on elements, etc.
--------------------------------------------------------------*/
.clear{
    clear:both;
    line-height:0;
    border-top:0;
}
li.item{
	border-bottom:1px solid #e6e6e6;
}
.item a{color:#444;}
.item a:hover{
	text-decoration:underline;
}
.item .title{
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 10px;
}
.item .content{
    font-size:.9em;
    padding: 5px;
}
.item .content a.current{
	background-color: #005BA0;
	padding-left: 5px;
}
.item .content a.current span{
	background-color: #fff;
	padding-left: 3px;
}
.item .content ul{
    padding-left: 10px;
    list-style-type: disc;
    color: #333;
}

.item a.screenshot{
	line-height: 14px;
    padding-left: 30px;
}
.item a.screenshot .current{
	background-color:#005BA0;
	padding-left: 5px;
}
.item a.screenshot.current span{
	background-color: #fff;
	padding-left: 27px;
}


.item .content ul li:hover{background-color: #f5f5f5;}
.item .itemTitle{
    border-bottom: 1px solid #ddd;
    line-height: 22px;
    margin-bottom: 5px;
}
.item .itemType{
   display:block;
   line-height: 24px;
   padding-left: 10px;
}
.item .itemType span{
    display:block;
    line-height: 24px;
}
.item .content ul li .itemType.current{
    background: #005BA0 url(/images/bar-left.png) left top no-repeat;
    color:#fff;
    font-weight: 700;
}
.item .content ul li .itemType.current span{
    padding-right:10px;
    background: url(/images/bar-right.png) right top no-repeat;
}
.noCache{
    padding: 5px 5px 0 10px;
    color: #666;
    font-style: italic;
}
.learnMore{
    color: #008000;
    font-size: 12px;
    margin-top: 9px;
}
.learnMore p{
    margin-bottom:9px;
    font-style:normal;
}
/*--------------------------------------------------
* Basic Layout
* Define the basic template: header, footer, etc.
---------------------------------------------------*/
#column{margin: auto; background-color:#fff;overflow:hidden;margin:0;
    padding-right:0;
    padding-left:240px; /* The width of the rail */}
* html #column{height:1%; /* So IE plays nice */}
#leftColumn{
    background-color:#fff;
    width:240px;
    float:right;
    margin-right:0;
    border-right:0;
    margin-left:-240px;
    text-align:left;
    background:url(/images/bottom-gradient.png) left bottom repeat-x;

}
#rightColumn{
    background-color:#fff;
    width:100%;
    border-left:240px solid #fff; /* The width and color of the rail */
    margin-right:0;
    margin-left:-240px; /* Hat tip to Ryan Brill */
    float:right;
    text-align:left;
}
#innerLeftColumn{
    border-right: 1px solid #ccc;
    overflow:auto;
}

#column.collapse{
    padding-left:0;
}
#column.collapse #rightColumn{
    margin-left: 0;
    border-left-width: 0;
}
#crumbs{
    background-color:#eee;
    color: #666;
    font-size: 12px;
    padding: 3px 8px;
}
#crumbs strong{font-weight: 400;}
#crumbs span{padding: 0 5px;}
#main{text-align:left; margin: auto;}
#header{
    color: #0072d6;
    font-size:12px;
    height: 34px;
    line-height: 34px;
    background: url(/images/top_nav_bg.png) repeat-x;
    padding: 0 10px;
    position:relative;
}

#logoSmall{
    position:absolute;
    top: 2px;
    left: 12px;
    width: 85px;
    height: 31px;
    line-height: 31px;
    background: url(/images/v6/logo-31.png) 0 50% no-repeat!important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/v6/logo-31.png',sizingMethod='scale');
}
#logoSmall img{
    float:right;
    display: none;
    margin-right: 20px;
}
#logoSmall:hover img{
    display: block;
}
#innerFrame{
    border-top:1px solid #ddd;
}
#cacheTitle{
    font-weight: 700;
    font-size: 13px;
    margin-left: 80px;
}
#cacheTitle .link2{
	margin-right: 5px
}
#header a{color:#0072d6;}
#shortcut{
    float: right;
    line-height: 16px;
    margin-top: 10px;
}
#shortcut li{
    float: left;
    padding: 0 .7em;
    border-right: 1px solid #003f73;
}
#shortcut li.first{
    border-left:none;
}
#shortcut li.last{
    border-right:none;
    padding-right:0;
}

#switchColumn{
    width:9px;
    border-right: 1px solid #bbb;
    float:left;
}
#switchColumn.expand{
    background: #eee url(/images/arrow-left.gif) 50% 50% no-repeat;
}
#switchColumn.collapse{
    background: #eee url(/images/arrow-right.gif) 50% 50% no-repeat;
}
#switchColumn:hover{
    background-color: #f5f5f5
}
/*--------------------------------------------------
* Footer
* Define all elements in the footer.
---------------------------------------------------*/
#footer{
    margin: auto;
    padding: 0 5px;
    color:#666;
    border-top: 1px solid #efefef;
    height: 24px;
    line-height: 24px;
}
#footerInner{
    margin: auto;
}
#fLine_1{
    font-size: .9em;
}
#fLine_1 li{
    float: left;
    padding-right: .6em;
}
#fLine_1 li a{
    margin-right: .6em;
}
.item li a.delete{
    color: #bbb;
    float: right;
}
.item li:hover a.delete{
    color: #7777cc;
}

#moreLinks ul{
    font-size:13px;
    padding-left:0;
    list-style-type:none;
}
#moreLinks ul a{
    text-decoration: underline;
}

/*--------------------------------------------------
* Cached Version
---------------------------------------------------*/
#cachedVersion{
	display: inline;
}
#cachedVersionContent{
	width:300px;
	margin-top:8px
}
/*------------------------------------------
* Context Menu
*------------------------------------------*/
.contextMenu i{
    font-size:7pt;
    font-weight:bold;
    line-height:24px;
    margin-left:1px;
    font-style:normal;
}
.contextMenu b{font-size:9px;
               vertical-align:middle;}

ul.subMenu{
    list-style-type: none;
    border: 1px solid #999;
    border-left-color: #d9d9d9;
    border-top-color: #d9d9d9;
    position: absolute;
    background: #fff;
    line-height: 26px;
    z-index:9;
    display:block;
    font-size:.9em;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 5px #bbb;
    -moz-box-shadow: 1px 1px 5px #bbb;
}
ul.subMenu li{
    float: none;
    text-align: left;
    margin: 0;
    padding: 0;
    border-right: none;
    z-index:8;
    display:block;
    line-height: 26px!important;
}

ul.subMenu li span{
    border:none;
}
ul.subMenu li.sep{
}
#contextMenuHideIframe{
    border: none;
    position: absolute;
}
#cachedShare{
    margin-top: 8px;
    top: 26px;
    width: 100px;
}
#cachedShare li{
	padding:0 10px;
}
#cachedShare li:hover{
	background-color:#f5f5f5;
}
#cachedShare b{
    background-image: url("/images/share-icons.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right:5px;
}
#cachedShare b#twitter{
	background-position: -16px 0;
    vertical-align: text-bottom;
}
#cachedShare b#facebook{
	background-position: -32px 0;
    vertical-align: text-bottom;
}
#cachedShare b#link{
	background-position: -16px -16px;
    vertical-align: text-bottom;
}
#cachedShare b#email{
	background-position: 0 -16px;
    vertical-align: text-bottom;
}


/*
 * 
 */
#diigoPopWindow label{
	font-weight:bold;
}
#diigoPopWindow p{
	margin-bottom:10px;
}
#shareByLink label{
	font-size: 14px;
}
#shareByLink input{
	width:500px;
	margin:10px 20px;
	font-size:12px;
	padding:5px;
	border: 1px solid #ddd;
	font-weight:bold;
}
#shareByEmail input{
	width:510px;
	margin-left: 10px;
	    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999999 #D9D9D9 #D9D9D9 #999999;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 0.2em;
}
#shareByEmail #emailInput{	
	margin-left :45px
}
#messageText{
	width:580px;
	height:200px;
	margin-top: 5px;
	margin-bottom:20px;
}
