﻿/* CSS for Mission College Preparatory Catholic School Website*/

body 
{
    background-color: #090f25;
    margin: 0px auto 0px auto;
    padding: 0px;
    vertical-align:middle;
    height: 100%; 
    text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
}


div.wrapper {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align:left;
}

div.indexwrapper {
  width: 665px;
  margin-left: auto;
  margin-right: auto;
  text-align:left;
  margin-bottom: 15px;
}


table.maintable 
{
    width: 100%;
    background-color: #ffffff;
    border: solid 2px #000000;
    text-align:justify;
    font-size: 1em;
	line-height: 1.4em;
}
    
img.imgedline 
{
    padding: 0px 0px 40px 280px;
    border: none 0px transparent;
}


/* BACKGROUND IMAGE */    
td.tdmenu
{
    background-image: url(images/bg1.png);
    height: 200px;
    vertical-align: top;
}

td.indextdmenu
{
    background-image: url(images/bg2.png);
    height: 200px;
    vertical-align: top;
}



td.tdtitlebar
{
    background-color: #181F4D;
    font-size: 1.3em;
    color: #FFD119;
    font-weight: bold;
    padding: 6px 0px 6px 6px;
    background-image: url(images/titlebar.png);
}



td.tdcontent
{
    font-size: 1em;
    padding: 15px 15px 15px 15px;
    width: 80%;
	vertical-align:top;

}


/* LINKS */

a:link {color:#000066; font-size: 1em;}     /* unvisited link */
a:visited {color: #000066; font-size: 1em;}  /* visited link */
a:hover {color: #000066;font-size: 1em; text-decoration: none;}   /* mouse over link */
a:active {color: #000066; font-size: 1em;}   /* selected link */

a.sidebar:link {color: #000000; font-size: 1.1em;}     /* unvisited link */
a.sidebar:visited {color: #000000; font-size: 1.1em;}  /* visited link */
a.sidebar:hover {color: #000000; font-size: 1.1em;}   /* mouse over link */
a.sidebar:active {color: #000000; font-size: 1.1em;}   /* selected link */

a.gfl:link {color:#333366; font-size: 1em; text-decoration:none;}     /* unvisited link */
a.gfl:visited {color: #333366; font-size: 1em; }  /* visited link */
a.gfl:hover {color: #333366; font-size: 1em; text-decoration:underline;}   /* mouse over link */
a.gfl:active {color: #333366; font-size: 1em;}   /* selected link */

/* INDEX STYLES */

img.indeximgedline 
{
    padding: 0px 0px 40px 150px;
    border: none 0px transparent;
}


td.indexwelcome
{
    font-size: 1em;
	vertical-align:top;
	padding: 20px 20px 20px 20px;

}

td.indexlinks
{
    font-size: 1em;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
	vertical-align:top;
	line-height: 1.5em;

}

td.indextdcontent
{
    font-size: 1em;
    padding: 20px 15px 15px 20px;
	vertical-align:top;

}

td.indextdtitlebar
{
    background-color: #181F4D;
    font-size: 1.2em;
    color: #FFD119;
    font-weight:bold;
    background-image: url(images/titlebar.png);
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 0px 0px;
}



/* Headers */
h1
{
    font-size: 1.2em;
    font-weight: bolder;
    border-bottom: solid 1px #000000;
    color: #1A1C4D;
}

h2
{
    font-size: 2em;
    font-weight: bolder;
	border-bottom: solid 1px #000000;
    color: #1A1C4D;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 0px 0px;

}

h3
{
    font-size: 1.1em;
    font-weight: bolder;
	border-bottom: solid 1px #000000;
    color: #1A1C4D;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h4
{
    font-size: 1em;
    font-weight: bolder;
    color: #1A1C4D;
	border-bottom: solid 1px #000000;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


/* SPANS */
span.bold 

{
	font-weight:bold;
}

span.underline 

{
	text-decoration:underline;	
}

span.italics 

{
	font-style:italic;
}
 

td.tdsidebar
{
    font-size: 1em;
    padding: 15px 5px 5px 15px;
    width: 20%;
    background-color:#bcbcbc;
    vertical-align: top;
    border-right: solid 1px #cccccc;
}


td.tdfooter
{
    background-image: url(images/footer.png);
    font-size: .9em;
    line-height: 1em;
    padding: 5px 5px 5px 5px;
    width: 50%;
    background-color: #181F4D;
    color: #FFD119;
}

div.copyright
{
    background-color: #090f25;
    font-size: .9em;
    text-align: center;
    color: #333366;
}

p.almamater
{
	font-size: 30px;
    line-height: 34px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}
div.divindex
{
	margin-top: 250px;
	background-color:#FFFFFF;
	font-size: 12px;
	height: 300px;
	padding: 15px;
}

td.tdspacer
{
	width:75px;
}


/* End CSS */