@charset "utf-8";

/* MAIN LAYOUT */

* {
margin: 0;
}

/*:-moz-any-link:focus {
  outline: none;
}*/

body {
border: 0;
margin: 0;
padding: 0;
padding-top: 18px;

width:auto;

background: #fff;

overflow-x: hidden;
overflow-y: auto;
}
body.proxy {
padding-top: 34px;
}

/* LOGIN (https://careercentral.uwo.ca/) */

#wrapper {
width: 760px;
margin: 0 auto;
}
#wrapper #header {
margin-bottom: 0.75em;
}

#wrapper #wide, #wrapper #thin {
float: left;
}
#wrapper #wide dd {
width: 265px;
}
#wrapper form label {
cursor: pointer;
}

#wrapper #thin {
width: 315px;
border-left: 1px #ccc solid;
padding: 0 0 30px 20px;
}
#wrapper #thin p {
color: #333;
font-size: 13px;
font-weight: bold;
}
#wrapper #thin p img {
margin-right: 5px;
margin-bottom: -6px;
}
#wrapper #thin ul {
list-style-type: none;
padding-left: 29px;
margin-bottom: 1em;
}
#wrapper #thin ul li {
font-size: 11px;
margin-bottom: 2px;
}
#wrapper #thin a {
background: transparent url(/secure/images/signup_button.png) no-repeat 0 0;
display: block;
height: 60px;
width: 200px;
}
#wrapper #thin a:hover, #wrapper #thin a:focus {
background: transparent url(/secure/images/signup_button.png) no-repeat 0 -60px;
}
#wrapper #thin a:active {
background: transparent url(/secure/images/signup_button.png) no-repeat 0 -120px;
outline: none;
}
#wrapper h2.login {
/* for IE */
*width: 300px;
text-indent: -9999px;
background: transparent url(/secure/images/login.png) no-repeat 0 0;
height: 60px;
}
#wrapper #wide input[type=text], #wrapper input[type=password] {
width: 150px;
}
#wrapper .browser-tip {
padding-top: 50px;
}

/* /signup/ btw */

#wrapper h2.signup {
text-indent: -9999px;
background: transparent url(/secure/images/signup.png) no-repeat 0 0;
height: 60px;
}
#wrapper h2.tos {
text-indent: -9999px;
background: transparent url(/secure/images/terms_of_service.png) no-repeat 0 0;
height: 60px;
}

/* PROXY BAR */

#proxy {
background: transparent url(/secure/images/proxy_bg.png) repeat-x 0 0;
width: 100%;
position: fixed;
top: 0;
left: 0;
display: none;
height: 150px;
z-index: 9999;
font-size: 12px;
}

#proxy-handle {

}

#proxy-submit {
display: none;
}

#proxy form div {
padding-top: 24px;
float: left;
min-width: 150px;
margin-right: 20px;
}

#proxy p {
font-variant: small-caps;
font-size: 12px;
margin-bottom: 0;
}

#proxy .close {
position: absolute;
top: 24px;
right: 0px;
}

#proxy .loading, #proxy .proxy-submit, #proxy .new-search {
padding-top: 40px;
}
#proxy #proxy-submit {
margin-left: 20px;
}
#proxy #send-search {
margin-left: 10px;
}

.proxy-student-view a {
position: relative;
top: 3px;
}

#proxy .close {
display: block;
padding-left: 20px;
background: transparent url(/secure/images/icons/sort_asc.png) no-repeat -3px 0;
}

#proxy-account {
z-index: 9997;
position: fixed;
font-size: 11px;
top: 0px;
left: 0px;
width: 100%;
height: 40px;
background: transparent url(/secure/images/proxy_account_bg.png) fixed repeat-x 0 0;
}

#proxy-handle.release {
margin-top: 18px;
cursor: pointer;
}
#proxy-account p {
margin-top: 18px;
margin-left: 2px;
padding-left: 20px;
float: left;
}
#proxy-account p.user {
background: transparent url(/secure/images/icons/group.png) no-repeat 1px 0;
}
#proxy-account p.employer {
background: transparent url(/secure/images/icons/building.png) no-repeat 1px 0;
}

/* DIVS */

#index {
background: transparent url(/secure/images/header_bg.png) no-repeat 0 0;
height: 70px;
}

#index .alpha {
width: 710px;
}
#index .omega {
width: 230px;
}

#headerWS {
/* Default */
background-color: #fff/*  url(../images/layout/ws.png) no-repeat 4px 0 */;
font-family:"Times New Roman", Times, serif;
font-size:36px;
color:#6850a3;
height: 50px;
}


#header {
/* Default */
background: #fff url(../images/layout/ccJC.png) no-repeat 4px 0;
/* Halloween!
background-image: url(../images/layout/ccHalloween.gif);*/
/* Holidays!
background-image: url(../images/layout/ccHolidays.gif);*/
font-family:"Times New Roman", Times, serif;
font-size:36px;
color:#6850a3;
height: 50px;
}
#header p {
text-indent: -9999px;
margin-bottom: 10px;
}
#header p a {
display: block;
width: 400px;
outline: none;
}
#header p a:active {
outline: none;
}

#container {
padding-bottom: 2em;
padding-top: 8px;
margin: 0;
}

#content #container.omega {
margin: 0;
width: 810px;
}

#footer {
padding: 50px 15px 0 15px;
background: #fff url(/secure/images/thead.gif) repeat-x 0 -20px;
border-top: 1px solid #735da9;
z-index:2;
clear: both;
}
#footer div {
width: 200px;
}
#footer div.fr {
text-align: right;
}
#footer p {
margin: 0;
padding-bottom: 1em;
}

#release {
position: absolute;
top: 1px;
left: 1px;
font-size: 65%;
}
#release a {
display: block;
}

#status-loading {
text-align: center;
padding-top: 75px;
background-color: transparent;
}
#status-loading h2 {
color: #000;
}

/* general rules */

a img {
border: 0;
}

textarea, select, option {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

div.pagewidth {
width: 880px;
}
div.tiny {
width: 100px;
}

div.notice, div.error, div.success, div.info {
padding: 12px 16px 12px 32px;
border-width: 0 1px 1px 0;
border-style: solid;
margin: 1em 0 0.5em 0;
min-height: 1px;
width: auto;
clear: both;
}
div.notice p:last-child, div.error p:last-child, div.success p:last-child, div.info p:last-child {
margin-bottom: 0;
}

div.notice {
background: #f6eaae url(/secure/images/icons/error.png) no-repeat 8px 12px;
border-color: #d5d3b6;
}
div.success {
background: #c8ffb8 url(/secure/images/icons/accept.png) no-repeat 8px 12px;
border-color: #b9d5b6;
}
div.error {
background: #eac8c8 url(/secure/images/icons/exclamation.png) no-repeat 8px 12px;
border-color: #d5b6b6;
}
div.info {
background: #d3e0eb url(/secure/images/icons/help.png) no-repeat 8px 12px;
border-color: #c1ccd6;
}

.niceform {
padding-top: 22px;
}

dl {
color: #333;
font-size: 12px;
}

dl.heading dt, dl.heading dd {
font-weight: normal;
border-bottom: 1px #ccc solid;
text-align: left;
}

dt {
clear: both;
float: left;
text-align: right;
width: 135px;
padding: 4px 4px 2px 0;
margin: 0 6px 4px 0;
font-weight: bold;
line-height: 15px;
}
dt.short {
width: 70px;
}
dd {
float: left;
width: 230px;
padding: 4px 0 2px 0;
margin-left: 10px;
line-height: 15px;
margin-bottom: 4px;
*width: 205px;
}
dd.wide {
width: 655px;
*width: 630px;
}
dd.wider {
width: 325px;
*width: 300px;
}
dd.thin {
width: 150px;
*width: 125px;
}
#wrapper dd.wide, table dd.wide {
width: 600px;
*width: 575px;
}
dd.wide p:last-child {
margin-bottom: 0;
}
dd p:first-child {
position: relative;
top: -1px;
}
/* simulate a dd */
div.dd {
clear: both;
margin-left: 155px;
margin-top: 5px;
color: #333;
font-size: 12px;
}

.left dd, .right dd {
width: 200px;
}

div.left, div.right, .tagGroup {
float: left;
width: 385px;
margin: 10px 15px 0 0;
position: relative;
}
.left h2, .right h2 {
width: 430px;
}
.right {
margin-right: 0;
}
div.right {
margin-right: 0;
}

/* various classes */

a.external {
padding-right: 14px;
background: transparent url(/secure/images/external.png) no-repeat center right;
}

.bg-yellow {
background-color: #f6eaae;
}
.bg-green {
background-color: #c8ffb8;
}
.bg-red {
background-color: #eac8c8;
}
.bg-blue {
background-color: #d3e0eb;
}


.al {text-align: left;}
.ar {text-align: right;}
.ac {text-align: center;}

.vam {vertical-align: middle;}
.vat {vertical-align: top;}
.vab {vertical-align: bottom;}

.fl {float: left;}
.fr {float: right;}

.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}
br.cb {height: 0;}

button.no-pad {
padding: 0;
border-width: 1px;
}
.pad {
margin-left: 1em;
}
.pad-top {
margin-top: 1em;
}

div.center {
margin: 0 auto;
text-align: center;
}
.center table {
margin: 0 auto;
}

img.icon {
margin: 0 1px -3px 0;
}
img.icon.4px {
margin: 0 1px -4px 0;
}

.fullcell th a {
color: #fff;
display: block;
width: auto;
}
.fullcell a {
display: block;
width: auto;
height: inherit;
}

.hidden {
display: none;
}

.nowrap { /* useful for table cells when you don't want wrapped content */
white-space: nowrap;
}

.blur {
outline: none;
-moz-outline-style: none;
}

/* toggling */

.toggle {
padding-left: 20px;
cursor: pointer;
}
.show {
background: transparent url(/secure/images/icons/plus.png) no-repeat center left;
}
.hide {
background: transparent url(/secure/images/icons/minus.png) no-repeat center left;
}

/* tags - frontend display */

.tags.content {
display:none;
}
.tag {
font-weight: bold;
margin-bottom: 0;
font-size: 12px;
text-transform: lowercase;
font-variant: small-caps;
}