/*
    DJANGO Admin Global Styles
    by Wilson Miner wilson@lawrence.com
    Copyright (c) 2005 Lawrence Journal-World
*/


body { margin: 0px; padding: 0px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; color #333; }

a:link, a:visited { color: #5b80b2; text-decoration: none; }
a:hover { color: #036; }

div.container3 { width: 600px; }
div.container2 { width: 600px; margin: 10px; }
div.header2 { background: #7CA0C7; }
div.header2 h2 { margin: 0px; padding: 0px; font-size: 11px; color: #fff; font-weight: bold; padding: 5px; }

div.content2 { border: 1px solid #ccc; padding: 5px; }
table.profile { margin: 10px; border-collapse: collapse; }
table.profile td, th { font-size: 11px; border-bottom: 1px solid #ccc; padding: 5px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; }
div.content2 input[type=text], select { background: #fff; border: 1px solid #ccc; padding: 3px; width: 150pt; }
div.content2 input[type=submit], input[type=button] { background: #fff; border: 1px solid #ccc; padding: 3px; }

div.content3 { float: right; width: 225px;}

div#warnings { font-size: 10px; padding: 3px; }
div#showtags { }
div#showtags span { margin-left: 10px; }
div#interests { font-size: 11px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; }

/*

#container { position: relative; width:100%; }
#content { margin: 10px 15px; }

.module	{ border:1px solid #ccc; margin-bottom:5px; background:white; }
.module h2 { margin:0; padding:2px 5px 3px 5px; font-size:11px; text-align:left; background:#7CA0C7; color:white; font-weight:bold; }

.colM { width:350px; }

table { border-collapse:collapse; border-color:#ccc; }
td, th { font-size:11px; line-height:13px; border-bottom:1px solid #eee; vertical-align:top; padding:5px; font-family:"Lucida Grande", Verdana, Arial, sans-serif; }

input, textarea, select	{ margin:2px 0; padding:2px 3px; vertical-align:middle; border:1px solid #ccc; font-family:"Lucida Grande", Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; }
textarea { vertical-align:top !important; }
input[type=checkbox], input[type=radio] { border:none; }

input[type=submit], input[type=button], .submit-row input { background:white url(../../img/admin/nav-bg.gif) bottom repeat-x; padding:3px; color:black; }

#autocomplete { width: 150pt;  }

#findtag { width: 150pt; margin-bottom: 0; }

#showtags { font-family: verdana; font-size: 10pt; }
#showtags span { margin-left: 10px; padding: 2px; }
#warnings { text-align: center; font-family: verdana; font-size: 10pt; }

#pname, #pzip, #pfindtag, #pcountry, #pnotes { width: 150pt; }
#pinputs { padding-left: 10px; }

.colMa, .colMa #content-main, .colMa #content-main .xfull { width:350px; }
.colMa { font-family: verdana; font-size: 10pt; text-align: center; width: 800px; }

*/