/* CSS Document UTPA - Main 
main.css 
*/


/* ---------------------------- Body settings --------------------------------------- */

body {
	background-color: #bebebe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.bodyBgColor{
	background-color: #FFFFFF;
}	
.whiteBg {
	background-color: #ffffff;
}

/* ---------------------------- Text settings --------------------------------------- */	
.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ffffff;
}

.content a:link, .content a:visited{
	color: #000000;
}
.content a:hover, .content a:active{
	color: #C55300;
}
	

/* ---------------------------- Banner settings --------------------------------------- */	
.banner {
background-image:url(../banner/header.jpg);
background-repeat: no-repeat;
background-color:#c25a3e;
}

.banner td{
background-image:url(../banner/header.jpg);
background-repeat: no-repeat;
background-color:#c25a3e;
} 

.logo {
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
	
.headerBgColor{ /*green*/
	background-color: #c25a3e;
}

.date {
	font-size: 10pt; 
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.date #FontColor {
	color: #FFFFFF;
}
.dateBarBgColor {
	background-color: #c25a3e;
}
	
.search {
	float: right;
	text-align: right;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 80%;
	padding-bottom: 7px;
}
.search form {
	display: inline;
}
.search form input {
	display: inline;
}
.textBox {
	width: 125px;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
	height: 20px;
	font-size: 95%;
	background-color:#FFFFFF;
	padding-left: 3px;
}
.button {
	height: 20px;
	font-size: 95%;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	width: 40px;
}	

/* ---------------------------- Shadow table settings --------------------------------------- */

.upperBorder{
	background-image: url(../images/upperMiddle.jpg);
	background-repeat: repeat-x;
}

.leftBorder{
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
}

.rightShadow{
	background-image: url(../images/rightShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.bottomShadow{
	background-image: url(../images/bottomShadow.jpg);
	background-repeat: repeat-x;
}

/* ---------------------------- Left navigation settings --------------------------------------- */

.contentBg {
	background-image:url(../images/contentBg.jpg);
	background-repeat:repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}

/*####################################
  Left Navigation Container Setttings 
####################################*/
.leftNav {
	width: 200px;
	color: #2b6239;
	padding: 0px;
	margin: 0px;
/*	font-size: 100%;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
/*####################################
  		  Main Menu Settings 
####################################*/
#mainMenu {
	display: block;
	margin: 11px 0 0 0;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	background-image: none;
	background-repeat: repeat-y;
}

#mainMenu li {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	background-image: none;
	background-repeat: repeat-y;
	display: block;
	font-size: 80%;
}
	
#mainMenu li a:link, #mainMenu li a:visited {
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 3px;
	width: 100%;
	display:block;
	font-weight: bold;
}
	
#mainMenu li a:hover, #mainMenu li a:active {
	color: #333333;
/*	color: #FF9900;*/
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 3px;
	width: 100%;
	display:block;
	font-weight: bold;
}
	
.categoryLink {
	color: #2b6239;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 3px;
	display:block;
}
		
/*####################################
  Sub Menu Settings 
####################################*/

#mainMenu li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: none;
	font-size: 85%;
}
	
#mainMenu li ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	width: 100%;
	border: 0px;
	background-image: none;
}

#mainMenu li ul li a:link, #mainMenu li ul li a:visited {
	color: #333333;
	padding-left: 15px;
	padding-right: 3px;
	display: block;
	border: 0px;
}

#mainMenu li ul li a:hover, #mainMenu li ul li a:active {
	color: #333333;
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 3px;
	display: block;
	border: 0px;
}
	
.currentSubLink {
	font-weight: bold;
}


/* ---------------------------- Content box settings --------------------------------------- */

.contentBoxBorderTop {
	background-image: url(../images/topBorder.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 75%;
	font-weight: bold;
	color: #333333;
	}
	
.contentBoxBorderLeft {
	background-image: url(../images/leftBorder.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
	
.contentBoxBorderRight {
	background-image: url(../images/rightBorder.gif);
	background-repeat: repeat-y;
	background-position: top right;
	}

.contentBoxBorderBottom {
	background-image: url(../images/bottomBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.contentBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #ffffff;
}

.contentUL {
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style: none;
}

.contentUL li {
	width: 100%;
}
	
.contentUL a:link, .contentUL a:visited {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #006233;
	text-decoration: underline;
	font-size: 75%;
	display: block;
	width: 100%;
}
	
.contentUL a:hover, .contentUL a:active {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #c55300;
	text-decoration: underline;
	font-size: 75%;
	display: block;
	width: 100%;
}

.viewMore {
	font-size: 70%;
	text-align: right;
	margin-top: 10px;
}
.viewMore a:link, .viewMore a:visited {
	color: #C55300;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
.viewMore a:hover, .viewMore a:active {
	color: #C55300;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
}
	

/* ---------------------------- Misc. settings --------------------------------------- */

.title{
	font-weight: bold;
}

/* ---------------------------- Footer settings --------------------------------------- */

.footer {
	background-color: #c25a3e;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
}
.footer td {
	padding-top: 5px;
}
	
.footer a:link, .footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #FF9900;
	text-decoration: underline;
}
	
.copy{
font-size: 90%;
font-weight: normal;
}

.copy a{
	font-weight: bold;
}
	
.createdBy {
	font-size: 95%;
	padding-left: 10px;
	text-align: left;
}
	


/* ---------------------------- Header tabs settings --------------------------------------- */

/*Tabs Main Division*/

.Bodyid1siteid0{
	Background-Color: #d37a2b;
	padding-top: 5px;
/*	height: 24px;*/
/*	font-size: 70%;*/
/*	height: 27px;*/
/*	padding-top: 3px;*/
}

/*ACTIVE TAB LEFT CELL*/
.LeftTabForeSlantid1siteid0 {
	background-image: url(http://portal.utpa.edu/pls/htmldb/xxutpa_internetservices.ViewImage?p_file=23263423416622356);
	Background-Repeat: no-repeat;
	Background-Attachment: scroll;
	Background-Color: #FFFFFF;
	Background-Position : left top ;
	/*height: 24px; /*Added by alex*/
	}

/*Active MIddle*/
.TabForegroundColorid1siteid0 {
/*	Color : #FFFFFF ;
	Font-Family : Arial, Helvetica ;
	Font-Size : 10pt ;
	Font-Weight : Bold ;
	Text-Decoration : none ;
*/		
		/*background-image: url(http://www.utpa.edu/dept/testsites/portal/Prototype/images/tabs_Active_03.gif);*/
		Background-Color : #ffffff;
		border-bottom: 1px solid #FFFFFF;
	
		}
		
	/*Active Right*/
.RightTabForeCurveid1siteid0 {
	Background-Image:  url(http://portal.utpa.edu/pls/htmldb/xxutpa_internetservices.ViewImage?p_file=23264330688624457);
	Background-Repeat: no-repeat;
	Background-Position: right top;
	Background-Color: #FFFFFF;
	Background-Attachment: scroll;
	
	/*height: 24px; /*Added by alex*/
	}

	/*Text Cointainer for Active Tab*/
.TabForegroundTextid1siteid0 {
	font-size: 10pt; /*80%*/
	Color : #333333 ;
	Font-Weight : Bold ;
	Text-Decoration : none ;
	}
	
/* INACTIVE LEFT*/

.LeftTabBgSlantid1siteid0{
	Background-Image : url(http://portal.utpa.edu/pls/htmldb/xxutpa_internetservices.ViewImage?p_file=23261301252615955) ;
	Background-Color : #657e4e ;
	Background-Attachment : scroll ;
	Background-Repeat : no-repeat ;
	Background-Position : left top ;
	/*height: 24px;*/
	border-bottom: 1px solid #666666; /*Added by alex*/
}

/*INACTIVE MIDDLE*/
.TabBackgroundColorid1siteid0{

	/*background-image: url(http://www.utpa.edu/dept/testsites/portal/Prototype/images/tabs_03.gif);*/
	Background-Color : #657e4e/* #d37a2b/*#ffffff*/;
	/*background-repeat: repeat-x;
	background-position: left top;*/
	/*height: 24px; /*Added by alex*/
	border-bottom: 1px solid #666666;
}

/*Text Container for inactive tab*/
.TabBackgroundTextid1siteid0{
	Color : #ffffff ;
/*Font-Family : Arial, Helvetica ;*/
	Text-Decoration : none;
	font-size: 10pt; /* 80%;*/
	font-weight: normal;
	background-color: #657e4e;
/*Font-Size : 10pt ;*/
}

/*Text container for inactive tab underline*/
.TabBackgroundColorid1siteid0 a {
	/*color: #333333;*/
	text-decoration: none;
	font-weight: bold;
	}

/*INACTIVE RIGHT*/

.RightTabBgCurveid1siteid0{
	Background-Image : url(http://portal.utpa.edu/pls/htmldb/xxutpa_internetservices.ViewImage?p_file=23262109217618188);
	Background-Attachment : scroll ;
	Background-Color : #657e4e ;
	Background-Position : right top ;
	Background-Repeat : no-repeat ;
	/*height: 24px; /*Added by alex*/
	border-bottom: 1px solid #666666;
}

/* Settings for Building Image division */

.departmentImage {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 5px;
}

.inplacedisplayid1siteid0{
Color : #333333 ;
Font-Family : Verdana, Arial, Helvetica, sans-serif;
Font-Size : 90% ;
}
