﻿/* DEFAULTS
----------------------------------------------------------*/

  .pagerstyle 
        {
	        font-size:x-small;
	        text-align:right;
            background-position: bottom left;
            background: #D0DEF0 url(/Images/toolbarbck.gif) repeat-x scroll left top;
        }

        .gopag 
        {
            font-size:x-small;
            width:20px;
        }

        .pagprev
        {
            background:transparent url(/Images/previous.png) no-repeat scroll center;
            height:1.3em;
            width:16px;
            cursor:pointer;
            border:0px;
        }
        
        .pagnext
        {
            background:transparent url(/Images/next.png) no-repeat scroll center;
            height:1.3em;
            width:16px;
            cursor:pointer;
            border:0px;
        }

        .pagfirst
        {
            background:transparent url(/Images/first.png) no-repeat scroll center;
            height:1.3em;
            width:16px;
            cursor:pointer;
            border:0px;
        }
        
        .paglast
        {
            background:transparent url(/Images/last.png) no-repeat scroll center;
            height:1.3em;
            width:16px;
            cursor:pointer;
            border:0px;
        }

.GridHeader
{
	color: white;
	position: relative;
	top: expression(this.offsetParent.scrollTop - 3);
	background-color: #4d7893;
	font-weight: bold;
	font-size: 12px;
}
.DataGridFixedHeader
{
position: relative;
top: expression(this.offsetParent.scrollTop - 3); /*this works fine with IE only, but FireFox seems to be ignoring this*/
}

.GridRow
{
	color: #000000;
	background-color: #FFFFFF;
    	font-weight: normal;
        	font-size: 10px;
            }
.GridAlternateRow
{
	color: #000000;
	background-color: #FFFFCC;
	font-weight: normal;
	font-size: 10px;
    }
.Marco
{
	overflow: auto;
} 

.Marco .Grid 
{
width: 95%;
}




.mGrid {  
    width: 90%;  
    background-color: green;  
    margin: 5px 0 10px 0;  
    border: solid 1px #525252;  
    border-collapse: collapse;  
}  
  
    .mGrid td {  
        padding: 2px;  
        border: solid 1px #c1c1c1;  
        color: green;  
        background-color: lightgoldenrodyellow;  
    }  
  
    .mGrid th {  
        padding: 4px 2px;  
        color: lightyellow;    
        background-color: #669900;
        /*background: #424242 url(grd_head.png) repeat-x top;*/  
        border-left: solid 1px #525252;  
        font-size:medium;  
   }  
  
    .mGrid .alt {  
        background: #fcfcfc url(grd_alt.png) repeat-x top;  
    }  
  
    .mGrid .pgr {  
        
       background: #424242 url(grd_pgr.png) repeat-x top;*/  
       
    }  
  
    .mGrid .pgr table {  
            margin: 5px 0;  
        }  
  
    .mGrid .pgr td {  
            border-width: 0;  
            padding: 0 6px;  
            border-left: solid 1px #666;  
            font-weight: bold;  
            color: #fff;  
            line-height: 12px;  
        }  
  
    .mGrid .pgr a {  
            color: #666;  
            text-decoration: none;  
        }  
  
    .mGrid .pgr a:hover {  
                color: #000;  
                text-decoration: none;  
            }  


.cal_Theme1 .ajax__calendar_container {
     background-color: yellowgreen;
     border: solid 1px #cccccc;
     font-family: Verdana;
}

   .cal_Theme1 .ajax__calendar_header {
      background-color: lightgoldenrodyellow;
      margin-bottom: 4px;
      font-family: Verdana;
  
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: green;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: greenyellow;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color:  lightyellow;
    font-family: Verdana;
    font-size:small;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
    font-family: Verdana;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
    font-family: Verdana;
    
}

.Panel
{
    border: 4px solid #006600;
    -webkit-box-shadow: #878787 0px 2px 2px;
    -moz-box-shadow: #878787 0px 2px 2px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #669900;
    background-image: inherit;
    font-style: normal;
    text-decoration: none;
}


.button {
    border: 4px solid #26759E;
    -webkit-box-shadow: #878787 0px 2px 2px;
    -moz-box-shadow: #878787 0px 2px 2px;
    box-shadow: #878787 0px 2px 2px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: inline-block;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

    .button:hover {
        border: 4px solid #26759E;
        background-color: #36780f;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
        background-image: -webkit-linear-gradient(top, #36780f, #005900);
        background-image: -moz-linear-gradient(top, #36780f, #005900);
        background-image: -ms-linear-gradient(top, #36780f, #005900);
        background-image: -o-linear-gradient(top, #36780f, #005900);
        background-image: linear-gradient(to bottom, #36780f, #005900);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
    }



body {
    background: #99FF66;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited {
    color:cadetblue;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: medium;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 90%;
    background-color: #CCFF99;
    margin: 20px auto 0px auto;
    border: 1px solid #CC9900;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #669900;
    top: -21px;
    left: 0px;
    width: 100%;
}

    .header h1 {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        line-height: 2em;
        font-size: 2em;
        width: 100%;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    /*min-height: 80%;*/
    /*width: 100%;*/
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #333300;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #336600;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #006600;
            border: 1px solid #996633;
            color: #FFFF00;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
            font-size: small;
        }

            div.menu ul li a:hover {
                background-color: #99CC00;
                color: #663300;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #003300;
                color: #99FF99;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
.Texto {
    background-color: #FFFFCC;
border-color: Silver;
font-family: Verdana;
border-style: solid
}
input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
  
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    height: 0px;
    width: 750px;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}
