/******************* General ***********************/
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #660066;
}
/******************* Pages ***********************/
.allText {
	font-size: xx-small;
}
.alltitles {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}
/******************* Divs ***********************/
.alltitlesDiv {
	font-weight: bold;
	font-size: x-small;
}
.optionsDiv 
{}
.allnotify {
	color: Black; /*Gray */
	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; }
.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;
}
