﻿/* DEFAULTS
----------------------------------------------------------*/

body
{

    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: #FFAA10;
}

a:hover
{
    color: #FFAA10;
    text-decoration: none;
}

a:active
{
    color:#FFAA10;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* PARAGRAPHS  
----------------------------------------------------------*/
p
{
    color:White
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: black;
    font-variant: normal;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* 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
{
    
    min-width: 960px;
    min-height: 750px;
    background-color: white;
    margin: 0px auto 0px auto;
    border: 1px solid #000000;

 /* IE10 Consumer Preview */ 
/*background-image: -ms-radial-gradient(left top, ellipse farthest-corner, #000000 0%, #0C6DAE 10%, #000000 30%, #020445 100%);*/

/* Mozilla Firefox */ 
/*background-image: -moz-radial-gradient(left top, ellipse farthest-corner, #000000 0%, #0C6DAE 10%, #000000 30%, #020445 100%);*/

/* Opera */ 
/*background-image: -o-radial-gradient(left top, ellipse farthest-corner, #000000 0%, #0C6DAE 10%, #000000 30%, #020445 100%);*/

/* Webkit (Safari/Chrome 10) */ 
/*background-image: -webkit-gradient(radial, left top, 0, left top, 1362, color-stop(0, #000000), color-stop(0.1, #0C6DAE), color-stop(0.3, #000000), color-stop(1, #020445));*/

/* Webkit (Chrome 11+) */ 
/*background-image: -webkit-radial-gradient(left top, ellipse farthest-corner, #000000 0%, #0C6DAE 10%, #000000 30%, #020445 100%);*/

/* W3C Markup, IE10 Release Preview */ 
/*background-image: radial-gradient(ellipse farthest-corner at left top, #000000 0%, #0C6DAE 10%, #000000 30%, #020445 100%);*/
 }

.header
{
    margin: 0px;
    padding: 0px;
    background: white;
    width: 100%;
}

.menu
{
    margin: 0px;
    padding: 5px;
    background: white;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: black;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

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;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 700px;
    margin: 20px auto 0px auto;
}

.PassWordRecoveryInfo
{
       width: 400px;
    margin: 80px auto 0px auto; 
}

.PasswordRecovery
{
    color: red;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.MasterPageRadMenu
{
    float:left;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 5px;
    color: black;
}

.LogInRadButton
{
    color:  black !important;
    font-size: larger !important;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* HomePage  
----------------------------------------------------------*/
.HomeDiv
{
    clear: left;
    width: 100%;
    margin: 10px auto 0px auto;
}

.HomeTopDiv
{
    text-align:center;
}

.HomeEuroImage
{
    margin-top: 30px;
    height:90px;
}

.TextFirstDiv
{
    width: 620px;
    margin: 30px auto 0px auto;
    text-align: center;
}

.TextFirstDiv .Large
{
    font-size: x-large;
}

.TextFirstDiv .Medium
{
    font-size: large;
}

.TextFirstDiv .Small
{
    font-size: larger;
}

.TextFirstDiv a:link
{
    color: #FFAA10;
}
   
.TextFirstDiv a:visited
{
    color: #FFAA10;
}  

.Margin
{
    margin-Top: 70px;
}

/* Instructions page  
----------------------------------------------------------*/
.InstructionsDiv
{
    clear: left;
    width: 100%;
    margin: 10px auto 0px auto;
 }


.InstructionsLeftDiv
{
    clear:both;
    width:50%;
    float:left;
}

.InstructionsPageVideo
{
    border: 4px solid #000000;
    width: 320px;
    height: 240px;
}

.InstructionsRightDiv
{
    width: 50%;
    float: left;
    padding-top: 15px; /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */ /* IE10 Consumer Preview */
}

.HandTekst
{
    margin-top:25px;
}

.HandLinkBut
{
    border-width: 1px;
    border-radius: 15px !important;
    width: 240px;
    height: 35px;
    text-align: center;
}



/* Contact page 
----------------------------------------------------------*/
.ContactMainDIV
{
   width:400px;
   margin: 80px auto 0px auto;
}

.ContactRadButton
{
    margin: 30px auto 0px auto !Important;
    
}


/* PasswordReset page 
----------------------------------------------------------*/
.PasswordResetDIV
{
    width:300px;
   margin: 80px auto 0px auto;
}



/* LoginPage  
----------------------------------------------------------*/
.LoginControlDiv
{
 clear:left;
 width:400px;
 margin:50px auto 0px auto;  
}

.LoginFieldSet
{
    width:450px;
}

/* AccountPage  
----------------------------------------------------------*/
.AccountDiv
{
 clear:left;
 width:100%;
 margin-top:20px;  
}

/* MailClickApp Page  
----------------------------------------------------------*/
.InstallVideoDiv
{
    clear: left;
    margin-top: 20px;
    text-align: center;
}


.InstallButtonDiv
{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}


/* SubscriptionPage  
----------------------------------------------------------*/
.AccountsDiv
{
 clear:left;
 width:100%;
 margin-top:20px;   
}

.AccountsControlsDiv
{
    width:100%;
    display:inline-block;
}

#AllAccountsRadCheckBox
{
  
    margin-left:20px;
}

.Validators
{
    color: #FF0000;
}

.SubscriptionDiv
{
 width:100%;
 margin-top:15px;  
}

.ReferalBanner
{
    width:auto;
    max-width:300px;
}


/* ProviderPage  
----------------------------------------------------------*/
.ProviderDiv
{
 clear:left;
 width:100%;
 margin-top:25px;   
}

.EmailHeaderDiv
{
 clear:left;
 width:100%;
 margin-top:10px;   
}

.EmailLinkDiv
{
 clear:left;
 width:100%;
 margin-top:10px;   
}

.LoginControlDiv
{
 clear:left;
 width:100%;
 margin-top:10px;   
}

/* Promotion Page  
----------------------------------------------------------*/



.PromotionDiv
{
    clear: left;
    width: 100%;
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

#PromotionListDiv
{
 width:100%;  
}


/* UserParameters Page  
----------------------------------------------------------*/
#UserParametersMainDiv
{
 clear:left;
 width:100%;
 margin-top:25px;   
}

#RegisteredUsersDiv
{

}

.SmallGridDateTimeFont
{
    font-size: x-small !Important;
}

.UserParametersNestedView
{
    padding:30px;
}

.ClickAccountParametersNestedView
{
    padding:30px;
}

.UserIPHistoryNestedView
{
    padding:30px;
}


/* ActionPage  
----------------------------------------------------------*/


.EditActionRadWindow
{

}


.ActionDiv
{
    padding: 5px;
    width:100%;
}

.EditActionFormView
{
}

.ActionDateRadDatePicker
{
    margin-left:114px;
}

.MemoDiv
{
    float:left;
    padding: 5px; 
    margin-top: 25px;
}

.BalanceDiv
{
    float:left;
    padding: 5px; 
    margin-top: 20px;
}

.LeftButtonDiv
{
    padding: 5px;
    margin-top: 5px;
    clear:both;
    float:left;
    width:565px;
}

.RightButtonDiv
{
    padding: 5px;
    margin-top: 5px;
    float: left;
    text-align: right;
}

/* Wielerpool Deelnemer page 
----------------------------------------------------------*/
.DeelnemerDiv
{
    width:100%;
    
}

.DriverDiv
{
    padding: 10px 5px 5px 5px;
    float: left;
    width: 30%;
    height:350px;
}

.AddButtonDiv
{
    padding: 50px 5px 5px 5px;
    float:left;
     width:10%;
}

.DeelnemerRennerDIV
{
        padding: 10px 5px 5px 5px;
     float:left;
     width:50%;
}

/* WielerpoolDriver usercontrol
----------------------------------------------------------*/
.DropdownDriverDiv
{

}

/* Wielerpool (Eind)Klassementen page 
----------------------------------------------------------*/
.WedstrijdDiv
{
     width:47%;
     float:left; 
     height:auto;
}

.PlaatsUitslagDiv
{
    width: 8%;
    float: left;
    height: auto;
    text-align: center;
}

.OverallRightDiv
{
    width:45%; 
    float:left;
    min-height:600px;
}

.KlassementDriverDiv
{
   clear:both;
}

.AddKlassementButtonDiv
{
    padding: 5px 5px 5px 5px;
     clear:both;
}

.KlassementDiv
{
   padding  : 5px 5px 5px 5px;
    clear:both;
}

/* Wielerpool (Eind)Klassementen page 
----------------------------------------------------------*/
.RondenEnRittenDiv
{
     width:47%;
     float:left; 
     height:auto;
}

.GroteRondenDiv
{

}

.RittenDiv
{
}

.PlaatsRitDiv
{
    width: 8%;
    float: left;
    height: auto;
    text-align: center;
}

.RituitslagOverallRightDiv
{
    width:45%; 
    float:left;
    min-height:600px;
}

.RituitslagDriverDiv
{
    clear:both;
}

.AddRitUitslagButtonDiv
{
    padding: 5px 5px 5px 5px;
     clear:both;
}

.RitUitslagDiv
{
   padding  : 5px 5px 5px 5px;
    clear:both;
}

/* Processen page 
----------------------------------------------------------*/
.BerekenStandDiv
{
    width:250px;
    margin:100px auto 10px auto;
    text-align:center
}

.MessageLabelDiv
{
    width:500px;
    padding:40px 0px 0px 0px;
    margin:0px auto 10px auto;
    text-align:center   
}

/* Wielerpool Stand page 
----------------------------------------------------------*/
.KopDiv
{
    margin:5px auto 10px auto;
    text-align:center;
}

.SelectStandDiv
{
        margin:5px auto 10px auto;
    text-align:right;
}

.StandDiv
{
    width:700px;
    margin:5px auto 10px auto;
    text-align:center;
}

.StandRadGrid
{

}

.SelectDatumLabel
{
    color: #FFAA10;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; 
}

.HeaderLabel
{
    color: #FFAA10;
    font-size: xx-large;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

.StandRadGridViewWrap
{
        padding: 20px;
}


/* SubscriptionEditorPage  
----------------------------------------------------------*/
.AllAccountsDiv
{
 clear:left;
 width:100%;
 margin-top:20px;   
}

.Validators
{
    color: #FF0000;
}

.AllSubscriptionDiv
{
 width:100%;
 margin-top:15px;  
}

.ReferalBanner
{
    width:auto;
    max-width:300px;
}
