/*  Style sheet for Core MRS */

BODY					{
								background-color: #ffffff;
								background-image: URL(../images/base.gif);
								background-repeat: repeat-y;
								font-family: Verdana;
								font-size: 10pt;
								margin-left: 0px;
								margin-top: 0px;
								color: #000000;
							}

.disabled			{
								color: #999999;
							}

.disabledbtn	{
								background: #cccccc;
								color: #000000;
							}

H1						{
								font-family: Tahoma;
								font-size: 18pt;
								font-weight: bold;
								color: #996600;
							}
H2						{
								font-family: Tahoma;
								font-size: 14pt;
								font-weight: bold;
								color: #FF6600;
							}
H3						{
								font-family: Tahoma;
								font-size: 12pt;
								font-weight: bold;
								color: #996600;
								margin-bottom: 0pt;
							}

.information			{
								font-weight: bold;
							}


.warning				{
								font-weight: bold;
								color: #ff0000;
							}

Span.visible			{
								display: block;
							}

Span.invisible		{
								display: none;
							}



/*---------------------------------------------------------------------------*/
/* TABLES                                                                    */
/*---------------------------------------------------------------------------*/
TD						{
								font-size: 10pt;
							}
TD.Large				{
								font-size: 20pt;
								font-weight: Bold;
							}

TH						{
								font-family: Arial;
								font-weight: bold;
								font-size: 10pt;
								color: #FF6600;
							}

TH.left				{
								text-align: left;
							}

TH.right			{
								font-family: Verdana;
								text-align: right;
							}

TH.bigright			{
								font-family: Verdana;
								text-align: right;
								font-size: 14pt;
							}							
							

TH.HEAD				{
								text-align: centre;
								color: #FFFFFF;
								background: #000066;
								font-weight: bold;
							}

TR.visible		{
								display: block;
							}

TR.invisible	{
								display: none;
							}
TABLE.Hidden					{
										display: none;
								}

TABLE.Shown						{
										display: ;
								}

TH.SupplementTitle				{
										font-weight: bold;
										font-size: 8pt;
										color: #999999;
								}

TD.SupplementData				{
										font-size: 8pt;
										color: #999999;
								}

TD.SideBarHeading				{
										font-size: 11pt; 
										font-family: Arial, Helvetica; 
										color: #FFFFFF;
										font-weight: bold;
										background: #FF954E; 
								}

TD.SideBarItem					{		
										font-size: 9pt;
										font-family: Arial, Helvetica;
										color: #FF6600;
								}

TD.SideBarWarning				{
										font-size: 9pt;
										font-family: Arial, Helvetica;
										color: #FF6666;
								}

TD.MainColumnHeading			{
										font-size: 17pt; 
										font-family: Arial, Helvetica; 
										color: #FFFFFF;
										font-weight: bold;
										background: #FF954E;
								}

TD.MainColumnItem
								{
										font-size: 11pt;
										font-family: Arial, Helvetica; 
										color: #000000;
								}

TD.MainColumnText
								{
										font-size: 11pt;
										font-family: Arial, Helvetica; 
										color: #000000;
								}

/*---------------------------------------------------------------------------*/
/* FORM ELEMENTS                                                             */
/*---------------------------------------------------------------------------*/
INPUT					{
								font-family: Arial;
								font-size: 10pt;
							}

INPUT.button	{
								background: #6699ff;
								border-color: #6699ff;
								border-width: 2px;
								font-weight: bold;
								color: #ffffff
							}

INPUT.file	{
								background: #6699ff;
								border-color: #6699ff;
								border-width: 2px;
								font-weight: bold;
								color: #ffffff
							}

SELECT				{
								font-family: Arial
								font-size: 10pt
							}

TEXTAREA					{
								font-family: Arial;
								font-size: 10pt;
							}

Fieldset.visible			{
								display: block;
							}

Fieldset.invisible		{
								display: none;
							}


/*---------------------------------------------------------------------------*/
/* LINKS                                                                     */
/*---------------------------------------------------------------------------*/

A							{
								
								text-decoration: none;
								color: #FF6600;
								
							}

A:visited			{
								color: #555555;
							}

A.button			{
								font-family: Arial;
								font-size: 11pt;
								background: #FF954E
								border-width: 8px;
								font-weight: bold;
								color: #ffffff;
								padding: 5px;
								cursor: hand;
							}

A.disbutton		{
								visibility: hidden;
							}

A.button:link	{
								text-decoration:none;
								color: #ffffff;
							}

A.button:hover	{
									text-decoration:none;
									color: #ffffff;
									background: #ff6600;
								}

A.button:visited	{ text-decoration:none;
										color: #ffffff;}

A.visible			{
								display: block;
								cursor: hand;
							}

A.invisible		{
								display: none;
							}
Button		{

			background-color	: #FF954E;
			font-family		: arial;
			font-weight		: bold;
			font-size			: 11pt;
			color				: #ffffff;
			border			: 1px solid #ffffff;
			
			}

