﻿/*
    ***********************************************
    WorldLearn 2008 Default Theme
    global.css
    Copyright WorldLearn
    
    The global.css file handles overarching styling
    needs of the WorldLearn 2008 application.
    ***********************************************
*/

/****************************/
/*    TYPOGRAPHY CLASSES    */
/****************************/

body
{
    color: #171717;
    font-family:Verdana, Geneva, sans-serif;
    /*font-size: 12px;*/
}

/* ComponentText */
/* Use For: UI Widgets and Controls (Labels, Buttons, Menus, Checkboxes, etc.). */
p, div,.ComponentText, table
{
	/*font-family:Trebuchet MS, Verdana, Arial;*/
    font-size: 12px;
}
td
{
	 padding: 2px 2px 1px 1px;	
	 vertical-align:top;	
}

/* ContentText */
/* Use For: Instructions to the user, UI Messages, and any other content. */
.ContentText
{
    font-family:Trebuchet MS, Verdana, Arial;
    font-size: 10px;
    text-align: left;
}

/* ErrorText */
/* Use For: Any red error text in the application.
   Use With: ContentText */
.ErrorText
{
    font-family:Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    color: #FF0000;
}
.MessageText
{
    font-family:Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    color: #6F72F1;
}
.WarningText
{
    font-family:Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    color: #731919;
}
/* EmptySetText */
/* Use For: Error text that states that a particular data set is empty.
   Use With: ContentText */
.EmptySetText
{
    font-style: italic;
    color:#171717;
}

/******************************/
/*  END TYPOGRAPHY CLASSES    */
/******************************/




/**************************/
/*   HTML TAG SELECTORS   */
/**************************/



h1, .headerLevel1  /* Use with ComponentText */
{
    font-size: 3em;
    text-align: left;
    vertical-align: middle;
}

h2, .headerLevel2  /* Use with ComponentText */
{
    color: #454545;
    font-size: 1.5em;
    text-align: left;
}

h3  /* Use with ComponentText */
{
    color: #133463;
    font-weight: bold;
    text-align: left;
}

h4 /* Use with ComponentText */
{
    font-weight: bold;
    text-align: left;
}

/**************************/
/* END HTML TAG SELECTORS */
/**************************/

.NewMessage
{
	font-family:Arial;
	font-size:1em;
	font-weight:bold;
	color:#0000C7;
}
.ReadMessage
{
	font-family:Arial;
	font-size:1em;
	font-weight:normal;
	color:#0000C7;
}