﻿h1
{
    color:#003b7b;
    text-align:left;
	font-size: 1.6em
}


h2
{
    color:#003b7b;
    font-size: 1.3em;
	margin: 20px 0 5px 0;
}


h3
{
    color:#003b7b;
    font-size:1em;
}

h4
{
    color:#003b7b;
    font-size:.9em;
	margin: 5px 0 0 0;
}

.question
{
    font-weight: bold;
    }

p
{
    font-size: 1em;
    color: #000000;
	margin: 0 20px 15px 0;
	line-height: 1.4em;
}
	
p.indent
{
    margin-left: 20px;
    }
p.bluetext
{
    font-size: 1em;
    color : #003b7b;
    }
p.large_text
{
    font-size: 1.3em;
    color: #515151;
    line-height: 1.5em;
    }    

p.chart_heading
{
    color: #003b7b;
    font-size: 1em;
	text-align: center;
	font-weight: bold;
	margin: 40px 0 0 0;
}

p.chart_second_heading
{
    color: #003b7b;
    font-size: 1em;
	text-align: center;
}

ul.list li
{
   list-style: disc;
   line-height:1.4em;
   margin-left: -10px;
   padding: 0 20px 10px 5px;
}

ul.list li ul li
{
   list-style: square;
   line-height:1.4em;
   margin-left: -20px;
   padding: 10px 20px 0 0;
}
  
    
#leftCol
{
    width: 46%;
    float : left;
    border-right: solid 1px #d3d3d3;
    padding: 10px;
    }
#rightCol
{
    width: 46%;
    float: right;
    padding: 10px;
}
#leftColsmall
{
    width: 40%;
    float : left;
    }
#rightColsmall
{
    width: 60%;
    float: right;
}
#rightColbig
{
    float: right;
    padding: 10px;
}
#rightColbig_space
{
    float: right;
    padding: 30px;
}
#rightCol p
{
    float: left;
    width: 50%;
    }
#rightCol img
{
    float: right;
    }
#leftCol li
{
   padding: 5px 0 5px 20px;
   list-style: none;
   background : #ffffff url(../../_images/whatsnew_arrow.gif) no-repeat 8px 10px;
   margin-left: -45px;
    
    }
.h_rule
{
    color: #d3d3d3 ;
    width: 100%;
    height: 1px;
    }
#outer_cols
{
    border-top: solid 1px #d3d3d3;
    }
.errortext
{
    color: Red;
    }

div.innercontent a:link
{
    font-size:9pt;
    text-decoration:none;
	text-decoration:underline;
	color: #003B7B;	
}

div.innercontent a:visited
{
    font-size:9pt; 
	text-decoration: none;
	color:#1D72CF;	
}

div.innercontent a:hover
{
    text-decoration:underline;
    color: #FF8B00 !important;
    font-size:9pt;
}



/* SUBMISSIONS */
table.submission_table th
{
    border-bottom:solid 1px black;
    border-top:solid 1px black;
}

table.submission_table #colAuthor
{
    width:50%;
    text-align:left;
}

table.submission_table th.colFileType
{
    width:10%;
}

table.submission_table td
{
    vertical-align:top;
    text-align:center;
    padding:1px 0;
}

table.submission_table td.dataAuthor
{
  text-align:left;
}


