/************************************
 * Basic USC
 ************************************/

#monogram_bar {
    display: block;
    width: 100%;
    background: #990000;
    height: 115px;
	background-image: -webkit-gradient(
    	linear,
	    left bottom,
	    left top,
    	color-stop(0.15, #740000),
	    color-stop(0.70, #990000)
	);
	background-image: -moz-linear-gradient(
    	center bottom,
	    #740000 15%,
    	#990000 70%
	);
}

#usc_name {
    text-indent: -4000px;
    background: url("../images/usc-name-white-cardinal.gif") left top no-repeat;
    display: block;
    height: 42px;
}

#usc_monogram {
	display: block;
    float: right;
    width: 176px;
    height: 38px;
    text-indent: -4000px;
    background: url("../images/usc-shield-name-white.png") left top no-repeat;
    position: relative;
	top: 10px;
	right: 20px;    
}

#sitename {
    display:block;
    height:40px;
    width:800px;
    margin: 0 4px 0 8pt;	
    z-index: 1;
    position: relative;
    top: 50px;
    color: #FFCC00;
    font: bold xx-large Helvetica;
    text-decoration: none;
}

#main_section {
    display: block;
    position: relative;
    overflow: auto;
    background-color: #FFF;
    width: 760px;
    min-height: 620px;
    margin:  0 auto;
    padding: 0;	
    border-left: 1px solid #DCDAC9;
    border-right: 1px solid #DCDAC9;
    border-bottom: 1px solid #DCDAC9;
    text-align: center;

   	/** Shadow */
	-webkit-box-shadow: #DCDAC9 0px 0px 05px;
	-moz-box-shadow: #DCDAC9 0px 0px 5px;
	box-shadow: #DCDAC9 0px 0px 5px;	
    
	/** Curved corners */
	-webkit-border-bottom-right-radius: 8px;	
	-webkit-border-bottom-left-radius: 8px;	
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;    
}

#main_section_buffer {
   display: block;
   width: 720px;
   margin:  0 auto;	
}


#top_buffer {
    display: block;
    width: 100%;
    height: 70px;
}

#pageHeader {
    font-size: 20px;
}

/************************************
 * Choose IdP Form
 ************************************/
 
.chooseIdPInstructions {
	display: block;
    width: 60%;
    margin:  0 auto;
	text-align: left;
	border-bottom: 3px solid #898989;
	padding-top: 40px;
	font-size: 12px;
	padding-bottom: 3px;
}

#chooseIdPForm {
	display: block;
    /* width: 385px; */
	/* width: 100%; */
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
}

span.chooseIdpRemember {
	float:  right;
	font-size: 12px;
	color: #525252;
}

span.idpTextUsc {
	display: block;
	width: 350px;
	padding-top: 13px;
	font: bold 20px Helvetica;
	color: #990000;
}

#chooseIdPForm div.hrYellow { 
	float: left;
	width: 75%;
	height: 1px; 
	border: 0; 
	background-color: #FFCC00; 
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 70px;
	margin-bottom: 30px;
}

#chooseIdPForm .field {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 50px;
}

#chooseIdPForm .centeredField {
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	
}

#chooseIdPForm .field .input{
	float: left;
	width: 95px;
	text-align: right;
}

Button.idp {
	/* display: block; */
	/* margin-left: 1px; */
	background-color:transparent;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 0px;
}

Button.idp img {
	/* display: block; */
	margin-left: auto;
	margin-right: auto;
    /* border-width: 1px; */
    /* border-style: solid; */
}

#USCoAuthButton:hover {
	background-color: #F5F5F5;
}

#socialProviderText {
	display: block; 
	padding-top: 5px; 
	color: #313131; 
	font-size: 24px;
	font-weight: bold;
}
