
/******************************************************************************/
/*                                  LAYOUT CSS                                */
/******************************************************************************/

body {
    margin: 0;
    padding: 0;
    font: small Arial, Helvetica, sans-serif;
    color: #666666;
    background: #ffffff;
}

/******************************* LAYOUT : HEADER ******************************/

#phx-header {
    background-color: #781E7E;
    height: 50px;
    border-top:1px solid green;
}
#phx-header-left {
    float: left;
    margin: 5px 5px 5px 10px;
    font-size: 2em;
    color: #ffffff;
}
#phx-header-right {
    float: right;
    margin: 10px;
    margin-left: 0;
    font-size: 0.9em;
    color: #ffffff;
}
#phx-header-right a {
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
}
#phx-header-right a:hover {
    text-decoration: underline;
}
#phx-header-right #headerLogAction {
    float: left;
    margin-left: 1em;
    padding: 0.2em;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #E1D5DF;
}
#phx-header-right #headerUserInfo {
    float: left;
    padding-top: 0.35em;
}
#phx-header-right #headerUserInfo .guest {
    font-weight: bold;
}
#phx-header-right #bugReporter {
    float: left;
    margin: 4px;
    background: url('http://asdcarc.com/asdcarc/www/themes/aspire/images/bug.png') no-repeat;
}

/***************************** LAYOUT : TABLES ********************************/

table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}
td, th {
    padding: 0px;
}
th {
    background-color: #bcbcbc;
    text-align: left;
    color: #ffffff;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    line-height: 1.75em;
}
#imRead {
    background-color: #bcbcbc;
}
#moduleOverview {
    width: 240px;
    height: 125px;
}
.full {
    width: 100%;
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.PHX-row-light {
    background-color: #efefef;
}
.PHX-row-dark {
    background-color: #dfddff;
}


/******************************* LAYOUT : ASD Formatting***************************/





div.biline {
	font-weight:bold;
	font-size:11px;
    color: #FFFFFF;

}

div.biline a {
    color: #056CB4;
    font-weight: bold;
}

div.biline a:visited {
   color: #056CB4;
   font-weight: bold;


}




div.footline {
    color: #9D9D9D;
}
span.purplepipe {
    color: #791F79;
    font-weight: bold;
}




.asdDark {
    position: relative;
    background-color: #848484;
    text-align: left;
}

.asdLight {
    position: relative;
    background-color: #C1C1C1;
    text-align: left;
}

.asdWhite {
/*    border: solid 0 #D9C1DB; border-left-width:2px; padding-left:0.5ex
*/    position: relative;
    background-color: #ffffff;
    text-align: left;
    border: dotted 0 #D9C1DB;
    border-bottom-width:2px;
    border-color:#D9C1DB;
    padding-bottom:0.5ex
}

.asdFormatHeading {

    color: #ffffff;
    font-weight: bold;
    font:Arial, Helvetica, sans-serif;
    font-size:8pt;
    margin:0;
    padding-top:8px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:8px;
}

.asdFormatBodyWhite {

    color: #ffffff;
    font-weight: bold;
    font:Arial, Helvetica, sans-serif;
    font-size:8pt;
    margin:0;
    padding-top:12px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:0px;
}

.asdFormatBodyWhiteSearch {

    color: #ffffff;
    font-weight: bold;
    font:Arial, Helvetica, sans-serif;
    font-size:8pt;
    margin:0 0 0 0;
    padding-top:5px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:0px;
}

.asdFormatBodyLight {

    color: #848484;
    font:Arial, Helvetica, sans-serif;
    font-size:8pt;
    margin:0 0 0 0;
    padding-top:8px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:0px;
}

.asdFormatDate {

    color: #848484;
    font-weight: bold;
    font:Arial, Helvetica, sans-serif;
    font-size:8pt;
    margin:0;
    padding-top:0px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:12px;
}

.asdFormatHeadingBlue {

    color: #296DC1;
    font-weight: bold;
    font:Arial, Helvetica, sans-serif;
    font-size:8pt;
    margin:0;
    padding-top:8px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:0px;
}
.asdFormatHeadingPurple {

    color: #6A3666;
    font-weight: bold;
    font:Arial, Helvetica, sans-serif;
    font-size:10pt;
    margin:0;
    padding-top:8px;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:0px;
}

.asdUlFormat {
    color: #6A3666;
    font:Arial, Helvetica, sans-serif;
    font-size:8pt;
    margin-left:0px;
    margin-right:0;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-left:24px;
    padding-right:12px;
    padding-bottom:0px;
    //list-style-type: circle;
    //list-style-image: url('http://asdcarc.com/asdcarc/www/themes/aspire/images/bullet.gif');
}

.asdLiFormat {
    margin-top:3px;
    padding-top:5px;

}

.asdSubmitLink {
   font-size: 12px;
   font-weight: Bold;
   color: #ffffff;
   margin:0px;
   padding:0px;

   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
  }


/****************************** LAYOUT : MAIN *********************************/

#phx-main {
    top: 97px;
}



/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/
#sub-nav {
    overflow: hidden;
}

#phx-blocks-left, #phx-blocks-right {
    position: absolute;
    margin-top: 97px;
    top: 0;
    z-index:1;
}
#phx-blocks-left {
    width: 0px;
    left: 0;
}
#phx-blocks-right {
    width: 0px;
    right: 0;
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}
#phx-blocks-left .blockContainer, #phx-blocks-right .blockContainer {
    margin: 4px 1px 0 1px;
}
.blockHeader {
    background-color: #781E7E;
    color: #ffffff;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bcbcbc;
    margin: 0;
}
.blockContent {
    background-color: #efefef;
    color: #184a84;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-top: none;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#phx-blocks-middle, #phx-blocks-middle-nocols, #phx-blocks-middle-leftcol, #phx-blocks-middle-rightcol {
    position: relative;
    margin: 0 0px 0 0px;
    width: auto;
    min-width: 20%;
    font-size: 0.9em;
    z-index: 2;
    padding: 0 20px;
}
#phx-blocks-middle #options {
    float: right;
    width: 98%;
}
#phx-blocks-middle-nocols {
    margin: 0;
}
#phx-blocks-middle-leftcol {
    margin: 0 0 0 0px;
}
#phx-blocks-middle-rightcol {
    margin: 0 0px 0 0;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #phx-blocks-middle {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#phx-footer {
    position: relative;
    float: middle;
    clear: both;
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 0.8em;
    text-align: center;
}

/******************************************************************************/
/*                                 CONTENT CSS                                */
/******************************************************************************/

/***************************** CONTENT : HEADINGS *****************************/

h1 {
    font-size: 2em;
    font-weight: normal;
}
h1.pageTitle {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
    color: #184a84;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    color: #184a84;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #3399ff;
    font-weight: bold;
}
a:visited {
    color: #2166B1;
}
a:hover {
    color: #184a84;
    text-decoration: none;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
    align: left;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.alignCenter {
    text-align: center;
}
.error {
    color: #ff0000;
}
.small {
    font-size: 0.8em;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.toolBtnSeparate {
    margin-left: 20px;
}

 textarea, input {
	font-size: small;
	font-family: MS Shell Dlg;
}
/*************************** MODULE: CALENDAR ********************************/

td.selectedDay {
    color: black;
    background-color: #dfddff;
    text-align: right;
}
td.defaultDay {
    color: #666666;
    background-color: #efefef;
    text-align: right;
}
td.selectedTitle{
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    color: #184a84;
}
td.defaultTitle{
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    color: #666666;
}
td.eventSubTitle{
    font-style: italic;
    text-align: center;
}
td.calendarEvent {
    background-color: #efefef;
}
td.selectedEvent {
    background-color: #dfddff;
}
/*************************** MODULE: PUBLISHER ********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #184a84;
    background-color: #d9d9d9;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}
.colHeader {
    color: #184a84;
    background-color: #efefef;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}
.navigator {
    color: #bcbcbc;
    background-color: #666666;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}

/* /////////////// Article Manager /////////////// */

.forApproval {
    font-weight: bold;
    color: #ff0000;
}
.approved {
    font-weight: bold;
    color: #ff9933;
}
.published {
    font-weight: bold;
    color: #00cc00;
}
.archived {
    font-weight: bold;
    color:  #909090;
}

/******************************************************************************/
/*                                  LEGACY CSS                                */
/*                                                                            */
/* Note: I am removing elements from here as I replace them with new CSS      */
/*       elements above.  Eventually, there shouldn't be any CSS left here.   */
/******************************************************************************/

/* /////////////// Table modifiers  /////////////// */

.fieldName, .fieldNameWrap {
    background-color: #efefef;
    color: #184a84;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.newsItem {
    border: 1px solid #999999;
    margin: 0 auto;
    padding: 0 0 0 10px;
    background-color: #ffffcc;
}
fieldset {
    width: 80%;
    margin: 0 auto;
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #184a84;
}

/* /////////////// Links  /////////////// */

.linkCrumbsAlt1 {
    text-decoration: none;
    color: #184a84;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #184a84;
}

/* /////////////// Various /////////////// */

div.pinstripe table {
    background-color: #efefef;
    width: 90%;
}
div.pinstripe td {
    background-color: #ffffff;
}
div.pinstripe img {
    padding: 10px;
}
div.pinstripe button {
    padding: 10px 0;
}
.noBorder {
    border: none;
    font-size: 10px;
}
ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://asdcarc.com/asdcarc/www/themes/aspire/images/bullet.gif');
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border: 1px dashed #ff9600;
}
.narrowButton {
    text-align: center;
    width: 100px;
}
.wideButton {
    text-align: center;
    width: 120px;
}
.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 300px;
}
.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #184a84;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 50%;
}
.messageHeader {
    color: #ffffff;
    background-color: #781E7E;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #781E7E;
    border-top: none;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.messageContent input {
    width: 150px;
}
#navPreview {
    position: relative;
    border: 1px dashed #d9d9d9;
}
#navPreview span {
    z-index: 5;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 2em;
    color: #d9d9d9;
    text-transform: uppercase;
}
.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #999999;
}
.treeMenuDefault {
    font-size: 11px;
}

/* /////////////// Tooltips /////////////// */

span.tipOwner {
    position: relative;
    cursor: help;
}
span.tipOwner span.tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #efefef;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}
span.tipOwner:hover span.tipText {
    display: block;
}
/* IE javascript workaround */
span.tipOwner {
    behavior: url(themes/default/css/tooltipHover.htc);
}
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 1px;
border: 1px solid #778;
border-bottom: none;
background-color: #CCCCCC;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background-color: #FFFFCC;
}

#tabcontentcontainer{
width: 95%;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid black;
}

.tabcontent{
    display:none;
}

.hidden{
    display:none;
}

img.galleryimage{
    border-style: solid;
    border-width: 1px;
    width: 100px;
    height: 75px;
    margin: 2px;
    padding: 2px;
}
