﻿/* CSS layout */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5E5DB;
}

A.GenericLink2a { /* Blue w/o underline links used in majors in admission */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : normal;
	color : #1F51A3; /* Dark blue */
	text-decoration : underline;
}
A:hover.GenericLink2a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : normal;
	font-weight : normal;
	color : #09A6E1; /* light blue */
	text-decoration : underline;
}
input.btn3{
	background-image: url(/directory/imgs/Image_Go.gif);
	width: 21px;
	height: 14px;
	border: none;
	cursor: hand;    
}
	}
.Vertlines2  { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 12px;	
}
.Small_Blue_newsection {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	text-decoration :none;
	font-weight: bold;
	color : #0078C0;
	
	}

#masthead {
	background: #62BE29;
	text-align: center;
	overflow: auto;
}
.breadcrumbs {
	font-family: tahoma, arial;
	font-size : x-small;
	color: #404040;
	padding-bottom:10px;
	padding-left:10px;
	}
A.breadcrumbslink {
	font-family: tahoma, arial;
	font-size : x-small;
	color: #363636;
	text-decoration: none;
	}
a:visited.breadcrumbslink  {
	font-family: tahoma, arial;
	font-size : x-small;
	color: #363636;
	text-decoration: none;
	}
a:hover.breadcrumbslink  { 
	font-family: tahoma, arial;
	font-size : x-small;
	color: #8F8F8F;
	text-decoration: underline;
}
#topapple {
	background: #62BE29;
	width: 778px;	
	display: block;
	text-align: center;
	margin: 0 auto;
}

#top_nav {
	width: 778px;
	text-align: center;
	margin: 0 auto;
	overflow: visible;
}
#top_nav2 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: visible;
}
#container {
	width: 778px;
	margin: 0 auto;
	display: table;
	overflow:  hidden;
	background: #0078BF;
}

#left_col {
	background: #0078BF;
	width: 174px;
	position: relative;
	clear: both;
	display: inline;
	float: left;
	margin: 0 auto;
	overflow: visible;
	padding-left: 5px;
	font-family: Arial;
	font-size: small;
}

#page_content {
	margin: 0;
	background-color: #CFE5F5;
	padding: 10 10 10 10;
	width: 599px;
	height: 100%;
	float: right;
	display: block;
	overflow: visible;
}
.loginbox{
	width: 212px;
	padding-top:20px;
	padding-left:20px;
	text-align:left;
	}

.identity {
	width: 100%;
	margin: 0 auto;
	background: #FFFFBA;
	display: block;
	overflow: visible;
	color: Black;
}
.ic_left {
	background-color: #FFFFBA;
	float: left;
	margin: 0 auto;
	display: block;
	overflow: visible;
	font-weight:bold;
}
.ic_right {
	background-color: #F8F8AE;
	float: right;
	margin: 0 auto;
	display: block;
	overflow: visible;
	border: 1px solid #d0d076;
	padding: 6px 12px 6px 12px;
}

#page_text {
	padding: 10px;
	margin: 0;
	background: #FFFFBA;
	width: 420px;
	height: 100%;
	float: left;
	display: block;
	overflow: visible;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	color: Black;
}
#scpage_text {
	padding: 10px;
	margin: 0;
	background: #FFFFBA;
	width: 579px;
	height: 100%;
	float: left;
	display: block;
	overflow: visible;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	color: Black;
}
#scpage_text2 {
	padding: 5px;
	margin: 0 auto;
	background: #FFF;
	width: 100%;
	display: run-in;
	overflow: hidden;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	color: Black;
}
#bodytext {
   margin: 0 auto;
    padding:  0 20px 0 20px;
    display: block;
	}

#right_col {
	width: 155px;
	background-color: #CFE5F5;
	height: 100%;
	float: right;
	margin: 0 auto;
	display: block;
	padding:2px
}
a.links1  { /* White links (main look) on the left blue area of page (e.g. admissions) */
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : small;
	text-decoration :none;
	font-weight: normal;
}
a:visited.links1  { /* White links (main look) on the left blue area of page (e.g. admissions) */
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : small;
	text-decoration :none;
	font-weight: normal;
}
a:hover.links1  {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFF89; /* Dark beidge */
	font-size : small;
	text-decoration : none;
	font-weight: normal;
}
a.links2  {  
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : small;
	text-decoration :none;
	font-weight: normal;
}
a:visited.links2  {  
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : small;
	text-decoration :none;
	font-weight: normal;
}
a:hover.links2  {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : small;
	text-decoration : none;
	font-weight: normal;
	background: #0078BF;
}
a.links2a  {  
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : small;
	text-decoration : none;
	font-weight: normal;
	background: #0078BF;
}
a:hover.links2a  {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : small;
	text-decoration : none;
	font-weight: normal;
	background: #0078BF;
}
a:visited.links2a  {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration : none;
}
A.genericlink4 { /* Usado en los links del body de faculty */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1F51A3; /* Dark blue */
	font-size: 86%;
	text-decoration: none
}
A:visited.genericlink4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1F51A3; /* Dark blue */
	font-size: 86%;
	text-decoration: none
}
A:hover.genericlink4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #09A6E1; /* light blue */
	font-size: 86%;
	text-decoration: none;
}
.Vertlines2  { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 12px;	
}
.Generic4a  {
	font-family : Arial, Helvetica, sans-serif;
	color: #0078C0;
	font-size: small;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
}
.bluetext { /* Hay que cambiar cambiar, usado en en texto del search en todas las paginas */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :xx-small;
	font-style : normal;
	font-weight : normal;
	color : #B3D9FF;
}
.footer {
	background: #FFF;
	color: #9AAB96;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}
.title{
	padding: 18px 0 0px 0;
	float: left;
}
.sctitle{
	padding: 38px 0 1px 0;
	float: left;
}
.apple {
	vertical-align: bottom;
	padding: 25px 0 0 0;
	float: right;
}
.bottomlinks {
	background-color: #ffffba;
	margin: 0;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.txt2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size :  inherit;
}

.txt3 {
	font-family: arial;
	font-size : x-small;
	color: #006EC4;
}

.txt6a 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color: #006EC4;
	font-weight:bold;
}
.txt9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
	color: Black;
}

.topmenu {
	width: 778px;
	height: 23px;
	background-color: #f8f400;
	font-family: Arial;
	font-size: small;
	margin: 0 auto;
}

.rcbody {
padding-left:20px;
display: block;
width: 95%;
}
.rcheader {
background-image: url(../imgs/home_1pxbg.gif);
text-align:left;
font-weight:bold;
height: 25px;
width: 98%;
}

.hdform {
background-color:#F8F8AE;
width: 98%;
display: block;
text-align:left;
}
.editor {
background-color:#F8F8AE;
display: block;
text-align:center;
}
.yellowline
{
   background-color:#d0d076;
   width: 100%;
   height: 1px;
}
.button
{
    background-image: url(/imgs/buttonBg.gif);
	width: 85px;
	height: 23px;
	border: none;
	cursor: hand;    
}
.redfont
{
    color:Red;
    }
.HeaderRow {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D4D0C8 ;	
	padding-top:2px;
	padding-bottom:2px;
	
}
.CommentsRow {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom:5px;

} 
#ticket 
{
    background-color:#FBFBEF;
    padding:5px 5px 5px 5px;
    border: solid 1px silver;
    width: 95%;
}
.white
{
    color:White;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:medium;    
}
.smallwhite
{
    color:White;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:x-small;    
}

.clicked
{
    background:#0843A3;
    color:White;
} 

.defaulttable
{
    BORDER-RIGHT: 0px;
     PADDING-RIGHT: 0px; 
     BORDER-TOP: 0px;
      PADDING-LEFT: 0px;
       PADDING-BOTTOM: 0px;
        BORDER-LEFT: 0px;
         PADDING-TOP: 0px; 
         BORDER-BOTTOM: 0px; 
BACKGROUND-COLOR: #f8f8ae;
              }
.subtable{
         BORDER-RIGHT: 0px; 
         PADDING-RIGHT: 0px; 
         BORDER-TOP: 0px; 
         PADDING-LEFT: 0px; 
         PADDING-BOTTOM: 0px; 
         BORDER-LEFT: 0px; 
         PADDING-TOP: 0px; 
         BORDER-BOTTOM: 0px; 
              HEIGHT:100%;
         WIDTH:100%;
     BACKGROUND-COLOR: #f8f8ae;
         }
 .colorbullet
 {
    vertical-align: middle;
     WIDTH: 24px; 
     HEIGHT: 25px;
 }
