/* HTML tags */
HTML, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: normal;
}

body
{
    /* la imagen de background se maneja en PageRender.ManageControls() */
    /* background: url(/misitio/images/back.jpg) repeat-x; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #777777;
}

h1
{
    color: #437FED;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1 span
{
    /**/
}

h2
{
    font-size: 14px;
}

h2 span
{
    font-size: 18px;
    color: #AFC637;
    font-weight: normal;
}

h3
{
    font-size: 10px;
    margin-top: 6px;
    color: #666666;
}

.buttons
{
    /**/
}

span
{
    /**/
}

input, textarea
{
    font-family:Arial;
	font-size:11px;
	color:#666;
	padding-left: 4px;
	border:solid 1px #999;
}

.textBox
{
	font-family:Arial;
	font-size:11px;
	color:#666;
	padding-left: 4px;
	border:solid 1px #999;
}

.button
{
    background-color: #437FED;
    font-size: 11px;
    border: solid 1px #CCCCCC;
    color: White;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    padding: 1px 5px;
}

a
{
    /**/
}

a:link
{
    font-weight: bold;
    text-decoration: underline;
    color: #437FED;
}

a:visited
{
    font-weight: bold;
    text-decoration: underline;
    color: #437FED;
}

a:hover, a:active
{
    text-decoration: underline;
    color: #000000;
}

a[disabled='disabled']
{
    text-decoration: none;
    cursor: default;
}

a[disabled='disabled']:hover
{
    text-decoration: none;
    cursor: default;
}

img
{
    border: 0px;
}

pre
{
    /**/
}

select
{
    /**/
}

fieldset
{
    /**/
}

ol
{
    /**/
}

ul
{
    text-align: left;
}

li
{
	text-indent: 0px;
	margin-left:10px;
	margin-top:5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
/* fin HTML tag */


/* Grids */
.gridHeader
{
    /**/
}

.gridHeader th
{
    /**/
}

.grid
{
    /**/
}

.grid a
{
    /**/
}

.grid a:hover
{
    /**/
}

.gridFooter
{
    /**/
}

.gridRow
{
    /**/
}

.gridRow td
{
    /**/
}

.gridAlternatingRow td
{
    /**/
}

.gridAlternatingRow
{
    /**/
}

.gridSelectedRow
{
    /**/
}

.gridEmptyRow
{
    /**/
}

.gridPager
{
    /**/
}

.gridPager a
{
    /**/
}
/* fin Grids */


/* Tables */
td, table
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

.table
{
    margin: 3px;
    /*border: solid 1px #ccc;*/
    padding: 20px;
    vertical-align:top;
    background-color:White;
    font-family:Arial;
    font-size:11px;
    color:#666;
    text-align:justify;
    /*width:100%;*/
}

.table td.rowHeader
{
    color: #666666;
    text-align: right;
    width: 30%;
    font-weight: bold;
}

.table td.header2
{
    color: #fff;
    background-color: #42A2D6;
    text-align: center;
    font-weight: bold;
}

.table td.header
{
    color: #666;
    font-size: 14px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    background-color: Black;
}

.table td
{
    color: #666;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-align: left;
    padding: 1.5px 5px 1.5px 3px;
    vertical-align: top;
}
/* end Tables */


/* Fieldsets */
.fieldsetSection
{
    /**/
}
.fieldsetSection legend, .fieldsetSection legend span
{
    /**/
}
/* end Fieldsets */


.top
{
    vertical-align: top;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.fullWidth
{
    width: 100%;
}
.fullHeight
{
	height:100%;
}

.halfWidth
{
    width: 50%;
}

.verticalAlign
{
    vertical-align: top;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.left
{
    margin-left: 0;
}

.right
{
    margin-right: 0;
}

.centerText
{
    text-align: center;
}

.leftText
{
    text-align: left;
}

.rightText
{
    text-align: right;
}


/* PopUp */
#mbox
{
    background-color: #eee;
    padding: 8px;
    border: 2px outset #666;
}
#mbm
{
    font-family: sans-serif;
    font-weight: bold;
    float: right;
    padding-bottom: 5px;
}
#ol
{
    background-image: url(/misitio/images/overlay.png);
}
.popUp
{
    display: none;
}
.popUpLink
{
    cursor: pointer;
    color: #0096E7;
    text-decoration: underline;
}

* html #ol
{
    background-image: none; /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/misitio/images/overlay.png", sizingMethod="scale");*/
}

.popUpTable
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-spacing: 0pt;
    padding: 0pt;
}
/* end PopUp */

.UserMessagesPlace
{
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 4px;
    border-bottom: dashed 1px #999;
    padding-bottom: 20px;
}
.SuccessMessage
{
    color: #82A407;
    font-size: 24px;
}

.InformationMessage
{
    color: #FF8200;
    font-size: 24px;
}

.ErrorMessage
{
    color: Red;
    font-size: 24px;
}

.ValidatorAndRequiredField
{
    font-size: 12px !important;
    font-family: Arial, Verdana, Helvetica, sans-serif !important;
    color: Red !important;
    padding: 2px 3px !important;
}

.WaterMark 
{
    color: #999999;
    font-style: italic;
}

/* HelpComponent */
.HelpComponent
{
    margin: 10px 0px 10px 0px;
    border: solid 1px #DCDCDC;
    padding: 0px;
    height: auto;
    text-align: left;
}

.HelpComponentContentDisplayHidden
{
    display: none;
}

.HelpComponentTitle
{
    margin: 0px 0px 5px 0px;
    cursor: pointer;
}

.HelpComponentTitle span
{
    width: 95%;
    margin: 0px;
    padding: 7px 5px 11px 5px;
    color: #437FED;
    background-color: #DCDCDC;
    display: block;
}

.HelpComponentContent
{
    padding: 5px;
    height: 300px;
    overflow: auto;
    width: 95%;
}
/* end HelpComponent */

/* help Videos */
.YouTubeChannel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #777777;
}

.YouTubeVideo
{
    padding-bottom: 15px;
    border-bottom: solid 1px #EEEEEE;
}

.YouTubeVideoTitle
{
    color: #437FED;
    font-size: 14px;
}

.YouTubeChannelLink
{
    color: #000000 !important;
}
/* end help Videos */

/* help Tips */
.RssFeed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #777777;
}

.Feed
{
    padding-bottom: 15px;
    border-bottom: solid 1px #EEEEEE;
}

.FeedTitle
{
    color: #437FED;
    font-size: 14px;
}

.FeedDescription
{
    display: none;
}

.RssFeedLink
{
    color: #000000 !important;
}
/* end help Tips */
