body {
    font-family: Arial, Helvetica, sans-serif; /* Base font family for most elements */
    font-size: 12px; /* Base size for all elements; other size definitions relates to this */
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.33em;
    color: #696868;
}

/* HEADERS */

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
    color: #343434;
}

h1 { font-size: 1.6em; color: #0c83cb; }

h2 { font-size: 1.3em; }

h3 { font-size: 1em; }

h4, h5, h6 { font-size: 1em; }

/* PARAGRAPHS */

p { display: block; margin: 10px 0;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

/* LINKS */

a {
    color: #0c83cb;
    text-decoration: none
}

a:visited {
    color: #0c83cb;
    text-decoration: none;
}

a:hover {
    color: #0c83cb;
    text-decoration: underline;
}

a:active {
    color: #0c83cb;
    text-decoration: underline;
}

a img {

    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */

pre {
    display: block; 
    clear:left; 
    margin: 1.33em 0; 
    font-family: "Courier", monospace; white-space: pre; 
    color: #DC241F; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}


/* TABLES */

table { 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}

th, td { padding: 0; }

/* Lists */
ol, ul, dd { 
    margin-left: 0; 
    padding-left: 0 
}

ol ul, ul ol, ul ul, ol ol { 
    margin-top: 0; 
    margin-bottom: 0; 
    margin-left: 2em
}

ol { 
    list-style-type: decimal; 
    list-style: inside 
}

ul { list-style-type: none }

dt { margin-bottom: 0 }
 
dd { 
    margin-top: 0; 
    margin-left: 2em 
}

ul li { 
	background: url('../images/ttoolbar_arrow.gif') no-repeat 0 5px; 
	padding-left: 10px; 
}

ol li { list-style-type: decimal; }

/* FORM ELEMENTS */

form {
    padding: 0em;
    margin: 0em;
}

label {
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

textarea {
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
    line-height: 1.25em;
}

address { 
    display: block; 
    font-style: italic; 
}

input.box, textarea.box {
    width: 47%; 
    border: 1px solid #cfcfcf;
}

input.halfbox, textarea.halfbox {
    width: 47%; 
    border: 1px solid #cfcfcf;
}

input.ezcc-user {
    width: 47%; 
    border: 1px solid #cfcfcf;
}

textarea.box, textarea.halfbox { 
    padding: 0.4em; 
    line-height: 1.25em; 
}

input.box, input.halfbox, input.ezcc-user { 
    margin: 4px 10px 4px 0;
}

optgroup {
    font-weight: bold;
    font-style: normal;
}

input.button, input.defaultbutton {
    font-weight: normal;
    margin: 4px 10px 4px 0;
}

input.button-default { font-weight: bold; }

/* PAGE DIVIDERS */

div.block {
    margin: 4px 0;
    padding: 0;
}

div.user-login h1, div.user-register h1{
    padding-bottom: 10px;
}

/* MESSAGES TO THE USER */

div.message-feedback, div.message-warning, div.message-error, div.feedback, div.warning, div.error
{
    margin: 0 0 10px; 
    padding: 10px; 
    border: 1px solid #cfcfcf;
}