﻿body {
}

.MainTitle
{
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        font-family: Verdana;
        background-color: #004080;
        height: 22px;
}

.ApplicationTitle
{
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	font-family: Tahoma;
}

.SignOut
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 100;
}

.Label
{
    font-family:Calibri;
    font-size:12px;
    color:#000000
}

.TextBox
{
        font-family: Verdana;
        font-size: 10px;
        color: #000000;
        border-bottom-color: #ACACAC;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-left-color: #000000;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: #ACACAC;
        border-right-width: 1px;
        border-right-style: solid;
        border-top-color: #000000;
        border-top-width: 1px;
        border-top-style: solid;
        background-color: White;
        height: 14px;
        text-transform: none;
}

.TextBoxRequired
{
        font-family: Calibri;
        font-size: 12px;
        color: #000000;
        border-bottom-color: #ACACAC;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-left-color: #000000;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-color: #ACACAC;
        border-right-width: 1px;
        border-right-style: solid;
        border-top-color: #000000;
        border-top-width: 1px;
        border-top-style: solid;
        background-color: #FFFFCD;
        height: 14px;
        text-transform: none;
        text-align: left;
}

.Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	color: #5AAFD4;
}


.DropDownList
{
	font-size: 7pt;
	text-transform: uppercase;
	width: 250px;
	color: #3333cc;
	border-bottom: royalblue 1px groove;
	border-right: royalblue 1px groove;
	border-top: royalblue 1px groove;
	border-left: royalblue 1px groove;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	background-color: #ffffff;
}

.TableHeaderInicio
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 13px; 
    VERTICAL-ALIGN: middle; 
    text-align:center;
    TEXT-TRANSFORM: uppercase; 
    COLOR: #ffffff; 
    FONT-FAMILY: Calibri; 
    HEIGHT: 17px;
    background-color :#66b0d3;
}

.TableHeader
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 13px; 
    VERTICAL-ALIGN: middle; 
    text-align:left;
    TEXT-TRANSFORM: uppercase; 
    COLOR: #ffffff; 
    FONT-FAMILY: Calibri; 
    HEIGHT: 17px;
    background-color :#66b0d3;
}

.RequiredText
{
	font-family: Calibri;
	font-size: 12px;
	color: #006699;
}

.CheckBox
{
    font-family:Calibri;
    font-size:12px;
    color:#000000
}

.RadioButton
{
    font-family:Calibri;
    font-size:12px;
    color:#000000
}

.FrameTable
{
	border-width: thin;
	border-bottom-color: #EAEEED;
	border-bottom-style: solid;
	border-left-color: #EAEEED;
	border-left-style: solid;
	border-right-color: #EAEEED;
	border-right-style: solid;
	border-top-color: #EAEEED;
	border-top-style: solid;
	background-color: #FFFFFF;
}

.Button
{
    font-family:Calibri;
    font-size:12px;
    color: #000000;
	border-bottom-color:#545454;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-left-color:#A9A9A9;
    border-left-width:1px;
    border-left-style:solid;
    border-right-color:#545454;
    border-right-width:1px;
    border-right-style:solid;
    border-top-color:#A9A9A9;
    border-top-width:1px;
    border-top-style:solid;
    background-color:#F1F1F1;
    height:22px;
    cursor: hand
}

.GridViewHeader
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px; 
    FONT-FAMILY: Calibri; 
    COLOR: black; 
    HEIGHT: 20px; 
    BACKGROUND-COLOR: #d2dfe0
}

.GridViewPager
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 12px; 
    FONT-FAMILY: Calibri; 
    COLOR: black; 
    HEIGHT: 22px; 
    BACKGROUND-COLOR: #d2dfe0;
    text-decoration: none
}

.GridViewItem
{
    FONT-WEIGHT: normal; 
    FONT-SIZE: 10px; 
    FONT-FAMILY: Calibri; 
    COLOR: black;; 
    BACKGROUND-COLOR: #ffffff;
    text-transform:uppercase
}

.GridViewAlterningItem
{
    FONT-WEIGHT: normal; 
    FONT-SIZE: 13px; 
    FONT-FAMILY: Calibri; 
    COLOR: black; 
    HEIGHT: 20px; 
    BACKGROUND-COLOR: #f1f1f1;
    text-transform:uppercase    
}

.EmptyItem
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 14px; 
    FONT-FAMILY: Calibri; 
    COLOR: red; 
    HEIGHT: 20px; 
    BACKGROUND-COLOR: #ffffff;
    text-transform:uppercase
}

.Errors
{
    font-family:Calibri;
    font-size:11px;
    color:#FF0000
}

.StaticMenuItem
{
    FONT-SIZE: 13px; 
    FONT-FAMILY: Calibri; 
    COLOR: #303030; 
    HEIGHT: 25px; 
}

.StaticHover
{
    FONT-SIZE: 13px; 
    FONT-FAMILY: Calibri; 
    COLOR: #FFFFFF; 
    HEIGHT: 25px; 
    BACKGROUND-COLOR: #868686;
    border-bottom-color:#565656;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-left-color:#565656;
    border-left-width:1px;
    border-left-style:solid;
    border-right-color:#565656;
    border-right-width:1px;
    border-right-style:solid;
    border-top-color:#565656;
    border-top-width:1px;
    border-top-style:solid;
}

.LinkButton
{
        font-size: 12px;
        color: #000066;
        font-weight: normal;
        font-family: tahoma;
        text-decoration: none;
        background-color: #FFFFFF;
        cursor: hand;
}

.ListBox
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 7pt;
	color: #3333cc;
	border-bottom: royalblue 1px groove;
	border-right: royalblue 1px groove;
	border-top: royalblue 1px groove;
	border-left: royalblue 1px groove;
	background-color: #ffffff;
	text-transform:uppercase;
	width: 250px;
}

.OverObjectsLeft
{
    background-color: #c1d2ee; 
    border-top: #316ac5 1px solid; 
    border-left: #316ac5 1px solid; 
    border-bottom: #316ac5 1px solid;
    cursor: hand
}

.OverObjectsRight
{
    background-color: #c1d2ee; 
    border-top: #316ac5 1px solid; 
    border-right: #316ac5 1px solid; 
    border-bottom: #316ac5 1px solid;
    cursor: hand
}

.Over
{
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: verdana;
	background-color: #4682B4;
	cursor: hand;
	text-decoration: none;
}

.Out
{
	vertical-align: middle;
	font-size: 11px;
	color: black;
	font-family: verdana;
	background-color: #B0C4DE;
	cursor: hand;
	text-decoration: none;
}

.modalBackground
{
	background-color: #F5F5F5;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.Show
{
    top:0px;
    left:0px;
    visibility:visible       
}

.Hide
{
    visibility:hidden    
}



