/* CSS Document */
/*I'm including some of Rex's CSS here, as Word breaks several things (mostly link styles)*/

/*BEGIN MY CODE*/

.body-content a:hover
{
  text-decoration: underline;
}

.section_title
{
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
    margin-bottom: -11px;
    margin-top: 15px;
	color: #8A1120;
}
h1,h2,h3,h4 {letter-spacing: 0px;}
h3.section_title
{
  font-size: 1.2em;
}
h4.section_title
{
  font-size: 1em;
  margin-right: 5%;
  border-bottom: 1px dashed #BBBBBB;
}
.page_title
{
  color: #000000;
  font-weight: bold;
  font-size-adjust: .6;
  border-bottom: 1px solid #BBBBBB;
  margin-bottom:5px;
  margin-top:10px;
  line-height: 1.6;
  text-align: center;
}
.page_sub_title{
	text-align: center;
}
.subnote
{/*for side note information*/
  color:#777777;
  font-style:italic;
}
.notice
{
	font-style: italic;
	font-weight: bold;
}
#body-content .notice
{
  font-weight: bold;
  font-style:italic;
/*  text-decoration:underline;*/
}
.application_button, .application_button a:link, .applictation_button a:visited, a.application_button:link, a.application_button:visited
{
  background-image: url('http://new.dixie.edu/financial/scholarships/images/application_button.png');
  background-repeat: no-repeat;
  display: block;
  line-height: 27px;
  height: 27px;
  width: 85px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
a.application_button:hover, .application_button a:hover
{
  background-image: url('/financial/scholarships/images/application_button_hover.png');
  text-decoration: none !important;
}
.application_button2
{
  padding:3px 0px 3px 3px;
  display: block;
}
.application_button2 span
{
  background-image: url('/financial/scholarships/images/application_button_l.png'); 
  background-position:left center;
  background-repeat:no-repeat;
  display:inline;
  height:21px;
  padding:3px;
}
.application_button2 span:hover
{
  background-image: url('/financial/scholarships/images/application_button_l_hover.png');
}
.application_button2 a:link, .application_button2 a:visited 
{
  background-image: url('/financial/scholarships/images/application_button_r.png');
  background-position:right center;
  background-repeat:no-repeat;
  text-decoration: none !important;
  color:#FFFFFF;
  padding:3px 8px;
  margin:0;
}
.application_button2 a:hover
{
  background-image: url('/financial/scholarships/images/application_button_r_hover.png') !important;
  text-decoration:none !important;
}
a:hover .at {
background-image:url('/fscode/images/misc/at_sign_link.png');
background-position:center center;
background-repeat:no-repeat;
display:inline;
}
a .at {
background-image:url('/fscode/images/misc/at_sign_link.png');
background-position:center center;
background-repeat:no-repeat;
display:inline;
}
.at {
background-image:url('/fscode/images/misc/at_sign.png');
background-position:center center;
background-repeat:no-repeat;
display:inline;
}
/*create the columns*/
.column
{
  float:left;
  width: 47%;/*default width (total with of all columns must not exceed 94% for IE)*/
  padding: 0 10px;
  /*height: 100%;/**/
  position: relative;
  /*border: 1px solid;/**/
}
#column1
{
  /*background-color: #80ABFF;/**/
  width: 49%;
}
#column2
{
  /*background-color: #FFB080;/**/
  border-left:1px solid #C1C1C1;
  width: 45%;
}
.fancy_list ol li, ol.fancy_list li
{
  color:#999999;
  font-size:20pt;
  font-weight:bold;
  list-style-image:none;
  list-style-type:decimal;
  margin-left:35px;
  padding:0;
}
.fancy_list ol li .section_title, ol.fancy_list li .section_title
{
  margin-top:2em;
}
.fancy_list ol li .section_title, ol.fancy_list li .section_title
{
  font-family:arial,sans-serif;
  font-size: 12pt;
}
.fancy_list ul li
{
  font-size: 10pt;
  color:#000000;
  font-weight:normal;
  list-style-type: disc;
  margin-left: -20px; 
}
.fancy_list ol li p, ol.fancy_list li p, ol.fancy_list li blockquote
{
  background-color:#E9E9E9;
  color:#000000;
  font-weight:normal;
  padding:5px;
  font-size: 10pt;
}
.fancy_list ol li p a, ol.fancy_list li p a
{
 	font-weight: bold;/*fancy list makes links hard to see. need to make them stand out more*/
}
.clearfloat
{
  clear:both;
}
.subscript
{
  font-size:xx-small;
  vertical-align:bottom;
}
.fancy_table table th, table.fancy_table th
{
  background-color: #869DBC;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: large;
}
.fancy_table table td, table.fancy_table td
{
  padding: 5px;
  vertical-align:top;
}
table.fancy_table, .fancy_table table
{
  border-collapse: collapse;
}

/*Must have this link in all files that use this*/
/*<link type="text/css" href="http://new.dixie.edu/reg/files/fix.css" rel="stylesheet" />*/
