td {
    font-family      : verdana, arial;
    font-size        : 10px;
    line-height      : 16px;

    color            : #000000;
}


.formLabel {
    width               : 290px;
    text-indent         : 3px;
}


.message {
    background-color    : #ffffff;

    border-color        : #000000;
    border-style        : solid;
    border-top-width    : 0px;
    border-right-width  : 0px;
    border-bottom-width : 1px;
    border-left-width   : 0px;
}


.listHeader {
    background-image    : url('../images/pagepilot/list.header.png');
    background-repeat   : repeat-x;

    background-color    : #bec0b0;

    border-color        : #000000;
    border-style        : solid;
    border-top-width    : 0px;
    border-right-width  : 0px;
    border-bottom-width : 1px;
    border-left-width   : 0px;
}


.listItems {
    width               : 100%;
    white-space         : nowrap;
}


.listItems td {
    white-space         : nowrap;
}


.listAlternate {
    white-space         : nowrap;
    background-color    : #79add2;
}


.editItem {
    width               : 500;
    white-space         : nowrap;
}


.editItem td {
    white-space         : nowrap;
}


input {
    font-family         : verdana, arial;
    font-size           : 10px;
    color               : #000000;

    background-color    : #ffffff;

    border-color        : #404040;
    border-style        : solid;
    border-top-width    : 1px;
    border-right-width  : 1px;
    border-bottom-width : 1px;
    border-left-width   : 1px;

    text-indent         : 2px;
}


input.text {
    width               : 200px;
}


input.short {
    width               : 50px;
}


input.checkbox {
    background-color    : transparent;
    border-top-width    : 0px;
    border-right-width  : 0px;
    border-bottom-width : 0px;
    border-left-width   : 0px;
}


select {
    font-family         : verdana, arial;
    font-size           : 10px;
    color               : #000000;

    background-color    : #ffffff;

    border-color        : #404040;
    border-style        : solid;
    border-top-width    : 1px;
    border-right-width  : 1px;
    border-bottom-width : 1px;
    border-left-width   : 1px;

    text-indent         : 2px;

    width               : 200px;
}


select.dateDay {
    width               : 50px;
}


select.dateMonth {
    width               : 50px;
}


select.dateYear {
    width               : 60px;
}


.editor {
    background-image    : url('../images/pagepilot/editor/background.gif');
    background-repeat   : repeat-x;

    height              : 100%;

    border-color        : #000000;
    border-style        : solid;
    border-top-width    : 1px;
    border-right-width  : 1px;
    border-bottom-width : 1px;
    border-left-width   : 1px;
}


.editorBorderLeft {
    background-color    : #00327a;

    border-color        : #000000;
    border-style        : solid;
    border-top-width    : 0px;
    border-right-width  : 0px;
    border-bottom-width : 1px;
    border-left-width   : 0px;
}


.editorButton {
    height              : 17px;
    color               : #000000;
    text-align          : center;
    font-size           : 9px;
}


textarea {
    font-family         : verdana, arial;
    font-size           : 10px;
    color               : #000000;

    background-color    : #ffffff;

    border-color        : #404040;
    border-style        : solid;
    border-top-width    : 1px;
    border-right-width  : 1px;
    border-bottom-width : 1px;
    border-left-width   : 1px;

    padding-left        : 2px;
}


.image {
    border-style        : none;
    background-color    : transparent;
}


.logscreen {
    font-family         : verdana, arial;
    font-weight         : bold;
    font-size           : 11px;
    line-height         : 16px;

    text-transform      : uppercase;


    color               : #ff4200
}


.logtext {
	background          : #cccccc;
    font-family         : verdana, arial;
    font-size           : 10px;
    line-height         : 16px;

    text-indent         : 5px;

    color               : #000000;
}

.admin {
	border-style		: solid;	 
	border-width		: 1px;
	border-color		: #000000;
	border-collapse		: collapse;
}

.admin td {
	border-style		: solid;	 
	border-width		: 1px;
	border-color		: #000000;
}