﻿/* reset everything! */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}s
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* end of reset */


/*******************************************************************************************************/
/*****************************    Begin Login Page styles   ***********************************/
/*******************************************************************************************************/
div#login { background: #d3d3d3; border: 1px solid #333333; width:400px; text-align:center; height:260px; line-height:22px; margin-bottom: 20px; }
div#login ul { list-style-type:none; padding-right:2em; }
div#login li { padding: 5px 0px; text-align:right; }
/*div#login span { width:100px; display:block; float:right; clear:right; text-align:left; padding-left:5px; }
/*******************************************************************************************************/
/*****************************    End Login Page styles   ***********************************/
/*******************************************************************************************************/

/*
div#index { height:400px; }
div#index ul {  font:1em Tahoma; line-height:25px; direction:rtl; margin-right:20px; }
div#index li { list-style-type:disc; margin:5px 0; }
div#title { background:#eef; border: dashed 1px black; font-family:Arial; font-weight:bold; font-size:medium; height: 25px; padding:10px; }

div#tabular { clear:both; width:auto;  }
div#tabular li { list-style-type:none; width:auto; clear:both;  }
div#tabular ul { list-style-type:none; line-height:35px; }
div#tabular span { width:100px; display:block; float:right; text-align:left; padding:0 3px; margin:0px; font-family:Tahoma; font-size:small; }
div#tabular select { width:200px;}

div#dataform ul { list-style-type:none; }
div#dataform li { padding:5px 0; text-align:right; }
div#dataform span { width:100px; display:block; float:right; clear:right; text-align:left; padding-left:5px; }
*/
.message { display: block; color:#f34834; text-decoration:blink; font-size:14px; font-weight:bold; margin-bottom: 10px; }
.logoutimg { float:right; }
.titleLabel { font-weight:bold; line-height:25px; }
.label { line-height:25px; }
div.clear { float:none;clear:both;height:15px;}



/*******************************************************************************************************/
/*****************************    Begin Register Page styles   ***********************************/
/*******************************************************************************************************/
div#register { margin:10px 0; direction:rtl; text-align:right; border: solid 1px #93B2CC; font-family:Tahoma; font-size:1em }
div#register div { margin:10px; padding:10px; }
div#register .seperator { border-bottom:dotted 1px #000; width:75%; padding-bottom:20px; } 
div#register h3 { font-size:1em; font-weight:bold; }
div#register h4 { font-size:1em; font-weight:bold; }
div#register td { padding:0 20px; }
div#register label { display: block; float:right; width:120px; text-align: right; }
div#customerType label { display: inline; float:none; }
div#register li { margin:10px 0; }
div#register select { font-family:Tahoma; font-size:1em; color:Black; }

#InvoiceSendingType table label { display:inline; float:none; }
#InvoiceSendingType table { float:right; width:350px; }
#InvoiceSendingType td { padding:0 5px; }

div#register input.en { direction:ltr; text-align:left; }
div#PostRegistrationMessage { font-size:1em; font-family:Tahoma; }
/*******************************************************************************************************/
/*****************************    End Register Page styles   ***********************************/
/*******************************************************************************************************/



/*******************************************************************************************************/
/*****************************    Begin Button styles   ***********************************/
/*******************************************************************************************************/

.btn { color:#404040; font-size:14px; font-weight:bold; font-family:arial,helvetica,sans-serif; background-repeat:no-repeat; border:2px solid #a6a6a6; cursor:pointer;}
.submit { color:#404040; font-size:14px; font-weight:bold; font-family:arial,helvetica,sans-serif; background-repeat:no-repeat; border:2px solid #a6a6a6; cursor:pointer; margin:10px 50px;}

/*
input[type=button] { background: url(images/btnbg.gif);cursor: pointer;width: auto;height: 25px;margin: 5px; font-weight:normal; font-family:Tahoma;}
input[type=button]:hover {cursor: pointer;background-position: 0 -36px; font-family:Tahoma;}

input[type=submit] { background: url(images/btnbg.gif);cursor: pointer;width: auto;height: 25px;margin: 5px; font-family:Tahoma; }
input[type=submit]:hover {cursor: pointer;background-position: 0 -36px; }

input:focus { border: solid 1px blue }
*/
input[type=button], input[type=submit] { background: url(images/btnbg.jpg) 0px 0px; height: 25px; cursor: pointer; color: #FFFFFF; font-weight: bold; border: none; border-right: 1px solid #000000; border-left: 1px solid #8a8a8b; padding: 0px 5px 5px 5px; font-size: 11px; }
input[type=button]:hover, input[type=submit]:hover {background: url(images/btnbg.jpg) 0px -25px; }
input[type=text], input[type=password], textarea { font-size: 12px; color: #333333; }
input[type=text]:focus, input[type=password]:focus, textarea:focus { border-color: #f34834; }
select { font-size: 12px; color: #333333; }
select:focus { border-color: #f34834; }
/*******************************************************************************************************/
/*****************************    End Button styles   ***********************************/
/*******************************************************************************************************/



.simpleFrom div { margin:15px 0; font-family:Tahoma; font-size:95%; }
.simpleFrom h3 { font-weight:bold; }