/* ================================
    CSS STYLES FOR UTEP Main Pages
   ================================
*/   

/* default page load items */
BODY, P			{font-family: Arial, Tahoma, Sans-Serif; font-size: 12px; margin:0px;}

.MainTitle		{font-size: 16px; font-weight: bold; color: #000033;}

.SubTitle		{font-size: 12px; font-weight: bold; color: #000033;}

.RightMenuTitle	{font-size: 22px; font-weight: bold; color: #FFFFFF;}

.NORMAL			{font-size: 12px;}

.LARGE			{font-size: 14px}

.MEDIUM			{font-size: 11px}

.MEDIUMSmall	{font-size: 10px}

.SMALL			{font-size: 9px}

/* for hyperlinks */
.Links		{font-size: 13px;}

A:link		{text-decoration: none; font-weight: bold; color: #000033;}

A:visited	{text-decoration: none; font-weight: bold; color: #000033;}

A:active	{text-decoration: none; font-weight: bold; color: #000033;}

A:hover		{color:  #EE4000;}

/* style for large titles */
.Head		{font-size: 15px; font-weight: normal; color: #333333;}

.SearchTitles	{font-size: 13px;}

.TitleText	{font-size: 13px; font-style:italic; font-weight:bold; color: White;}

.SectionTitle	{font-size: 13px; color: White;}

/* style of small titles */
.footerText	{font-size: 10px; color: White;}

.SubHead	{font-size: 10px; font-weight: bold; color: #003366;}

.DDLabel	{font-size: 6px; color: #FFFFFF;}

/* Control styles */
.NormalDropDown	{font-size: 11px; font-weight: normal; border: none;}

.NormalTextBox	{font-size: 11px; font-weight: normal;}

/* text style for buttons */
.CommandButton	{font-size: 11px; font-weight: normal;}

/* Table Styles EE7600 */					
.MainTable		{width: 760px;}

.TopCol			{padding-bottom: 6;}

.CenterCol		{width: 560px; padding-left: 4; padding-right: 4;}

.RightCol		{width: 250px; padding-left: 4; padding-right: 4;}

.RightColTitle	{background-color: #000033; height: 25px;}

.RightColContent{height: 300px; background-color: #CCCCCC;}

.RightImageCol	{height: 1px; background-color: #CCCCCC;}

.SmallPicCol	{width: 66px;}


/* For Bulleted/Numbered Lists */
UL, OL		{font-size: 12px; margin-bottom: 2px; margin-top: 2px;}

UL LI		{list-style-type: disc;}

UL LI LI    {list-style-type: square;}

UL LI LI LI {list-style-type: circle;}

OL LI		{list-style-type: decimal;}

OL OL LI    {list-style-type: lower-alpha;}

OL OL OL LI {list-style-type: lower-roman;}
    
/* GENERIC */
H1		{font-size: 20px; font-weight: normal; color: #666644;}

H2		{font-size: 18px; font-weight: normal; color: #666644;}

H3		{font-size: 16px; font-weight: normal; color: #003366;}

H4		{font-size: 14px; font-weight: normal; color: #003366;}

H5, DT	{font-size: 12px; font-weight: bold; color: #003366;}

H6		{font-size: 10px; font-weight: bold; color: #003366;}

TFOOT, THEAD {font-size: 12px; color: #003366;}

TH		{vertical-align: baseline; font-size: 12px; font-weight: bold; color: #003366;}


/* Additonal Styles For Directory Service */
Body.Report		{background-color: #FFFFFF;}

.ReportTitle	{font-weight: bold; color: #003366; text-transform: uppercase;}

.CategoryHeader	{font-weight: bold;	border-bottom: thin solid #28283E; background-color: #003366; color: White; text-transform: none;}

.Selected		{font-size: 10px; color: beige; background-color: #F6FBFE;}
