﻿body { font : 8pt Arial; color : #000000; margin : 5px 0 10px 0; text-align: center; }

#message_box { 
    position: absolute; 
    top: 0; left: 0; 
    z-index: 10; 
    background:#ffc;
    padding:10px;
    margin:10px 5%;
    border:1px solid #CCCCCC;
    text-align:center; 
    font-weight:bold; 
    width:80%;
    display:none;
}

.wall
{
    margin:20px 100px 0px 100px;
    padding:10px 20px;
    display:none;
    font-size:12pt;
}
.wall.error
{
    display:inherit;
    color:#000;
    background:#FFCECE; 
    border:#950000 solid 1px;
}
.wall.success
{
    display:inherit;
    color:#000;
    background:#BDFFBB; 
    border:#025B00 solid 1px;
}

#manageText {  font: 21pt Arial; color: #00369E; padding: 0 0 20px 0; }
#loginText { font: 12pt Arial; padding-bottom: 10px; }
#language { padding-top:4px; height : 20px; width: 800px; background: #f8f0e5; }
#language li { float:right; padding: 0 10px 0 10px; }
#header { height : 56px; width: 800px; } 
#container { text-align: left; width: 800px; background: #ffffff; margin: auto; }
#menu { height: 20px; width: 800px; background : #d1aa67; padding : 5px 0 5px 0; } 
#footer { width: 800px; }
#terms { padding: 5px; background: #F8F0E5; }

#menu ul {
    padding-left:10px;
}
#menu li {
    background-position: right center;
    display: inline;
    background-image: url('../images/menu_separator.gif');
    background-repeat: no-repeat;
    padding: 0 10px;
}
#menu a,
#menu a:visited,
#menu a:active,
#menu a:focus,
#menu a:link,
#menu a:hover,
A.menulink, A.menulink:VISITED, A.menulink:ACTIVE, A.menulink:FOCUS, A.menulink:LINK
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
A.menulink:HOVER
{
    color: #000000;
    font-weight: bold;
}
.labelLink
{ padding: 0px 10px 0px 10px; } 
.link, .link:visited, .link:link
{
    font-size: small;
    color: #800000;
    font-weight: bold;
}
.link:hover
{
    text-decoration: underline;
}
.title{
    font-size: 16pt; 
    color: #d1aa67; 
    float:right;
    padding-top: 28px
}
.separator{ padding: 0 0 0 0;}
#wrapper{ border: 1px solid #d1aa67; width: 808px; padding: 4px 0 4px 0; }
#welcome_outer{
    background: #000000 url('../Images/welcome_image.jpg');
    font-size: large;
    color: #FFFFFF;
    width: 100%;
    /* For centering purposes only */
    height: 61px;
    overflow: hidden; 
    position: relative;
}
#welcome_outer[id]{
    display: table; 
    position: static;
}
#welcome_middle{
    position: absolute;
    top: 50%;
}
#welcome_middle[id]{
    display: table-cell; 
    vertical-align: middle; 
    position: static;
}
#welcome_inner{
    position: relative; 
    top: -50%;
    padding: 0px 0px 0px 20px;
}
#welcome_inner[id]{
    position: static;
}

.leftColumn { text-align: right; width: 40%; vertical-align:middle; }
.rightColumn { text-align: left; width: 60%; vertical-align:middle; }
.error  
{
    color: Red; 
    text-decoration: none; 
    list-style-type: none; 
}

#loginbox { height:250px; width:308px; float:right; text-align:center; border: 1px solid #d1aa67; }
#subtitle { padding-top: 4px; background-color: #F8F0E5; width:300px; height:20px; margin-top:4px; font-weight:bold; }
.button
{
    border:1px solid #008000;
    height:2em;
    color:#FFFFFF;
    font-size:medium;
    background:#008000 url('../Images/back_green_button.jpg') repeat-x;
}
.salutation 
{
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    float:right; 
    padding-right:20px;
}
.textbox { height: 1.5em; width: 200px; }
.textarea { height: 12em; width: 200px; }
.textarea-short { height: 5em; width: 200px; }
.label { font-weight: bold; }
.descBox { border: 1px solid #EFE0C9; width: 300px; height: 200px; padding: 5px; }
h3 { font: bold small Arial; }
.strongLabel { font: bold small Arial; }
.bar { 
    background: url('../images/bar.png') repeat-x left top; 
    width:100%;
}
.collapsePanelHeader {
    float:right;
}
.details {
    background:#EEDCC4; 
    width:150px; 
    height:15px; 
    padding:5px; 
    margin:0px; 
    text-align:right;
    float:right;
}
#description 
{
    padding:20px; 
    text-align:justify;
    color:#000000;
}

h1
{
    margin-top: 0px;
    background: #000000;
    font-size: 2em;
    font-weight:bold;
    color: #FFFFFF;
    font-weight: normal;
    background-image: url('../images/cintillo.jpg');
    background-repeat: no-repeat;
    background-position:bottom;
    padding: 10px 20px;
}
h2
{
    margin:0px 20px;
    padding: 5px;
    font-size: 1.5em;
    font-weight:normal; 
    background: #EFE0C9;
}
#content { width:760px; padding:0 20px; }
#controls { margin:20px; }

.validatorCalloutHighlight
{
    background-color: #FFFF99;
}

fieldset
{
    width:300px;
}
fieldset label
{
    display: inline-block;
    width:100px;
    text-align:right;
}       
fieldset label.error, input.button { margin-left: 103px; }
label.error {
    display: block;
    text-align:left;
    width:auto;
}
label.valid {
    background: url("../images/Ok.gif") no-repeat;
    height:22px;
	width:16px;
	line-height:22px;
	vertical-align:middle;
	display:inline-block;
    margin-left:10px;
}
fieldset p {
    padding: 5px 10px 7px;
}
label.error, label.error {
    color: red;
    font-style: italic
}
td {
	vertical-align:top;	
}



/*---------------------------------------------------------------------------*/
/* Begin new subscription style */
    .gallery.custom-state-active { 
        background: #eee; 
    }
    .gallery li { 
        float: left; 
        width: 150px; 
        padding: 0.4em; 
        margin: 0 0.4em 0.4em 0; 
        text-align: center; 
    }
    .gallery li h5 { 
        margin: 0 0 0.4em; 
        cursor: move; 
    }
    .gallery li a { float: right; }
    .gallery li a.ui-icon-zoomin { float: left; }
    .gallery li img { cursor: move; }
    .gallery { min-height:18em; }

    #subscriptions { 
        float: right; 
        width: 42%; 
        min-height: 18em; 
        padding: 1%; 
    } 
    * html #subscriptions { height: 18em; } /* IE6 */
    #subscriptions h4 { 
        line-height: 25px; 
        margin: 0 0 0.4em; 
    }
    #subscriptions h4 .ui-icon { float: left; }

    #bulletins { 
        float: left; 
        width: 50%; 
        min-height: 18em; 
        padding: 1%; 
    } 
    * html #bulletins { height: 18em; } /* IE6 */
    #bulletins h4 { 
        line-height: 25px; 
        margin: 0 0 0.4em; 
    }
    #bulletins h4 .ui-icon { float: left; }
/* End new subscription style */
/*---------------------------------------------------------------------------*/
/* Begin Clearfix */
        .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%; }
/* End Clearfix */


/*---------------------------------------------------------------------------*/
/* Begin jqModal */
    .jqmWindow {
        display: none;
        
        position: fixed;
        top: 17%;
        left: 50%;
        
        margin-left: -300px;
        width: 600px;
        
        background-color: #EEE;
        color: #333;
        border: 1px solid black;
        padding: 12px;
    }

    .jqmOverlay { background-color: #000; }

    /* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
    * iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	    width: expression(this.parentNode.offsetWidth+'px');
	    height: expression(this.parentNode.offsetHeight+'px');
    }

    /* Fixed posistioning emulation for IE6
         Star selector used to hide definition from browsers other than IE6
         For valid CSS, use a conditional include instead */
    * html .jqmWindow {
         position: absolute;
         top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
    }
/* End jqModal */
