/*
Css stylesheet for list views.
*/

#title h2 { float: none; }
div.tool_buttons { display: none; }

*table#show { border-collapse: collapse;}
table#show { border-spacing: 0; border: #999 1px solid;
    width: 70%; color: #333; }

table#show th { text-align: left; padding: 6px;
    border-bottom: #FFF 1px solid; background-color: #EEE; color: #00005C;
    width: 200px; }

table#show td { padding-left: 3px; }
    
table#show a { color: #717C8C; font-weight: bold; }
table#show a:hover { color: #F56203; }

table#show td ul { list-style-type: square; padding: 0 20px; }

table#show textarea.code { width: 95%; font-size: 12px; overflow: hidden; }

div.buttons_container { width: 70%; text-align: right; margin: 2px; }
div.buttons_container form { display: inline; }

input[name="edit"] { background: transparent url(../icons/document-save.png) no-repeat scroll 2px center; padding-left: 18px; }
input[name="create"] { background: transparent url(../icons/list-add.png) no-repeat scroll 2px center; padding-left: 18px; }
#list_form input[type="submit"] { background: transparent url(../icons/accessories-text-editor.png) no-repeat scroll 2px center; padding-left: 18px; }
input[name="remove"] { background: transparent url(../icons/list-remove.png) no-repeat scroll 2px center; padding-left: 18px; }
input[name="approve"] { background: transparent url(../icons/emblem-important.png) no-repeat scroll 2px center; padding-left: 18px; }
input[name="disapprove"] { background: transparent url(../icons/process-stop.png) no-repeat scroll 2px center; padding-left: 18px; }
input[name="inactivate"] { background: transparent url(../icons/emblem-readonly.png) no-repeat scroll 2px center; padding-left: 18px; }