﻿.no-nav
{
    height: 15px;
}


#content
{
     font-size:1.2em;
}

#content h1
{
	font-size: 1.8em;
	color: #22749e;
    padding-bottom: 15px;
	/*padding: 8px 0;*/
}

#content.fullwidth, html * #content.fullwidth
{
    background: url("images/mygphc-content-1-col-bg.gif") repeat-y top left !IMPORTANT;
}
#content, html * #content
{
    background: url("images/mygphc-content-2-col-bg.gif") repeat-y top left !IMPORTANT;
}


#content.fullwidth #main
{
	float: left;
	width: 910px;

}

/*#page-content{
	float: right;
	width: 628px;
	padding: 0 14px;
}*/


#main-nav, html * #main-nav
{
	float: left;
	width: 975px;
	background: url("images/mygphc-navigation-bg.gif") no-repeat bottom left;
}




.mygphc-form
{
    float: left;
    /*background: url("images/mygphc-form-top-bg.gif") no-repeat 0 0 #EAE8ED;*/
    margin: 0 0 20px 0;
}

.suppress-right .mygphc-form
{
    background: url("images/mygphc-form-wide-top-bg.gif") no-repeat 0 0 #EAE8ED;
}

.mygphc-form .gutter
{  
    float: left;
    padding: 25px;
    /*background: url("images/mygphc-form-bottom-bg.gif") no-repeat bottom left transparent;*/   
}

.suppress-right .mygphc-form .gutter
{
    background: url("images/mygphc-form-wide-bottom-bg.gif") no-repeat bottom left transparent;   
}

.mygphc-form .error
{
    float:left;
    width: 380px;
    margin-bottom: 5px;
}
.mygphc-form a.button-help
{
    float: left;
    display: block;
    padding: 10px 0 0 290px;
}
.mygphc-form p
{
    float: left;
    width: 500px;/*was 380*/
} 
.suppress-right .mygphc-form p,
.suppress-right .mygphc-form .error
{
    width: 580px;
    float: left;
}
.mygphc-form p span.detail
{
    float: left;
    padding: 3px 0 3px 12px;
}
.suppress-right .mygphc-form p span.detail
{
    width: 280px;
}
.mygphc-form p em
{
    color: #C31F13;
}
.mygphc-form p label
{
    float: left;
    width: 180px;
    padding: 2px;
    font-weight: bold;
    color: #2E6380; /*#22749e;#3B124F;*/
    text-align: right;
}

.suppress-right .mygphc-form p label
{
    width: 280px;
}

.mygphc-form p input, .mygphc-form p select, .mygphc-form p textarea
{
    float:right;
 /*   font-family:'Trebuchet MS',Helvetica,sans-serif;*/
    padding:2px;
    width:180px;
    text-align: left;
}
.suppress-right .mygphc-form p.checkboxfield input
{
    width: 10px;
    float: left;
    margin: 2px 0 0 10px;
    
}
.suppress-right .mygphc-form p input, .suppress-right .mygphc-form p select, .suppress-right .mygphc-form p textarea
{
    width: 280px;
}
.suppress-right .mygphc-form p.radioList span.formLabel
{
    float:left;
    text-align:right;
    width:280px;
    font-weight: bold;
}
.suppress-right .mygphc-form p.radioList span.formInput
{
    padding: 2px 0 0 15px;
    float: left;
    width: 280px;    
}
.suppress-right .mygphc-form p.radioList span.formInput input
{
    float: left;
    clear: left;
    text-align: left;
    width: 10px;
    margin: 2px 10px 0 0;
}
.suppress-right .mygphc-form p.radioList span.formInput label
{
    float: left;
    text-align: left;
    width: 250px;
    font-weight: normal;
}
 

.mygphc-form p .field-annotation
{
    clear: right;
    float: right;
    width: 200px;
    text-align: right;
}  
.suppress-right .mygphc-form p .field-annotation
{
    width: 280px;
}
 
.mygphc-form .button, .mygphc-form .details-button-small, .mygphc-form .details-button-wide
{
    float: right;
}

.mygphc-form .button,
.mygphc-form .details-button-small,
.mygphc-form .details-button-wide 
{
    width: 200px;
}
.suppress-right .mygphc-form .button,
.suppress-right .mygphc-form .details-button-small,
.suppress-right .mygphc-form .details-button-wide
{
    float: left;
        width: 580px;
}


/* Small Details button */
/*
.mygphc-form .details-button-small span{
    background:url("images/details-btn-small-bottom.gif") no-repeat scroll left bottom #3B124F;
    float:right;
    margin-top:10px;
    text-align:center;
    width:77px;
}
.mygphc-form .details-button-small span:hover{
    background:url("images/details-btn-small-bottom.gif") no-repeat scroll -77px 100% #2A093A;
}
.mygphc-form .details-button-small input.submit{
    background:url("images/details-btn-small-top.gif") no-repeat scroll 0 0 transparent;
    border:medium none;
    color:#FFFFFF;
    float:right;
    font-family:'Trebuchet MS',Helvetica,sans-serif;
    margin:0 0 0;
    padding:0;
    text-align:center;
    vertical-align:top;
    width:77px;
}
.mygphc-form .details-button-small span:hover input.submit{
    background:url("images/details-btn-small-top.gif") no-repeat scroll -77px 0 transparent;
}
*/

/* Wide Details Button */
/*
.mygphc-form .details-button-wide span{
    background:url("images/details-btn-wide-bottom.gif") no-repeat scroll left bottom #3B124F;
    float:right;
    margin-top:10px;
    text-align:center;
    width:140px;
}
.mygphc-form .details-button-wide span:hover{
    background:url("images/details-btn-wide-bottom.gif") no-repeat scroll -140px 100% #2A093A;
}
.mygphc-form .details-button-wide input.submit{
    background:url("images/details-btn-wide-top.gif") no-repeat scroll 0 0 transparent;
    border:medium none;
    color:#FFFFFF;
    float:right;
    font-family:'Trebuchet MS',Helvetica,sans-serif;
    margin:0 0 0;
    padding:0;
    text-align:center;
    vertical-align:top;
    width:140px;
}
.mygphc-form .details-button-wide span:hover input.submit{
    background:url("images/details-btn-wide-top.gif") no-repeat scroll -140px 0 transparent;
}
 */
 /* Sign-in Specific Classes */


#signin
{
    background: url("images/mygphc-signin-bg.jpg") repeat-y 0 0;
    float:left;
    
    width: 460px;
    margin: /*-7px*/0px 40px;
    

    margin-left:230px;
    /*fixes ie6 double margin bug */
    display:inline;
}
#signin-text
{
    float:left;
    display:block;
    width: 320px;
    margin: 70px 0 0 0;
}

/*.mygphc-form p
{
    line-height:1.2em;
}*/

#signin .mygphc-form
{
    /* signin form top background */
    background: url("images/mygphc-signin-top-bg.jpg") no-repeat top left scroll ;
    margin: 0px;
}
#signin .mygphc-form .gutter
{
    background: url("images/mygphc-signin-bottom-bg.jpg") no-repeat bottom left scroll transparent;
  
}
#signin .mygphc-form .error
{
    float:left;
    margin-bottom: 15px;
    font-weight:normal;font-size:12px;
}
#signin .mygphc-form .error ul
{
  width:400px; list-style: none;
}

#signin-text p, #signin-text ul
{
    margin: 0 0 8px 0;
}
#signin-text ul 
{
    list-style: url("images/bullet.gif");
    padding: 0 0 0 18px;
}
#signin a,#signin-text a
{
    color:#22749E;
}
#signin a:hover,#signin-text a:hover
{
    text-decoration: none;
}
#signin .mygphc-form a.button-help
{
    padding-left: 0;
}
#signin h2
{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}
#signin h3
{
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    display: block;
    width: 170px;
    text-align: right;
}
#signin h2,#signin h3
{
    float:left;
    color:#22749E;
}
 
#signin .mygphc-form .gutter
{  
    float: left;
     padding: 30px;
}

#signin .mygphc-form p
{
    float: left;
    width:  370px;
}

#signin .mygphc-form p label
{
    font-weight: normal;
    color: #000;
    width: 170px;
}
#signin .mygphc-form p input
{
    width:170px;
}
#signin .mygphc-form p
{
    margin-bottom: 10px;
}

/*
#signin .mygphc-form .button 
{
    width: 200px;
    float: right;
    margin-right: 30px;
}

 
#signin .mygphc-form .button span{
    background:url("images/signin-btn-bottom.gif") no-repeat scroll left bottom #22749E;
    float:right;
    margin-top:10px;
    text-align:center;
    width:70px;
}
#signin .mygphc-form .button span:hover{
    background:url("images/signin-btn-bottom.gif") no-repeat scroll -70px 100% #416C7E;
}
#signin .mygphc-form .submit{
    background:url("images/signin-btn-top.gif") no-repeat scroll 0 0 transparent;
    border:medium none;
    color:#FFFFFF;
    float:right;
    font-family:'Trebuchet MS',Helvetica,sans-serif;
    margin:0 0 0;
    padding:0;
    text-align:center;
    vertical-align:top;
    width:70px; cursor: pointer;
}
#signin .mygphc-form span:hover .submit{
    background:url("images/signin-btn-top.gif") no-repeat scroll -70px 0 transparent;
}


#signin .mygphc-form .button 
{
    width: 200px;
    float: right;
    margin-right: 30px;
}

*/





 