﻿/*Search results (Blocks)*/
    .resultsbox{
        border:2px solid #659F9B;
        padding:2px;
        margin:10px auto;
        width:315px;
    }
    
    .resultsBox dl 
    {
        /*Note: Padding does not work through this*/
        padding: 40px;
        
        margin: 5px;
    }
    
    /*Result Heading*/
    .resultsbox dt{
        margin: 0;
        padding: 5px;
        font-weight:bold;
        background-color: #280192;
    }
    .resultsbox dt a, .resultsbox dt a:visited
    {
        text-decoration: none;

    }
    .resultsbox dt a:hover, .resultsbox dt a:visited {
        text-decoration: underline;
    }

    /*Item Headings*/
    .resultsbox dd span{
        font-weight:bold;
    }
    /*Items*/
    .resultsbox dd{
        margin:1px 0px ;
        padding: 1px;
        background-color:#E7E6F3;
        color:#333333;
        text-decoration:none;
    }
    .resultsbox dd.detailsArea {
        background: none;
    }

/*Search results (Tables)*/

/*Results Navigation Bar*/
.navigationBox
{
    margin: 4px;
    padding:4px;
}

/*Forms*/
    .bluebox2{
        background-color: #fff;
        padding: 2px;
    }
 .fieldset-c
 {
    border:0px;
 }

.contentCol2{
	width:388px;
	float:left;
    padding-left:6px;
	}	
 
/*Job details box*/
    .jobdetailsbox{
    padding:0px 10px 10px 10px;
    width:90%;
    }
     .jobdetailsbox dl{
    padding:0;
    margin: 0;
    }
    .jobdetailsbox dt{
    margin:0;
    padding:10px;
    font-weight:bold;
    background-color:#E0E1E2;
    color:#000000;
    }
     .jobdetailsbox dd{
    margin:1px 0 0 0;
    padding:7px 10px 7px 10px;
    background-color:#DFEDF3;
    color:#333333;
    text-decoration:none;
    }
     .jobdetailsbox dd span{
    font-weight:bold;
    }
    .jobdetailsbox p{
    margin:5px 5px 5px 10px;
    }

/*Job Details Page*/
    .sidecontainer{
    margin:0;
    padding: 0 0 0 0;
    background-color:transparent;
    }

    .sidecontainer .textwrap-side{
	float: left;
	padding:0 0 12px 6px;
    margin:0 0 25px 6px;
    height:1%;
    }
    /*Boxes and Heading side col*/
    .sidecontainer .img-placement1{
    width:64px;
    padding:2px 0 25px 0;
    }
    .sidecontainer .img-placement2{
	float: left;
    padding:2px 0 5px 5px;
    width:64px;
    }
	
	.sidecontainer .Attachment {
		clear: both;
	}

    .sidecontainer dd 
    {
        clear: both;
    }

    div.spacer{
    clear:left;
    }
/*Spacer with line*/
    div.spacer-line{
    clear:left;
    border-bottom:2px dotted #6666CC;
    margin:5px 0 10px 0;
    }
    
.profile{
    background-color:#FBFBFB;
    border:1px solid #EDEDED;
    margin:2px 5px 2px 0;
    padding:5px 0 8px 10px;
    width: 370px;
    border-top:solid 1px #B30041;
}

/********* Page Specific Styles ***************/
/*Content Area*/
    .MainContentArea 
    {
        padding: 10px;
        border: none;
        margin: 5px 0px 5px 5px;
    }

    .jobdetailsPage .MainContentArea 
    {
        padding: 10px;
        border: none;
        margin: 5px;
    }
    
    .indexPage .MainContentArea 
    {
        padding: 10px;
        border: none;
        margin: 5px;
    }
    
    .talentpoolPage .MainContentArea 
    {
        width: 570px;
        padding: 10px;
        border: none;
        margin: 5px;
    }

/**********************************************/

.Error 
{
    color: Red;
}

.AdminView 
{
    color: Black;
    border: 1px solid #CFCFCF;
    background-color: #F7F7F7;
}

.AdminView .title 
{
    float: right;
    background-color: White;
    font-weight: bolder;
}

a.outer 
{
    text-decoration: none;
}

.ModeSwitch 
{
    border: 1px solid #CFCFCF;
    background-color: #F7F7F7;padding: 5px; padding-top: 0px; margin: 5px;
    float: left;
    clear: left;
}

.ModeSwitch h4
{
    font-size: 14px;
    color: #8F8F8F;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.button
{
    			padding: 4px 6px;
			text-decoration: none;
			background: #F8DAE6;
			border: 1px solid #B30041;
			color: #333;
}

label
{
    margin-left:5px;
}

#PasswordArea input
{
    margin-left:5px;
}

.bluebox2
{
    background-color:#FBFBFB;
    border:1px solid #EDEDED;
    margin:2px 5px 2px 0;
    padding:5px 0 8px 10px;
    width: 370px;
}

		.bluebox2 h3 {
			font-size: 1.2em;
			color: #333;
			padding-bottom: 0.5em;
			border-bottom: 1px solid #B30041;
			width:98%;
		}
		
		#LoggedInArea
		{
		    margin:5px 5px 5px -5px;
		}
		

		
		h2
		{
			color: #333;
			padding-bottom: 0.5em;
			border-bottom: 1px solid #B30041;
			width:98%;
		}
		
		div.profile h2
		{
		    border-bottom-width:0px;
		}
		
		.resultsbox
		{
    background-color:#FBFBFB;
    border:1px solid #EDEDED;
    margin:2px 5px 2px 0;
    padding:5px 0 8px 10px;
    width: 370px;
		}
		
		.resultsbox dt
		{
		    background-color:White;
		    color: #333;
			padding-bottom: 0.5em;
			border-bottom: 1px solid #B30041;
			width:95%;
		}
		
		.resultsbox dd
		{
		    background-color:White;
		    color: #333;
			padding-bottom: 0.5em;
			padding:3px 0px 3px 0px;
		}
		
		.resultsbox dt a
		{
		    color:#333;
		}	
		
		.forms input
		{
		    padding:2px;
		}
		
		.button
        {
    		padding: 4px 6px;
			text-decoration: none;
			background: #F8DAE6;
			border: 1px solid #B30041;
			color: #333;
			cursor:pointer;
        }

.textarea
{
    width:340px;
    height:100px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1em;
    padding:2px;
}
fieldset
{
    border:0px;
}

.filterquestion p
{
    		    background-color:White;
		    color: #333;
			padding-bottom: 0.5em;
			border-bottom: 1px solid #B30041;
			width:98%;
}

.Attachment li
{
    list-style-image:URL('../images/icon_images/attachmentsmall.gif');
    padding:0px;
    margin:0px;
}

.AttachmentList
{
    padding:0px;
    margin:5px 0px 0px 20px;
}


.loginPage input
{
    margin-top:6px;
}

/*Added by Sam so that they won't show on page 6 of app form when not in print mode */
p.breakhere
{
    display:none;
}

/* headings on the jobs by email page, border moved to be above the text */
.h2JBE
{
    border-top:solid 1px #B30042;
    border-bottom-width:0px;
    padding-top:5px;
}

/* Job list, job titles always underlined */
div.resultsbox dl.resultsinnerlist dt.TitleLinkElement a
{
    text-decoration:underline;
}

/* Try to style buttons to look like links */
.wrapper table td p
{
    overflow: hidden;
    width: 340px;
}

.sidecontainer
{
    width: 133px;
    overflow:hidden;
}

.ConvertedLinkButton1
{
    background-color: Transparent;
    border-width:0px;
    margin: 1px 0px 0px;
    padding:1px 0px 0px;
    color:#000000; /* Change this to same as <A> tags */
    font-family: Verdana,Arial,Helvetica,sans-serif;
    cursor:pointer;
    font-size:1em;
    text-align:left;
    width: auto;
    height: 1.5em;
    text-align:left;
    border-bottom: solid 1px #000000;
}

* html .ConvertedLinkButton1
{
    text-decoration: underline;
    border-bottom: none 0px transparent;
}

.ButtonBreadCrumb
{
    background-color: Transparent;
    border-width:0px;
    margin: 1px 0px 0px;
    padding:1px 0px 0px;
    color:#333333; /* Change this to same as <A> tags */
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight:bold;
    font-size:1em;
    width: auto;
    height: 1.5em;
    border-bottom: solid 1px #333333;
}

input.ButtonBreadCrumb:hover
{
    color: #B30041;
    border-bottom: solid 1px #B30041;
}

span.ButtonBreadCrumb
{
    cursor: text;
    border-bottom: none 0px Transparent;
}

input.addlink
{
    cursor: pointer;
}

