/*

    File: /resources/CSS/global.css
    Written by Daniel Lowhorn (LTW Productions)
    http://www.ltwproductions.com/

    This is the global CSS file for the entire website. Every page links
    to this and uses these classes.

*/


/*
    These two classes are used to center the content in
    the pageContent div on the page.
*/

.pageWrapper {
    width      : 100%;
    margin     : 0%;
    padding    : 0px;
    text-align : center;
}

.pageContent {
    width            : 755px;
    padding          : 0px;
    margin-left      : auto;
    margin-right     : auto;
    text-align       : left;
}

/* Global Body */

/*  Remove the padding around the body of the page and set default font
    to Verdana 11pt, black.*/
body {

    margin:  0px 0px 0px 0px ;
    padding: 0px;

    font-family : Verdana;
    font-size   : 12pt;
    color       : #000000;

    background-color : #FFF;

}


/* Global Styles */

#header {

    width : 100%;
    
}

#topLinkContainer {
    font-size       : .7em;
    color           : #054a74;
}

/* General Styles */

.full {
    width : 100%;
}

.alignRight {
    text-align : right;
}

.alignCenter {
    text-align : center;
}

.alignLeft {
    text-align : left;
}

.inline {
    display : inline;
}

.clearBoth {
    clear : both;
}

.title {
    font-weight : 700;
    text-decoration : underline;
}

.emphasis {
	font-weight: 700;	
}

/* Component-specific stlyes */

ul.noBullet {
    list-style   : none;
    margin       : 5px auto 0px auto;
}

li.vspacedItem {
    margin-top : 10px;
}

li.spacedItem {
   margin-left : 15px;
}

div.downMessage {
    width       : 100%;
    text-align  : center;
    font-weight : 700;
    padding      : 50px 0px 0px 0px;
}

div.topDirection {
    width : 100%;
    font-size : .9em;
    font-weight : 700;
}

h1 {
    font-size   : 1.3em;
    font-weight : 700;
}

#urgentMessages {
    color            : #FFF;
    width            : 100%;
    font-size        : .8em;
    font-weight      : 700;
    border-bottom    : 2px solid #F00;
    background-color : #000;
}

.floatRight {
    float : right;
}

#ltwTag {
    text-align : center;
    font-size  : .65em;
/*    border-top : 1px solid #999;
    border-bottom : 1px solid #EEE;*/
    padding       : 2px 0px 2px 0px;
    margin        : 15px 0px 0px 0px;
    background-color : #FFF;
}

#ltwTag a {
    color : #525380;
}
