/*
 Style Sheet used for the Large Text Size
 =========================================
 The large text size is 0.5 larger than the fonts defined in the classes of global.css.

 Font size attributes within this style sheet override the font sizes defined in the original classes of global.css, so global.css must be linked first in the HTML.

 ### IMPORTANT NOTE: Any class additions done within this file should also be added to the font size style sheets as all font size style sheets must have identical classes ###
*/
/*----------------------------*
	PARAGRAPHS AND BODY TEXT
 *----------------------------*/
.content
{
	font-size : 1.2em;
}

.content_sml
{
    font-size : 1.1em;
}

.content_footnote
{
    font-size : 1.1em;
}

/*-------------*
	HEADINGS
 *-------------*/
h3
{
	font-size: 1.35em;
}

h4
{
    font-size: 1.2em;
}


/*-------------------------*
	BULLETS AND NUMBERING
 *-------------------------*/
ul.list_grey li
{
    font-size : 1.2em;
}


/*---------------*
	TABBED AREA
 *---------------*/
/* - tab (selected) - */
.tabbed_area-tab_selected
{
/*	font-size : 1.3em;*/
}

/* - tab (deselected) - */
.tabbed_area-tab_deselected
{
/*	font-size: 1.2em;*/
}


/*------------------*
	STATIC MODULES
 *------------------*/
 /* ### - MEMBER LOGIN MODULE - ### */
table.module_login td.mod_login-header
{
	font-size : 1.2em;
}

/* -- Table to layout the content section of the Login Module (used with the cell mod_login-content) -- */
table.mod_login-content_layout td.mod_login-tab_selected	/* selected tab */
{
	font-size: 1.2em;
}


/* ### - MYWESTNET VIDEOS MODULE - ### */
.mod_videos-header	/* module header container */
{
	font-size: 1.3em;
}


/*--------------------*
	DOCKABLE MODULES
 *--------------------*/
/* ### DOCKABLE MODULE COMMON ELEMENTS  ### */
.mod_dockable-header_content	/* span encapsulating header text */
{
	font-size: 1.3em;
}

.mod_dockable-footer_content
{
	font-size: 1.2em;
}

/* ### - WEATHER MODULE - ### */
.mod_weather-text
{
	font-size: 1.1em;
}

/* ### - TV GUIDE MODULE - ### */
/* layout table */
table.tv-guide
{
	font-size: 16px;
}

table.tv-guide td.tv-info	/* program info */
{
	font-size: 15px;
}


/*---------*
	FORMS
 *---------*/
 /* - field title text - */
.content_fl_title
{
    font-size : 1.2em;
}

/* RadDock */
.RadDockableObjectTitle
{
	font-size: 1.3em;
}
