/*
 *******************************************
 * $Id: global.css 735 2009-03-02 02:29:49Z gregbrown $
 * 
 * onFocus Software :: CMS
 * Copyright 2006 12d Networks, Inc.
 * 
 * Description:
 *		Global css file for the app.
 *******************************************
 */
 
/* ****************************************
Body/Misc Styles
**************************************** */
body {
    margin: 0px;
    font-size: 12px;
    font-family: Arial,Sans-serif;
    color: #000;
}
img {
    border: 0px;
}
a, a:link {
    color: #1469CD;
    text-decoration: none;
}
a:visited {
    color: #4D69C0;
}
a:hover {
    text-decoration: underline;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.icon {
    vertical-align: text-bottom;
}
.icon-disabled, a.icon-disabled, a.icon-disabled img { 
    Filter: alpha(opacity=60); /* IE */ 
    -moz-opacity: 0.6; /* Mozilla */ 
    Filter: Gray;
}

/* ****************************************
Page Layout
**************************************** */
.body {
    background-color: #fff;
}
#header-container {
    background: #e7e7e7 url('../img/top-bg.jpg') repeat-x;
    color: #fff;
    margin: auto;
}
#header {
    background: transparent url('../img/header-bg.jpg') no-repeat;
    width: 950px;
    margin: auto;
    height: 60px;
}
#logo {
    float: left;
}
#util-nav {
    padding: 5px 5px 0px 0px;
    margin: 0px;
    text-align: right;
}
#util-nav p {
    padding: 0px;
    margin: 0px 0px 9px 0px;
}
#util-nav a, #util-nav a:link, #util-nav a:hover, #util-nav a:visited, #util-nav p {
    font-size: 11px;
    font-family: Tahoma, Arial;
    color: #fff;
}
#util-nav a:hover {
    color: yellow;
}

#page-container {
    background-color: #E7E7E7;
    padding: 25px 0px 25px 0px;
    margin: 0px;
}
#page {
    width: 950px;
    min-height: 300px;
    margin: auto;
}
#main {
    width: 710px;
    float: right;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}
#main-full {
    margin: 0px;
    padding: 0px;
}
#sidebar {
    width: 225px;
    padding-right: 10px;
    float: left;
}
#footer {
    padding: 5px 0px 0px 0px;
    background: #fff url('../img/footer-bg.gif') repeat-x;
    font-size: 11px;
    clear: both;
}
#footer p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 15px;
    font-family: Tahoma, Arial;
    color: #666;
    text-align: center;
}
#footer a:hover {
}
#footer a, #footer a:link {
}

/* ****************************************
Error Boxes
**************************************** */
#message {
    padding: 0px;
    margin: 0px auto 25px auto;
}
#message, #message li {
    font-size: 11px;
    font-family: Tahoma, Arial;
    color: black;
    font-weight: bold;
}
#message ol, #message ul {
    margin: 5px 5px 5px 20px;
    padding-left: 15px;
}
.error-critical {
    background: #FFEBE8;
    border: 1px solid #DD3C10;
}
.error-critical h1 {
    display: none;
}
.error-authorization {
    background: #FFEBE8;
    border: 1px solid #DD3C10;
}
.error-authorization h1 {
    display: none;
}
.error-warning {
    background: #FFCC66;
    border: 1px solid #EA5200;
}
.error-warning h1 {
    display: none;
}
.error-info {
    background: #FFFBE2;
    border: 1px solid #FFE222;
}
.error-info h1 {
    display: none;
}

/* ****************************************
Table Styles
**************************************** */
.datagrid {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #876C01;
    border-left: 0px;
    border-right: 0px;
}
.datagrid th {
    border-bottom: 1px solid #876C01;
    border-right: 1px solid #fff;
    background-color: #FFEEAC;
    color: #000;
    font-weight: bold;
    padding: 4px;
    text-align: left;
}
.datagrid th.sort {
    background-color: #666699;
    background-image:  none;
}
.datagrid th img {
    padding-left: 20px;
    padding-right: 10px;
}
.datagrid th a, .datagrid th a:hover, .datagrid th a:visited {
    color: #fff;
    text-decoration: none;
}
.datagrid td {
    border: 1px solid #fff;
    border-top: 0px;
    border-left: 0px;
    padding: 4px;
}
.datagrid-row {
    background-color: #FBF6E1;
}
.datagrid-row-alt {
    background-color: #fff;
}
.datagrid-row-sel {
    background-color: #ccffcc;
}
.datagrid-row-over {
    background-color: #F7F2D0;
    cursor: pointer;
}

/* ****************************************
Form Styles
**************************************** */
form {
    margin: 0px;
    padding: 0px;
}
fieldset {
    border: 0px;
}
fieldset p, fieldset td {
    font-size: 11px;
}
legend {
    display: none;
}

label, label.normal {
    font-weight: normal;
    font-size: 11px;
    font-family: Tahoma, Arial;
    color: #000;
}
label.vtop {
	display: block;
    padding-top: 4px;
}
input, textarea, select {
    padding: 2px;
    font-size: 11px;
}
.form-table {
    border-collapse: collapse;
}
.form-table td {
    padding: 6px;
}
.form-button-primary {
    font-weight: bold;
    font-size: 11px;
    color: #000;
    padding: 2px 6px 2px 6px;
}
.form-button-secondary {
    font-weight: normal;
    font-size: 11px;
    color: #666;
    padding: 2px 6px 2px 6px;
}
.form-button {
    font-size: 11px;
    color: #000;
    padding: 2px 6px 2px 6px;
}

/* ****************************************
Content Boxes
**************************************** */
.box-container {
	margin-bottom: 15px;
}
.box {
}
.box .header {
	display: block;
    padding: 5px 0px 4px 33px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Trebuchet MS',Arial,Sans-serif;
    margin: 0px;
    background: #999 url('../img/box-headers.gif') no-repeat;
    background-position: 0px -213px;
}
.box .header .toggle {
    font-size: 11px;
    font-family: Tahoma,Arial,Sans-serif;
    font-weight: normal;
    color: white;
    float: right;
    margin-right: 6px;
}
.box .header .toggle a:link, .box .header .toggle a:visited {
    color: white;
    text-decoration: none;
}
.box .header .toggle a:hover {
    text-decoration: underline;
}
.box .contents {
    margin: 0px 0px 0px 9px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.box .contents p.first {
    margin-top: -5px;
}
.box .contents p.last {
    margin-bottom: 0px;
}
.box .contents h1 {
    margin-top: -4px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Trebuchet MS',Arial,Sans-serif;
}
.box .contents p.byline {
    margin-top: -5px;
}
.box .footer {
}

/* start: news box */
.box-container.news .box .header {
    background: #6DCEEE url('../img/box-headers.gif') no-repeat;
    background-position: 0px -3px;
}
.box-container.news .box .contents {
    border: 1px solid #6DCEEE;
}
/* end: news box */

/* start: form box */
.box-container.form .box .header {
    background: #D10B08 url('../img/box-headers.gif') no-repeat;
    background-position: 0px -33px;
}
.box-container.form .box .contents {
    border: 1px solid #D10B08;
    background-color: #FBF6E1;
}
/* end: form box */

/* start: formalt box */
.box-container.formalt .box .header {
    background: #666 url('../img/box-headers.gif') no-repeat;
    background-position: 0px -63px;
}
.box-container.formalt .box .contents {
    border: 1px solid #666;
    background-color: #FBF6E1;
}
/* end: formalt box */

/* start: special box */
.box-container.special .box .header {
    background: #A5CC7A url('../img/box-headers.gif') no-repeat;
    background-position: 0px -93px;
}
.box-container.special .box .contents {
    border: 1px solid #A5CC7A;
    background-color: #fff;
}
/* end: special box */

/* start: info box */
.box-container.info .box .header {
    background: #CEA501 url('../img/box-headers.gif') no-repeat;
    background-position: 0px -123px;
}
.box-container.info .box .contents {
    border: 1px solid #CEA501;
    background-color: #fff;
}
/* end: info box */

/* start: question box */
.box-container.question .box .header {
    background: #4D86DA url('../img/box-headers.gif') no-repeat;
    background-position: 0px -153px;
}
.box-container.question .box .contents {
    border: 1px solid #4D86DA;
    background-color: #fff;
}
/* end: question box */

/* start: idea box */
.box-container.idea .box .header {
    background: #FF5D38 url('../img/box-headers.gif') no-repeat;
    background-position: 0px -183px;
}
.box-container.idea .box .contents {
    border: 1px solid #FF5D38;
    background-color: #fff;
}
/* end: idea box */

/* start: plain box */
.box-container.plain .box .header {
    background: #999 url('../img/box-headers.gif') no-repeat;
    background-position: 0px -213px;
}
.box-container.plain .box .contents {
    border: 1px solid #ccc;
    background-color: #fff;
}
/* end: plain box */

/* start: target box */
.box-container.target .box .header {
    background: #A5CC7A url('../img/box-headers.gif') no-repeat;
    background-position: 0px -243px;
}
.box-container.target .box .contents {
    border: 1px solid #A5CC7A;
    background-color: #fff;
}
/* end: target box */

/* start: comments box */
.box-container.comments .box .header {
    background: #A5CC7A url('../img/box-headers.gif') no-repeat;
    background-position: 0px -273px;
}
.box-container.comments .box .contents {
    border: 1px solid #A5CC7A;
    background-color: #fff;
}
/* end: comments box */

/* start: fancy box */
.box-container.fancy .box .contents {
    background: #FAF9F5 url('../img/content-box-bg.jpg');
}
/* end: fancy box */

/* start: #member-profile, #general-profile box */
#general-profile .box .contents h1,
#member-profile .box .contents h1 {
    border-bottom: 0px;
    margin-bottom: 10px;
}
#general-profile .box .contents .title,
#general-profile .box .contents .byline,
#member-profile .box .contents .title {
    margin-top: -15px;
    margin-bottom: 10px;
    color: #666;
}
#general-profile .box .contents label,
#member-profile .box .contents label {
    color: #666;
}
#general-profile .box .contents label.highlight
#member-profile .box .contents label.highlight {
    color: #D10B08;
}
#general-profile .box .contents td,
#member-profile .box .contents td {
}
#general-profile .box .contents .form-table,
#member-profile .box .contents .form-table {
    margin-left: 10px;
}
/* end: #member-profile, #general-profile box */


/* ****************************************
Paginator Styles
**************************************** */
.paging {
    font-family: Tahoma, Arial;
    font-size: 11px;
    clear: both;
}
.paging-top {
    margin-bottom: 10px;
}
.paging-bottom {
    padding-top: 5px;
}
.paging a {
    border: 1px solid #9aafe5;
    margin-right: 1px;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    color: #0066cc;
    display: block;
    float: left;
}
.paging a:hover {
    border: 1px solid #2e6ab1;
    color: #000;
}
.paging a.current {
    border: 1px solid #2e6ab1;
    padding: 2px 6px 2px 6px;
    cursor: default;
    background: #2e6ab1;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.paging a.previous,
.paging a.next {
    font-weight: bold;
}
.paging span {
    float: left;
    padding: 2px 6px 2px 6px;
}
.paging span.inactive {
    border: 1px solid #ddd;
    color: #999;
}

/* ****************************************
Content Styles
**************************************** */
h1 {
    font-size: 18px;
    font-family: 'Trebuchet MS',Arial,Sans-serif;
    margin-top: 0px;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
h2 {
    font-size: 16px;
    font-family: 'Trebuchet MS',Arial,Sans-serif;
    color: #000;
}
h3 {
    font-size: 16px;
    font-family: Arial,Sans-serif;
}
h4 {
    font-size: 14px;
    font-family: Arial,Sans-serif;
}
p, li {
    font-size: 12px;
    line-height: 20px;
}
.normal {
    font-size: 12px;
    line-height: 20px;
    font-family: Arial,Sans-serif;
    color: #000;
    font-weight: normal;
}
.highlight {
    color: #D10B08;
}
.lowlight {
    color: #666;
}
h1.highlight, h2.highlight, h3.highlight, h4.highlight {
    border-bottom: 1px solid #cc0000;
    padding-bottom: 3px;
}
h1.underline, h2.underline, h3.underline, h4.underline {
    border-bottom: 1px solid #999;
    padding-bottom: 3px;
}

/* ****************************************
tab styles
**************************************** */
#gnav {
    background: #999 url('../img/nav-bg.gif') repeat-x;
    width: 950px;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid #876C01;
    border-top: 0px;
    height: 28px;
}
#gnav ul {
    margin: 0px;
    padding: 0px;
}
#gnav li  {
    display: inline;
    list-style: none;
}
#gnav a, #gnav a.current {
    display: block;
    float: left;
    padding: 4px 15px;
    margin: 0px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    font-family: Tahoma, Arial;
    text-decoration: none;
    color: #524101;
    border-right: 1px solid #876C01;
}
#gnav a.first {
}
#gnav a.last {
}
#gnav a:hover {
    background: #FFEEAC;
    color: black;
}
#gnav a.current, #gnav a.current:hover {
    background: #CEA501;
    font-weight: bold;
    color: #fff;
}

.snav-container {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
.snav {
}
.snav .header {
    display: block;
    padding: 5px 0px 4px 33px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Trebuchet MS',Arial,Sans-serif;
    margin: 0px;
    background: #A5CC7A url('../img/box-headers.gif') no-repeat;
    background-position: 0px -243px;
}
.snav ul {
    margin: 0px 0px 0px 9px;
    padding: 0px;
    border: 1px solid #A5CC7A;
    background-color: #fff;
}
.snav li  {
    display: block;
    list-style: none;
}
.snav a, .snav a.current {
    display: block;
    padding: 3px 7px;
    margin: 0px;
    font-size: 11px;
    line-height: 20px;
    font-family: Tahoma, Arial;
    text-decoration: none;
    color: #1369B3;
}
.snav a.first {
}
.snav a.last {
}
.snav a:hover {
    background-color: #FBF6E1;
    color: #000;
}
.snav a.current, .snav a.current:hover {
    background-color: #FFEEAC;
    color: #000;
}

.mnav {
    background: #fff;
    margin: 0px auto;
    padding: 0px;
    border-bottom: 1px solid #ccc;
    height: 25px;
    margin-bottom: 10px;
}
.mnav ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
.mnav li  {
    display: inline;
    list-style: none;
}
.mnav a, .mnav a.current {
    display: block;
    float: left;
    padding: 4px 8px;
    margin: 0px 3px 0px 0px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-family: Tahoma, Arial;
    text-decoration: none;
    color: #666;
    border: 1px solid #ccc;
    border-bottom: 0px;
    background-color: #eee;
}
.mnav a.first {
}
.mnav a.last {
}
.mnav a:hover {
    background: #FBF6E1;
    color: black;
}
.mnav a.current, .mnav a.current:hover {
    background-color: #fff;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #fff;
}
.mnav a.tool, .mnav a.tool:link {
    background-color: #fff;
    color: #1469CD;
    border: 0px;
    float: right;
    text-decoration: none;
}
.mnav a.tool:hover {
    text-decoration: underline;
}

.mnav span {
    background-color: #fff;
    color: #666;
    border: 0px;
    float: left;
    text-decoration: none;
    margin-top: 3px;
}

/* ****************************************
misc styles
**************************************** */
.member-pic,
.script-pic,
.project-pic {
    border: 1px solid #ddd;
    padding: 2px;
    text-align: center;
}
.member-pic img,
.script-pic img,
.project-pic img {
    border: 1px solid #999;
}
.member-pic:hover,
.script-pic:hover,
.project-pic:hover {
    border: 2px solid #1469CD;
    padding: 1px;
}
.member-pic img,
.script-pic img,
.project-pic img {
    border: 1px solid #999;
}

.tilelist {
    margin: -5px 0px 0px 0px;
    padding: 0px;
}
.tilelist li  {
    display: block;
    list-style: none;
    float: left;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    width: 45%;
    margin: 0px 10px 0px 0px;
}

.tilelistwide {
    margin: -5px 0px 0px 0px;
    padding: 0px;
}
.tilelistwide li  {
    display: block;
    list-style: none;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    margin: 0px;
    clear: both;
}

.tilelist li.alt,
.tilelistwide li.alt  {
    background-color: #fcfcfc;
}

.tilelist li.first  {
    clear: left;
}
.tilelist li .thumb, .tilelistwide li .thumb  {
    float: left;
    margin: 0px 10px 0px 0px;
}
.tilelist li .text, .tilelistwide li .text  {
    float: left;
    margin: 0px 0px 0px 0px;
}
.tilelist li .text  {
    width: 215px;
}
.tilelistwide li .text  {
    width: 570px;
}
.tilelist li p.first, .tilelistwide li p.first  {
    margin-top: -2px;
}
.tilelist li p.last, .tilelistwide li p.last {
    margin-bottom: 0px;
}

.tilelist li  h2,
.tilelistwide li h2 {
    font-size: 18px;
    font-family: 'Trebuchet MS',Arial,Sans-serif;
    margin: 0px 0px 5px 0px;
    color: #000;
    padding-bottom: 0px;
    border-bottom: 0px;
    text-align: left;
}


.spacer {
    display: block;
    height: 25px;
    margin: 0px;
    padding: 0px;
}
.quot {
    color: #999;
    font-family: georgia,serif;
    font-size: 18px;
    line-height: 12px;
    vertical-align: bottom;
}
.byline {
    font-size: 11px;
    color: #666;
    margin: 0px 0px 10px 0px;
}
hr.divider {
    margin: 5px 0px 5px 0px;
    height: 1px;
    border: 1px solid #ddd;
    clear: both;
}

.author {
    margin-bottom: 0px;
}

.date {
    margin-bottom: 0px;
    font-size: 11px;
    color: #666;
}

.ago {
    color: #CC3333;
}

.comment {
    margin-top: 0px;
}

.options {
    margin-top: -10px;
}

.headline-tag {
    color: #666;
    font-weight: normal;
    font-family: Arial,Sans-serif;
    font-size: 12px;
    xline-height: 20px;
}

.headline-tag .ago {
    color: #666;
}

/* start: rating star styles */
img.rating {
    background: #fff url('../img/stars.gif') no-repeat scroll 0 0;
    height: 14px;
    width: 60px;
}
img.rating-5 {
    background-position: -0px 0px;
}
img.rating-4\.5 {
    background-position: -0px -16px;
}
img.rating-4 {
    background-position: -12px 0px;
}
img.rating-3\.5 {
    background-position: -12px -16px;
}
img.rating-3 {
    background-position: -24px 0px;
}
img.rating-2\.5 {
    background-position: -24px -16px;
}
img.rating-2 {
    background-position: -36px 0px;
}
img.rating-1\.5 {
    background-position: -36px -16px;
}
img.rating-1 {
    background-position: -48px 0px;
}
img.rating-0\.5 {
    background-position: -48px -16px;
}
img.rating-0 {
    background-position: -60px -0px;
}
/* end: rating star styles */