.TinyText
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 10px;
  text-decoration : none;
}
.leftNav
{
    color : #001d61;
    font-family : arial,verdana,helv,helvetica;
    font-size : small;
    font-weight : bold;
    text-decoration : none;
}
.bottomNavText
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 12px;
  text-decoration : none;
  color : #001d61;
}

.revTinyText
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 10px;
  text-decoration : none;
  color : #ffffff;
}
.pageHeader
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 24px;
  text-decoration : none;
  font-weight : bold;
}
.pageTitle
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 20px;
  text-decoration : none;
  font-weight : bold;
}
.revPageTitle
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 20px;
  text-decoration : none;
  font-weight : bold;
  color : #ffffff;
}
.categoryTitle
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 16px;
  text-decoration : none;
  font-weight : bold;
}
.revCategoryTitle
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 16px;
  text-decoration : none;
  font-weight : bold;
  color : #ffffff;
}
.normal
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 12px;
  text-decoration : none;
}
.error
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 12px;
  text-decoration : none;
  color : #ff0000;
}
.normalBold
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 12px;
  text-decoration : none;
  font-weight : bold;
}
.largerBold
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 14px;
  text-decoration : none;
  font-weight : bold;
}
.errMsg
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 12px;
  text-decoration : none;
  font-weight : bold;
  color : #ff0000;
}
.revTableHeader
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 14px;
  text-decoration : none;
  font-weight : bold;
  color : #ffffff;
  margin-top : 5px;
  margin-right : 15px;
  margin-bottom : 5px;
  margin-left : 15px;
  background : #000000;
  
}
.revNormalBold
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 12px;
  text-decoration : none;
  font-weight : bold;
  color : #ffffff;
}
.navText
{
  font-family : arial,verdana,helv,helvetica;
  font-size : 14px;
  text-decoration : none;
  font-weight : bold;
  color:#001d61;
}


/* set millions of background images */
.rbroundboxtop { align:center;background: url(/images/smoke_nt.gif) repeat; }
.rbtop div { background: url(/images/smoke_tl.gif) no-repeat top left; }
.rbtop { background: url(/images/smoke_tr.gif) no-repeat top right; }
.rbroundboxbot { background: url(/images/smoke_nt.gif) repeat; }
.rbbot div { background: url(/images/smoke_bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/smoke_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}

.rbcontenttop
{
    color : #001d61;
    font-family : arial,verdana,helv,helvetica;
    font-size : small;
    font-weight : bold;
}

.rbcontentbot
{
    font-family : arial,verdana,helv,helvetica;
    font-size : small;
}

.rbcontenttop, .rbcontentbot { margin: 10px 10px; text-align:justify }
.rbroundboxtop, .rbroundboxbot { width: 200px; margin: 0 auto; }

.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: #ff0000;
    border: 3px solid #ffffff;
    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}

legend
{
	padding:10px 5px 12px 0px;
	font-family: arial,helvetica;
	font-weight:bold;
	font-size:small;
}
fieldset
{
	width: 300px;
	padding:10px 10px;
	margin-left:auto;
	margin-right:auto;
}
.message
{
	color:#ff0000;
	font-weight:bold;
}
.link
{
    font-family: arial,helvetica;
    text-decoration:none;
    font-size:10px;
}
.smallFormElement
{
    font-size : 10px;
}

/***********************************************************************
*   THESE CLASSES ARE FOR AJAX TOOLKIT
************************************************************************

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	font-family : Arial;
	font-size : 12px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	font-family : Arial;
	font-size : 12px;
	font-weight : bold;
}