.normalText {
}
.smallText  { font-size: 0.69em; }

.pageTitle {
	font-size: 1.19em;
	font-weight: bold;
	color: #003366;
	margin: 0em 0em 6px;
}

/* This is the start of some general styles used within the website */
body {
	font-family:Arial, Helvetica, sans-serif;
}

table.borderedtable {
	width:100%;
	text-align:center;
}

table.borderedtable h1 {
	font-size: 1em;
	margin:3px;
}

table.borderedtable p {
	margin:2px;
	text-align:left;
}

table.borderedtable td.centered p {
	text-align:center;
}
table.borderedtable fieldset {
	margin:3px;
}
table.borderedtable input, table.borderedtable select {
	max-width:180px;
	margin:1px  0px;
}


table.dataTable {
	width:100%;
}

table.dataTable th {
	background-color:rgb(100,150,240);
	padding:2px;
}

table.dataTable td {
	padding:2px;
}

table.dataTable th em {
	color:#8A0003;
}

table.dataTable tr.d12_clr {
	background-color:rgb(255, 204, 153);
}

table.dataTable tr.d34_clr {
	background-color:rgb(255, 190, 140);
}


table.dataTable td.errorCol {
	padding-left:4px;
	width:41%;
	color:#aa0000;
}
table.dataTable td.inputCol {
	text-align:center;
}
table.dataTable td.descriptionCol {
	text-align:right;
}

.fakeLink input, .fakeLink button, button.fakeLink, input.fakeLink {
	border:none;
	margin:0px;
	padding:0px;
	color:#0000FF;
	line-height: normal;
	background:none;
	cursor:pointer;
	font-size:inherit;
	padding-left:1px;
	padding-right:1px;

}



/* This is the end of some general styles used within the website */

/* Content */

/*this is the start of the style used for the header formating */
body {
	background-image: url(/Images/background_tile.png);
	background-repeat: repeat;
}

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#container {
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#buffer {
	margin:0px;
	padding:0px;
	height:16px;
}
#header {
	width: 786px;
	background-image: url(/Images/background-perl.png);
	margin: 0px;
}

#header .links {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	text-align: right;
	margin-top: 3px;
	float: right;
	margin-right: 3px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 240px;
}
#header .links p {
	display: block;
	margin-top: 12px;
	margin-right: 12px;
}

#header .links a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
}

#header .links a:hover {
	color: #bbbbbb;
}

#header .links .username {
	color: #000000;
	margin: 4px;
}

#navBar, #subFooter{
	background-image: url(/Images/body_background-perl.png);
	margin: 0px;
	background-repeat: repeat-y;
	padding-right: 3px;
	padding-left: 3px;
}
#location { padding:0px;
	margin-bottom:3px;
	border-bottom:double #000000 3px;
	border-top:solid #000000 1px;
}
#location h2 {
	padding:3px; 0px;
	margin:0px;
	font-size:15px;
	text-align:center;
	background-color:#878787;
	color:#FFFFFF;
}	
#main {
	background-image: url(/Images/body-main_background-perl.png);
	margin: 0px;
	background-repeat: repeat-y;
	padding-right: 3px;
	padding-left: 3px;
	clear:both;

}

#subFooter {
	clear:both;
}

#footer {
	background-image: url(/Images/background_footer-perl.png);
	background-repeat: no-repeat;
	height: 15px;
}

#copyright {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #393939;
	padding:20px;
}

#copyright p{
	margin:0px;
}

#copyright a {
	color: #393939;
	text-decoration: none;
}
#copyright a:hover {
	color: #616161;
}


#title_bar {
	background-image: url(/Images/title_bar.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 780px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: right;
}

#title_bar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 400px;
	padding-top: 20px;
	font-size: 24px;
}

#main table.full{

	width:100%;

}

#navTable.horizontal_mode{
	width:200px;
	float:left;
}

#dataWin.horizontal_mode{
	margin-left:200px;

}

#navTable.vertical_mode{
	width:100%;
	background-color:#ccc9cf;
}
#dataWin.vertical_mode{
	width:100%;
	background-color:#FFFFFF;
}
#dataWin {
	padding:1px;
}
