/******************************************************************************/
/*                                  LAYOUT CSS                                */
/******************************************************************************/

body {
/*    margin: 0;*/
/*    padding: 0;*/
    font: small Verdana, Arial, Helvetica, sans-serif,"Times New Roman";
    color: #666666;
    background: #EFFAE4;
    /*background: #FFF6E0;
    background-image: url("themes/ptg/images/mtlo.gif");*/
    text-align: left;

}

/******************************* LAYOUT : HEADER ******************************/
#sgl2 {
	width: 100%;

	margin-left: auto;
	margin-right: auto;

	height: auto;
}

#sgl {
	width: 100%;

	margin-left: auto;
	margin-right: auto;

	height: auto;
	min-height: 100%;
	height: 100%; /* Hack for IE5+ */
	clear: both;
}


#sgl #header {
	<!--  /*  height: 60px; */-->
  background-color: #E7E3CE;
	background-image: url("/themes/ptg/images/htlo.jpg");
	width: 100%;

	height: 150px;
	position: relative;
  border-bottom:1px solid #E7E3CE;
}
#sgl #logo {
    float: left;
    margin: 5px 0 0 10px;
    font-size: 30px;
    font-weight: bold;
    color: #5A3008;
    text-decoration: none;
}
#sgl #logo img {
    vertical-align: middle;
    /* Workaround for Opera */
    vertical-align: text-middle;

}
#logo1 {
    float: left;
    margin: 5px 0 0 10px;
     vertical-align: middle;
    /* Workaround for Opera */
    vertical-align: text-middle;
}
#head_name {
    margin: 0px;
    padding: 35px 30px 30px 180px;
    font-size: 30px;
    font-weight: bold;
    color: #5A3008;
    text-decoration: none;
}
#sgl #login {
    position: absolute;
    	top: 120px;
	right: 10px;
    font-size: 0.9em;
    color: #5A3008;
    /* Workaround for IE hiding bottom border of logAction. */
}
#sgl #login a {
    padding: 0 5px;
    text-decoration: none;
    color: #5A3008;
}
#sgl #login a:hover {
    text-decoration: underline;
}
#sgl #login #logAction {
    margin-left: 0.5em;
    padding: 0.2em;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
}

/***************************** 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 {
    vertical-align: top;
    padding: 2px;
}
th {
    background-color: #eeeeee;
    color: #666666;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.75em;
}

#imRead {
    background-color: #bcbcbc;
}
.moduleOverview {
    width: 20.5em;
    height: 8em;
}
.full {
    width: 100%;
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #eeeeee;
}
.bold {
    font-weight: bold;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl #container {
    top: 175px;
clear: both;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#leftSidebar, #sgl #rightSidebar {
    position: absolute;
    margin-top: 175px;
    top: 0;
    clear: both;
    z-index: 1;
}
#sgl #leftSidebar {
    width: 200px;
    left: 0;
}
#sgl #rightSidebar {
    width: 180px;
    right: 0;
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}
#sgl .blockContainer {
    margin: 4px 1px 0 1px;
    clear: both;
}
#sgl .blockHeader {
    background-color: #E7E3CE;
    color: #5A3008;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bcbcbc;
    margin: 0;
}
#sgl .blockContent {
   /* background-color: <?php echo $blocksBackgroundBody ?>;*/
    color: #9e744c;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-top: none;
}

#sgl .blockRecArtContent {
  /*  background-color: <?php echo $blocksBackgroundBody ?>;*/
    color: #9e744c;
    font-size: 0.7em;
    padding: 10px;
    border: 1px solid #bcbcbc;
    border-top: none;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl #content, #sgl #content-nocols, #sgl #content-leftcol, #sgl #content-rightcol {
    position: relative;
    margin: 0 180px 0 200px;
    width: auto;
    min-width: 20%;
    font-size: 0.9em;
    /*z-index: 2;*/
    padding: 0 20px;

}
#sgl #content #options {
    float: right;
    width: 28%;
}
#sgl #content-nocols {
    margin: 0;
}
#sgl #content-leftcol {
    margin: 0 0 0 200px;
}

#sgl #options {
    float: right;
    width: 28%;
    margin-left: 4px;
}

#sgl #content-leftcol2 {

    margin: 0 0 0 200px;
}

#sgl #content-rightcol {
    margin: 0 180px 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 #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

 #footer {
  /*background-color: #E7E3CE;
	background-image: url("/themes/ptg/images/htlo.jpg");
	width: 100%;
*/
	height: 15px;

	text-align: center;
	font-family: Verdana;


    position: relative;

    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 0.8em;
    text-align: center;
}

/******************************************************************************/
/*                                 CONTENT CSS                                */
/******************************************************************************/

/***************************** CONTENT : HEADINGS *****************************/

h1 {
    font-size: 2em;
    font-weight: bold;
}
h1.pageTitle {
    font-weight: bold;
    text-align: center;
    /*color: #9e744c;*/
    color: #000000;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    color: #9e744c;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #5A3008;
    font-weight: bold;
 text-decoration: none;
}
a:visited {
    color: #5A3008;
 text-decoration: none;
}
a:hover {
    color: #9e744c;
    text-decoration: none;
}

.email_foot {
    color: #666666;
    font-weight: bold;
 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 **************************/

dt {
    font-size: 1.2em;
    font-weight: bold;
}
acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.alignCenter {
    text-align: center;
}
.error {
    font-weight: bold;
    color: #ff0000;
}
.warning {
    font-weight: bold;
    color: #0000ff;
}
.info {
    font-weight: bold;
    color: #000000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.title {
    color: #5A3008;
    font-weight: normal;
    font-size: 1.5em;
}
.detail {
    color: #5A3008;
    font-weight: normal;
    font-size: 0.8em;
}
.toolBtnSeparate {
    margin-left: 20px;
}

/*************************** MODULE: PUBLISHER ********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #9e744c;
    background-color: <?php echo $sectionHeaderBackground ?>;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
/* float: left;*/
}
.colHeader {
    color: <?php echo $colHeaderColor ?>;
    background-color: <?php echo $colHeaderBackground ?>;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}

/* /////////////// Article Manager /////////////// */

.forApproval {
    font-weight: bold;
    color: <?php echo $forApproval ?>;
}
.approved {
    font-weight: bold;
    color: <?php echo $approved ?>;
}
.published {
    font-weight: bold;
    color: <?php echo $published ?>;
}
.archived {
    font-weight: bold;
    color:  <?php echo $archived ?>;
}




/*************************** CERTIFICATE : MODULE **************************/

.groom{
    background-color: #d9d9d9;
}
.bride{
    background-color: #d9d9d9;
}




/******************************************************************************/
/*                                  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: #eeeeee;
    color: #9e744c;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #5A3008;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.newsItem {
    border: 1px solid #5A3008;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffcc;
}
fieldset {
    width: 80%;
    margin: 0 auto;
    color: #9e744c;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #9e744c;
}

/* /////////////// Links  /////////////// */

.linkCrumbsAlt1 {
    text-decoration: none;
    color: #9e744c;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #9e744c;
}

/* /////////////// Various /////////////// */

.navigato_r {
    color: <?php echo $navigatorColor ?>;
    background-color: <?php echo $navigatorBackground ?>;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
.pinstripe table {
    background-color: #eeeeee;
    width: 90%;
}
.pinstripe td {
    background-color: #5A3008;
}
.pinstripe img {
    padding: 10px;
}
.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('<?php echo $baseUrl ?>/images/bullet.gif');
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 2px 0;
    border: 1px dashed #ff9600;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}
.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 50%;
}
.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: <?php echo $errorText ?>;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 60%;
}
.messageHeader {
    color: #5A3008;
    background-color: #E7E3CE;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    /*background-color: #5A3008;*/
  background-image: url("/themes/ptg/images/htlo2.gif");
    color: #9e744c;
    border: 1px solid #E7E3CE;
    border-top: none;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.messageContent input {
    width: 13em;
}
#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 #5A3008;
}
.bgnd a, a.noDecoration {
    text-decoration: none;
}
.bgnd a {
    color: #9e744c;
    font-weight: normal;
}
.treeMenuDefault {
    font-size: 11px;
}

/* /////////////// Tooltips /////////////// */

.tipOwner {
    position: relative;
    cursor: help;
    /* IE :hover javascript workaround */
    behavior: url(<?php echo $baseUrl ?>/css/tooltipHover.htc);
}
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #eeeeee;
    color: #9e744c;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}
.tipOwner:hover .tipText {
    display: block;
}


/* certificate modul */
.certificate_table_main {
    background-color: #f4f4f4;
    color: #666666;
    text-align: left;
    width: 75%;
    font-size: 1em;
    line-height: 1em;
  border: 1px solid  #5A3008;;

}
.certificate_table {
    background-color: #eeeeee;
    color: #666666;
    text-align: left;
    font-size: 1em;
    line-height: 1em;
  border: 1px solid  #5A3008;;

}

fieldset {
    width: 0px;
    display: none;
}
