/*
    Styles used inside editable content areas.
    
    This will be used to style the content of the WYSIWYG editors.  Any CSS
    classes defined here will be made available in the drop-down list of styles.
*/


/* Standardize the layout. */
* {
    font-size: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
}

/* Set the default text color. */
body,
input,
textarea,
select {
    color: #666666;
}

/* Set the default font rendering. */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 150%;
}

h1, h2, h3 {
    color: #c42623;
}

h1 {
    font-size: 180%;
    margin: 6px 0px 20px 0px;
    line-height: 120%;
    color: #c42623;
}

h2 {
    font-size: 150%;
    clear: left;
    margin: 20px 0px 10px 0px;
}

h3 {
    font-size: 125%;
    clear: left;
    margin: 20px 0px 5px 0px;
}

h4 {
    font-size: 125%;
    clear: left;
    margin: 20px 0px 5px 0px;
}

h5 {
    font-size: 125%;
    clear: left;
    margin: 20px 0px 5px 0px;
}

p,
ul,
ol,
dl,
table {
    margin: 0px 0px 15px 0px;
}

table {
    border-collapse: collapse;
}

li {
    margin: 0px 0px 5px 30px;
}

a {
    text-decoration: none;
    color: #797979;
}

a:hover {
    /*text-decoration: underline;*/
    color: #c42623;
}


/*
    Drop-down styles for the WYSIWYG editor.
*/

.jobCOMPANY {
	font-weight: bold;
        colour: #666666;
        font-size: 120%;	
}

.jobEMAIL {
    text-decoration: none;
    color: #797979;
}



.jobWEBLINK {
    text-decoration: none;
    color: #797979;
}


.jobTITLE {
	font-weight: bold;
        colour: #666666;
	
}


.bodyINTRO {

    font-size: 120%;
	color: #666666;
	font-weight: normal;
	}


.bodyBOLD {
	font-weight: bold;
	
}
.bodyRED {
	font-weight: normal;
	color: #c42623;
	
}

.LinkTarget {
	background-image: url('../img/bullet.png');
	padding-left: 25px;
	background-repeat: no-repeat;
	font-size: 90%;
	height: 22px;
	display: block;
}

.left {
    float: left;
    margin: 0px 15px 15px 0px;
}

.right {
    float: right;
    margin: 0px 0px 15px 15px;
}

.LinkTarget {
    background-image: url('../img/bullet.png');
    padding-left: 25px;
    background-repeat: no-repeat;
    font-size: 90%;
    height: 22px;
    display: block;
}

.tabletext,
td {
	font-size: 95%;
	padding: 5px;
	text-align: center;
}

.tabletextLEFT {
	font-size: 95%;
	padding: 5px;
	text-align: left;
}

.tableheadROW {
	font-weight: bold;
	font-size: 95%;
	padding: 5px;
	text-align: left;
}


.tableheadrCOLUMN,
th {
	font-weight: bold;
	font-size: 95%;
	padding: 5px;
	text-align: center;

}

.menuItem {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.menuPrice {
    font-weight: normal;
    color: #c42623;
    margin-left: 5px;
}

.menuDescription {
    font-size: 90%;
    padding-left: 15px;
    margin-bottom: 0px;
}

