/******************* General ***********************/



body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #660066;
}
/******************* Pages ***********************/
.allText {
	font-size: xx-small;
}
.alltitlesWhite {
	font-size:small ;
	font-weight: normal ;
	color: White ;
}
.alltitlesBlack {
	font-size:small ;
	font-weight: normal ;
	color: Black ;
}

.alltitles {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}
.msjError
{
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	font-family: Arial;
}
/******************* Divs ***********************/
.alltitlesDiv {
	font-weight: bold;
	font-size: x-small;
}
.optionsDiv 
{}
.allnotify {
	color: Black;
	font-size: xx-small;
}
.alltitles a, .optionsDiv a {
	text-decoration: underline;
	cursor: hand;
}
.hiddenObj {
	display: none;
}
/******************* Form elements ***********************/
/* must be identical */
input.text {
	border: solid 1px #000000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input[type='text'] {
	border: solid 1px #000000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.password {
	border: solid 1px #000000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input[type='password'] {
	border: solid 1px #000000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.submit {
	font-size: x-small;
	font-weight: normal;
	background-color: #DDDDDD;
	border: solid 1px #AAAAAA;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input[type='submit'] {
	font-size: x-small;
	font-weight: bold;
	background-color: #DDDDDD;
	border: solid 1px #AAAAAA;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.file {
	font-size: x-small;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input[type='file'] {
	font-size: x-small;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
select {
	font-size: x-small;	
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	font-size: x-small;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
input[type='text'], 
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

<asp:TextBox Runat="server" Style="border: #3399cc 1px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal;  font-size: 9px; text-decoration: none;line-height: 16px; height: 16px;" />
<asp:Button Runat="server" Style='height: 20px; font-weight: bold; font-size: 8pt; 
color: #000000; background-color: #DFDFDF; cursor: hand;border-style:none;' />

*/

/**************** Estilos Menu *******************/
.mainMenu  { }
.mainMenuTop 
{
	font-size: 10px;
	font-weight: bold; 
}
td .mainMenuItem 
{
	background-image: url(../Images/AT2005/TabInactive.png);
	background-repeat: no-repeat;
	color: black;
	padding-top: 4px;
	padding-bottom: 2px;
	/*text-align: center;*/
}
td .mainMenuHover 
{
	background-image: url(../Images/AT2005/TabSelected.png);
	background-repeat: no-repeat;
}

/**************** Estilos landing pages *******************/
#mainOptions .Heading 
{
	font-size: 12px;
	font-weight: bold;
	color: #660066;
	text-decoration: none;
}
#mainOptions .Description 
{
	font-size: 12px;
}
#mainOptions .message 
{
	font-size: 14px; 
	font-weight: bold; 
}
#mainOptions .HeadingNOTLink {font-size: 12px; font-weight: bold; }
#mainOptions .smallnavigation {font-size: 10px; }
#mainOptions .style18 {color: #FFFFFF; }

#mainOptions2 .HeadingNOTLink {font-size: 12px; font-weight: bold; }
#mainOptions2 .smallnavigation {font-size: 10px; }
#mainOptions2 .smallDatenavigation {color: #660066; }

#mainOptions3 .HeadingNOTLink {font-size: 12px; font-weight: bold; }
#mainOptions3 .smallnavigation {font-size: 10px; }
#mainOptions3 .smallDatenavigation {color: #660066; }

.smallDatenavigation {color: #660066; }

/**************** Mis propios estilos *******************/
/*
.theading0 { background-color: #B0B0B0; }
.theading1 { background-color: #8C8C8C; }
.theading2 { background-color: #F0F0F0; }
.linkpurple  { color: #660066; }
*/
.grid
{
	font-size: xx-small;
}
.grid tr
{
	height: 16px;
}
.gridTitle
{
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	vertical-align: middle; /* text-bottom; */
}
.gridTitle a 
{
	color: #000000;
	cursor: hand;
}
.gridFooter
{
	text-align: left;
	vertical-align: middle;
}
.gridCellLink 
{
	cursor: hand;
	text-decoration: underline;
	color: #660066;
}
.gridLineBottom
{
	border-bottom: solid 1px black;
}
.grid input.text
{
	font-size: 100%;
}

.windowLoading
{
    font-size: x-small;
    font-weight:bold;
    padding: 10px;
}
.tableBorder
{
	border: solid 1px Black;
}
/* new styles */
.enlace
{
	font-weight: normal;
	color: #336666;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 16px;
	cursor: hand;
}

.newenlace
{
	font-weight: normal;
	color: #336666;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	cursor: hand;
}

.enlaceGrid
{
    background-color: White;
    border: Black 1px solid;
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    font-weight: normal;
    
}

.enlaceHeader
{
    font-weight: normal;
    color: Blue;
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    cursor: hand;
    border-color: white;
    border-style: solid;
    background-color: White;
    border: white 1px solid;
}

.enlaceRow
{
    font-size: xx-small;
    border: black 1px solid;
}

.enlaceEmptyRow
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
    border-color: gray;
    border-style: none;
    border-width: 1px;
    background-color: white;
}


.enlacehyp
{
	font-weight: normal;
	color: Blue;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	cursor: hand;
}

.enlacehypgrid
{
	font-weight: normal;
	color: #336666;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	cursor: hand;
}

.noenlace
{
	font-weight: normal;
	color: #336666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

TR.enlace a:visited {  font-weight: normal;color: #336666; text-decoration: underline}
TR.enlace a:active {  font-weight: normal; color: #336666; text-decoration: underline}
TR.enlace a:hover {  font-weight: normal; color: #0033CC; text-decoration: underline}
TR.enlace a:link { font-weight: normal;color: #006600;text-decoration: none;}

TD.enlace a:visited {  font-weight: normal;color: #336666; text-decoration: underline}
TD.enlace a:active {  font-weight: normal; color: #336666; text-decoration: underline}
TD.enlace a:hover {  font-weight: normal; color: #0033CC; text-decoration: underline}
TD.enlace a:link { font-weight: normal;color: #006600;text-decoration: none;}


TR.newenlace a:visited {  font-weight: normal;color: #336666; text-decoration: underline}
TR.newenlace a:active {  font-weight: normal; color: #336666; text-decoration: underline}
TR.newenlace a:hover {  font-weight: normal; color: #0033CC; text-decoration: underline}
TR.newenlace a:link { font-weight: normal;color: #006600;text-decoration: none;}

TD.newenlace a:visited {  font-weight: normal;color: #336666; text-decoration: underline}
TD.newenlace a:active {  font-weight: normal; color: #336666; text-decoration: underline}
TD.newenlace a:hover {  font-weight: normal; color: #0033CC; text-decoration: underline}
TD.newenlace a:link { font-weight: normal;color: #006600;text-decoration: none;}


TD.enlaceRowGrid a:visited {font-weight: normal;color: #336666; text-decoration: underline}
TD.enlaceRowGrid a:active {font-weight: normal;color: #336666; text-decoration: underline}
TD.enlaceRowGrid a:hover {font-weight: normal;color: #0033CC; text-decoration: underline}
TD.enlaceRowGrid a:link {font-weight: normal;color: #006600;text-decoration: none;}


TD.container a:visited {font-weight: normal;color: #000000; text-decoration: underline}
TD.container a:active {font-weight: normal;color: #000000; text-decoration: underline}
TD.container a:hover {font-weight: normal;color: #000000; text-decoration: underline}
TD.container a:link {font-weight: normal;color: #000000;text-decoration: none;}


.menu
{
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
}

.submenu
{
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    text-align: left;
}

