/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    /*font-size:82.8%%;*/
    font-size: 10pt;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

A:link      { color: #41519A; text-decoration:"underline"; }
A:visited 	{ color: #41519A; text-decoration:"underline"; }
A:active 	{ color: #41519A;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	/*line-height: 1.4em;*/
	line-height: 15pt;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: 13.5pt;
    font-weight: bold;
    color: #41519A;
 }

hr {
	border: 0;
	border-top: 2px solid #41519A;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bulletBall.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

ul.note
{
	list-style-image: url(Images/alert.gif);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
	margin-left:20px;
}

.menutextindent
{
    /*font-size: x-small;*/
    font-size: 8pt;
}

.bodytextindent1
{
    text-align:justify;
    /*font-size: x-small;*/
}

.bodytextindent2
{
    text-align:center;
    font-size: 8pt;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: 13.5pt;
	color: #6B7EBF
}

h2
{
	font-family: Verdana;
	/*font-size: medium;*/
	font-size: 12pt;
	margin-top: 30;
	color: #6B7EBF;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	/*font-size: small;*/
	font-size: 10pt;
	margin-bottom: -15;
	color: #6B7EBF;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/***************************************************************************
NB! I have gotten this far in updating font-sizes
***************************************************************************/

/* Table(s) used for master pages */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#5B6DB5;
	  /*background-color:#6577BB;*/
}
    
td.logo
{
	text-align: left;
}

td.title 
	{
		text-align: left;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#41519A;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #41519A;
	/*text-align: right;*/
	text-align: center;
}

/* Table(s) used for the banners */
/*-----------------------------*/	
table.bannerSoccerBackground
{
    background-image: url(Images/Banners/soccerGoal.jpg);
}


/*-----------------------------*/
/* THE ATTRIBUTES BELOW ARE ONLY IMPLEMENTED IN THE MSN_BLUE STYLESHEET
IT WOULD NEED TO BE IMPLEMENTED IN THE OTHERS IF I WANT TO UTILIZE A 
DIFFERENT THEME IN THE FUTURE.
/*-----------------------------*/


/* Regular table(s) used on various pages */
/*-----------------------------*/

.tableLayout {
	background-color:White;
	border-color: #EFE6F7;
	border-style:solid;
	border-width:2px;
}

.trDataListHeader {
	Font-Size: 0.9em;
	background-color: #41519A;
	font-weight:bold;
	color:White;
}

.trDataListRegular {
	Font-Size: 0.8em;
	background-color: White;
	color: Black;
}

.tdHeader {
	Font-Size: 0.9em;
	background-color: #41519A;
	font-weight:bold;
	color:White;
	text-align:center;
}

.tdRegular {
	Font-Size: 0.8em;
	background-color: White;
	color: Black;
	text-align:center;	
}

.tdRegularLeft {
	Font-Size: 0.8em;
	background-color: White;
	color: Black;
	text-align:left;	
}

.tdRegularSearchForm {
	Font-Size: 0.8em;
	background-color: White;
	color: Black;
	text-align:left;
}


.tdAlternate {
	Font-Size: 0.8em;
	background-color: #99ACDD;
	color: White;
	text-align:center;	
}

.trRegular {
	Font-Size: 0.8em;
	background-color: White;
	color: Black;
	text-align:left;	
}

.trAlternate {
	Font-Size: 0.8em;
	background-color: #99ACDD;
	color: White;
	text-align:center;	
}

.trDemoHeader 
{
    background-color: #41519A;
	color: White;
	text-align:left;
	font-family: Verdana;
	font-size:x-small;
	font-weight: bold;
	
}

/* Used for forgot password control when using templates (used on Player/UCForgotPassword) 
/*-----------------------------*/



.titleTextLoginControlButtons
{
    background-color:#41519A;
    font-weight:bold;
    font-size: 0.8em;
    color:White;
}
    
/* Used on the the Player/Portal/UCLoginStatus.ascx
/*-----------------------------*/
.LoginStatusTable
{
    background-color:#B2C3E1;
    border-color:#41519A;
    border-style:solid;
    border-width:1px;
    font-size:0.8em;
    font-family: Verdana;
    color: #333333;
}
.LoginStatusLabel
{
    font-size:0.8em;
    font-family: Verdana;
    color: #333333; 
}
.LoginStatusText
{
    font-size:0.8em;
    font-family: Verdana;
    color: #333333; 
    font-weight:bold;
}

/* Used on the the Player/Portal/MyProfile/USPersonal.ascx. This is for the uploadFile button/textbox
/*-----------------------------*/
.uploadField {
	font-size: x-small;
}

.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px;
}

.explanation {
	Font-Size: 6.5pt;
	color: Black;
	font-family:Verdana;
}

.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/* Used for CollapsablePanel
/*-----------------------------*/

.demoTitle { background-color: #cfcfcf; padding: 2px 2px 2px 2px; }
.demoTitleYellow { background-color: Yellow; padding: 2px 2px 2px 2px; }
.demoTitleCollapsed { background-color: #acacac; padding: 2px 2px 2px 2px; }
.demoContent { padding: 2px 2px 2px 2px; border: solid 1px #cfcfcf; }

