




/*
     FILE ARCHIVED ON 22:03:59 Jul 17, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 4:12:59 Dec 14, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
	table.info_bubble {
    	border: 1px solid #888 ;
    	margin: 10px 0 10px 0;
    	color: #000;
	}

	table.info_bubble p {
    	margin-bottom: 8px;
	}

	table.listview, table.editview, table.info_bubble, table.linkview {
		margin-bottom: 10px;
		width: 100%;
	}

	table.subcategory {
    	margin: 0;
    	padding: 0;
    	width: 100%;
	}

    table.listview td, table.listview th {
    	padding: 2px;
    	text-align: center;
	}

    table.editview td.label, table.editview td.data, table.editview th {
    	padding: 2px;
    	text-align: center;
	}

	table.listview th, table.editview th, table.linkview th {
		font-weight: bold;
		font-size: 20px;
		padding: 6px 6px 6px 10px;
		text-align: left;
		color: #8ed9f8;
	}

    table.listview tr {
    	border-bottom: 1px solid #eee;
	}

	td.table_navigation {
		border-top: 1px solid #888;
		text-align: right;
	}
    table.editview td.data, table.editview td.label {
    	padding: 5px 10px 5px 0px;
	}

	table.editview td.label {
        text-align: left;
        font-size: 14px;
        vertical-align: top;
        padding-left: 10px;
		color: #8ed9f8;
	}

    table.editview td.data {
    	text-align: left;
	}
	
	table.linkview td {
		padding: 10px 0 10px 10px;
	}
	
	table.linkview a {
		color: #FFF;
	}

	input.button {
    	float: left;
    	border: 1px solid #888;
	}

    input.text, input.checkbox {
    	float: left;
    	border: 1px solid #888;
    }

    input.text, textarea.text {
    	padding: 3px;
    	width: 94%;
	}
	
	input.submit {
		border: 1px solid #888;
	}

	table.editview select.dropdown {
    	width: 100%;
	}

	a.article, a.article:hover {
        background: url('../images/system/page.png') no-repeat 10px center;
        padding: 3px 0 3px 30px;
        text-decoration: none;
        border: 0;
		color: #8ed9f8;
	}

	a.category_contracted, a.category_contracted:hover {
        background: url('../images/system/folder_plus.png') no-repeat 10px center;
        padding: 3px 0 3px 30px;
        text-decoration: none;
        border: 0;
		color: #8ed9f8;
	}

    a.category_expanded, a.category_expanded:hover {
        background: url('../images/system/folder_minus.png') no-repeat 10px center;
        padding: 3px 0 3px 30px;
        text-decoration: none;
        border: 0;
		color: #8ed9f8;
	}

    a.category_folder, a.category_folder:hover {
        background: url('../images/system/folder.png') no-repeat 10px center;
        padding: 3px 0 3px 30px;
        text-decoration: none;
        border: 0;
		color: #8ed9f8;
	}

    a.category_add, a.category_add:hover {
        background: url('../images/system/folder_new.png') no-repeat 10px center;
        padding: 3px 0 3px 30px;
        text-decoration: none;
        border: 0;
		color: #8ed9f8;
	}
	
	a.basket, a.basket:hover {
        background: url('../images/system/basket.png') no-repeat 10px center;
        padding: 3px 0 3px 30px;
        text-decoration: none;
        border: 0;
		color: #8ed9f8;
	}

	td.subcategory {
    	background: url('../images/system/dashes.gif') no-repeat 10px center;
        padding: 0 0 0 20px;
	}

	td.subcategory_container {
        padding: 0 0 0 20px;
	}

	a.nostyle, a.nostyle:hover {
        padding: 3px 4px 3px 4px;
	    text-decoration: none;
	    border: 0;
	}
	
	div.split_form_left {
	    margin: 10px 0 10px 0;
		width: 48%;
		float: left;
	}
	
	div.split_form_right {
	    margin: 10px 0 10px 0;
		width: 48%;
		float: right;
	}
	
	div.full_form {
	    margin: 10px 0 10px 0;
		width: 100%;
		float: left;
	}
