/* Last modified 11/17/05
All entries with "!important" apply to the 
Mozilla Firefox browser.  Everything else is IE.
 */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*background-color: #F0F0F0;*/
    background: #cccccc url("/images/bg_grad.jpg") fixed;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    /* margin-left: 5px; */
    color: #333333;
	/*line-height: 1.166;	*/
	line-height: 1.3;
	font-size: 14px;
}
a {
    color: #104E8B;
    text-decoration: none;
}
a:hover {
    color: #474747;
    text-decoration: underline;
}
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
/*
Common text settings
*/
p {
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
}

h5 {
    margin-bottom: 0px;
	margin-top: 0px;
    font-size: 12px;
}
h4 {
	font-size: 13px;
}
h3 {
	font-size: 18px;
	margin-top: 0px;
}
/*
Error box settings
*/
.alert {
    color: #CC0000;
	background-color: #FFFFFF;
    text-align: center;
	width: 60%;
	border: solid #8B0000 2px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}
/*
Form text box settings
*/
.textbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;  
    color: #36648B;
    background-color: #FCFCFC;
}
/*
Form button settings
*/
.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	border: solid 1px #7C7A7A;
	color: #36648B;
	background-color: #E7E7E7;
}

img.sortbutton {
    width: 22px;
	height: 19px;
	border: 0;
	hspace: 6;
	alt: "Sort this column";
}
/*
Data table head row settings
*/
.tableTitle {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px; padding-top: 1px; padding-bottom: 3px; padding-right: 5px;
/* GoAirplane mod.  Change background color. */
/*	background-color: #36648B;*/
    background-color: #A3B2CC;
}

.tableTitle a, .tableTitle a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/*
Welcome message settings
*/
.welcomeBack {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #708090;
	font-size: 12px;
}
/*
Table border color
*/
.tableBorder {
    background-color: #36648B;
}

/*
Common data cell settings
*/
td.cellColor, .cellColor td, .cellColor {
    padding: 2px;
    background-color: #FFFFFF;
    font-size: 11px;
}
/*
Alternating row colors
*/
td.cellColor0, .cellColor0 td, .cellColor0 {
    padding: 2px;
    background-color: #FFFFFF;
    font-size: 11px;
}
td.cellColor1, .cellColor1 td, .cellColor1 {
    padding: 2px;
	background-color: #F8FAEA;
    font-size: 11px;
}
/*
Table data row heading settings
*/
td.rowHeaders, .rowHeaders td {
    color: #333333;
    background-color: #EDEDED;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}
/*
Individal time cells for the scheduler
*/
td.scheduleTimes, .scheduleTimes td {
    font-size: 11px;
/*    color: #333333; */
    color: #000000;
    text-align: left;
    background-color: #EDEDED;
    padding-left: 2px;
}
/*
Date cell for the scheduler
*/
td.scheduleDate, .scheduleDate td {
    font-size: 11px;
/*    color: #FFFFFF; */
    color: #000099;
	font-weight: bold;
    background-color: #A2B5CD;
    text-align: center;
    padding: 2px;
}

td.scheduleDate a {
	color: #FFFFFF;
}
/*
Resource name cell for the scheduler
*/
td.resourceName {
/*    color: #333333; */
    color: #000033;
    font-size: 11px;
    background-color: #EDEDED;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
}
/*
Edit form cell settings
*/
td.formNames {
    font-size: 11px;
    background-color: #EDEDED;
    padding-left: 5px;
}
/*
Reserved cell settings for the scheduler
*/
td.reservedCell {
    font-size: 10px;
    background-color: #B0C4DE;
}
/*
Inactive resource text color
*/
.inact {
/*    color: #BDBDBD; */
      color: #666666;
}
/*
Color of the outermost border on every page
*/
.mainBorder {
    border: solid 1px #CCCCCC;
}
/*
Background color of main section on every page
*/
.mainBkgrdClr {
    background-color: #FAFAFA;
}
/*
Alert message settings
*/
.message {
	background-color: #FEFEFE;
	text-align: center;
	width: 60%;
	border: solid #E0E0E0 1px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

/*
Summary popup box
*/
.summary_div {
	position: absolute;
	visibility: hidden;
	border: solid #686767 1px;
	padding: 3px;
	background-color: #E1E1E1;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/*
Recurring reservation box
*/
.recur_box {
	background-color: #D0D4E4;
	color: #282D42;
	border: solid 1px #8B94B1;
}

/*
Calendar settings
*/
.monthNameStyle {
	font-size: 11px;
	text-align: center;
}
.dayBoxStyle {
	font-size: 10px;
	background-color: #F0F0F0;
	text-align: center;
	width: 25px;
	height: 25px;
}
.currentDayBoxStyle {
	width: 25px;
	height: 25px;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
}
.emptyDayStyle {
	background-color: #D5D8D3;
}
.dayNamesStyle {
	font-size: 11px;
	text-align: center;
	height: 25px;
	background-color: #DDCAF6;
}
.navMonthStyle {
	font-size: 11px;
	color: #000000;
}
.selectBoxStyle {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Reservation tab select */
.tab-row td {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.tab-row a {
	text-decoration:none;
}
.tab-selected {
	border-right:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	width:100px;
	color: #0000ff;
	height:20px;
}
.tab-selected a {
	color: #000000;
}
.tab-not-selected {
	border:solid 1px #D1D1D1;
	width:100px;
	background-color: #EDEDED;
	border-bottom: solid 1px #CCCCCC;
}
.tab-not-selected a {
	color: #666666;
}
.tab-filler {
	border-bottom:solid 1px #CCCCCC;
}
.tab-main {
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}
/*************************************

/** MyCalendar **/
.MyCalCellColor {
    padding: 2px;
    background-color: #FFFFFF;
    font-size: 11px;
}

.MyCalCellColorEmpty {
	background-color: #F0F0F0;
}

.MyCalDayBox {
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 140px;
	height: 120px;
	vertical-align: top;
}

.MyCalEmptyDayBox {
	padding: 2px;
	background-color: #EEEEEE;
	font-size: 11px;
	vertical-align: top;
}

.MyCalCurrentDayBox {
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	vertical-align: top;
	border: solid 1px #36648B;
}

.MyCalDateNumber, a.MyCalDateNumber {
	font-size: 12px;
}

.MyCalCellColor p, .MyCalDayBox p, .MyCalEmptyDayBox p, .MyCalCurrentDayBox p {
	margin-bottom: 7px;
}

div.mycal_div {
	position: absolute;
	visibility: hidden;
	border-top: solid #7C7C7C 1px;
	border-left: solid #7C7C7C 1px;
	border-right: solid #6F6F6F 2px;
	border-bottom: solid #6F6F6F 2px;
	background-color: #FEFFFE;
	padding: 3px;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #616161;
}

/* SelectUser colors */
.SelectUserRowOver, .SelectUserRowOver td, td.SelectUserRowOver {
	background-color: #D9EAF5;
	padding: 2px;
    font-size: 11px;
}

/* Admin row-selected color */
.adminRowSelected, .adminRowSelected td {
    padding: 2px;
    background-color: #D3DBF7;
    font-size: 11px;
}



/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-weight: bold;
 font-size:16px;
 font-family:Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
 font-size: 14px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-style: normal;
/* line-height: 8px !important;
 line-height: 2em;*/
 text-indent: 3px !important;
 text-indent: 5px;
 padding: 4px !important;
 padding: 3px;
 margin: 12px !important;
 margin: 8px;
 list-style-position: outside; 
 /*
 font-weight: normal;
 font-variant: normal;
 text-decoration: none; 
 text-transform: none;  
 list-style-position: outside; 
 color: #00CC33;
 background-color: #CCCCCC;
 list-style-image: url(arrow.gif);

 */
}

ul ul{
 list-style-type: disc;
 padding: 4px !important;
 padding: 3px;
 margin: 12px !important;
 margin: 8px;
 list-style-position: outside; 
}

ul ul ul{
 list-style-type: none;
 padding: 4px !important;
 padding: 3px;
 margin: 12px !important;
 margin: 8px;
 list-style-position: outside;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* everything wraps around the whole page (<body>...</body>
* to make sure that IE and Firefox look the same.  Previously,
* when you "Restore down" from full screen, the whole page alignment
* was messed up. I got this tip off of the internet.
*/
#everything{
padding: 0px 0px 0px 0px;
}
#pagecell1{
    top: 77px; !important;
 	top: 85px;
	background-color: #ffffff;	
	position: absolute;
	left: 2.5% !important;
	left: 1.6%;	
	right: 2% !important;
	right: 2%;
	width: 96.5% !important;
	width: 96%;
	padding: 0px 0px 0px 0px;	
    font-family:Arial, Helvetica, sans-serif;	
/*	height: 100%; */
}
/* pagecell for HW3 pages */
#hw3pagecell1{
    top: 77px; !important;
 	top: 85px;
	background-color: #ffffff;	
	position: absolute;
/*	left: 3.5% !important;
	left: 2.4%; */
	left: 2.5% !important;
	left: 1.9%;	
	right: 2% !important;
	right: 2%;
	width: 96.5% !important;
	width: 96%;
	padding: 0px 0px 0px 0px;	
    font-family:Arial, Helvetica, sans-serif;	
/*	height: 100%; */
}

#Classifiedpagecell1{
	top: 77px;	!important;
	top: 80px;
	background-color: #ffffff;	
	position: relative;
	left: 1.8% !important;
	left: 1.6%;
	right: 1% !important;
	right: 2%;
	width: 97.6% !important;
	width: 96%;
	padding: 0px 0px 0px 0px;	
    font-family:Arial, Helvetica, sans-serif;	
/*	height: 100%; */
}

#Reportpagecell1{
	position: relative;
	top: 35px;
	left: 2.5% !important;
/* 	left 1.5%;   Leave out for IE, it messes up when Favorites folder is displayed. */
	right: 1% !important;
	right: 2%;
	width: 96.5% !important;
	width: 96%;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;	
/*	height: 100%; */
    font-family:Arial, Helvetica, sans-serif;	
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: 0px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	left: 909px;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2.5% !important;
	left: 1.5%;
	right: 1% !important;
	right: 2%;
	width: 96.5% !important;
	width: 96%;
	padding: 0px 0px 0px 0px;	
    font-family:Arial, Helvetica, sans-serif;	
	height: 100%;
}
#hw3masthead{
	position: absolute;
	top: 0px;
	left: 2.5% !important;
	left: 2.0%;
	right: 1% !important;
	right: 2%;
	width: 96.5% !important;
	width: 96%;
	padding: 0px 0px 0px 0px;	
    font-family:Arial, Helvetica, sans-serif;	
	height: 100%;
}

#pageNav{
    float:left;
	width:182px;
	padding: 0px;
	/*background-color: #F5f7f7;  GoAirplane Mod.*/
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana,sans-serif;
	font-size: small; !important;
    font-size: 13px;
}

#content{
	padding: 0px 0px 0px 10px;
	margin:0px 0px 0px 182px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
.siteName{
	margin: 0px;
	padding: 8px 0px 8px 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
}

.goAirplaneTitle{
	margin: 0px;
	padding: 8px 0px 8px 0px;
	color: #ffffff;
    font-weight: bold !important;
	font-weight: bold;
	font-size: 16px !important;
	font-size: 17px;
	font-family:Arial, Helvetica, sans-serif;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

.bold14pxText {
    font-weight: bold !important;
	font-weight: bold;
	font-size: 14px !important;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
}

.bold15pxText {
    font-weight: bold !important;
	font-weight: bold;
	font-size: 15px !important;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

.bold16pxText {
    font-weight: bold !important;
	font-weight: bold;
	font-size: 16px !important;
	font-size: 17px;
	font-family:Arial, Helvetica, sans-serif;
}

.bold17pxText {
    font-weight: bold !important;
	font-weight: bold;
	font-size: 16px !important;
	font-size: 17px;
	font-family:Arial, Helvetica, sans-serif;
}

.bold18pxText {
    font-weight: bold !important;
	font-weight: bold;
	font-size: 17px !important;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
}

#14pxText {
    font-weight: medium;
	font-size: 14px !important;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
}

#15pxText {
	font-size: 15px !important;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

#16pxText {
	font-size: 16px !important;
	font-size: 17px;
	font-family:Arial, Helvetica, sans-serif;
}

#17pxText {
	font-size: 16px !important;
	font-size: 17px;
	font-family:Arial, Helvetica, sans-serif;
}

#18pxText {
	font-size: 17px !important;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
}
.blue14pxText {
	font-size: 13px !important;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
    color: #6666FF;
}
.blue16pxText {
	font-size: 16px !important;
	font-size: 17px;
	font-family:Arial, Helvetica, sans-serif;
    color: #0000FF;
}
/************** pageName styles ****************/

#pageName{
/*	position: relative; */
	padding: 5px 0px 5px 0px;
	margin: 0px;
	width: 100%;
	border-bottom:1px solid #ccd2d2;
    font-family:Arial, Helvetica, sans-serif;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 4px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	width: 65px;
	left: 854px;
	height: 47px;
}

/************* globalNav styles ****************/

#globalNav{
position: absolute;
width: 100% !important;
width: 100%;
/*min-width: 470px; */
height: 32px;
color: #cccccc;
padding: 0px;
background-image:  url("/images/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	align: right;
/*	position: relative;
	top: 0px;
	right:0px;
	left: 940px; */
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 22px;
	min-width: 100%;
	padding: 0px;
	margin: 0px;
	left: 8px;
	z-index: 100;  /* z-axis. A larger integer brings the element to the front */
	/*width: 367px; */
}


a.glink, a.glink:visited {
	font-size:12px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("/images/glblnav_selected.gif");
	text-decoration: none;
}

a.glinkNoBorder, a.glinkNoBorder:visited {
	font-size:12px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	/*border-right: 1px solid #8FB8BC;*/
}
a.glinkNoBorder:hover{
  	background-image:  url("/images/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 6px 0px 5px 6px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
/*	font: small Verdana,sans-serif; */
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	float:left;
	padding: 0px 10px 0px 10px;
	font-size: 80%;
	/*min-height: 200px;
	height: 200px;*/
}
html>body .feature {height: auto;}

.feature h3{
	font-weight: bold;
/*	font-size:18px; */
	font-size:175%;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font-weight: bold;
/*	font-size:16px; */
	font-size:125%;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 12px;
    font-size: 12px; !important;
	color: #cccccc;
    padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

.sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("/images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.ColumnHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.TableRow {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 2px;
	padding: 0px;
	border: none;
}
.TableRow10px {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	border: none;
}
.ReportTableRow {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: x-small;*/
	font-size: 11px;
	font-style: normal;
	margin: 2px;
	padding: 0px;
    border-style:solid;
	border-width:0.001cm;
}
.ReportPageBreak {
    page-break-after: always
}

.TableCell {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: x-small;*/
	font-size: 12px;
	font-style: normal;
	margin: 2px;
	padding: 2px 4px 0px 3px;
	border: none;
}
.TableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.FieldTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

input.standardButton {
/*
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 20.5px;
  margin: inherit;
  padding: 0px;
 */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	border: solid 1px #7C7A7A;
	color: #36648B;
	background-color: #E7E7E7;

}

.redtext {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF0000;
}
.style1 {font-size: x-large}
.style2 {font-size: 12px}
.style3 {font-size: 14px}
.text11px {font-size: 11px; font-family: Arial, Helvetica, sans-serif;}
.text12px {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.text13px {font-size: 13px; font-family: Arial, Helvetica, sans-serif;}
.text14px {font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
.text15px {font-size: 15px; font-family: Arial, Helvetica, sans-serif;}
.text16px {font-size: 16px; font-family: Arial, Helvetica, sans-serif;}

/* Style settings for menu tabs */
#navigation a
{
	color: #0066FF;
	color: #005fa9;
	background: #A3B2CC url(/images/left-tab5.bmp) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight:bold;
}
#navigation a span
{
background: url(/images/right-tab5.bmp) right top no-repeat;
padding-right: 10px
}
#navigation a:hover  {
color: #fff;
background: #A3B2CC url(/images/left-tab5.bmp) left top no-repeat;
padding-left: 10px
}

#navigation a:hover span
{
background: url(/images/right-tab5.bmp) right top no-repeat;
padding-right: 10px
}

