/* Styles pour les programmes d'assistance de validation

-----------------------------------------------------------*/
/* RESET STYLE
PUT HERE ALL STYLE AND PROPERTIES FOR STYLE RESETING 
-----------------------------------------------------------*/
input {
margin:0px;
 }



-----------------------------------------------------------*/
/* CUSTOM
-----------------------------------------------------------*/


input[type=text], textarea, select,input[type=password] {
 width:220px;
 }
 
 input[type=submit]
{
    width:120px;
}
input[readonly]
{
    color:#ccc;
}


.formDescription
{
    color:Black;
}

.lblRequiredFieldDescription
{
    text-align:right;
     margin-right:6px;
}

.AllPage /* contains ALL dynamicform */
{
    width: 960px;
    background-color: #FFFFFF;
    margin: 20px auto 0px auto;
 /*   border: 1px solid #496077;*/
}

.titleConnexion
{
    color:rgb(75, 108, 158);
}

 .titleForm  /* dynamicForm Title */
 {
 	background-color:   rgb(75, 108, 158);
 	height          :   50px;
 	font-weight     :   700;
    margin          :   0px;
    padding         :   0px 0px 0px 0px;
    color           :   rgb(249, 249, 249);
    border          :   medium none;
    line-height     :   2em;
    font-size       :   2em;
    vertical-align  :   middle;
 }


.ContentPlaceHolder, .contentDataForm
{
    text-align:center;
}

.titleDescription,.descForm
{
    text-align: left;
    margin-left:6px;
    font-size:18px;
    font-weight:bold;
}

.subTitleDescription
{
    text-align: left;
        margin-left:6px;
}

div.ui-datepicker /* this is the calendar for datetime field */
{
    font-size:10px;
}



.infoSubscription
{
    margin-bottom:10px;
}

.labelSubscription, .labelMedia
{
    font-weight:bold;
}

/* BEGIN GENERIC SECTION -> dynamicform */
.double
{
    width:100%;
    padding-top:15px;
}

.tblCellLeft
{
    width:30%;
    text-align:right;
    float:left;
    text-align:right;
    
}
.tblCellRight
{
    width:60%;
    text-align:left;
}

/* END GENERIC-> dynamicform */



/* BEGIN MEDIA SECTION -> dynamicform */

.mediaSubscription
{
    margin-bottom :12px;
}


.tblCellLeftMedia
{
    width:480px;
    text-align:right;
}
.tblCellRightMedia
{
    width:480px;
    text-align:left;
}
.doubleMedia
{
    width:100%;
    text-align:left;
}
/* END */

 
 .SpanField
 {
	width: 100%;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	margin-right:25px;
 }
 .SpanSection
 {
     text-align:left;	
     width: 100%;
	font-weight: bold;
 }
 .tblCellSingle
 {
     text-align:left;	
     width: 100%;
 }
 
 
 .Separator
 {
     width : 100%;
     height:10px;
     margin-bottom:25px;
     margin-top : 25px;
     background-color:rgb(75, 108, 158);
 }
 
 
 /* Post Back popup windows */
    .progressTemplate
    {
    }

   
   #dvLoading
	{
	   background:#000 url(../pictures/loader.gif) no-repeat center center;
	   height: 100px;
	   width: 100px;
	   position: fixed;
	   z-index: 1000;
        left: 50%;
	   top: 50%;
	   margin: -25px 0 0 -25px;
	}

.ActionAgreament
{
    text-align:right;
    width:100%;
}
 
 
 /* COMPONENTS BUTTONS VALIDATE // DECONNECT -> DYNAMIC FORM*/
 .ActionButton
 {
     width:100%;
     text-align:ActionButton; 
 }
  .ActionItem
 {
     width:75px;
 }
 
 .RequiredField
 {
     color:Red;
    cursor: pointer;
 }
 
 .hlInscription
 {
     font-size:large;
     font-weight:bold;
     
 }
 
/* COMPONENTS
-----------------------------------------------------------*/ 
form {
	width: 100%;
}





/* DEFAULTS
----------------------------------------------------------*/
textarea 
{
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

body   
{
    background: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}



/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #FFFFFF;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    text-align:left;
    width:100%;
}


/* LOGIN PAGE */

.loginAction
{
}
.loginButton
{
    float:right
}

.linklostPassword
{
    float:left;
}

#formLogin
{
    width:25%;
    margin:auto;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}
#formLogin
{
    width:35%;
    margin:auto;
}
div.accountInfo
{
    width: 100%;
    text-align:left;
}
.LoginTitle
{
    font-size:3em;
    font-weight: bold;
    color:rgb(75, 108, 158);
}

.headerLogin
{

}

.legendLogin
{
    font-size:1.5em;
    font-weight: bold;
}

.descForm
{
   
}

.titleConnexion
{
    color:Black;
    font-size:2.5em;
}

#HeaderContent
{

}

.accountInfo
{
    width: 100%;
    text-align:left;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
}