/* 
	Author: Paymaun Heidari
	Version: 1.0
	Item: sideLeft.css
	Description: SPIE Standard front end CSS
	Note(s): A default style and structural semantics for the left column (mainly navigation). 
		Override style id in ViewData in a specific app to change. 
	--------
	Work Log
	--------
	Author: Charles Cordova
	Date: 20/19/2013
	Change(s): Added custom left nav rules
	--------
*/

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

#sideLeft nav {
    background-color: #f2f2f2;
}

#sideLeft nav#default-structure {

}

#sideLeft nav#default-structure > ul > li:hover {
	background: #000;
}

#sideLeft nav#default-structure > ul > li:hover a {
	color: #fff;
}

/* Needed for jQuery effect */
#sideLeft nav#default-structure a.hover {
	background: #000;
	color: #fff;
}

#sideLeft nav#default-structure > ul > li a {
	display: block;
	padding: 10px 0px 10px 18px;
	text-decoration:none;
	color: #000;
}

#sideLeft nav#default-structure > ul > li + li {
	border-top: 1px solid #aaa;
}

/* Content override */
#content {
	padding: 0 0 0 240px;
}

/* Custom left-nav rules */
#sideLeft #customLeftNav {
    background: #fff;
    font-size: 13px;
    text-align: left;
    margin: 0 1px;
}

#customLeftNav li {
    padding: 13px 0 13px 15px;
    border-bottom: solid 1px #aaa;
}

    #customLeftNav li:hover {
        background: #000;
        color: #fff;
    }

#customLeftNav a {
    text-decoration: none;
    color: #000;
}

#customLeftNav a:hover {
    color: #fff;
}

#customLeftNav ul.leftSubNav {
    background: #f2f2f2;
    padding: 5px 0 5px 7px;
    border-bottom: solid 1px #aaa;
}

#customLeftNav ul.leftSubNav ul.leftSubNav {
    padding: 5px 0 5px 15px;
    border-bottom: none;
}

#customLeftNav ul.leftSubNav li {
    border-bottom: none;
    padding: 5px 10px 5px 13px;
}

#customLeftNav li.navSelected {
    background: #000;
    color: #fff;
    background-image: url('/images/global/menu_item_open_white.png');
    background-position: 4px center;
    background-repeat: no-repeat;
}

#customLeftNav .leftSubNav li.navSelected {
    font-weight: bold;
    margin-right: 5px;
}

/**************************************************************** Side Left Nav for Hybrid pages **************************************************************************/

 .layer1 li {
    padding: 13px 0 13px 15px;
    cursor: pointer;
}

#GeneralLeftNav ul {
    border-bottom: solid 1px #aaa;
}

.layer1 > li {
    background-color: #fff;
}

.layer2 > li {
    padding: 5px 15px 5px 20px;
}

li.layer2otherinfo {
    padding: 5px 15px 5px 20px;
    cursor: auto;
    color: #606060;
}
    li.layer2otherinfo:hover {
        background-color: #f2f2f2;
        color: #606060;
    }

.layer3 > li {
    padding: 5px 15px 5px 35px;
}

ul .layer1.hover > li {
    border-bottom: solid 1px #aaa;
}

ul .layer1.hover:only-child > li {
    border-bottom: solid 0px #aaa;
}

#GeneralLeftNav a {
    text-decoration: none;
    color: #000;
}

#GeneralLeftNav {
    border-top: solid 1px #aaa;
}

#GeneralLeftNav li:hover {
    background-color: #000;
}

#GeneralLeftNav li.layer2divider {
    margin: 15px 15px 15px 20px;
    border-top: thin solid #aaa;
}

#GeneralLeftNav li.layer2otherinfo:hover {
    background-color: #f2f2f2;
    color: #000;
}

#GeneralLeftNav :hover > li {
    color: #fff;
}

#GeneralLeftNav :hover > li.layer2otherinfo {
    color: #606060;
}

#GeneralLeftNav .hover > li {
    background-color: #000;
    background-image: url(/images/global/menu_item_open_white.png);
    background-position: 2px center;
    background-repeat: no-repeat;
}

#GeneralLeftNav .hover > li {
    color: #fff;
}

.optin2 div.buttonText {
	color: #fff;
	background-color: #000;
	padding: 6px 7px;
	text-align: center;
	display: inline-block;
	min-width: 69px;
	font-size: 14px;
}

.optin2 div.buttonText:hover {
	background-color: #636466;
}

#GeneralLeftNav ul li.optin2, #GeneralLeftNav ul li.optin2:hover {
	font-weight: 700;
	background-color: #f2f2f2 !important;
	cursor: default;
	color: #000 !important;
}

.NavInfoFor {
    padding: 13px 0 13px 15px;
    background-color: #fff;
    border-bottom: solid 1px #aaa;
}

.NavInfoFor li {
    padding: 7px 0px 7px 15px;
    list-style: none;
}

.NavInfoFor li:hover {
    background-color: #000;
    list-style: none;
}

#GeneralLeftNav .NavInfoFor li:hover > a {
    color: #fff;
}

#GeneralLeftNav .NavInfoFor:hover {
    background-color: #fff;
}