/* Elements */
P 	{font-family: arial,helvetica,univers; color: Black; font-size: 12px}
OL 	{font-family: arial,helvetica,univers; color: Black; font-size: 12px}
UL 	{font-family: arial,helvetica,univers; color: Black; font-size: 12px}

A:link 		{color: #FFFFFF; font-size: 11px; font-weight: normal; text-decoration: underline;}
A:visited 	{color: #FFFFFF; font-size: 11px; font-weight: normal; text-decoration: underline;}
A:hover 	{color: #FFCC00; font-size: 11px; font-weight: normal; text-decoration: underline;}

/* Clases */

.Background_Gray
{
	font-family: arial,helvetica,univers; 
	color: Gray; 
	font-size: 12px;
	background-color: White;
	padding: 10 0 10 0;
	margin: 0;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E6E6E6',endColorStr='#FFFFFF',gradientType='0');
	border-color: #E6E6E6;
	border-width: 1px;
	border-style: solid;
}
.Body1
{
	font-family: arial,helvetica,univers; 
	color: White; 
	font-size: 12px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color: Black;
}

.Border_Gray 
{
	border-color: #E6E6E6;
	border-width: 1px;
	border-style: solid;
	font-family: arial,helvetica,univers; 
	color: Black; 
	font-size: 11px;
}

/* BUTTON *************************************************************/
.Button_MainOld
{
	font-weight: bold;
	font-size: 8pt;
	color: White;
	border-style: solid;
	border-width: 0px;
	border-color: Black;
	font-family: Verdana;
	background-color: #A6A6A6;
	height: 18px;
}
.Button_Main 
{
	background-image: url(images/button_bg.gif); 
	border: 1px solid #FFCC00; 
	background-color: #FFCC00;
	color: Black; 
	font-size: 11px;
	cursor: hand; 
	padding: 1px 4px 1px 4px; 
	height: 20px;
}


/* DATAGRID ***********************************************************/
.DataGrid_Footer
{
	color: DIMGRAY;
	font-family: Helvetica, Arial;
	font-size: 1pt;
	font-weight: bold;
	text-decoration: none;
}
.DataGrid_Head
{
	background-color: Transparent;
	border: 0;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.DataGrid_Head_Forum
{
	background-color: Transparent;
	background-image: url(images/forum/head_bg.gif);
	background-repeat: repeat-x;
	border: solid 5 EEEEEE;
	color: #000000;
	font-family: Ariel, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	Padding: 10px;
	height: 20;
	vertical-align: top;
}

.DataGrid_Head a
{
	color: #FFFFFF;
	font-family: Helvetica, Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
.DataGrid_Head a:Visited
{
	color: #FFFFFF;
	font-family: Helvetica, Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
.DataGrid_Head a:Hover
{
	color: #FFCC00;
	font-family: Helvetica, Arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}

.DataGrid_Item
{
	background-color: transparent;
	border: 0;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}
.DataGrid_ItemAlt
{
	background-color: transparent;
	border: 0;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	text-align: left;
}

.DataGrid_Pager				{color: #FFFFFF;font-family: Helvetica, Arial;font-size: 9pt;font-weight: bold;text-decoration: none;}
.DataGrid_Pager a			{color: #FFFFFF;font-family: Helvetica, Arial;font-size: 9pt;font-weight: bold;text-decoration: underline;}
.DataGrid_Pager a:visited	{color: #FFFFFF;font-family: Helvetica, Arial;font-size: 9pt;font-weight: bold;text-decoration: underline;}
.DataGrid_Pager a:Hover		{color: #FFCC00;font-family: Helvetica, Arial;font-size: 9pt;font-weight: bold;text-decoration: underline;}

.Text_Button
{
	font-size: 13px;
	font-weight: Bold;
	font-family: Verdana;
	color: Black;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.Text_Button2
{
	font-size: 10px;
	font-weight: 900;
	font-family: Verdana;
	color: Black;
	text-align: center;
	text-transform: none;
}
.Text_Frame
{
	FONT-SIZE: 11pt;
	COLOR: Black;
	FONT-FAMILY: Arial;
	LETTER-SPACING: 3px;
}
.Text_Title
{
	font-size: 16px;
	font-weight: bold;
	font-weight: 900;
	font-family: Arial;
	color: #FFCC00;
}
.Text_SubTitle
{
	font-size: 12px;
	font-weight: bold;
	font-weight: 900;
	font-family: Arial;
	color: #FFFFFF;
}
.Text_Label
{
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
	color: #FFFFFF;
}
.Text_LabelBold
{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
}
.Text_LabelBoldForum
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #990100;
}

.Text_Label2
{
	font-size: 11px;
	font-weight: Normal;
	font-family: Arial;
	color: Black;
	background-color: Black;
	padding: 2 0 2 10;
}
.Text_PageHeader
{
	font-size: 14pt;
	font-weight: Bold;
	font-family: Tahoma,Verdana, Arial;
	font-style: italic;
	color: Gray;
	background-color: White;
}

.TextBox_Regular
{
	background-color: white;
	color: Black;
	font-family: Arial;
	font-size: 11px;
	padding: 2px 0px 2px 5px;
	height: 21px;
}
.TextBox_Multiline
{
	background-color: white;
	color: Black;
	font-family: Arial;
	font-size: 11px;
	padding: 2px 0px 2px 5px;
}

.td_Header
{
	height: 25px;
	vertical-align: middle;
	text-transform: uppercase;
}

.Text_Message
{
	color: Red;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
}

.Text_Paragraph
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	color: White;
}

.Text_Paragraph2
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	color: Black;
}
.Text_BottomParagraph
{
	font-size: 11px;
	font-weight: Normal;
	font-family: Verdana;
	color: Black;
}

.Text_Subscription {font-size: 10px; font-weight: bold; font-family: Arial; color: Black;}

.title
{
	font-family: arial narrow,arial,helvetica,univers;
	font-size: 20px;
	font-weight: bold;
	color: Navy;
}

.white
{
	font-size: 11px; 
	color: #FFFFFF; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.notes		{font-size: 11px; color: #999999}
.black		{font-size: 11px; color: #000000}
.xsmall		{font-size: 10px; color: #555555; font-weight: bold}

.Link_Main:link 		{color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: underline;}
.Link_Main:visited 		{color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: underline;}
.Link_Main:hover 		{color: #FFCC00; font-size: 11px; font-weight: bold; text-decoration: underline;}

.Link_Menu:link 			{color: #ffffff; font-family: Arial; font-size: 13px; font-weight: bold; text-decoration: none; border-bottom: solid 0 white;}
.Link_Menu:visited 			{color: #ffffff; font-family: Arial; font-size: 13px; font-weight: bold; text-decoration: none; border-bottom: solid 0 white;}
.Link_Menu:hover 			{color: #FFCC00; font-family: Arial; font-size: 13px; font-weight: bold; text-decoration: none; border-bottom: solid 1 white;}

.Link_MenuBottom:link 		{color: #ffffff; font-size: 10px; font-weight: bold; text-decoration: underline;}
.Link_MenuBottom:visited 	{color: #ffffff; font-size: 10px; font-weight: bold; text-decoration: underline;}
.Link_MenuBottom:hover 		{color: #FFCC00; font-size: 10px; font-weight: bold; text-decoration: underline;}

/* LIST *************************************************************/
.List_Header
{
	color: #000000;
	font-family: Helvetica, Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFD603; /*  */
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
.List_Item
{
	color: Blue;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
}
.List_Item2
{
	color: Black;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
	vertical-align: middle;
}
.List_Selected
{
	background-image: url(images/btnbkg.gif);
	font-size: 20px;
	height: 20px;
	width: 228px;
}

.List_ItemAlt
{
	background-color: #F7FBFB;
	color: Blue;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
}

.lhovermenu:link 		{color: #000000; font-size: 12px; font-weight: bold; text-decoration: none}
.lhovermenu:visited 	{color: #000000; font-size: 12px; font-weight: bold; text-decoration: none}
.lhovermenu:hover 		{color: #000000; font-size: 12px; font-weight: bold; text-decoration: none; font-style: italic}
.lhovermenu:a			{color: #000000; font-size: 12px; font-weight: bold; text-decoration: none; font-style: italic}

.lhovermainwhite:link 		{color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: none}
.lhovermainwhite:visited 	{color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: none}
.lhovermainwhite:hover 		{color: #000000; font-size: 11px; font-weight: bold; text-decoration: none}
.lhovermailhovermainwhite:a	{color: #000000; font-size: 11px; font-weight: bold; text-decoration: none}

.lhovermainblack:link 		{color: #000000; font-size: 11px; font-weight: bold; text-decoration: none}
.lhovermainblack:visited 	{color: #000000; font-size: 11px; font-weight: bold; text-decoration: none}
.lhovermainblack:hover 		{color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: none}
.lhovermainblack:a		{color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: none}

.lhoversmall:link 		{color: #E70918; font-size: 12px; text-decoration: none}
.lhoversmall:visited 		{color: #E70918; font-size: 12px; text-decoration: none}
.lhoversmall:hover 		{color: #E70918; font-size: 12px; text-decoration: underline}
.lhoversmall:a			{color: #E70918; font-size: 12px; text-decoration: underline}

.lhoverdesign:link 	{color: #333333; font-size: 10px; font-weight: bold; text-decoration: none}
.lhoverdesign:visited 	{color: #333333; font-size: 10px; font-weight: bold; text-decoration: none}
.lhoverdesign:hover 	{color: #000000; font-size: 10px; font-weight: bold; text-decoration: none}
.lhoverdesign:a		{color: #000000; font-size: 10px; font-weight: bold; text-decoration: none}

.Shadow {filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777,direction=135,strength=2);}

A  	OFF-#CFD2EE ON-#5B6FC6
B 	OFF-#D0EECD ON-#7BC54D
C 	OFF-#F8CDD5 ON-#DA5671
D 	OFF-#CDEFED ON-#5BCDC6
E 	OFF-#F1DECC ON-#DA7D43
F 	OFF-#F4F1C9 ON-#DABE43
G 	OFF-#F4D3EF ON-#CF56B5
H	OFF-#F7C6CB ON-#D95644
I 	OFF-#DEC9E7 ON-#783DB4
J 	OFF-#D0EECD ON-#59A45E