/* Use this page to overwrite styles found in standard1.css - do not change standard1.css */

html, body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0;
}

.western-background-dark
{
    background-color: #4f2683;
}

p {
    padding-right: inherit;
}

a:hover
{
    text-decoration: none;
}

a:link:hover
{
    text-decoration: underline;
}

#login-link
{    
    float: right;
    position: absolute;
    right: 5px;
}

#sso_menu
{
    float: right;
    position: absolute;
    right: 5px;    
}

img {
    display: inline;
}

a:link[target="_blank"]:after
{
    content: url(/css/open_new_window.png);
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
}

a:link[target="_blank"].noTargetIcon:after
{
    content: none;
}

a:hover[target="_blank"]:after
{
    text-decoration: none;
}

/* header overrides */
#header
{
    height: 126px;
}

#header img
{
    vertical-align: top;
}

#section_id {
    width: 580px;
    height: 44px;
    float: none;
}

#section_id img {
}

/* content overrides */
#doubleleftcol {
    width: 580px;
}

#menu {
    padding: 0px;
    margin-bottom: 0px;
    width: 580px;
    overflow: visible;
}

#menu ul {
    margin-left: 10px;
    text-align: left;
    list-style: none;
}

#menu ul li {
    font-size: 12px;
    display:inherit;
    line-height: 150%;
    margin-right: 5px;
    display: inline-block;
    position: relative;
}

#menu ul li:before {
    color: #fff;
    margin-right: 5px;
	content: "|";
	}

#menu ul li:first-child:before {
	content: "";
    margin: 0;
	}
    
#menu ul li .selected {
    color: #c0c0c0;
}

#menu ul li:hover {
    color: #c0c0c0;
}

#menu ul li:hover a {
    color: #c0c0c0;
}

#menu ul li ul {
    display: none;
    z-index: 1;
    position: absolute;
    margin-left: 0;
    border: 1px solid #4f2683;
    border-bottom-width: 0px;
    background-color: #fff;
    width: 144px;
    box-shadow: 0 2px 5px #888;
    -moz-box-shadow: 0 2px 5px #888;
    -webkit-box-shadow: 0 2px 5px #888;
    margin-left: 5px;
    padding: 0;
}

#menu ul li:first-child ul {
    margin-left: -5px;
}

#menu ul li:hover ul {
    display: block;
}


#menu ul li ul li {
    background: none repeat scroll 0 0 #FFF;
    border-bottom:  1px solid #4f2683;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    line-height: 15px;
    padding: 0px;
    width: 144px;
    white-space:pre-line;
}

#menu ul li ul li a {
    padding: 3px;
}

#menu ul li ul li:before {
    content: "";
    margin: 0;
}

#menu ul li ul li a {
    color: #4f2683;
    display: block;
}

#menu ul li ul li a:link {
    color: #4f2683;
}

#menu ul li ul li a:visited {
    color: #4f2683;
}

#menu ul li ul li a:active {
    color: #4f2683;
}

#menu ul li ul li a:hover, #menu ul li ul li:hover {
    color: #4f2683;
    background-color: #eee;
}

#menu ul li ul li a.selected {
    color: #000;
    background-color: #eee;
}

#menu_page {
    padding: 20px;
    margin-left: 20px;
}

#menu_page h1 {
    font-size: 25px;
}

#menu_page li {
    font-size: 16px;
}


#rightcol {
    width: 160px;
    overflow: visible;
}

#sidebar {
    width: 160px;
}

.nav_about_box {
    height: 14px;
    padding: 3px 0;
}

.nav_about_box a
{
    color: #fff;
}

#main_content
{
    width: 580px;
}

#main_content img
{
    max-width: 100%;
}

#main_content td img
{
    max-width: none;
}

#home_link {

    background-color: #4f2683;
    background-repeat: no-repeat;
    
    display: block;
    color: #fff;
    font-weight: bold;
    height: 18px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}



#sidebar hr {
    color: #cccccc;
    background-color: #cccccc;
    border: none;
    height: 1px;
}

#cse-search-box input.btn {
    border: 1px solid #666699;
    background-image: url("sso_template_button.gif");
    background-repeat: repeat-x;
    padding: 1px 3px;
    margin: 3px 0 0;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

#sidebar ul{
    border-width: 0;
    border-top: 1px solid #cccccc;
    padding: 0;
    margin-top: 10px;
}

#sidebar li {
    border-bottom: 1px solid #cccccc;
    background-color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 0px;
    position: relative;
}

#sidebar li a {
    padding: 3px;
}

#sidebar li:hover, #sidebar li .selected {
    color: #4f2683;
    background-color: #eee;
}

#sidebar li a:hover
{
    color: inherit;
    background-color: inherit;
}

#sidebar li a.selected {
    color: #000;
}


#sidebar li .flyout
{
    display: block;
    background-image:url("greyArrow.gif");
    background-repeat: no-repeat;
    background-position: 0 50%;
}
	
#sidebar ul li ul
{
    border: 1px solid #4f2683;
    display: none;
    position: absolute;
    top: -15px;
    right: 155px;
    width: 160px;
    z-index: 1;
    box-shadow: 0 2px 5px #888;
    -moz-box-shadow: 0 2px 5px #888;
    -webkit-box-shadow: 0 2px 5px #888;
}

#sidebar ul li ul li:last-child
{
    border:none;
}

#sidebar ul li:hover ul
{
    display: block;
}

#sidebar ul li ul li
{
    white-space:pre-line;
}

#robarts_link img
{
    padding: 8px;
}

#robarts_link:after
{
    content: none;
}

.general_items {
    background-color: #EEEEEE;
    border-bottom: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
    color: #000000;
    margin: 5px 0 3px;
    padding: 5px 0 3px;
    text-align: center;
}

#articles #leftcol
{
    width: 130px;
    margin-right: 10px;
    padding-right: 5px;
}

#articles #leftcol .selected
{
    font-weight: bold;
}

.article .pic
{
    float: left;
    padding: 0 5px 5px 0;
}

#articles .date, .article .date
{
    color: #808080;
    font-size: .8em;
    white-space:nowrap;
    padding-bottom: .5em;
}

p.articleLink
{
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.8em;
}

#articles #centercol
{
    width: 420px;
    overflow: hidden;
}

#articles #centercol img
{
    max-width: 100%;
}

#articles #centercol td img
{
    max-width: none;
}

#articles #centercol
{
    padding-top:10px;
}



#articles h1
{
    font-weight: 200;
    font-size: 18px;
    padding-bottom: .75em;
}

#articles .article h1
{
    padding-bottom: 0px;
    font-weight: 200;
    font-size: 16px;
}

.article h1
{
    
}

#articles .navPrev
{
    float: left;
    text-align: left;
}

#articles .navNext
{
    float: right;
    text-align: right;
}

.article
{
    clear:left;
    padding-bottom: 5px;
}

.article h2 a:link,
.article h2 a:visited,
.article h2 a:link:hover
{
    color: #4f2683;
    text-decoration: none;
    border-bottom: 1px dotted #bbb;
}

.article h2 a:link:hover,
.article h2 a:visited:hover
{
    border-bottom: 1px dotted #4f2683;
}

.article h2
{
    font-size: 14px;
    font-weight: normal;
}

#articles_list h2 a
{
    xcolor: #404040;
}

.article_content
{
    padding-top: 1em;
}


#articles_list
{
    margin-top: 10px;
    background-color: #fff;
}

#articles_list .article
{
    padding-left: 10px;
    padding-right: 10px;
}

#articles_list .items .summary
{
    margin-bottom: 5px;
    padding-bottom: 5px;
}



#articles_list hr
{
    width: 100%;
    height: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #fff;
    background-color: transparent;
    
}

.more_articles_link
{
    clear: both;   
    text-align: right;
    margin-right: 40px;
    font-size: 14px;
}

.more_articles_link a
{

}

.private_link {
    background-color: #F7F8B8;
}

#menu>ul>li>a:link.private_link,
#menu>ul>li>a:visited.private_link{
    color: #F7F8B8;
    background-color: transparent;
}

#menu>ul>li>a:hover.private_link{
    color: inherit;
}

.develop_link {
    background-color: #C9E3C6;
}

#menu>ul>li>a:link.develop_link,
#menu>ul>li>a:visited.develop_link{
    color: #C9E3C6;
    background-color: transparent;
}

#menu>ul>li>a:hover.develop_link{
    color: inherit;
}

.ip_range_link {
    background-color: #CCEEFF;
}

#menu li a:link.ip_range_link {
    color: #4f2683;
}

#menu>ul>li>a:link.ip_range_link,
#menu>ul>li>a:visited.ip_range_link{
    color: #CCEEFF;
    background-color: transparent;
}

#menu>ul>li>a:hover.ip_range_link{
    color: inherit;
}

#menu>ul>li>a:link.selected,
#menu>ul>li>a:visited.selected {
    color: #c0c0c0;
}

#banner_image {
    width: 580px;
    height: 256px;
    background-repeat: no-repeat;
}

#banner_image a{
    width: 580px;
    height: 256px;
    display: block;
}

#banner_image img{
    width: 580px;
    height: 256px;
}



#banner_image_selectors {
    right: 50px;
    top: -50px;    
    position: relative;   
    display: inherit;
    text-align: right;
}    


#banner_image_selectors {
    list-style-type: none;
    height: 22px;
}
#banner_image_selectors li {
    display: inline;
}


#banner_image_selectors li {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 18px;
    
    display:inline-block;
    margin-right: 5px;

    background-color: #82b;
    background: rgba(79, 38, 131, 0.8);
    border: 1px solid #4f2683;
    color: #fff;

    text-align: center;
    cursor: pointer;
    
    -moz-transition-property: all;
    -moz-transition-duration: 350ms;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
}

#banner_image_selectors li:hover
{
    opacity: 1;
    background-color: #4f2683;
    background: rgba(79, 38, 131, 1);
    border: 1px solid #000;
}

#banner_image_selectors li.selected
{
    opacity: 1;
    border: 1px solid #000;
    background-color: #4f2683;
    background: rgba(79, 38, 131, 1);
    -moz-box-shadow: 0px 1px 3px #222;
    -webkit-box-shadow: 0px 1px 3px #222;
    box-shadow: 0px 1px 3px #222;
}

#banner_image_selectors a.hidden
{
    display: none;
}

.file_size_cell
{
    text-align: right;
    
}

.grid-view table.items th a:hover,
.grid-view table.items th a,
.grid-view table.items th
{
    background-image: none;
    color: #4f2683;
}

.grid-view table.items tr.odd {
    background-color: #F6F0F9;
}

.grid-view table.items tr.even {
    background-color: #f8f8f8;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

h1.pageTitle {
    font-weight: normal;
    color: #c0c0c0;
    font-size: 26px;
    padding-top: 3px;
    padding-bottom: 9px;
    background-color: #4F2683;
    padding-left: 10px;
}

h1.pageTitle a {
    color: white;
    /* border-bottom: 1px dotted white; */
}

h1.pageTitle a:hover {
    color: #c0c0c0;
    /* border-bottom: 1px solid #4f2683; */
    text-decoration: none;
}

#q
{
    width: 120px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-appearance: none;
}
#q:focus
{
    outline: none;
}
#qError
{
    width: 120px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    -webkit-appearance: none;
}

#search-schulich
{
    width: 150px; 
    text-align: center;
    border: 1px solid #c0c0c0;
    margin: 4px;
}

#schulich-directory
{
    padding-left: 14px;
    padding-right: 10px;
    background: url(directory.gif) left top no-repeat;
}

#schulich-directoryx span
{
    display: inline-block;
    background: url(directory.gif) left center no-repeat;
    width: 19px;
    height: 20px;
}

input.search
{
    background-image: url(search.gif);
    width: 20px;
    height: 20px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
    margin: 0;
    padding: 0;
    
}

/* Pixel ratio of 2. Background-size is 1/2 = 50% (of a 200px image) */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	input.search { 
        background: url(search@2x.gif); 
        background-size: 20px 20px; 
    }
    
    #schulich-directory
    {
        background-image: url(directory@2x.gif);
        background-size: 11px 13px;
    }
}