/* CSS Document */
/***********************************************/
/* CSS Document admissions.css                 */
/* For use with ASU Undergraduate Admissions   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body
{
  margin-top: 0px;
  margin-left: 0px;
}
/* This is the page container table containing the header
/* the left menu, the content and the footer */

/***********************************************/
/* Page Content styles                         */
/***********************************************/ 

/* The table which contains the content */
#content
{
  /*width: 565px;*/
}
.pageContent 
{
	vertical-align: top;
	padding-left: 10px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	
}
/*******************************************************
  Text Area for child pages of the top level pages
  #textCol1 and #textCol2 are for content pages with
  two columns. #contentText is for content pages with
  only one column, #contentTextArea is for Top level
  content pages
/******************************************************/
#textCol1, #textCol2, #contentText, #contentTextArea
{
  vertical-align: top;
  /* The font and color information are placed here if
  /* you don't use a div tag to house the content */
  /*color: #636363; /*Dark Gray*/
}

#contentTextArea div, #textCol1 div, #textCol2 div, #contentText div
{
  margin-top: 10px;
}

#contentTextArea div p, #textCol1 div p, #textCol2 div p, #contentText div p
{
 margin-top: 0px; /*In case you didn't set it locally on the content p tag. Here's the default for failure*/
}
/***********************************************/
/* Font Styles                       		   */
/***********************************************/
.maroon
{
  color: #842139;
}
/***********************************************/
/* List Styles                       		   */
/***********************************************/
ol li, ul li
{
  margin-left:30px;
  margin-bottom: 5px;
  line-height: 15px;
}
/************************************************/
/* Content Table Styles
/************************************************/
#contentText table
{
  /*IE sometimes ignores default font settings for
    the tables in a page*/
  /*color: #636363; /*Dark Gray*/
  
  border: 1px solid #cccccc;
  margin: 0px;
  padding: 0px;
}

#contentText table .tablehead
{
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: center;
}
#contentText table td
{
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-left: 5px;
  padding-right: 5px;
}

#contentText table .tablefoot td
{
  border-bottom: none;
}
/*For tables without any borders or styles*/
#contentText .nostyletbl,  #contentText .nostyletbl td
{
  border: none;
}

#browserinfo
{
  display:none;
}

td {
	padding: 3px 3px 3px 3px; margin: 0;
}

/* Marron Header Styles re-defined */
#asu_maroon_nav_custom {
   background: #999999 url(../images/gray-bg.gif) top left repeat-x;
   clear: both;
   display: block;
   margin: 0; padding: 0 0 0 28px;
   }
   
#asu_maroon_nav_custom li {
   border-right: 1px solid #FFF;
   display: inline;
   font-weight: bold; line-height: 30px; color: #FFF;
   margin: 0; padding: 0 8px;
   }
   
#asu_maroon_nav_custom li a {
   color: #FFF;
   }
   
#asu_maroon_nav_custom li a:hover {
   color: #FFB310; text-decoration: none;
   }
#asu_maroon_nav_custom li.no-border{
   border: none;
   }


