/* Reset all styles ********************** */
* { margin: 0; padding: 0; } 

hr {
display: none;
}

body {
color: #000000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: #333 url(images/background.gif) repeat-x top left;
}

p {
font-family: Verdana, Arial, sans-serif;
color: #000000;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-size: 11px;
}

a:link, a:visited, .hilite {
color:#edb111;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

p.msg {
color: #aaa;
}

td.flashArea {
border: 0;
}

/* FORMS *****************************************************************************************/

input, select, textarea {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
margin: 0px 0px 0px 0px;
padding: 0;
border: 1px solid #666;
color: #333;
background: #fff;
}

label {
display: block;
width: 100px;
height: 18px;
margin: 0px 10px 0px 0px;
}

input.checkbox {
width: 18px;
height: 18px;
border: 1px solid #333;
color: #ccc;
background: #333;
}

input#passcode {
width: 250px;
height: 18px;
border: 1px solid #666;
color: #ccc;
background: #333;
text-align: center;
}

input.button {
padding: 3px 8px 3px 8px; 
margin: 0px 0px 0px 0px;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
background: #ccc;
color: #333; 
}

/* The main panels *********************************************************/

div.divider {
width: 400px;
background: url(images/dots.gif) repeat-x bottom left;
}

li {
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 16px;
margin: 0px 10px 10px 40px;
padding: 0;
list-style: decimal;
}
li a:visited {color: #0f67b0; text-decoration: none;}
li a:link {color: #0f67b0; text-decoration: none;}
li a:hover {color: #e00726; text-decoration: underline;}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 

DYSKE:
Use this on the container block, not in the content block.
You can apply multiple classes to an element by separating them with a space.
E.g. class="clearfix anotherClass"
clearfix must come first.
*/

.clearfix:after {
content: ".";
clear: both;
height: 0;
visibility: hidden;
display: block;
}

.clearfix {
display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

