/* ----------------------------------------
Main Layout & Structure ----- */
* {
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

body {
	text-align:left;
	margin:0;
	padding:0;
	background-color:#000000;
    font-size: 12px;
}

#wrapper {
	display:block;
	background-color:#000000;
	width:950px;
	margin:0px auto;
	padding:0;
	border:0;
	text-align:center;
}

.center {
	text-align: left;
}

.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.center table td { 
	margin:0;
	text-align:left;
    font-size: 12px;
}


/* ----- HEADER ----- */
#header { /*for IE*/
	width:950px;
	height:60px;
	position:relative;
	text-align:left;
}

	#header div { /*for IE*/
		position:absolute;
		top:50%;
	}
/*
	#header>div {
		display:table-cell;
		vertical-align:middle;
		position:static;
	}
*/
	#header div div {
		position:relative;
		top:-50%;
	}



/* ----- MAIN BODY CONTAINER ----- */
#container {
	display:block;
	width:950px;
	margin:0px auto;
}

	#container .blue {
		background-color:#85cebc;
	}

	#container .orange {
		background-color:#f68f1e;
	}

	#container .green {
		background-color:#9fcf67;
	}

	#container .pink {
		background-color:#ec008c;
	}

/*
Connect - Blue  	#85cebc
Messages - Orange	#f68f1e
Careers - Green 	#9fcf67
Links - Pink		#ec008c
*/


/* ----- FOOTER ----- */
#footers {
	clear: both;
	vertical-align:middle;
	font-size:12px;
	color:#666666;
	background-color:#000000;
}
#footers td {
	text-align:center;
}


	#footers a {
		color:#72bf18;
	}
	
	#footers a:hover {
		color:#ff9933;
	}
.register {
	color:#9fcf67;
	font-size:12px;
	font-weight:bold;
}


/* ----------------------------------------
Fonts, A href, Forms, Basic Elements ----- */
/*Main Links*/
a {
	color:#ec008c;
	text-decoration:none;
}

a:link {
	color:#ec008c;
	text-decoration:none;
}

a:active {
	color:#ec008c;
	text-decoration:none;
}

a:visited {
	color:#ffcc00;
	text-decoration:none;
}

a:hover {
	color:#ff9900;
	text-decoration:underline;
}


/*Green Title*/
.displayName {
	color:#147b62;
	font-size:20px;
	padding:10px 0;
	text-transform:uppercase;
	text-align:left;
}
/*Orange Page Title*/
.displayTitle {
	color:#f68f1e;
	font-size:18px;
	padding:10px 0;
	text-transform:uppercase;
	text-align:left;
}
/*Dark Orange Page Title*/
.dsTitle {
	color:#cc6600;
	font-size:20px;
	font-weight:normal;
	padding:10px 0 10px 10px;
	text-transform:uppercase;
	text-align:left;
}


/*Pink Form Text*/
.pinkText {
    color:#ec008c;
    font-size:12px;
    font-weight:bold;
}

.pink a:visited, a:link, a:active {
	color:#ec008c;
	text-decoration:none;
	background-color:transparent;
}

.pink a:hover {
	color:#ffffff;
	text-decoration:underline;
	background-color:transparent;
}

.btn-align {
	position:absolute;	
}

.date {
	width:65px;
}

p {font-size:12px;}

select {font-size:12px;}

img {border:0px;}

.imgalign {position:absolute}

.tip {
	font-size:22px;
	font-weight:bold;
	color:#9fcf67;
}

.org {
	font-size:16px;
	color:#ff9900;
	background-color:transparent;
}

.blackbig {
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

	.blackbig span {
		font-size:18px;
		font-weight:bold;
		color:#000000;
	}

.blacktitle16 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.blacktitle {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.subtitle {
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	color:#3399cc;
}

.bluetitle {
	font-size:14px;
	font-weight:bold;
	color:#002f56;
}

.whitetitle {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

.whtBldCap {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
}
.wht {
	font-size:11px;
	color:#ffffff;
}

.redtitle {
	font-size:16px;
	font-weight:bold;
	color:#b50005;
}

.greentitle {
	color:#147b62;
	font-size:20px;
	padding:10px 0;
}

.DrkGreen {
	color:#357260;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
}

.orange16 {
	color:#f68f1e;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

.login {
	font-size:11px;
	color:#ffffff;
}

	.login a{
		text-decoration:underline;
		color:#ffffff;
	}
	
	.login a:hover {
		color:#ff9933;
	}

.px12 {
	font-size:12px;
}

.px12bold {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.px11 {
	font-size:11px;
}
	.px11 span {
		font-size:11px;
	}

.px11bold {
	font-size:11px;
	font-weight:bold;
}
	.px11boldBlue {
		font-size:11px;
		font-weight:bold;
		color:#85cebc;
	}
	.px11boldOrange {
		font-size:11px;
		font-weight:bold;
		color:#f68f1e;
	}
	.px11boldGreen {
		font-size:11px;
		font-weight:bold;
		color:#9fcf67
	}


.ctrl {
	font-size:11px;
	color:#999999;
}

.ctrl div {
	font-size:11px;
	color:#999999;
}

/* Top & Bottom Spacing for Tables */
table.tblPad {
	/*Nothing*/
}

	table.tblPad td {
		padding-top:5px;
		padding-bottom:5px;
	}


/* ----------------------------------------
Edit Control Section ----- */

#EditControl-wh {
	text-align:left;
	background-color:#000000;
	color:#ffffff;
	}

	#EditControl-wh table {
		text-align:left;
		}

		#EditControl-wh td {
			text-align:left;
			}
	
		#EditControl-wh table td {
			text-align:left;
			}

	#EditControl-wh a {
	      text-decoration:underline;
	      color:#ffffff;
	      }
	
	#EditControl-wh a:hover {
	      text-decoration:underline;
	      color:#ff9900;
	      }

/* ----------------------------------------
Background and Corner Sections ----- */

/*----- Blue Box w/rounded Corners (Mini) -----*/
.roundcont {
	width: 100%;
	background-color: #daf0eb;
	color: #000000;
}

.roundtop { 
	background: url('/_layouts/images/jpmc/Corners/mini/mini-blue-topright.gif') no-repeat top right; 
}

.roundbottom {
	background: url('/_layouts/images/jpmc/Corners/mini/mini-blue-botright.gif') no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*----- Login Registration Mini Box w/rounded Corners -----*/
.roundcontBlk {
	width: 100%;
	background-color: #6cc2ab;
	color: #000000;
}

.roundtopBlk { 
	background: url('/_layouts/images/jpmc/Corners/mini/mini-dot-topright.gif') no-repeat top right; 
}

.roundbottomBlk {
	background: url('/_layouts/images/jpmc/Corners/mini/mini-dot-botright.gif') no-repeat top right; 
}

img.cornerBlk {
   width: 20px;
   height: 20px;
   border: none;
   display: block !important;
}

/* Loading text in the center of the page */
.process  {
	position:absolute;
	top:50%;
	left:50%;
	width:120px;
	height:40px;
	background-color:#ec008c;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	z-index:30;
}


/* ----------------------------------------
Student Dashboard ----- */
div.studentfindjobs
{
	background-image: url("/_layouts/images/jpmc/Backgrounds/bluedot_299x432.gif");
	background-repeat: no-repeat;
	width:299px;
	height:432px;
}
div.studentyourprofile
{
	background-image: url("/_layouts/images/jpmc/Backgrounds/bluedot_569x465.gif");
	background-repeat: no-repeat;
	width:580px;
	height:465px;
	vertical-align:top;
}
div.studentsearchresults
{
	background-image: url("/_layouts/images/jpmc/Backgrounds/bluedot_885x175.gif");
	background-repeat: no-repeat;
	width:885px;
	height:175px;
}

/* ----------------------------------------
Forms Formatting Section ----- */
.fmTitle {
    text-align:right;
    font-size:11px;
    font-weight:bold;
}
    .fmTitle div {
        text-align:right;
        vertical-align:top;
    }
.fmContent {
    text-align:left;
    vertical-align:top;
    font-size:12px;
    font-weight:normal;
}
    .fmContent div {
        text-align:left;
        vertical-align:top;
	padding:0;
	margin:0;
    }

    .fmContent table {
        text-align:left;
        vertical-align:top;
	padding:0;
	margin:0;
    }


.SalonMenu {
	color:#00000;
	background-color:#eeeeee;
	border:1px solid #666666;
	font-size:11px;
	cursor:pointer;
	height:300px;
	overflow:auto;
}


.SalonMenu li:hover {
	background-color:#cccccc;
}


/* ----------------------------------------
FILE INPUT Browse button Cover Up ----- */
.pos {
	position:absolute;
}

.message{
	color:#ec008c;
	text-decoration:none;
}

.message:hover {
	color:#000000;
	cursor:pointer;
	background-color:#ecf5e2;
	
}
/* ----------------------------------------
CORE.CSS Overwrites ----- */

	/* Overwrite for the Edit Mode Button Bg - was white now gray */
		.ms-consoleqaback td{
			background-image:url("/_layouts/images/qarsgrd-gray.gif");
		}


/* Overwrite for all <A HREF> Links and Hovers in a Web Part - which is pretty much all of them */
		.ms-WPBody A:link,.ms-WPBody A:visited
		{
			color:#ec008c;
			text-decoration:none;
		}
		.ms-WPBody A:hover
		{
			color:#f68f1e;
			text-decoration:underline;
		}

.ms-consolestatus {
	text-align:left;
}
	

