/*
 * Default header related information
 */

#header {
  background-image: url(images/ddogs-head-right.jpg);
  color: white;
  height: 57px;
  border-width: 0;
  text-align: left;
  padding: 0;
  margin: 0;
  }
.logo {
  background-image: url(images/ddogs-head-right.jpg);
}
#header * {
  color: white;
}

#header .contentedit {
  display: none;
  padding-left: 5px;
}

#header h1 {
  padding: 0 0 0 0;
  font-size: 30px;
  }
#header h2 {
  padding: 0 0 0 20px;
  font-size: 15px;
  font-style: italic;
  color: #484;
  }

* {
  font-size: 13px;
  font-family: "Trebuchet MS",verdana,arial,sans-serif
}

table {
  border-collapse: collapse;
  margin-bottom: 9px;
  margin-left: 0;
  margin-right: auto;
}

th {
  padding: 1px 2px 2px 6px;
}
td {
  padding: 1px 2px 2px 6px;
}
td.label {
  font-weight: bold;
  text-align: right;
}

#page {
    background: url(images/ddogs-sidebar.png) repeat-y;
}

#content-inner {
  padding: 5px 5px 20px 10px;
  }

#content {
  padding: 0px 0px 14px 10px;
  margin-left: 125px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.notice {
  border: 1px solid #88a;
  background: #ccf;
  margin-bottom: 10px;
}

body {
    color: #000;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background: #fff;
    background: url(images/ddogs-sidebar.png) repeat-y;
}

blockquote {
  margin-top: 0px;
  color: #000;
}

p {
  margin: 0 0 0 0;
  padding: 0px 0px 9px 0px;
  font-size: 14px;
}


h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
  margin: 0 0 0 0;
  padding-top: 9pt;
  padding-bottom: 0pt;
  color: #000;
}

h1 {
  font-size: 20px;
  color: #226;
}
h2 {
  font-size: 16px;
  }
h3 {
  font-size: 14px;
  }

#content a {
  color: #888;
  text-decoration: none;
  }

#content a:visited {
  color: #888;
  text-decoration: none;
  }

#content a:hover {
  color: #444;
  text-decoration:underline;
  }

ul { margin-top:0px;  }
img { border: 0px; }

table.files {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #ddd;
  }
table.files tr.r1 {
  background-color: #f4f4f4;
  border-top: 1px solid #ddd;
  }

table.files tr.r2 {
  border-top: 1px solid #ddd;
  }

span.file_description {
    padding-left: 18px;
    display: block;
}

.titlebar {
  background-color: #ffb;
  border-bottom: solid 1px #dd8;
  border-top: solid 1px #dd8;
  margin-bottom: 10px;
  padding-left: 10px;
  }

#content a.add {
  padding-left: 20px;
  background: url(images/add.gif) no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #c44;
}

#content a.export {
  padding-left: 20px;
  background: url(images/document.gif) no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #c44;
}

#content a.save {
  padding-left: 20px;
  background: url(images/save.gif) no-repeat;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #c44;
}

#content a.edit {
    padding-left: 20px;
    background: url(images/edit.gif) no-repeat;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #c44;
    border-bottom: 0px;
}

#content a.edit:hover {
    text-decoration: underline;
}

#content, #content-inner {
  margin-top: 0px;
  padding-top: 0px;
}

.memberlink {
  margin-left: 40px;
}

li.weblink {
    list-style-type: square;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: normal;
}

li.weblink a.weblink {
  background: url(images/link.gif) no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
  color: #333;
}

li.weblink a.command {
  font-weight: normal;
  color: #888;
}

table.normal {
  border-collapse: collapse;
  border: 1px solid #c88;
  margin-top: 0px;
  margin-bottom: 9px;
}

table.normal th {
  background: #c88;
  border: 0px;
  color: white;
  text-align: left;
}

tr.n1 td {
  background: #fff8f8;
}

.notice {
  padding-left: 22px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: no-repeat url(images/information.gif) #ccf;
  background-position: 4px 4px;
}


.alert {
  padding-left: 22px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: no-repeat url(images/error.gif) #fcc;
  border: 1px solid #d88;
  background-position: 4px 4px;
} 

.warning {
  padding-left: 22px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: no-repeat url(images/warning.gif) #ffc;
  border: 1px solid #dd8;
  background-position: 4px 4px;
} 


#contentbar {
  text-align: right;
}

#contentbar a {
  padding-left: 18px;
  background: url(images/edit.gif) no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
}

/*
 * Default menubar styling
 */

#menubar {
  text-align: right;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 6px;
  margin-left: 126px;
  background-color: #ffb;
  border-bottom: solid 1px #dd8;
  border-top: solid 1px #dd8;
}

#menubar * {
  font-size 13px;
}

#menubar a {
  color: #666;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 8px;
  margin-right: 0px;
}

#menubar a.signin {
  padding-left: 18px;
  background: url(images/key.gif) no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
}

#menubar a.contacts {
  padding-left: 18px;
  background: url(images/phone.gif) no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
}

#menubar a.settings {
  padding-left: 18px;
  background: url(images/preferences.gif) no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
}

#menubar a.signout {
  padding-left: 18px;
  background-image: url(images/key-x.gif);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
}

#menubar a.myaccount {
  padding-left: 18px;
  background-image: url(images/member.gif);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
}

#menubar a.content {
  padding-left: 18px;
  background: url(images/folder.gif) no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
}

#menubar a.accounts {
  padding-left: 18px;
  background: url(images/accounts.gif) no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
}

/*
 * Footer formatting
 */

#footer {
  clear: both;
  padding: 5px 5px 5px 5px;
  font-size: 11px;
  color: #888;
  text-align: center;
  }

#footer a { color: #669;   font-size: 11px;}
#footer a:visited { color: #669;   font-size: 11px;}

#footer .contentedit {
    display: none;
    padding-left: 5px;
}

/*
 * Sidebar formatting
 */

#sidebar {
  position: absolute;
  top: 81px;
  left: 10px;
  width: 170px;
  padding: 0px 10px 10px 0px;
}

.sidebar_group {
  padding: 0px 5px 10px 5px;
  }

#sidebar {
  top: 103px;
  left: 10px;
  border: 0px;
  width: 100px;
}

#sidebar .contentedit {
  display: none;
}

#sidebar li {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 0px;
  list-style-type: none;
  background: url(images/blue-arrow.gif) no-repeat;
  background-position: 0 3px;
}

#sidebar a {
  color: #444;
  text-decoration: none;
}

#sidebar a:hover {
  color: #000;
  text-decoration: underline;
}

#sidebar ul {
  padding: 0 0 0 0;
  margin: 10px 10px 10px 10px;
}

.export li {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 0px;
  list-style-type: none;
  background: url(images/impt_small.gif) no-repeat;
}

span.org_type  {
    font-size: 0.9em;
    color: #558;
}
span.org_url {
    display: block;
}

li.organisation {
  list-style: none;
  padding-bottom: 0.7em;
}

form {
    background: #f0f0ff;
    border: 1px solid #dde;
    padding: 5px 5px 5px 5px;
    margin-bottom: 9px;
}

form .question {
    display: block;
    width: 10em;
    float: left;
    font-weight: bold;
    padding: 2px 2px 2px 2px;
}

form .answer {
    display: block;
    padding: 2px 2px 2px 2px;
}

form label {
    border-top: 1px dashed #dde;
    display: block;
}

/*
 * Online help tip formatting.
 */
.helptip {
    float: right;
    width: 120px;
    display: inline;
    border: 1px solid #bbf;
    background: white;
}

.helptip h3 {
  margin: 0 0 4px 0;
  padding: 2px 2px 2px 18px;
  background: #bbf;
}

.helptip p {
    padding-left: 4px;
    padding-right: 4px;
}

.helparea {
    margin-right: 130px;
}

#mailing_list_info {
    float: right;
    background: #fff0ff;
    border: 1px solid #f0e0f0;
    width: 16em;
    margin-left: 2em;
    padding: 0.5em;
}
