/* START: lists */
table.list {
  font-family: verdana, helvetica; 
  width: 100%;
}

table.list-tiny {
  font-family: verdana, helvetica; 
  font-size: 75%;
  border-collapse: collapse;
}

p.list-row {
  font-family: verdana, helvetica; 
}

span.list-label {
  color: black;
  font-size: 12pt;
  font-weight: bold;
}

tr.list-header {
  background-color: #be2c37; 
  border-right: 1px solid #be2c37;
  border-left: 1px solid #be2c37;
  text-align: left;
}

tr.list-subheader {
  background-color: white; 
  font-weight: bold;
  border-top: 3px solid #A0BDEB;
  border-bottom: 1px solid #A0BDEB;
}

tr.list-even {
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  background-color: #e2e2e2;
}

tr.list-odd {
  background-color: white;
}

tr.list-spacer {
  background-color: #f9f9f9;
}

th.list {
  color: white;  
  padding-left: 16px; 
  padding-right: 16px;
}

th.list-narrow {
  color: #E6EBF0;  
  padding-left: 4px; 
  padding-right: 4px;
}

th.list a {
  color: white;  
}

th.list img {
  border-style: none;
}

th.list-narrow a {
  color: white;  
}

th.list-narrow img {
  border-style: none;
}

tr.list-header th.list a { 
  color:white;
  text-decoration: none;
}

tr.list-header th.list a:hover { 
  color:white;
  text-decoration: none;
}

td.list {
  padding-left: 16px; 
  padding-right: 16px;
}

td.list a {
  color: black;
}

td.list-narrow {
  padding-left: 4px; 
  padding-right: 4px;
}

tr.last td {
  border-bottom: 1px solid #be2c37;
}

tr.list-paginator { 
  background-color: #eeeeee;
  font-size: 90%; 
}

td.list-button-bar { 
  padding-bottom: 12px;
  font-size: 115%;
  line-height: 250%;
}

td.list-button-bar a.button { 
  color:white;
  text-decoration: none;
}

td.list-button-bar a.button:hover { 
  color:white;
  text-decoration: none;
}

.list-filter { 
  font-size: 70%; 
  font-family: tahoma,verdana,arial,helvetica; 
}

tr.list-filter-selected { 
  background-color: #eeeeff;
}

span.list-filter-selected { 
  color: black;
}

.list-filter-header { 
  font-size: 70%; 
  font-family: tahoma,verdana,arial,helvetica; 
  font-weight: bold; 
}

.list-filter-section { 
  font-size: 70%; 
  font-family: tahoma,verdana,arial,helvetica; 
  font-weight: bold; 
  background-color: #bbbbff; 
  padding-left: 4px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  margin-top: 0px; 
  margin-bottom: 8px;
}

div.list-inline-filter { 
  font-size: 70%; 
  font-family: tahoma,verdana,arial,helvetica; 
}

span.list-inline-filter { 
}

span.list-inline-filter-selected { 
  font-weight: bold;
}

a.list-inline-filter { 
}

td.list-filter-pane {
  background-color: #ddddff;
  vertical-align: top;
}

td.list-list-pane {
  background-color: white;
  vertical-align: middle;
  padding-left: 10px;
}

/* END: lists */

/* START: button */

a.button {
  font-size: 85%;
  font-weight: bold;
  border: double 3px white;
  background-color: #be2c37;
  text-align: center;
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
}

a.button:link {
  text-decoration: none;
}

a.button:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.button:hover {
  text-decoration: none;
}

a.button:active {
  text-decoration: none;
}

/* END: button */

        body {margin: 0px;}
        #pageWidth {margin: 0 auto; width: 720px;}
        #header {height: 120px; position: relative; width: 100%;}
        #portal {
            padding: 0;
            margin: 0 auto 3px auto;
        }
        .column {
            width: 220px;
            min-height: 280px;
            overflow:hidden;
            float:left;
            padding: 0 8px 0 0;
            margin: 5px 0 5px 8px;
        }
        .col_title {
            font-size:12px;
            font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
            color:#003366;
            font-weight:bold;
        }
        .col_content {
            font-size:12px;
            font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
            color:#999999;
        }
        #footer {
            clear:both;
            background-color: #AB1E31;
            padding: 0px 5px 5px 5px;
            text-align: center;
            color: #FFFFFF;
            font-family: frutiger roman, frutiger, futura, futura light, myriad, tahoma, helvetica, arial;
            font-size: 12px;
            line-height: 20px;
        }
        #footer a {
            text-decoration: none;
            color: #FFFFFF;
        }
        #footer a:hover {
            border-bottom: 1px #FFFFFF dashed;
            color: #FFFFFF;
        }
        #admin-links {
                background-color: #C6C6C6;
                color: #003366;
                padding: 6px 10px 4px 10px;
                min-height: 19px;
                margin-bottom: 0px;
                font-size: 80%;
                bottom: 0px;
                clear: both;
        }
        
        .navBar {
            font-family: frutiger roman, frutiger, futura, futura light, myriad, sans-serif, tahoma, helvetica, arial;
            font-size: 11px;
        }
        .navBar ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        .navBar li {
            padding: 5px;
            float: left;
            margin-right: 1px;
            margin-bottom: 1px;
            background-image:url('/xowiki/templates/button-bg.gif');
            background-repeat:repeat-x;
            text-align: center;
            width:109px;
        }
        .navBar a {
            display: block;
            text-decoration: none;
            color: #FFFFFF;
        }
        .subNavBar {
            font-family: frutiger roman, frutiger, futura, futura light, myriad, sans-serif, tahoma, helvetica, arial;
            font-size: 11px;
        }
        .subNavBar ul {
            margin: 0;
            padding: 0;
            /* margin-left: 182px; */
            list-style-type: none;
        }
        .subNavBar li {
            padding: 5px;
            float: left;
            height: 14px;
            border-right: #FFFFFF 1px solid;
            background: #BBBDBF none;
            text-align: center;
        }
        .subNavBar a {
            display: block;
            text-decoration: none;
            color: #FFFFFF;
        }
        .subNavBar a:hover, .subNavBar-sel a {
            background: #000000 none;
            color: #FFFFFF;
        }
        #grayBG {
            background-color: #BBBDBF;
            width: 100%;
            height: 24px;
            border-bottom: #FFFFFF 1px solid;
        }
        .headerText {
            font-size: 18px;
            line-height: 20px;
            color: #BBBDBF;
         }
        .navSpace {margin-right: 5px; margin-left: 5px;}
        .navBar li.navBar-sel {
            background-image:url('/xowiki/templates/button-bg-o.gif');
            background-repeat:repeat-x;
        }
        .navBar li.navBar-sel a {
            color: #000000;
        }
        .contentText {
		        text-decoration: none;
		        color: #231F20;
		        font-family: frutiger roman, frutiger, futura, futura light, myriad, sans-serif, tahoma, helvetica, arial;
		        font-size: 11px;
		        line-height: 16px;
	        }
        #wrapper {
		        padding-left: 0px;
	        }
        #wrapper .column {
	        float: left;
	        position: relative;
        }
        
        #leftColumn {
	        width: 195px;	
        }
        
        #rightColumn {
	        width: 485px;
	        float: right;	
	        margin-left: 25px;
        }
	    #wikicmds {text-align: right;  font-family: frutiger roman, frutiger, futura, futura light, myriad, sans-serif, tahoma, helvetica, arial; font-size: 85%;color: #7A7A78;}
	    #wikicmds a, #wikicmds a:visited { color: #7A7A78; text-decoration: none;}
	    #wikicmds a:hover {text-decoration: underline;}
	    #wikicmds a:active {color: rgb(255,153,51);}

/* END: compass styles */
