/* 
    Document   : login
    Created on : 1-feb-2011, 13:11:58
    Author     : frederik
    Description:
        Purpose of the stylesheet follows.
*/

@import url(../reset.css);

@import url(../fonts.css);


/*
*	General
*/

body {
	background: #fff;
}

a {
    text-decoration: none;
}


#container {
	width: 960px;
	margin: 0 auto;
}


#logo	{
	float: left;
	width: 960px;
	height: 300px;
	margin: 40px 0 20px 0;
	background: url(img/logo_groot.jpg) top center no-repeat;
	}
	
#logo_error	{
	float: left;
	width: 900px;
	height: 300px;
	margin: 40px 0 20px 60px;
	background: url(../default/img/logo_error.jpg) top center no-repeat; 
	}

#content {
	width: 800px;
        padding: 20px 80px;
	background: #EDEDED;
	border: 1px solid #999;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* - - - - - - - -  FOOTER  - - - - - - - - */


#footer {
	width: 960px;
	height: 15px;
	float: left;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	padding: 8px 0;
	margin: 30px 0 30px 0;
}

#footer_sub {
	width: 960px;
	height: 30px;
	float: left;
}

/*-------------- NOTIFICATIONS -----------------*/


#notifications {
    left:0;
    overflow:visible;
    position:fixed;
    top:0;
    width:100%;
    z-index:10000;
    opacity: 0;
}

.notifications-container {
    display:block;
    overflow:visible;
    position:relative;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    width:960px;
    font-size: 14px;
}
.warn	{
    background: #EFD1BD !important;
    color: #910E13;
    border-bottom: 1px solid #910E13;
    border-right: 1px solid #910E13;
    border-left: 1px solid #910E13;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 4px;
}

.succes {
    background: #E5F4BE !important;
    color: #388B11;
    border-bottom: 1px solid #388B11;
    border-right: 1px solid #388B11;
    border-left: 1px solid #388B11;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/*-------- GRID -------------- */

table.login {
    width: 100%;
}
table.login td {
    padding: 2px 0;
}

table.forgot_pass {
    width: 100%;
}

table.forgot_pass td {
    padding: 2px 0;
    width: 50%;
    text-align: center;
}

/*-------------- FORMS ---------------- */

/*
    Error
*/

.error input {
    border: 2px solid #910E13;
}

/*
    Select
*/

.select_medium {
    width: 200px;
    text-align: left;
    padding: 0 10px 0 10px;
}

/*
    Input
*/

input {
    padding: 6px;
    font-size: 16px;
    border: 1px solid #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #555;
}

.input_tiny {
    width: 50px;
}
.input_small {
    width: 250px;
}
.input_medium {
    width: 250px;
}
.input_medium_tiny {
    width: 182px;
}



/*
    Buttons
*/

.button_medium {
    padding: 6px 30px;
    border: 1px solid #5A879B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    background: #8CB6D3;
    color: #fff;
    font-weight: bold;
    line-height: 22px;
}

.button_medium:hover {
    border: 1px solid #000;
    color: #fff;
    background: #749FB7;
    cursor: pointer;
}


.table_persoonlijk {
    width: 100%;
    margin: 10px 0;
    float: left;
}

.table_persoonlijk td {
    padding: 5px;
    width: 25%;
}
.table_persoonlijk td+td {
    width: 25%;
}
.table_persoonlijk td+td+td {
    width: 25%;
}
.table_persoonlijk td+td+td+td {
    width: 25%;
}

.table_persoonlijk .label {
    color:#333333;
    font-size:13px;
    text-align:right;
}




/*-------- MISC -------------- */

.info-text a {
    color: #555;
    font-size: 11px;
    font-style: italic;
}