
/******************************************************************************/
/*                                  LAYOUT CSS                                */
/******************************************************************************/

html, body {
    margin: 0;
    padding: 0;
    font: small "Bitstream Vera Sans", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: ;
    background: #ffffff;
    height: auto;
}


/******************************* LAYOUT : HEADER ******************************/


#sgl-header {
    height: 170px;
    width: 800px;
    margin: auto;
    z-index: 1008;
}
#sgl-header-left {
    float: left;
    margin: 5px 5px 5px 10px;
    font-size: 2em;
    color: #ffffff;
}
#sgl-header-right {
    float: right;
    margin: 10px;
    margin-left: 0;
    font-size: 0.9em;
    color: #ffffff;
}
#sgl-header-right a {
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
}
#sgl-header-right a:hover {
    text-decoration: underline;
}
#sgl-header-right #headerLogAction {
    float: left;
    margin-left: 1em;
    padding: 0.2em;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #550022;
}
#sgl-header-right #headerUserInfo {
    float: left;
    padding-top: 0.35em;
}
#sgl-header-right #headerUserInfo .guest {
    font-weight: bold;
}
#sgl-header-right #bugReporter {
    float: left;
    margin: 4px; 
    background: url('http://www.ulbrich.com/themes/ulbrich/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: 0;
}

td.map {
    padding: 0px;
    text-align: left;
}

th {
    background-color: #3E4B78;
    text-align: left;
    color: #ffffff;
    font-size: 1.1em;
    letter-spacing: 0.1px;
    line-height: 1.75em;
}
#imRead {
    background-color: #3E4B78;
}
#moduleOverview {
    width: 240px;
    height: 125px;
}
.full {
    width: 100%;
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.sgl-row-light {
    background-color: #CCCCCC;
}
.sgl-row-dark {
    background-color: #d9d9d9;
}
.hdr1           {       font-family: arial, helvetica, sans-serif, verdana;
                                font-size: 11pt;
                                font-weight: bold;
                                color: #990000}

.hdr1b          {       font-family: arial, helvetica, sans-serif, verdana;
                                font-size: 11pt;
                                font-weight: bold;
                                color: #ffffff}

.hdr2           {       font-family: arial, helvetica, sans-serif, verdana;
                                font-size: 10pt;
                                font-weight: bold;
                                color: #38539F}


/****************************** LAYOUT : MAIN *********************************/

#sgl-main {
    top: 3px;
    width: 799px;
    margin: auto;
    margin-top: 3px;
    min-height: 475px;
    height: 100%;
    _height: 400px;
    padding: 0;
    z-index: 1;
    border-right: 1px solid #A6A6A6;
    background-image: url('http://www.ulbrich.com/themes/ulbrich/images/leftbg_20.jpg');
    background-repeat: repeat-y;
    background-position: left;
}

#sgl-main-minimal {
    top: 3px;
    width: 799px;
    margin: auto;
    margin-top: 3px;
    m\\in-height: 500px;
    height: 100%;
    padding: 0;
    z-index: 1;
    border-right:1px solid #A6A6A6;
    border-left:1px solid #A6A6A6;
    border-top: 1px solid white;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl-blocks-left, #sgl-blocks-right {
    position: absolute;
    z-index:3;
}
#sgl-blocks-left {
    width: 196px;
    float: left;
}
#sgl-blocks-right {
    width: 196px;
    right: 0;
}
/*.navWidget {
    overflow: auto;
}*/
.options-block {
    margin: 20px 0;
}
div.sgl-blocks-left-item {
    padding: 4px 0 0 1px;
}
div.sgl-blocks-right-item {
    padding: 4px 1px 0 0;
}
.sgl-blocks-left-item-title, .sgl-blocks-right-item-title {
    background-color: #3E4B78;
    color: #FFFFFF;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #3E4B78;
    margin: 0;
}

div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body {
    background-color: #CCCCCC;
    color: #184a84;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #3E4B78;
    border-top: none;
}


#navcontainer ul {

		list-style-type: none;
		text-align:left;
		background-color: #E9E9E8;
		padding-top: .5em;
		padding-left: 1em;
		padding-right: 0;
		padding-bottom: .5em;}
		
#navcontainer ul li a {

		background-color: #E9E9E8;
		padding-left:1em;
		text-align: left;
		font-family: Verdana, Arial,sans-serif;
		color: #374AA0;
		font-size: 8pt;
		font-weight : regular;
		text-decoration : none;}
		
#navcontainer ul li a:hover {

		background-color: #E9E9E8;
		color: #374AA0;
		text-decoration : underline;}		
		
#navcontainer ul li a#current{
		color: #004DA2;}		

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/
#sgl-blocks-middle, #sgl-blocks-middle-nocols, #sgl-blocks-middle-leftcol, #sgl-blocks-middle-rightcol {
    position: relative;
    margin: 0 0 0 196px;
    width: 70%;
    min-width: 20%;
    font-size: 0.9em;
    z-index: 2;
    padding: 0 5px 0 0;
    float: right;
}
#sgl-blocks-middle2{
    position: relative;
    height: 100%;
    width: 75%;
    float: right;
    padding-top: 10px;
}
#sgl-blocks-middle #options {
}
#sgl-blocks-middle-nocols {
    margin: 0;
}
#sgl-blocks-middle-leftcol {
    margin: 0 0 0 196px;
}
#sgl-blocks-middle-rightcol {
    margin: 0 196px 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 #sgl-blocks-middle {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#sgl-footer {
    background-image: url('http://www.ulbrich.com/themes/ulbrich/images/footer.jpg');
    b\\ackground-color: #ababab;   
    border-right: 1px solid #A6A6A6;
    position: relative;
    float: middle;
    clear:top;
    margin: auto;
    text-align: right;
    width: 799px;
    height: 220px;
    color:#FFFFFF;
    font-size:8pt;
    font-family:Tahoma,sans-serif;
    padding-top:5px;
    padding-bottom:5px;

}

#sgl-footer-minimal {
    background-image: url('http://www.ulbrich.com/themes/ulbrich/images/footer2.jpg');
    b\\ackground-color: #ababab;
    border-right: 1px solid #A6A6A6;
    position: relative;
    float: middle;
    clear:top;
    margin: auto;
    text-align: right;
    width: 799px;
    h\\eight: 1em;
    height: 110px;
    color:#FFFFFF;
    font-size:8pt;
    font-family:Tahoma,sans-serif;
    padding-top:5px;
    padding-bottom:5px;
}


a.copy:link {color: #FFFFFF;
    font-size:8pt;
    font-family:Tahoma,sans-serif;
    font-weight: normal;
}
a.copy:visited {color: #FFFFFF;
    font-size:8pt;
    font-family:Tahoma,sans-serif;
    font-weight: normal;
}

/******************************************************************************/
/*                                 CONTENT CSS                                */
/******************************************************************************/

/***************************** CONTENT : HEADINGS *****************************/

h1, h2, h3 {
 color:#A0410D;
 font-family: Tahoma,sans-serif;
 font-weight:bold;
 font-size:14pt;
 padding-left: .2em;
 padding-top: 1em;
}

h1.pageTitle {
 color:#A0410D;
 font-family: Tahoma,sans-serif;
 font-weight:bold;
 font-size:14pt;
 padding-left: .2em;
 padding-top: 1em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
 color:#A0410D;
 font-family: Tahoma,sans-serif;
 font-weight:bold;
 font-size:14pt;
 padding-left: .2em;
 padding-top: 1em;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #24367F;
    font-weight: bold;
}
a:visited {
    color: #24367F;
}
a:hover {
    color: #24367F;
    text-decoration: none;
}

a.whereare:link {color: #818181;
    font-size:7.5pt;
    font-family:Tahoma,sans-serif;
    font-weight: normal;
    text-decoration: none;
}
a.whereare:visited {color: #818181;
    font-size:7.5pt;
    font-family:Tahoma,sans-serif;
    font-weight: normal;
    text-decoration: none;
}

a.whereare:hover {color: #818181;
    font-size:7.5pt;
    font-family:Tahoma,sans-serif;
    font-weight: normal;
    text-decoration: underline;
}
a.header {color:white;}
a.header:visited  {color:white;}

/******************************* 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: #881155;
    font-weight: normal;
    font-size: 1.5em;
}
.detail {
    color: #881155;
    font-weight: normal;
    font-size: 0.8em;
}
.toolBtnSeparate {
    margin-left: 20px;
}

/*************************** 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: #CCCCCC;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}
.navigator {
    color: #3E4B78;
    background-color: ;
    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: #CCCCCC;
    color: #184a84;
    font-weight: normal;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldNameRequired {
    font-weight: bold;
}
}


.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.newsItem {
    border: 1px solid #881155;
    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 {
    color: #184a84;
    text-decoration: normal;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #184a84;
}

/* /////////////// Various /////////////// */
div.designContent {
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 0px;
   padding-bottom: 20px;
}

div.pinstripe table {
    background-color: #CCCCCC;
    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://www.ulbrich.com/themes/ulbrich/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: 150px;
}
.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: #3E4B78;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #3E4B78;
    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 #881155;
}
.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: #CCCCCC;
    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);
}


/* GOOGLE MAPS - define the CSS used to style the hotspots */
h4.hotspot {
  font-size : 100%;
  font-weight : normal;
  color : rgb(9, 122, 182);
  margin-left : 8px;
  margin-top : 0px;
  margin-bottom : 2px;
  font-style : normal;
  cursor : pointer;
}

h4.hotspot:hover {
  color : rgb(237, 92, 11);
  text-decoration : underline;
}

