﻿dl.contacts dt {
    margin-left: 0;
}

dl.info {
    padding: 0;
}

dl.info dt {
    float: left;
    clear: left;
    text-align: left;
    margin-right: .5em;
    font-weight: bold;
    width: 5.7em;
}

dl.info dt:after {
    content: ": ";
}

dl.info dd {
    margin: 0 0 2px 6.2em;
}
        
/* column container */
.colmask 
{
    position:relative;	/* This fixes the IE7 overflow hidden */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
    overflow:hidden;	/* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
    float:left;
    width:100%;			/* width of page */
    position:relative;
}

.col1,
.col2,
.col3 
 {
    float:left;
    position:relative;
    padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
			               only padding top and bottom is included here, make it whatever value you need */
    
}

.col1,
.col2 {
    overflow:hidden;
}

.col3 {
    overflow:visible;
}

/* 3 Column settings */
.threecol {
    background:#fff;	/* background colour */
}

.threecol .colmid {
    right:28%;			/* width of the right column w/ padding */
}

.threecol .colleft {
    right:36%;			/* width of the middle column w/ padding */
}

.threecol .col1 {
    width:32%;			/* width of center column content (column width minus padding on both sides) */
    left:102%;			/* 100% plus left padding of center column */
}

.threecol .col2 {
    width:32%;			/* Width of left column content (column width minus padding on both sides) */
    left:34%;			/* width of (right column w/ padding) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
    width:24%;			/* Width of right column content (column width minus padding on either side) */
    left:74%;			/* Please make note of the brackets here:
			            (100% - left column width w/ padding) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* Start Login */
#login {
    width: 19em;
    margin-bottom:30px;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
}

#login legend {
    font-weight: bold;
    margin-left: 20px;
}

#login #loginContainer {
    padding: 20px;
}

#login #usernameContainer {
    margin-bottom: 20px;
}

#login #recoverCredentialsContainer,
#login #passwordContainer {
    margin-bottom: 10px;
}

#login input[type="text"],
#login input[type="password"],
#login input[type="submit"]
{
    width:100%;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#login input[type="text"],
#login input[type="password"]
{
    padding: 4px;
}

#login input[type="submit"] 
{
    padding: 5px;
}

#login label {
    display: block;
}

.RadToolTip .rtContent ul {
    padding: 0 0 0 15px;
}

/* End Login */

.home-subject-heading {
    padding-left: 21px;
}

h3 {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #f7f7f7 !important;
    padding: 2px;
}

.RadDataPager {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

#yourMessagesContainer h3 {
    background: url('/Images/mail.png?2') 2px 0px no-repeat;
}

#alertsContainer h3 {
    background: url('/Images/sign_warning.png?2') 2px 0 no-repeat;
}

#contactsContainer h3 {
    background: url('/Images/users.png?2') 2px 1px no-repeat;
}

#newsContainer h3 {
    background: url('/Images/newspaper.png?2') 2px 0 no-repeat;
}

#quickLinksContainer h3 {
    background: url('/Images/link.png?2') 2px 1px no-repeat;
}

#cycleContainer h3 {
    background: url('/Images/date_time.png?2') 2px 1px no-repeat;
}

.can-enter-nominations {
    background-color: green;
}

.no-nomination-entry {
    background-color: red;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.cycle-schedule {
    margin-bottom: 20px;   
}

.cycle-schedule th,
.cycle-schedule td {
    white-space: nowrap;
    width: 5.5em;
}

.sso-container {
    display: inline;
}
