﻿/* HTML
	This Style sheet contains all the style for base HTML tags.
*/

/* HTML Elements */

html {
  height:100%;
}

body {
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

p
{
	margin:10px 0px;
}

blockquote
{
	padding-left: 12px;
	margin: 0;
}

ul
{
	list-style-image: url(/gfx/assets/ast_BlueArrowHead.png);	
}

ul li ul
{
	list-style-image: url(/gfx/assets/ast_YellowArrowHead.png);
}

/* Links */
a:link,
a:visited,
a:active
{
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

/* Images */
img
{
	border-style: none;
}

/* Bold */

b {
	color: #005480;
}

strong {
	color: #005480;
}

/* Headings */
h1, h2, h3, h4, h5, h6
{
	
}

/* Page Title */
h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #005480;
	margin:0px;
	padding:0px 0px 5px 0px;
}

/* Used for Secondary Headers */
h2
{
	font-size: 12pt;
	font-weight: bold;
	color: #434343;
	margin:0px;
	padding:0px;
	margin-top: 10px;

}

/* Page Subtitle */
h3
{
	font-size: 12pt;
	font-style: italic;
	margin:0px;
	padding:0px 0px 5px 0px;
}

hr
{
	margin: 0px;
	padding:0px;
}


h3.small
{
	font-size: 8pt;
}

h4
{

}

h5
{

}

h6
{

}
/* Table Elements */

table
{
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
	vertical-align: top;
	border-spacing: 0px; 
}

form {

}

.frmInputText
{

}

.frmInputCheckbox
{

	
}

.frmButton
{

}


.frmSearchBox
{
	overflow: hidden;
	/*height:24px;*/
	width:150px;
	vertical-align: middle;
	text-align: right;
	float: right;
	/*padding-left: 10px;*/
	padding-right: 50px;
	/*margin-left: 1px;*/
}

.frmSearchBox input[type=text]
{
	height:17px;
	width:120px;
	margin-top:-1px;
}

#pageContent textarea
{
	overflow:hidden;
}
