﻿/* Default CSS Stylesheet for a new Web Application project */

HR
{
	border: solid 1px #CCCCCC;
}

UL
{ 
	list-style-image: url(../../images/li.gif); 
}

a:link, a:active, a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #009EAE;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #66C5CE;
}
 
.tblHeader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #009EAE;
	background-color: #4CBBC6; 
	border-top: solid 1px #009EAE;
	border-bottom: solid 1px #009EAE;
	text-align: left;
}

.tblHeader TH
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #014D55;
	background-color: #4CBBC6; 
	border-top: solid 1px #009EAE;
	border-bottom: solid 1px #009EAE;
	border-left: solid 1px white;
	border-right: solid 1px white;
	text-align: left;
}

.tblGridRow 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:   11px;
	vertical-align:  baseline;
	font-weight:  normal;
	background-color: #EAF2F3;
	word-spacing:  normal;
	letter-spacing:  normal;
	text-transform:  none;
	cursor: hand;
}

.tblGridRowHover 
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:   11px;
	vertical-align:  baseline;
	font-weight:  normal;
	background-color: #FFFFFF;
	word-spacing:  normal;
	letter-spacing:  normal;
	text-transform:  none;
	cursor: hand;
}

.tblGridRow TD, .tblGridRowHover TD
{
	border-style: solid;
	border-width: 1px;
	border-color: White;
}

.GridExport
{
	border: solid 1px #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	width: 200px;
}

.tblHeader, .tblHeader A:link, .tblHeader A:active, .tblHeader A:visited
{	
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #014D55;
}

.tblHeader A:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

INPUT.button 
{  
    background-image: url(../../images/general/bg_button.gif); 
	background-color: #DEEEEF;
	border: 1px #99B8BB;
	border-style: outset;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: bold; 
    letter-spacing: 1px; 
    color: #3D5A5D;
    padding-left: 2px; 
    padding-right: 2px; 
    height: 20px;
    cursor: pointer;
    cursor: hand;
    width: 100px;
}

INPUT.button[disabled], INPUT.button[disabled="disabled"], INPUT.button[disabled="true"]
{
	color: #808080;
    cursor: default;
}

/*
-moz-document INPUT.button[disabled="disabled"]
{
    color: #808080;
    cursor: default;
}
*/

INPUT.textbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002023;
	border: 1px solid #99B8BB;
	background-color: #F4F9F9;
	width: 300px;
	height: 16px;
}

INPUT.textbox[disabled], INPUT.textbox[disabled="disabled"], INPUT.textbox[disabled="true"],
SELECT.combo[disabled], SELECT.combo[disabled="disabled"], SELECT.combo[disabled="true"]
{
    color: #808080;
	background-color: #D3D3D3;
}

/*
-moz-document INPUT.textbox[disabled="disabled"]
{
    color: #808080;
    background-color: #D3D3D3;
}
*/

INPUT.textbox_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002023;
	border: 1px solid #99B8BB;
	background-color: #F4F9F9;
	width: 150px;
}

SELECT.combo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002023;
	border: 1px solid #99B8BB;
	background-color: #F4F9F9;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	vertical-align: bottom;
	width: 300px;
}

.DottedTable
{
	BORDER-RIGHT: gray 1px dotted; 
	BORDER-TOP: gray 1px dotted;
	BORDER-LEFT: gray 1px dotted; 
	BORDER-BOTTOM: gray 1px dotted
}

.tdDotted
{
	border-left:1px Silver dotted;
	border-right: 1px Silver dotted;
	border-bottom:1px Silver dotted;
	background-color:White;
}

.pageTitle 
{
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:18px;
	color: #009eae; 
}

.tblFormView
{
	margin:0 0 0 0;
	padding:1 1 1 1;
	width:740px;
	border:0;
}

.tdLabel
{
	width:30%
}

.tdInput
{
	width:70%
}

.InfoMessage
{
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 15px 0px;
}

.ErrorMessage
{
	border-style: solid;
	border-width: 1px;
	border-color: Red;
	color: Red;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 15px 0px;
}

.GridRecordText
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

INPUT.btnGradient
{
	background-image:  url(/images/general/bg_button.gif);
	background-color: #DEEEEF;
	border: 1px #99B8BB;
	border-style: outset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3D5A5D;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
    cursor: pointer;
    cursor: hand;
}

INPUT.btnGradient[disabled], INPUT.btnGradient[disabled="disabled"], INPUT.btnGradient[disabled="true"]
{
	background-image:  url(/images/general/bg_button_disabled.gif);
    cursor: default;
}

.trHeaderImg
{
	background-image: url(/Images/gradient_3_long.gif);
	border-top:1px #D5EFF2 solid;
	border-bottom:1px #D5EFF2 solid;
	border-left:1px #D5EFF2 solid;
	border-right:1px #D5EFF2 solid;
	font-weight:bold;
	padding-top:1px;
	padding-bottom:1px;
}

/* TABS */

div#divTabs
    {
        width: 100%; 
        margin-right: 20px;
    }
    table#tabsTable td
    {
	    padding: 5px 10px;
	    border: solid 1px #cccccc;
	    width: auto;
    }
    table#tabsTable td.first
    {
	    /*width: 0;*/ 
	    border-top: 0; 
	    border-left: 0; 
	    border-right: 0;
    }
    table#tabsTable td.last
    {
        width: 100%;
	    border-top: 0; 
	    border-left: 0; 
	    border-right: 0; 
    }
    table#tabsTable td a
    {
        font-size: 12px;
	    font-weight:bold;
    }
    table#tabsTable td.active
    {
	    border-bottom: solid 0 black;
	    font-weight:bold;
    }
    table#tabsTable td.active a
    {
	    color:Black;
    }
    table#tabsContent
    {
        width: 100%;
	    border-left: solid 1px #cccccc;
	    border-right: solid 1px #cccccc;
	    border-bottom: solid 1px #cccccc;
	    padding: 20px 25px 20px 25px;
    }
    .cellNumberic
    {
        padding-right:10px;
        text-align: right;
    }
    
/* END TABS */

/* Kenteken control */

INPUT.kentekenInvoer
{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: normal;
	background-color: #ffCC00;
	border-bottom: "0px solid #ffCC00";
	border-left: "0px solid #ffCC00";
	border-top: "0px solid #ffCC00";
	border-right: "0px solid #ffCC00";
	height: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

/* END Kenteken control */

/* upload images */

table.screensList
{
	border: solid 1px black;
}
table.screensList td
{
	margin: 0;
	padding: 5px 10px;
	border: solid 1px black;
}
table.screensList td.active
{
	background-color: Red;
}
table.screensList td a
{
	display: block;
}
