
/*---------------------------

	DATA ACCESS EUROPE B.V. 

----------------------------*/


/*--------------------------
    GENERAL STYLE
---------------------------*/

.Error{
    color: #FF0000;
    font-weight: bold;
    }

body	{
    background-color: white;
    color: #666666;
    margin-Top: 5px; 
    margin-Left: 5px;
    font-size: 11px; 
    font-family: Verdana, Arial, 'Century Gothic';
    }

Table	{
    font-family: Verdana, Arial, 'Century Gothic'; 
    font-size: 11px;
    }
	
input {
    font-family:  Verdana, Arial, 'Century Gothic';
    font-size: 11px;
    color: #777777;
    }

.bcd_data {
    text-align: right;
}

textarea{
    font-family:  Verdana, Arial, 'Century Gothic';
    font-size: 11px;
    border: 1px solid #ddd;
    color: #777777;
    }
	
select	{
    font-family:  Verdana, Arial, 'Century Gothic'; 
    font-size: 11px;
    border: 1px solid #ddd;
    color: #777777;
    }
	
td		{}
tr		{}

Form	{ 
    margin: 5px
    }

 
h1		{ 
    color: #000080; 
    font-size: 18px;
    }

h2		{
    color: #000080;
    font-style: italic; 
    font-size: 15px;
    }

h3		{ 
    font-style: normal;
    font-weight: bold;
    font-Size: 14px; 
    color: #466381; 
    }

h4		{ 
    font-size: 11px; 
    color: #466381; 
	background: #efefef;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 3px;
    }

ul		{
    list-style: square;
    }

a:link    {
    color: #466381;
    text-decoration: none
    }

a:visited {
    color: #466381;
    text-decoration: none
    }

a:active  {
    color: #466381;
    text-decoration: underline
    }

a:hover   {
    color: #53A6CC;
    text-decoration: underline
    }

.maintable{
    width: 800px;
    border: 1px dashed #ccc;
    margin-top: 10px;
    margin-left: auto; 
    margin-right: auto;    
}

.mainmenu{
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    }

.mainfoot{
    border-top: 1px dashed #ccc;
    padding: 10px;
    color: #777777;
    }

.mainheader{
    height: 50px;
    padding: 10px;
    width: 25%;
    }

.maincontent{
    width: 100%;
    padding: 10px;
    }

.maintitle{
    width: 50%;
    color: #466381;
	text-align: center;
	padding:10px;
    }
    
.mainlogin{
    width: 25%;
    text-align: right;
    vertical-align: top;
}

.mainlogin A:link{
    text-decoration: underline;
}

.mainlogin A:visited{
    text-decoration: underline;
}

/*-----------------------------
    NAVIGATION/EDIT MENU STYLE
------------------------------*/

.NavigationButton, .LookupButton{
    border: 0px solid black;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.LookupButton {
    background: url(../Images/Buttons/List.gif) no-repeat;
}
    
#First {
    background: url(../Images/Buttons/First.gif) no-repeat;
    }
#Previous {
    background: url(../Images/Buttons/Previous.gif) no-repeat;
 	}

#Equal {
    background: url(../Images/Buttons/Equal.gif) no-repeat;
 	}

#Next {
    background: url(../Images/Buttons/Next.gif) no-repeat;
    }

#Last {
    background: url(../Images/Buttons/Last.gif) no-repeat;
    }

#Save {
    background: url(../Images/Buttons/Save.gif) no-repeat;
    }

#Clear {
    background: url(../Images/Buttons/Clear.gif) no-repeat;
    }

#Delete {
    background: url(../Images/Buttons/Delete.gif) no-repeat;
    }
	
.ButtonNormal {
    background: #466381;
    border: 1px solid #466381;
    font-weight: bold;
    color: #cee3ef;
    cursor: pointer;
}

.Toolbar {
    margin-right: 5px; 
    margin-bottom: 20px;
	margin-top: 20px ;
    border: 1px solid #ddd;  
    width: 100%;
    height: 40px;
	background: #efefef;
	font-weight: bold;
	color: #466381;;
}
  
.Toolbar .ButtonCell{
    width: 30px;
}

.Toolbar .TextCell{
    width: 100px;
}

/*-------------------------------
    ENTRY & REPORT TABLE STYLES
-------------------------------*/

.footer {
    font-size: 8pt; 
    margin: 2px;
    }

.Label  {
    color: #466381;
    }

.EntryBlock { 
    margin: 0px; 
    margin-bottom: 5px;  
    border: 1px solid #ddd;  
    padding: 8px;
	background: white;
    }

.EntryTable {}

.EntryTable .Data  {}

.EntryTable .Error {
    color: #FF0000 
    }

.EntryTable .Label {}

.ReportStructureTable {
    width: 100%;
    border: none;
}

.ReportHeader {
    background-image: url('../Images/ReportHeader.gif');
    background-repeat: no-repeat;
    background-position: right;
    height: 313px;
    width: 775px;
    position: relative;
    z-index: 0;
}

.ReportHeaderTitle{
    position: absolute;
    left: 300px;
    bottom: 50px;
    font-style: normal;
    font-weight: bold;
    font-Size: 24px; 
    color: #466381; 
}


.ReportTable         { 
    Border: solid #ccc 1px;
    width:100%;
    Border-top: none;
    }
.ReportTable .Data   { 
    padding-left: 10px;
    padding-right: 10px;
    }

.ReportTable .Header { 
    color: #466381; 
    border: 1px solid white;
    background-color: #cee3ef;
    text-align: center;
    padding-left: 3px; 
    padding-right: 3px;
	padding: 2px;
    }
	
.ReportTable .Total { 
    color: #666666; 
    border-top: 1px solid #ccc; 
    text-align: right;
    padding-left: 3px; 
    padding-right: 3px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    }

.ReportHdr1Table {}

.ReportHdr1Table .Data   {
    text-align: left;  
    }
	
.ReportHdr1Table .Label  {
    font-weight: bold;
    text-align: left;  
    }

.ZoomTable {
    width:100%;
    border: 1px #ccc solid;
    border-top: none;
	background: white;
    }

.ZoomTable .Data   {
    text-align: left; 
    vertical-align: top; 
    padding-left: 3px; 
    padding-right: 3px;
    }
	
.ZoomTable .Label  {
    font-weight: bold;
    text-align: left; 
    vertical-align: top; 
    color: #666666;  
    padding-left: 3px;
    }

.ZoomTable .Header {
    color: #466381; 
    background-color: #cee3ef; 
    text-align: left; 
    padding-left: 3px;
	padding: 2px;
    }


/*------------------------------
    CONTEXT MENU STYLE
-------------------------------*/	

.skin0{
    position:absolute;
    width:165px;
    border:1px solid #53A6CC;
    background-color: white;
    font-family:Verdana, Arial;
    line-height:20px;
    cursor:default;
    font-size:10px;
    z-index:100;
    visibility:hidden;
    color: #466381;
    }

.menuitems{
    padding-left:10px;
    padding-right:10px;
    cursor: pointer;
    }

.menutitle{
    padding-left:10px;
    padding-right:10px;
    color: white;
    font-weight: bold;
    background-color: #466381;
    }

.imagebar{
    float: left;
    background: #cee3ef;
    width: 25px;
    height: 20px;
    z-index: 0;
    text-align: center;
    }

.contextimage{
    width: 17px;
    height: 17px;
    }


/*------------------------------
    ERROR STYLE
-------------------------------*/
    
.fieldError{
	border: 1px solid #FF3300;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
	color: red;
}

.messageError{
	color: #FF3300;
}