﻿/* DEFAULTS
----------------------------------------------------------*/
html, body
{
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
}

body
{
    font-size: small;
    font-family: "Arial" , "Lucida Grande";
    color: #000000;
    background-color: #F7D9E1;
    /*background-image: url('../Images/background.png');
    background-repeat: repeat;*/
}

a:link, a:visited
{
    color: #000000;
}

a:hover
{
    color: #333333;
    text-decoration: none;
}

a:active
{
    color: #000000;
}

a
{
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    text-transform: none;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size:1.5em;
    font-weight: 600;
}

h3
{
    font-family: Arial,"Lucida Grande";
    font-size: 1.2em;
    background-color: #FFE6F4;
    margin-right: 7%;
    margin-left: 10%;
    text-align: left;
}

h3.calendar
{
    font-family: Arial, "Lucida Grande";
    font-size: 1.2em;
    background-color: #CCCCCC;
    text-align: left;
}

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;
}
 
input
{
    font-family: Arial, "Lucida Grande";
    font-size: small;
    margin-right: 0px;
    margin-left: 0px;
}

select
{
    font-family: Arial, "Lucida Grande";
    font-size: small;
    margin-bottom: 0px;
}

textarea
{
    font-family: Arial, "Lucida Grande";
    font-size: small;
}

th
{
    background-color: #FFF4Fd;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width: 990px;
    min-height: 900px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    padding-bottom: 10px;
}

ul, ul li
{
    list-style: none;
}

.header
{
    position: relative;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 175px;
    top: 0px;
    left: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px 12px 12px;
    margin: 50px 8px 8px 8px;
}

.mainLogin
{
    padding: 0px 12px;
    margin: 5px;
    min-height: 300px;
    width: 350px;
    height: auto;
    text-align: right;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    width:100%;
	height:150px;
	background:#333;
	bottom: 0px;
	position:relative;
	float:left;
	text-align: center;
}

.top_margin
{
    width: 100%;
    left: 0px;
    height: 50px;
    background-color: #333;
    color: #FFFFFF;
    font-size: medium;
}

.curp
{
    text-transform:uppercase;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    width:100%;
    position:absolute;
    top: 180px;
}

div.menu_Default
{
    padding: 0px 0px 0px 0px;
    /*opacity: 0.6;*/
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    display: block;
    text-decoration: none;
}

div.menu ul li a:hover
{
    text-decoration: none;
}

div.menu ul li a:active
{
    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
{
    padding-top: 0px;
    margin-top: 0px;
    display: inline-block;
}

fieldset label.inline 
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: normal;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

table.vacunas
{
    width: 90%;
    border: 2px solid #000000;
    margin-left: 5%;
    border-collapse:collapse;
    height: 800px;    
}

td.vacunas
{
    margin: 0px;
    padding: 0px;
    border: 1px solid #000000;
    vertical-align: middle;
    text-align: center;
    overflow:auto;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: left;
    padding: 5px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
    text-decoration: underline;
}

.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;
}


/* MAXLENGTH  
----------------------------------------------------------*/
.notification
{
	border:3px solid #d55b5b;
	background-color: #ffcdcd;
	padding:5px;
}

div.floating-menu
{
    position: fixed;
    border: 1px solid #000000;
    border-radius: 6px;
    z-index: 100;
    background-color: #FFFFFF;
    width: 960px;
    top: 1px;
}

div.floating-menu a, div.floating-menu h3
{
    display:block;
}

thead.vacunas
{
    margin: 2px;
    vertical-align: middle;
    text-align: center;
    font-weight: bolder;
    background-color: #99CC00;
    padding: 2px;
    overflow: auto;
    border-collapse: collapse;
}

div.tablas
{
    margin-right: 7%;
    margin-left: 10%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    vertical-align: middle;
    text-align: left;
    padding-top: 10px;
}

[disabled]
{
    color: #6F0000;
    background-color: #F9F9F9;
    font-family: Arial;
    font-weight: bold;
}

h1.titulo
{
    font-size: xx-large;
    color: #CC0066;
    width: 245px;
}

div.head
{
    text-align: left;
    width: 100%;
    max-height: 130px;
    position: relative;
    top: 0px;
    left: 0px;
}

div.head_titulo
{
    float: left;
}

div.head_dato
{
    bottom: 0px;
    left: 246px;
    overflow: hidden;
    position: absolute;
}

div.container
{
    height: 500px;
    margin: 0px;
}

div.col_der, div.col_izq
{
    height: 250px;
}

div.col_der
{
    float: right;
    width: 50%;
    display: inline-block;
}

div.col_izq
{
    float: left;
    width: 50%;
    display: inline-block;
}

div.message-default
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    overflow: auto;
}

div.contactus
{
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

div.parent
{
    text-align:center;
    height:315px;
    width:100%;
}

div.childcenter
{
    text-align:left;
    margin:auto;
    width:300px;
    height:300px;
}
