﻿body{
    font-family: Arial, Verdana;
}

hr {
    background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 10px;
}

div#maincontainer {
    border-left: 1px solid #ddd;
    vertical-align: top;
    padding-left: 12px;
    padding-right:12px;
    overflow: scroll;
    position: absolute;
    left: 200px;
    top: 170px;
    width: 750px;
    height: 550px;
}

div#vmenu {
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 5px;
    position: absolute;
    top: 170px;
    height: 520px;
    left: 0px;
    width: 187px;
}

.logoPanel {
    width: 100%;
    height:50px;
    border: 1px;
    margin: 0px;
}

.activePagePanel {
    width: 100%;
    background: whitesmoke;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}

.ActivePage {
    font-variant:small-caps;
    font-weight:normal;
    text-align:left;
    padding-left:25px;
    color: navy;
}


.RActivePage {
    font-variant:small-caps;
    font-weight:normal;
    text-align:left;
    padding-left:25px;
    /*text-shadow:0px 1px 0px gray;*/
    color: red;
}

.YActivePage {
    font-variant:small-caps;
    font-weight:normal;
    text-align:left;
    padding-left:25px;
    text-shadow:0px 1px 0px black;
    color:gold;
}

.GActivePage {
    font-variant:small-caps;
    font-weight:normal;
    text-align:left;
    padding-left:25px;
    color: forestgreen;
}

.CurrentUser {
    font-weight:normal;
    float: right;
    text-align: right;
    padding-left:10px;
    padding-right: 25px;
    color: blue;
}

.RDataLabel {
    padding-left: 35px;
    background-image: url('../images/RData16.png');
    background-repeat: no-repeat;
    background-position-y: center;
    font-size: 16px;
    color:gray;
}

.RDataLabelPublic {
    padding-left: 35px;
    background-image: url('../images/RData16.png');
    background-repeat: no-repeat;
    background-position-y: center;
    font-size: 16px;
    color:gray;
    font-weight:bold;
}

.YDataLabel {
    padding-left: 35px;
    background-image: url('../images/YData16.png');
    background-repeat: no-repeat;
    background-position-y: center;
    font-size: 16px;
    color:gray;
}

.YDataLabelPublic {
    padding-left: 35px;
    background-image: url('../images/YData16.png');
    background-repeat: no-repeat;
    background-position-y: center;
    font-size: 16px;
    color:gray;
    font-weight:bold;
}

.GDataLabel {
    padding-left: 35px;
    background-image: url('../images/GData16.png');
    background-repeat: no-repeat;
    background-position-y: center;
    font-size: 16px;
    color:gray;
}

.GDataLabelPublic {
    padding-left: 35px;
    background-image: url('../images/GData16.png');
    background-repeat: no-repeat;
    background-position-y: center;
    font-size: 16px;
    color:gray;
    font-weight:bold;
}

.DataText {
    margin-top:4px;
    border-color: silver;
    border-width: 1px;
    border-style: solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
    font-weight: bold;
    font-size: medium;
    width: 100%;
    padding: 5px;
    font-family: Arial, Verdana;
}


.DataText:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

input {
    border-color: silver;
    border-width: 1px;
    border-style: solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
    font-weight: bold;
    font-size: medium;
    padding: 5px;
    font-family: Arial, Verdana;
    color: black;
}

input:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}


.textoSombreado {
    text-shadow:0px 1px 0px gray;
    font-weight:normal;
}

.RadioButton {
	color: #666666;
	font-family:Arial;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.myButton {
	background-color:white;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:14px;
	font-weight: normal;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
   	padding-left:12px;
    padding-right:12px;
    padding-top:12px;
    padding-bottom:12px; 
    width:160px;
    align-content:center;
    text-align:center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid white;
}

.myButton:hover {
    background-color:whitesmoke;
    border: 1px solid gainsboro;
}
.myButton:active {
	position:relative;
	top:1px;
}

.DataBool {
    padding-left: 20px;
    width:50%;
    color:gray;
}

.DataBoolPublic {
    padding-left: 20px;
    width:50%;
    color:gray;
    font-weight: bold;
}

input[type="checkbox"] + input {
    width: 15px;
    display: block;
    float: right;
}

input[type="checkbox"] + label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    float: right;
    width: 90%;
    padding-left: 3%;
    position: relative;
}

input[type="checkbox"] + input:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}


input[type="checkbox"]:checked + label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    float: right;
    width: 90%;
    padding-left: 3%;
    position: relative;
    font-weight: bold;
}




.button {
    padding-left:20px;
    padding-right:20px;
    background-color: whitesmoke;
    color: black;
    font-weight:normal;
    text-align: center;
    border-color: gainsboro;
    border-width: 1px;
    border-style: solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
    cursor: pointer;
}

.button:hover {
    border-color: gray;
    border-width: 1px;
    background-color:gainsboro;
}


.panelPopup {
    background: white;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-color: darkslategrey;
    -webkit-box-shadow: 10px 10px 28px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 28px -4px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 28px -4px rgba(0,0,0,0.75);
}


.tituloPopup
{
    margin: 5px;
    height: 24px;
    background-color: white;
    border:none;
    vertical-align: middle;
    text-align: center;
    padding: 4px 4px 1px 10px;
    vertical-align: middle;
}

.LabelTitulo
{
    font-family: Verdana;
    font-size: 12pt;
    color: black;
    text-align: left;
    vertical-align: middle;
}

.backgroundDark
{
	background-color: #000; 
	filter:alpha(opacity=40);
	opacity: 0.4;
}

