/***********************************************************************
	Official UNIVERSITY OF HOUSON stylesheet for the header.ssi.html. DO 
	NOT USE THIS HEADER. It is for reverse-compatibility purposes only.
	This stylesheet is imported into all official template stylesheets.  
	Created: June 2007, by the IT Web Technologies Group.  
	Last Updated: 
 
 CONTENTS: 
 	IDs
	---------
	HEADER, LOGOTYPE, RED-BAR, FOOTER
/************************************************************************/
/* 2010/04/13 Mike McJunkin - Modified NAVBAR styles to add a HELP tab. */
/*****************************************
                 HEADER
           used in header.php
*****************************************/

/* ========      HEADER    ======== */

#header{
	background: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: auto;
	height: 45px;
	}
#header-hr{
	background: #ffffff url("../images/header_hr.png");
	background-repeat: repeat-x;
	background-position: 0 5px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	width: auto;
	}

/* ========      LOGOTYPE    ======== */

#logotype{
	background: #cc0000;
	float: left;
	margin: 2px 0 0 10px;
	border: 0px #cc0000 none;
	}
#logotype a{
	border: 1px #cc0000 solid;
	}
#logotype a img{
	border: 0px #cc0000 none;
	}
		
/* ========      RED BAR    ======== */

#red-bar{
	background: #ffffff  url("../images/mini-header-bg.gif");
	background-position: 0 -1px;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding: 0 0 0 0px;
	width: auto;
	height: 45px;
	}

/* == END OF HEADER == */

/*****************************************
                 FOOTER
				   
*****************************************/

/* ========      FOOTER    ======== */

#footer {
	clear: both;
	color: #666666;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0 0 10px;
	width: 722px;
	font-weight: normal;
	font-family: arial;
	border: 1px #d8d8d8;
	border-style: solid none none none;
	}
#footer a {
	color: #cc0000;
	text-decoration: none;
	font-weight: normal;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer ul li, #address{
	font-size: 70%;
	letter-spacing: .5px;
	}
#footer ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 93%;
	}
#footer ul li {
	border: 1px #666666;
	border-style: none none none solid;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	}
#footer ul li.first {
	border-style: none;
	padding: 0 10px 0 0;
	}
#address a {
	margin: 0 10px 0 10px;
	}

/* == END OF FOOTER == */

/**********************************************
    Begin custom CSS definitions for Transcript
**********************************************/

TRS {
	font-size: 12pt;
	BACKGROUND: #FFFFFF; MARGIN: 0px; FONT-FAMILY:"Courier New", courier, sans-serif
}

/********************************************
    Begin custom CSS definitions for CRS
********************************************/

BODY {
	font-size: 12pt;
	BACKGROUND: #FFFFFF; MARGIN: 0px; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}

h2 { 
/*	font-family: "Arial Narrow", Helvetica, sans-serif;  */
	font-size: 16pt; font-weight: bold; color: #666686
}

input:focus, 
select:focus,
td:focus, 
textarea:focus {
	background-color: #FFFFFF;
}

TABLE {
/*
    margin-left: 5px;
    margin-right: auto;
*/
    FONT-FAMILY: calibri, arial, verdana, helvetica, sans-serif;
    font-size: 12pt;
}
TD {
	FONT-FAMILY: calibri, verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
TH {
	FONT-FAMILY: calibri, verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	FONT-WEIGHT: bold;  
}
/*.tableRecord
{
	background-color: #FFFFFF;
	font-family: "Arial Narrow", Helvetica, sans-serif; 
	font-size: 12pt; font-style: normal; color: #000000;
}*/

.tableRecordOdd
{
	background-color: #EEEEEE;
/*	font-family: "Arial Narrow", Helvetica, sans-serif; */
	font-size: 10pt; font-style: normal; color: #000000;
	
}
.tableRecordEven
{
	background-color: #E5E5E5;
/*	font-family: "Arial Narrow", Helvetica, sans-serif; */
	font-size: 10pt; font-style: normal; color: #000000;
	
}
input,textarea,select {
/*	background-color: #EFEFEF; */
	FONT-FAMILY: arial, verdana, helvetica, sans-serif
	font-size: 10pt; font-style: normal; color: #000000;
}
.headerSub
{
	background-color: #7B869A; 
	font-size: 10pt; font-style: bold; color: #FFFFFF;
	TEXT-ALIGN: center;
}
.headerSem
{
	background-color: #446688; 
	font-size: 10pt; font-style: bold; color: #FFFFFF;
	TEXT-ALIGN: center;
}
.headerAca
{
	background-color: #556688; 
	font-size: 10pt; font-style: bold; color: #FFFFFF;
	TEXT-ALIGN: center;
}
.headerCrs
{
	background-color: #666688; 
	font-size: 10pt; font-style: bold; color: #FFFFFF;
	TEXT-ALIGN: center;
}
.headerLeft
{
	background-color: #7B869A;
	font-size: 10pt; font-style: bold; color: #FFFFFF;
	TEXT-ALIGN: right;
}
.headerRight
{
	background-color: #7B869A;
	font-size: 10pt; font-style: bold; color: #FFFFFF;
	TEXT-ALIGN: left;
}
.cssbutton {
	background-color: #EFEFEF;
	color: #222222;
	font-size:12pt;
	font-weight: bold;
	font-family: "Arial", Helvetica, sans-serif; font-size: 12pt; font-style: normal; color: #000000;

}

a { text-decoration: none;  font-weight: bold; color: #3358FF;} 
a:hover { text-decoration: underline;  font-weight: bold; color: #3358FF; background-color: #E4E4E4; } 
a:visited { color: #3358FF; }

a.vicfoot { text-decoration: none; font-weight: normal; color: #3358FF;} 
a.vicfoot:hover { text-decoration: underline; font-weight: normal; color: #3358FF; } 
a.vicfoot:visited { color: #3358FF; }

.labeltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;	
}

#main{
background:#ffffff;
margin-left: 10px;
margin-top: 0px;
}

P {
 font-size: 12px; 
 line-height: 120%; 
 font-family: Verdana, Arial, Helvetica, San-serif;
 margin-top: 0px;
 margin-bottom: 5px;
 width: 600px;
}
/* continue checking here */

/* =============== nav_bar styles ============= */

#nav {
    width: 720px;
    left: 0px;
    right: 5%;
    position: absolute;
    z-index: 0;
    background-image: url(../images/navbar_bkgrd.gif);
}
.navTAB {
    position: absolute;
    top: 0px;
    height: 18px;
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 5px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 
    voice-family: "\"}\"";
    voice-family: inherit;
    z-index: 0;
        
}
DIV.navTAB A:link, 
DIV.navTAB A:visited, 
DIV.navTAB A:active {
	color: #003366;
	text-decoration: none;
    /*background-image: url(../images/DownArrow.gif);
    background-repeat:no-repeat;
    background-position: right; */
}
DIV.navTAB A:hover {
	color: #003366;
	text-decoration: underline;
}
.navOPTIONS {
    position: absolute;
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 5px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(../images/navbar_grad.jpg);
    voice-family: "\"}\"";
    voice-family: inherit;
    z-index: 1;
}
A.navTAB:visited {
    background-color: #9CF;
    background-image: url(../images/navbar_bkgrd.gif);
}
A.navTAB:link {
    background-color: #9CF;

}
/* 2010/04/13 add HELP tab, change spacing:     */
#logoutTAB 	{   padding-bottom: 1px;  padding-top: 1px;  left: 8px;  }
#sysTAB 	{    	padding-bottom: 1px;  padding-top: 1px;  left: 88px;	 }
#stuTAB 	{    	padding-bottom: 1px;  padding-top: 1px;  left: 178px;	 }
#crsTAB 	{    	padding-bottom: 1px;  padding-top: 1px;  left: 303px;	 }
#admTAB 	{    	padding-bottom: 1px;  padding-top: 1px;  left: 423px;	 } 
/*#helpTAB 	{    	padding-bottom: 2px;    left: 670px;	}*/
#logout 	{    	display: block;    	left: 2px;	background-image:none}
#sys  		{    	display: none;    	left: 85px;	}
#stu  		{    	display: none;    	left: 175px;	}
#crs  		{    	display: none;    	left: 300px;	}
#adm  	  {    	display: none;    	left: 420px;	} 
/*#help   	{    	display: block;    	left: 670px;	}*/

/* =============== end of nav_bar styles ============= */

