	.hide {  
	BACKGROUND-POSITION:  center; FONT-SIZE: 82%; BACKGROUND-IMAGE: url(/payback3.1.1/images/arrow_open2.gif); cursor:pointer; COLOR: #ffffff; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: verdana, arial, helvetica;
}
.show {
	BACKGROUND-POSITION: center; FONT-SIZE: 82%; BACKGROUND-IMAGE: url(/payback3.1.1/images/arrow_close2.GIF); cursor:pointer; COLOR: #ffffff; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: verdana, arial, helvetica; 
}
.tan-border
{
	border-top: 1px solid blue; /* #B7CEC3;*/
	border-left: 0px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	background-color: white; /*#EEF3EF;*/
	border-color:#A5ACB2 /*#307560*/;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - POP UP

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-popup {
	margin-top:3px;
	margin-left:3px;
	

	}

#content-main-popup {
	
	float:left;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - ONE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-one-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:968px;
	border:1px solid #818181;
	
	position:relative;
	}

#content-main-one-column {
	width:968px;
	float:right;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:968px;
	border:1px solid #818181;
	background:url(../../images/bg-content-side.png) repeat-y right;
	position:relative;
	}

#content-main-two-column {
	width:720px;
	float:left;
	}

#content-side-two-column {
	float:right;
	width:220px;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:968px;
	border:1px solid #818181;
	background:url(../../images/bg-three-column-main.png) repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:520px;
	float:left;
	margin-left:25px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:180px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	background:url(../../images/bg-three-column-home.png) repeat-y;
	padding:0;
	margin:20px 0 10px 0;
	}

#three-column-side1 {
	float:left;
	width:30%;
	}

#three-column-side2 {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}
	
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#666666;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {

	padding:0 3 0 3;
	border-top: #9EB6D8 1px solid; /*#696969*/
	border-right: #9EB6D8 1px solid;
	border-left: #9EB6D8 1px solid;
	border-bottom: #9EB6D8 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 1px;
	}
fieldset td {

	padding-right: 5px;

	}
	
legend {
	color:#9EB6D8;
	font-weight:bold;
	font-size:xx-small;	
	padding:3px 2px 3px 2px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:.8em;
}



.warningText 
{
	BACKGROUND-POSITION: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:Red;
	background-repeat:no-repeat ;
	font-weight:bold;
	/*background-image:url(/BuildingControl/images/error.gif);*/
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#d61719;
	text-decoration:none;
}

a:visited {
	color:#980000;
	text-decoration:none;
}

Time a:hover {
	text-decoration:none;
}

a:active {
	color:#980000;
}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height:3.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:1000px;
	}
	
#logo
{
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 2.5em;
	font-family: Arial Black, "Times New Roman" , Times, serif;
	
	padding: 0 0 .05em 0;
	font-variant:small-caps;

}

#logo a {
	color:#467D9E;/* */
	text-decoration:none;
	}

#top-information-home {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:25.5%;
	height:2em;
	width:15%;
	padding:0 1.5% 0 0;
	}
	
#top-information-phone {
	text-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:75%;
	height:100%;
	padding:0 0 0 2%;
	}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main
{
	background: url(../../images/bg-nav3.png) #4A94A6 no-repeat; /*608fc8 #990000 #e4e7f0*/
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 1.5em;
	padding: .8em 0 .5em 20px;
	position: relative;
	font-weight: bold;
}

#nav-main div {
	background:#467D9E url(../../images/bg-nav-side3.png) top right no-repeat;
	width:25%;
	position:absolute;
	
	top:0;
	right:0;
	padding:.8em 0 .5em 0;
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration:underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:998px;
	background:#4A94A6 ;
	position:relative;
	}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:75%;
	text-align:left;
	padding:2%;
	color:#FFFFFF;
	font-size:2em;
	font-weight:bold;
	line-height:160%;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background:#608fc8;
	position:relative;
	color:#d5e8ff;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Menu

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



.hoverstyle
{
    font-weight: bold;
}
       
.sublevel1
{
    background-color: Gray !important;
    color: White !important;
    font-variant: small-caps;
} 
.tabContainer{
	background: #e4e7f0;/*#608fc8;*/
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	padding:0em 0 0em 0px;
	position:relative;
	font-weight:bold;
	text-align:left
}
.Level1 {
    font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:  #e4e7f0;/* #608fc8;/*#797979;*/
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}

.Level1 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.Level1 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.Level1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFC453;
	text-decoration: none;
}

.Level1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFC453;
	text-decoration: none;
}

.Level2 
{
    font-size:  10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom:1px solid #000000;
	background-color: #e4e7f0;
	text-align: left !important;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;	
	padding-left: 18px;

}

.Level2 img 
{
  width: 16px;
  height: 16px;
}

.Level2 a:link, .Level2 a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	
}

.Level2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFC453;
	text-decoration: none;
}

.MainMenu 
{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:0 10 0 10;
 
}

.MainMenu a:hover {
	color: #000000;
	text-decoration: none;
}

.MainMenu td {
	width:108px;
	padding-right:20px;
	padding-bottom:10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Grid Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gridLabel
{
	border-top:solid 1px #ffffff;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    font-size: xx-small;
    font-family:Tahoma;  
    font-weight:bold;
    padding-top: 2px;    
    background-color: #a1c0f6;
}
.gridItem 
{
	padding-left:2px;
    font: xx-small Verdana;
    color:Black;  
    background-color: #eaeaea;
    margin: 1px;
	/*
	border-right: #9EB6D8 1px solid;
	border-top: #9EB6D8 1px solid;
	border-left: #9EB6D8 1px double;
	border-bottom: #9EB6D8 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px; */
}
.gridItem td
{
	border-bottom:solid 1px #ffffff;    
    border-right:solid 1px #d6d2c2 ;
}
.gridAlternatingItem
{
	padding-left:2px;
	font: xx-small Verdana;
	color:Black;  
    background-color: #fdf5e6;
    margin: 1px;
}

.gridAlternatingItem td
{
	border-bottom: solid 1px #fdf5e6;    
    border-right:solid 1px  #d6d2c2;
}

.gridHeader
{
	border-top: #ffffff 1px solid;
    border-bottom: #d6d2c2 1px solid;
    border-right: #d6d2c2 1px solid;
    padding-left:2px;
    font: x-small Verdana;
    color: #000000;    
    background-color: #ebeadb;
    text-align:center;

	/*
	border-bottom: #9EB6D8 1px solid;
	font-weight: bold;
	font-size: 1em;
	color: #9EB6D8;
	font-family: Verdana, Arial, Helvetica, sans-serif; */
}



.gridHeader a:active {
	color: #696969;
	text-decoration: none;
}

.gridHeader a:link {
	color: #696969;
	text-decoration: none;
}

.gridHeader a:visited {
	color: #696969;
	text-decoration: none;
}

.gridHeader a:hover {
	color: darkred;
	text-decoration: none;
}

/* Panel at bottom holding the Records per page selection */
.gridFooter
{    
    font: xx-small Arial;
    background-color: #a1c0f6;        
    padding:2px;
}
/* Panel holding FooterText */
.gridInfoFooter
{
    border-top:solid 1px #ffffff;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    font-size: x-small;
    font-family:Tahoma;  
    font-weight:bold;
    padding-top: 2px;    
    background-color: #a1c0f6;
}

.gridInfoFooter a:active {
	color: #696969;
	text-decoration: none;
}

.gridInfoFooter a:link {

	text-decoration: underline;
}

.gridInfoFooter a:visited {

	text-decoration: underline;
}

.gridInfoFooter a:hover {
	color: darkred;
	text-decoration: none;
}
.grid
{    
    border:1px solid #002d96;
    font-size:x-small;
    font-family:Verdana;
    background-color: #a1c0f6;
}



.gridItemLarge 
{
	padding-left:2px;
    font: small Verdana;
    color:Black;  
    background-color: #eaeaea;
    margin: 1px;

	/*
	border-right: #9EB6D8 1px solid;
	border-top: #9EB6D8 1px solid;
	border-left: #9EB6D8 1px double;
	border-bottom: #9EB6D8 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px; */
}
.gridItemLarge td
{
	border-bottom:solid 1px #ffffff;    
    border-right:solid 1px #d6d2c2 ;
}
.gridAlternatingItemLarge
{
	padding-left:2px;
	font: small Verdana;
	color:Black;  
    background-color: #fdf5e6;
    margin: 1px;
}

.gridAlternatingItemLarge td
{
	border-bottom: solid 1px #fdf5e6;    
    border-right:solid 1px  #d6d2c2;
}

.gridHeaderLarge
{
	border-top: #ffffff 1px solid;
    border-bottom: #d6d2c2 1px solid;
    border-right: #d6d2c2 1px solid;
    padding-left:2px;
    font: small Verdana;
    color: #000000;    
    background-color: #ebeadb;
    text-align:center;

	/*
	border-bottom: #9EB6D8 1px solid;
	font-weight: bold;
	font-size: 1em;
	color: #9EB6D8;
	font-family: Verdana, Arial, Helvetica, sans-serif; */
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#4A94A6 url(../../images/bg-nav3.png) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#a9c0db;
	font-size:.8em;
}

#footer div {
	background:#467D9E url(../../images/bg-nav-side3.png) bottom right no-repeat;
	width:25%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:.25em;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#990000;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#990000;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Buttons

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
input
{
	font-weight:bold;
	font-size:x-small;
	font-family:Tahoma;
	border: #999999 1px outset;


}
input button
{
	width:100px;
	font-weight:bold;
	font-size:x-small;
	font-family:Tahoma;
	border: #999999 1px outset;


}
input checkbox
{
	width:30px;
	font-size:x-small;
	font-family:Tahoma;
	border-right: #999999 0px none;
	border-left: #999999 0px none;
	border-top: #999999 0px none;
	border-bottom: #999999 0px none;
}
/* for IE6 */
.chk 
{
	width:30px;
	font-size:x-small;
	font-family:Tahoma;
	border-right: #999999 0px none;
	border-left: #999999 0px none;
	border-top: #999999 0px none;
	border-bottom: #999999 0px none;
	
}
input.newsource
{
	background:Gainsboro url(../../images/add_source.gif) center left no-repeat;

	height:20px;
	width:60px;
}
input.newdestination
{
	background:Gainsboro url(../../images/NewDestination.gif) center left no-repeat;

	height:20px;
	width:60px;
}

input.newconsignment
{
	background:Gainsboro url(../../images/consignment_add.gif) center left no-repeat;

	height:20px;
	width:160px;
}
input.newuser
{
	background:Gainsboro url(../../images/user.gif) center left no-repeat;

	height:20px;
	width:160px;
}
input.search
{
	background:Gainsboro url(../../images/Zoom16.gif) center left no-repeat;
	
	height:20px;
	width:55px;
}
input.save
{
	background:Gainsboro url(../../images/Save-Close.gif) center left no-repeat;
 	
	height:20px;
	width:60px;
}

input.savenoclose
{
	background:Gainsboro url(../../images/save16.gif) center left no-repeat;
 	
	height:20px;
	width:60px;
}

input.cancel
{
	background:Gainsboro url(../../images/Stop16.gif) center left no-repeat;

	height:20px;
	width:60px;
}
input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}
	
input.print
{
	background:Gainsboro url(../../images/Print16.gif) center left no-repeat;
	
	height:20px;
	width:60px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.InfoBox 
{
	text-align:center;
	padding:0 10 0 10;
	border-top: #9EB6D8 1px solid; /*#696969*/
	border-right: #9EB6D8 1px solid;
	border-left: #9EB6D8 1px solid;
	border-bottom: #9EB6D8 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
 
}

.InfoBox td {
	padding-right:20px;
}

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}
	


textarea
{
	width:100px;
	font-weight:bold;
	font-size:x-small;
	font-family:Tahoma;
}
.button
{
	 width:60px;
}
select
{
	 width:120px;
	 font-weight:bold;
	font-size:x-small;
	font-family:Tahoma;
	
}




.clear {
	clear:both;
	}

.none {
    display:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Error Div

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.hideMe
{
	display: none;
	font-size:x-small;
}
.showMe
{
	
	background-color: #FFFFD5;
	border : 1px solid #DD9988;
	padding : 2px 2px 2px 2px;
	width: auto;
	z-index: 50;	
	display:;
	font-size:x-small;
	
}
.ErrorText
{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color:red;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Password Strength

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.css0162 {
	BORDER-RIGHT: #bebebe 1px solid; BORDER-BOTTOM: #bebebe 1px solid; BACKGROUND-COLOR: #ebebeb; font-weight:bold;
}
.css0163 {
	BORDER-RIGHT: #bb2b2b 1px solid; BORDER-BOTTOM: #bb2b2b 1px solid; BACKGROUND-COLOR: #ff4545; font-weight:bold;
}
.css0164 {
	BORDER-RIGHT: #e9ae10 1px solid; BORDER-BOTTOM: #e9ae10 1px solid; BACKGROUND-COLOR: #ffd35e; font-weight:bold;
}
.css0165 {
	BORDER-RIGHT: #267a12 1px solid; BORDER-BOTTOM: #267a12 1px solid; BACKGROUND-COLOR: #3abb1c; font-weight:bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Ajax Controls

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ListSearchExtenderPrompt
{
	font-size:small;
	font-style:italic;
	color:black;
	background-color:white;
}

.ListSearchExtenderReportPrompt
{
	font-size:x-small;
	font-style:italic;
	color:black;
	background-color:#a1c0f6;
}

.popupHover {
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#fdf5e6;	
}

.popupMenu 
{
	border-bottom-style:solid;
	border-bottom-color:Silver;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:Silver;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:Silver;
	border-right-width:1px;
	vertical-align:top;
	position:absolute;
	visibility:hidden;
	background-color:#fdf5e6;
	color:Black;
	opacity:.9;
	filter: alpha(opacity=90);
}